BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.2 support => Topic started by: Keeperjoe on November 30, 2005, 10:14:29 pm
-
Whenever i try to start the bot it says
AOChat class needs the sockets extension to work
AOChat class needs the sockets extension to work
AOChat class needs the sockets extension to work
AOChat class needs the sockets extension to work
you get the point..
i tried to reinstall the bot and took php off and did all over again and same thing. what do i do?
-
Make sure you visit this: http://bebot.fieses.net/viewtopic.php?t=41
Once you have all of that and you got your SQL setup make sure that you change the php.ini to read
extension_dir = ./
extension=php_sockets.dll
Should get you going.
-
Im actually having the same problem under Windows. Ive been trying to setup BeBot to test since many seem to have problems getting it to work on windows, and i just cannot seem to get php to include the sockets extention no matter what i do. Its almost as if it completely ignores php.ini even when i explicitly tells php to use php.ini
-
150902.sql
AOChat.php
Bot.php
items.sql
main.php
MySQL.php
patchnotes.txt
php.exe
php.ini
php_bz2.dll
php_sockets.dll
php4ts.dll
start.php
update.php
All in the main bebot directory? I am using windows XP and works fine after some tweaking of the files for the new AO text changes.
-
has anyone figured this out yet now im having this problem
-
pshhh in that uber guide he has extension spelled extention.... which causes that error
but now im getting
Warning: Mysql_connect<>: Client does not support authentication protocol requested by server; consider upgrading Mysql client in C:\bebot\Mysql.php on line 36 [Keine Verbindung zur Datenbnak!] <Client does not support authentication protocol requested by server; consider upgrading Mysql client>
any ideas
Keine Verbindung zur Datenbnak means...
No connection to the data base!
-
I think im having a problem creating a database
create database db this doesnt seem to have any indication
-
database is made but im still getting the error
-
http://dev.mysql.com/doc/refman/4.1/en/old-client.html
you can follow their instructions, or you can download and install the MySQL administrator if you're on win32 (in their downloads section) and enable "use old passwords" box under the startup configuration (I think), or start mysql with --old-passwords or so
Then delete/re-add the user and it will use the old password authentication methods and I think start working :P
:)
-
someone on the hackersquest forums helped me solve this problem but after that im still having issues...
Warning: mysql_query<>: supplied argument is not a valid mysql-link resource in c:\bebot\mysql.php on line 54
Warning: mysql_query<>: supplied argument is not a valid mysql-link resource in c:\bebot\mysql.php on line 54
Warning: mysql_query<>: supplied argument is not a valid mysql-link resource in c:\bebot\mysql.php on line 54
and
Warning: mysql_query<>: supplied argument is not a valid mysql-link resource in c:\bebot\mysql.php on line 77
Warning: mysql_query<>: supplied argument is not a valid mysql-link resource in c:\bebot\mysql.php on line 77
Warning: mysql_query<>: supplied argument is not a valid mysql-link resource in c:\bebot\mysql.php on line 77
i have no idea
maybe someone can post me there mysql.php?
-
Using the bone stock mysql.php from Bebot v2.1.1 here. I don't see anything on the lines submited in you error.
I've placed it here if you need it -> ftp://xen.afraid.org/bebot_files/MySQL.php