Jump to content

PhP + Bebot on Vista 64bit


Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.