Hallo,
first of all, my english is very bad, so sorry for the next lines.
I have a VServer with Suse 10.3. With the help of this forum i was able to config the Bot as far as this problem is happening.
If I start the bot with "php5 StartBot.php" this will be the result:
===================================================
_/_/_/ _/_/_/ _/
_/ _/ _/_/ _/ _/ _/_/ _/_/_/_/
_/_/_/ _/_/_/_/ _/_/_/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/
_/_/_/ _/_/_/ _/_/_/ _/_/ _/_/
An Anarchy Online Chat Automaton
v.0.5.2.svn(snapshot) - PHP 5.2.6
===================================================
Sockets extention required to run this bot
It repeats in an endless loop.
There are no more errors.
I looked at the php.ini where the path is for the expansion
; The directory under which PHP opens the script using /~username used only
; if nonempty.
user_dir =
; Directory in which the loadable extensions (modules) reside.
extension_dir = /usr/lib/php5/extensions
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
enable_dl = Off
And in the path are these files:
vs163035:/usr/lib/php5/extensions # dir
total 3040
-rw-r--r-- 1 root root 10740 Jun 23 14:55 ctype.so
-rw-r--r-- 1 root root 57100 Jun 23 14:55 curl.so
-rw-r--r-- 1 root root 154412 Jun 23 14:55 dom.so
-rw-r--r-- 1 root root 47220 Jun 23 14:55 ftp.so
-rw-r--r-- 1 root root 349912 Jun 23 14:55 gd.so
-rw-r--r-- 1 root root 15056 Jun 23 14:55 gettext.so
-rw-r--r-- 1 root root 36196 Jun 23 14:55 iconv.so
-rw-r--r-- 1 root root 93764 Jun 23 14:55 imap.so
-rw-r--r-- 1 root root 1856696 Jun 23 14:55 mbstring.so
-rw-r--r-- 1 root root 35564 Jun 23 14:55 mcrypt.so
-rw-r--r-- 1 root root 44844 Jun 23 14:55 mysql.so
-rw-r--r-- 1 root root 102184 Jun 23 14:55 mysqli.so
-rw-r--r-- 1 root root 81644 Jun 23 14:55 openssl.so
-rw-r--r-- 1 root root 90188 Jun 23 14:55 pdo.so
-rw-r--r-- 1 root root 26708 Jun 23 14:55 pdo_mysql.so
-rw-r--r-- 1 root root 27476 Jun 23 14:55 xsl.so
-rw-r--r-- 1 root root 27428 Jun 23 14:55 zlib.so
vs163035:/usr/lib/php5/extensions #
I donĀ“t know what i should do... By the way, I have no experience in php, mysql or Linux, so its difficult for me...
I hope someone can tell me what i have to do