Bebot in windows.
Bebot in windows.
I have been trying for a few days now to start a bot on my computer. I got mySQL, php & bebot. I have tried to follow some online instructions and fumbled my way to actuakky almost getting it going. The issue i have at the moment is that when i try to start up bebot in CMD it gives me an error that it cannot find the file extensions. I have obviously got somethign coded wrong in php.ini and its telling the bot to look somewhere its not supposed to, or the files arent where its looking. take your pick.
So anyone out there with a working bebot/php.ini/startbot.php/main.php/config.ini/mysql.ini file set that actually works in windows? I can change the particulars to be for my server/botname etc, but so far i am lost.
So anyone out there with a working bebot/php.ini/startbot.php/main.php/config.ini/mysql.ini file set that actually works in windows? I can change the particulars to be for my server/botname etc, but so far i am lost.
Re: Bebot in windows.
screenshots of the errors
- Attachments
-
- error1.jpg (147.72 KiB) Viewed 13431 times
Re: Bebot in windows.
I do not know how you set up MySQL and PHP, but the application WampServer (http://www.wampserver.com/en/) is an awesome app. It allows you effortlessly set up and switch between any version of PHP and MySQL (and Apache), and to very easily enable/disable all the various extensions/modules.
You're getting a few notices and warnings about depreciated stuff, and a warning is just that, only a warning - not a show stopper. Your show stopper problem is "Loading php_sockets.dll failed"
In php.ini: (You've probably already done this, but just to be thorough)
// change ...
// ... to
Or if you use wampserver just clicky in the menu.
For the "Warning: dl() [function.dl]: Dynamically loaded extensions aren't enabled" look for in php.ini.
You're getting a few notices and warnings about depreciated stuff, and a warning is just that, only a warning - not a show stopper. Your show stopper problem is "Loading php_sockets.dll failed"
In php.ini: (You've probably already done this, but just to be thorough)
// change ...
Code: Select all
;extension=php_sockets.dll
Code: Select all
extension=php_sockets.dll
For the "Warning: dl() [function.dl]: Dynamically loaded extensions aren't enabled" look for
Code: Select all
enable_dl = On
Re: Bebot in windows.
thanks mob.
I installed and ran all the programs in a somewhat random fashion. I didnt fully realise that 1 needs the other and in what way.
I went to http://www.thesitewizard.com/php/instal ... ista.shtml and have followed those instructions for the apache 2.2x and the php 5.2.14.
I have now d/l mySQL and will set that up.
The question will be how do i get bebot to work in an already established working frame of php.
I guessed that i needed to change the command line and remove the ; but there are 2 command lines similar. One said "for windows" and there was one above it.
Anyhow i will try soon and see
I installed and ran all the programs in a somewhat random fashion. I didnt fully realise that 1 needs the other and in what way.
I went to http://www.thesitewizard.com/php/instal ... ista.shtml and have followed those instructions for the apache 2.2x and the php 5.2.14.
I have now d/l mySQL and will set that up.
The question will be how do i get bebot to work in an already established working frame of php.
I guessed that i needed to change the command line and remove the ; but there are 2 command lines similar. One said "for windows" and there was one above it.
Anyhow i will try soon and see
Re: Bebot in windows.
Just sent you a PM in response to your own PMs about what each thing does, Rojo. 

Re: Bebot in windows.
bot is up and "running" some commands like "!online" work but other commands like "!bio" dont. or "!items"
So need to work out how to load in external modules or 3rd party thingos or w/e it is called
So need to work out how to load in external modules or 3rd party thingos or w/e it is called
- Sookie
- Big Leet
- Posts: 341
- Joined: Fri Apr 25, 2008 2:02 am
- Location: Temecula, California, USA
- Contact:
Re: Bebot in windows.
Elrojo wrote:bot is up and "running" some commands like "!online" work but other commands like "!bio" dont. or "!items"
So need to work out how to load in external modules or 3rd party thingos or w/e it is called
custom modules?

Hi, Peter. What's happening? We need to talk about your TPS reports. Yeah. The coversheet. I know, I know. Uh, Bill talked to me about it.
Yeah. Did you get that memo?
Yeah. I've already taken care of it so it's not even really a problem anymore.
Yeah. Did you get that memo?
Yeah. I've already taken care of it so it's not even really a problem anymore.
Re: Bebot in windows.
thanks sookie.
yes i found that. In my bot i have found some cool modules.
A twink helper. SO you can say !whatbufs agi and it will display common items to buff it, then if you click the item it will say where its from, what QLs and then what Ql is the breaking point for increased stats.
It can also show you based on your agi & treat whats the max QL you can get as an implant.
I've also got a wishlist module (but dont know how to use it) and a raid calender that spams you when you log on^^
Bu i'll keep trying to find some cool ones. Anyone who wants to can join my org and play with my commands if they like ^^
yes i found that. In my bot i have found some cool modules.
A twink helper. SO you can say !whatbufs agi and it will display common items to buff it, then if you click the item it will say where its from, what QLs and then what Ql is the breaking point for increased stats.
It can also show you based on your agi & treat whats the max QL you can get as an implant.
I've also got a wishlist module (but dont know how to use it) and a raid calender that spams you when you log on^^
Bu i'll keep trying to find some cool ones. Anyone who wants to can join my org and play with my commands if they like ^^
Re: Bebot in windows.
Gratz on getting it working Rojo. Those modules sound cool.