Thread: Major Additions - Talkerbot V2.2.3 (AI Posting Bot)
View Single Post
  #325  
Old 09-24-2006, 08:21 AM
gooberface gooberface is offline
 
Join Date: Aug 2006
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have set both of the paths as instructed, and have spent hours confirming they are correct because the botloader won't work. I have chmod everything to 0777. I can't figure out what the deal is, but I saw this error many times throughout the thread:

Quote:
?php /* Program E Copyright 2002, Paul Rydell This file is part of Program E. Program E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Program E is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Program E; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ //Disable Error Reporting Since this code needs alot of work to become completely clean and error free under stict php setups. //error_reporting(0); # Turn this off in case people have it on. set_magic_quotes_runtime(0); # Can't turn off magic quotes gpc so just redo what it did if it is on. if (get_magic_quotes_gpc()) { foreach($_GET as $k=>$v) $_GET[$k] = stripslashes($v); foreach($_POST as $k=>$v) $_POST[$k] = stripslashes($v); foreach($_COOKIE as $k=>$v) $_COOKIE[$k] = stripslashes($v); } define("LOOPINGERRORMSG", "Oops. I wasn't paying attention. Tell me again what is going on."); define("LOOPINGLIMIT",75); // -1 for no limit define("RANDOMCHANCECLEAN",200); // -1 to never check define("MINUTESTOKEEPDATA",300); // -1 to keep forever # This is where all the AIML and startup.xml resides $rootdir= "/home/dkaid/public_html/forums/alice/aiml/"; require('/home/dkaid/public_html/forums/includes/config.php'); $DB_HOST=$config['MasterServer']['servername']; $DB_UNAME=$config['MasterServer']['username']; $DB_PWORD=$config['MasterServer']['password']; $DB_DB=$config['Database']['dbname']; $boterrors=""; mysql_connect($DB_HOST,$DB_UNAME,$DB_PWORD) or $boterrors = $boterrors . "Could not connect to database.\n"; @mysql_select_db($DB_DB) or $boterrors = $boterrors . "Unable to select database\n"; ?>
Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27

Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31

Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 35

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 35

Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 44

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 44

Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 59

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 59
Loading startup.xml

Warning: fopen(startup.xml) [function.fopen]: failed to open stream: No such file or directory in /home/dkaid/public_html/forums/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
that is my error. I have confirmed everything correct. I have reuploaded everything, painstakingly followed the instructions letter for letter...

What could be the problem?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01117 seconds
  • Memory Usage 1,799KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete