collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Need help  (Read 3844 times)

0 Members and 1 Guest are viewing this topic.

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« on: May 24, 2005, 07:53:57 pm »
Srry for this probably stuped question... but i`m not soo good on this stuffs... when i try to run the bot i got this.


"AOChat class needs the Sockets extension to work."

Cans someoene xplain me what to do?

Offline Ltes

  • BeBot User
  • **
  • Posts: 34
  • Karma: +0/-0
    • http://www.ltes.cjb.net/
Need help
« Reply #1 on: May 25, 2005, 12:24:31 am »
open the php.ini file in the bot directory, and add the line
extention=php_sockets.dll after the one line thats in there.

check here if that does not help


[size=18]Ltes

*RK2*[/size]

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« Reply #2 on: May 25, 2005, 02:10:57 am »
Thanks to other post i solved many o fthe problems.... but now i got this as error

Warning: mysql_connect(): Can't connect to MySQL server on '217.114.210.66' (100
60) in D:\bebot_v0211\bebot\MySQL.php on line 36
[Keine Verbindung zur Datenbank!] (Can't connect to MySQL server on '217.114.210.66' (10060))

Offline Ltes

  • BeBot User
  • **
  • Posts: 34
  • Karma: +0/-0
    • http://www.ltes.cjb.net/
Need help
« Reply #3 on: May 25, 2005, 04:51:46 am »
Quote from: "Jordan"

Warning: mysql_connect(): Can't connect to MySQL server on '217.114.210.66' (100
60) in D:\bebot_v0211\bebot\MySQL.php on line 36
[Keine Verbindung zur Datenbank!] (Can't connect to MySQL server on '217.114.210.66' (10060))


line 36...means you screwed up on the mysql.conf file i believe.  check here for more info on that


[size=18]Ltes

*RK2*[/size]

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« Reply #4 on: May 25, 2005, 06:26:07 pm »
And a new Error O.o

Warning: mysql_connect(): Client does not support authentication protocol reques
ted by server; consider upgrading MySQL client in D:\bebot\MySQL.php on line 36
[Keine Verbindung zur Datenbank!] (Client does not support authentication protoc
ol requested by server; consider upgrading MySQL client)

bah wth i get htis now?  :cry:  :cry:  :cry:  :cry:

Offline Glarawyn

  • BeBot Hero
  • ******
  • Posts: 521
  • Karma: +0/-0
Need help
« Reply #5 on: May 25, 2005, 07:44:34 pm »
You need to run MySQL with the --old-passwords option I belive.

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« Reply #6 on: May 25, 2005, 08:04:24 pm »
I`m using mysql version 5 and i have cheked the old password... but i got still same thing :(  :cry:  :cry:  :cry:  :cry:


Also i have found this

But i cant understand what this patr mean

Then go back to the MySQL command prompt and type

______________________________________________________
Code:

MySQL>\. c:/items     #note there is no trailing ';' for this
______________________________________________________


to import the database. This should take a minute at most and once done the database is ready.


What exactly i must type on the mysql client?

Offline Ltes

  • BeBot User
  • **
  • Posts: 34
  • Karma: +0/-0
    • http://www.ltes.cjb.net/
Need help
« Reply #7 on: May 25, 2005, 11:16:54 pm »
allright, lets say your bebot folder is just in your c drive, so the location of the file is c:\bebot.  you're going to want to type

use database bebot;
source c:\bebot\items.sql;

it'll write some shit for a while, and it'll be all good.

i'm not sure thats what your problem is but that answers your last post


[size=18]Ltes

*RK2*[/size]

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« Reply #8 on: May 25, 2005, 11:38:39 pm »
Well i got it worked whit myql server V4.0 .... ont his version none error messages has apeared :) ty for the help to evryone

Now waiting for server to come up to see thi beaty  :D  :D  :D  :D

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« Reply #9 on: May 26, 2005, 08:13:36 am »
bah :( now i  get this error ...

AOChat class needs the Sockets extension to work.

If i delete this line as i readed here in forum

"
  if(!extension_loaded("sockets"))
  {
    die("AOChat class needs the Sockets extension to work.\n");
  }
"
AAfter delete this line bot is starting to load his modules and all but when he try to conect i get

Fatal error: Call to undefined function:  socket_create() in D:\bebot\AOChat.php
 on line 153

:( what to do? :(

Offline Jordan

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Need help
« Reply #10 on: May 26, 2005, 04:48:17 pm »
Weeee i finaly got it worked!!! Ty to evryoen fo rteh help!
Last thing that i wanna ask is how i can change the color of the raid channel? This s raidbot and i dont want the channel to be in white cos it is harder t o split the writen there from dmg types and other system messages.. so is there enyway to change this color?

Offline Ltes

  • BeBot User
  • **
  • Posts: 34
  • Karma: +0/-0
    • http://www.ltes.cjb.net/
Need help
« Reply #11 on: May 28, 2005, 03:41:10 pm »
i dont think so...unfortunatly you're using a private chat channel which funcom has defined as white.  You can change what color the bots spam is in, but the channel itself is fixed :(


[size=18]Ltes

*RK2*[/size]

Offline Pudz

  • BeBot Rookie
  • *
  • Posts: 3
  • Karma: +0/-0
RRRRRRAAARRRRRGGGGGG!
« Reply #12 on: June 02, 2005, 02:19:22 pm »
Guys ionly jus found out bout guildbots and im major stuck.
cud u help me anybody plz? :(

Offline Glarawyn

  • BeBot Hero
  • ******
  • Posts: 521
  • Karma: +0/-0
Need help
« Reply #13 on: June 02, 2005, 06:18:13 pm »
Quote from: "Jordan"
Weeee i finaly got it worked!!! Ty to evryoen fo rteh help!
Last thing that i wanna ask is how i can change the color of the raid channel? This s raidbot and i dont want the channel to be in white cos it is harder t o split the writen there from dmg types and other system messages.. so is there enyway to change this color?


You could change the color of the text that the bot outputs on the raid channel. However, that would only change what's said by the bot. If you want to change the color of private groups, read here and here

Offline Ltes

  • BeBot User
  • **
  • Posts: 34
  • Karma: +0/-0
    • http://www.ltes.cjb.net/
Re: RRRRRRAAARRRRRGGGGGG!
« Reply #14 on: June 02, 2005, 11:21:54 pm »
Quote from: "Pudz"
Guys ionly jus found out bout guildbots and im major stuck.
cud u help me anybody plz? :(


i need to find out exactly what you need help with m8 :) but i think we can help


[size=18]Ltes

*RK2*[/size]

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 784
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal