From: djmcgrath Date: Thu, 18 Oct 2007 17:08:39 +0000 (+0000) Subject: * Moved old /trunk/www out of trunk X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=16c36ddd8e8e1f0c2e6add8e2ddc52005f5e7198 * Moved old /trunk/www out of trunk git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1559 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/www/.cvsignore b/www/.cvsignore deleted file mode 100644 index 1a3a397..0000000 --- a/www/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -.htpasswd diff --git a/www/cvsroot b/www/cvsroot deleted file mode 100644 index 8a282e5..0000000 --- a/www/cvsroot +++ /dev/null @@ -1 +0,0 @@ -export CVSROOT=":ext:$USER@cvs1:/cvsroot/blootbot" diff --git a/www/htdocs/cp/.htaccess b/www/htdocs/cp/.htaccess deleted file mode 100644 index 265a3bd..0000000 --- a/www/htdocs/cp/.htaccess +++ /dev/null @@ -1,7 +0,0 @@ -AuthUserFile /home/groups/b/bl/blootbot/.htpasswd -AuthGroupFile /dev/null -AuthName CP -AuthType Basic - -require valid-user - diff --git a/www/htdocs/cp/index.php b/www/htdocs/cp/index.php deleted file mode 100644 index 6e21111..0000000 --- a/www/htdocs/cp/index.php +++ /dev/null @@ -1,18 +0,0 @@ - - -
C O N T R O L . P A N E L

- -
News Functions:
-Add News
-Delete News

- - - diff --git a/www/htdocs/cp/news-delete.php b/www/htdocs/cp/news-delete.php deleted file mode 100644 index 54f8d42..0000000 --- a/www/htdocs/cp/news-delete.php +++ /dev/null @@ -1,24 +0,0 @@ -

C O N T R O L . P A N E L: N E W S . D E L E T E

DO NOT REFRESH THIS PAGE!
Do not use the back button after submitting!
Please click here to return to the control panel or here to return to the news-delete control panel
ID Number:
ONCE NEWS IS DELETED, IT CAN NOT BE BROUGHT BACK. DELETE WITH CAUTION!. DO NOT ENTER AN INVALID ID, I DON'T KNOW WHAT WILL HAPPEN!
diff --git a/www/htdocs/cp/news.php b/www/htdocs/cp/news.php deleted file mode 100644 index 52c0c7c..0000000 --- a/www/htdocs/cp/news.php +++ /dev/null @@ -1,25 +0,0 @@ -
C O N T R O L . P A N E L: N E W S

DO NOT REFRESH THIS PAGE!
Do not use the back button after submitting!
Please click here to return to the control panel or here to return to the news control panel
Title: Author:
WARNING: Once news is added, it CAN NOT BE CHANGED. Make sure that all the fields are filled out and use propper HTML.

Message:
diff --git a/www/htdocs/img/logo.gif b/www/htdocs/img/logo.gif deleted file mode 100755 index 6d14932..0000000 Binary files a/www/htdocs/img/logo.gif and /dev/null differ diff --git a/www/htdocs/img/news.gif b/www/htdocs/img/news.gif deleted file mode 100755 index 1ec4a14..0000000 Binary files a/www/htdocs/img/news.gif and /dev/null differ diff --git a/www/htdocs/inc/.cvsignore b/www/htdocs/inc/.cvsignore deleted file mode 100644 index affdbae..0000000 --- a/www/htdocs/inc/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -mysql.inc diff --git a/www/htdocs/inc/.htaccess b/www/htdocs/inc/.htaccess deleted file mode 100644 index 77700b4..0000000 --- a/www/htdocs/inc/.htaccess +++ /dev/null @@ -1,10 +0,0 @@ -AuthUserFile /dev/null -AuthGroupFile /dev/null -AuthName DenyViaWeb -AuthType Basic - - - -order allow,deny -deny from all - diff --git a/www/htdocs/inc/mysql.inc.tmpl b/www/htdocs/inc/mysql.inc.tmpl deleted file mode 100644 index d1eff8f..0000000 --- a/www/htdocs/inc/mysql.inc.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -"; - } - -?> diff --git a/www/htdocs/inc/news-delete.inc b/www/htdocs/inc/news-delete.inc deleted file mode 100644 index 62509b7..0000000 --- a/www/htdocs/inc/news-delete.inc +++ /dev/null @@ -1,33 +0,0 @@ -
ID - Title - Date
- -

News ID: Has been deleted diff --git a/www/htdocs/inc/news.inc b/www/htdocs/inc/news.inc deleted file mode 100644 index 455abe9..0000000 --- a/www/htdocs/inc/news.inc +++ /dev/null @@ -1,28 +0,0 @@ -

Posted by ".$news["author"],"90%"); - echo $news["message"]; - box_end(); - } -} - -function add_news($author,$title,$message) { - global $db_name,$db_handle; - - $timestamp = time(); - $query = "INSERT INTO news (timestamp,title,author,message) VALUES ('$timestamp','$title','$author','$message')"; - $result = mysql_db_query($db_name,$query,$db_handle); - if (!$result) - print("MySQL Error: " . mysql_error()); -} - -?> - diff --git a/www/htdocs/inc/template.inc b/www/htdocs/inc/template.inc deleted file mode 100644 index cfa2808..0000000 --- a/www/htdocs/inc/template.inc +++ /dev/null @@ -1,122 +0,0 @@ -B L O O T B O T . <? echo $title; - ?>
The slowest and most bloated bot in the world

Download
Releases:

CVS tarball
[HTTP | FTP]

releases
SourceForge
Development:
 CVS info
 CVS Backup
 CVS Tree


Support

Other:
Support
BUG list
Discussion Forum


Development

Report a BUG
View TODO

Admin

Hosted by:
alt="SourceForge Logo">

 

diff --git a/www/htdocs/index.php b/www/htdocs/index.php deleted file mode 100644 index 78b8ba8..0000000 --- a/www/htdocs/index.php +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/www/htdocs/not.php b/www/htdocs/not.php deleted file mode 100644 index 48ec63c..0000000 --- a/www/htdocs/not.php +++ /dev/null @@ -1,15 +0,0 @@ - - - -The file you requested is not available, in fact it is coming soon. We will try to have - this up as soon as possible. We apologize for any inconvenience. If you feel you have - reached this page in error, please report it as a bug. Thank you. - - - diff --git a/www/htdocs/old/index.html b/www/htdocs/old/index.html deleted file mode 100755 index 10c9817..0000000 --- a/www/htdocs/old/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - -intro - - -

- - - - - - [SKIP INTRO]

-

 

-

 

-


- Can't view this page? You need Macromedia flash to see our Flashey intro!
- However, if you don't want to download the plugin just click - here to skip it.

-

 

- - diff --git a/www/htdocs/old/intro.swf b/www/htdocs/old/intro.swf deleted file mode 100755 index 46961eb..0000000 Binary files a/www/htdocs/old/intro.swf and /dev/null differ diff --git a/www/htdocs/old/main.html b/www/htdocs/old/main.html deleted file mode 100755 index 8de98f9..0000000 --- a/www/htdocs/old/main.html +++ /dev/null @@ -1,114 +0,0 @@ - - -B L O O T B O T . H O M E - - - - - - - - - - - - - - - - -
-
The fastest, most - secure and
- sexiest MySQL bot around
-
- - - - - - - -
Download -
-

Development .tgz
- [HTTP | FTP]
-
- View - CVS Tree

-
-
- - - - - - - -
Support -
-

Documentation:
- Installation
- FAQ
- Development

- E-mail:
- Request - Support
- Other:
- BUG list
- Discussion - Forum

-
-
- - - - - - - -
Development -
-

Report - a BUG
- View - ToDo List
- Admin -

-
-
-
- - - - -

- .
- - - - - - - - -
7.27.00 -- Page Up! - -
-

First I'd like to thank Sourceforge for hosting our page! Please - visit them and support the open source community :) Our CVS server - is up now, and will be the center of development. Lots of the scripts - are buggy so please, if you come across a bug, take a second to - report it! With your help we can get all of the source working flawlessly.

-

Thank you,
- --GmLB

-
-

 

-
-

Hosted by:
- SourceForge Logo -

-
-

 

- - diff --git a/www/htdocs/pub/.cvsignore b/www/htdocs/pub/.cvsignore deleted file mode 100644 index 600b043..0000000 --- a/www/htdocs/pub/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -blootbot-cvs.tar.gz