Elrojo Posted November 18, 2010 Share Posted November 18, 2010 Hi everyone, I am new to all of this. I followed the instructions here, http://bebot.shadow-realm.org/wiki/installation I downloaded MySQL and set it up according to instructions. Also installed bebot 0.6.8 and followed the text editor instructions for configuring the startbot.php files. Also the config file. I extraced just the files mentioned From this archive * libeay32.dll * php.exe * php5.dll (If you have a php5ts.dll instead you have the thread safe binaries) * ssleay32.dll Then you want to create a folder in your BeBot directory named: phpext In this directory copy the following files from the PHP archive ext/ folder: * php_curl.dll * php_mbstring.dll * php_mysql.dll * php_sockets.dll I installed bebot to just c:\ when i run in command prompt it gives me an error that it could not open the input file: start.php thats when i run according to the instructions. I really dont know what I am missing, or where to go from here. Thanks in advance Link to comment https://forums.phpfreaks.com/topic/219055-php-bebot-on-vista-64bit/ Share on other sites More sharing options...
Elrojo Posted November 19, 2010 Author Share Posted November 19, 2010 Ok the specific errors i get are in the attachment. The lines of code in each file are as follows: Line 47 of config.php $this -> argv = $argv[1]; Line 70 of config.php if(!$this -> cf) Line 74 of startbot.php if($argv[1] != $conf -> argv) Line 100 of startbot.php is the { in bold if($pw) { $fp = fopen('./conf/pw', 'w'); fwrite($fp, $pw); fclose($fp); } $last_line = system($systemcommand); Line 298 of main.php $bot -> ini = new ConfigMagik(&$bot, $path, true, true); Line 127 of main.php if (!dl("php_sockets.dll")) then it loops. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/219055-php-bebot-on-vista-64bit/#findComment-1136515 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.