Menu

#4 won't start

open
nobody
Core (3)
5
2004-06-23
2004-06-23
Anonymous
No

i keep getting this

Warning: mysql_num_rows(): supplied argument is not a
valid MySQL result resource in
/var/www/irc_functions.php on line 560

Warning: mysql_num_rows(): supplied argument is not a
valid MySQL result resource in
/var/www/irc_functions.php on line 560

Warning: mysql_num_rows(): supplied argument is not a
valid MySQL result resource in
/var/www/irc_functions.php on line 560

Warning: mysql_num_rows(): supplied argument is not a
valid MySQL result resource in
/var/www/irc_functions.php on line 560

Warning: mysql_num_rows(): supplied argument is not a
valid MySQL result resource in
/var/www/irc_functions.php on line 560
__ _ _ ____ __
/ / (_)___ ___ (_) __ )____ / /_
/ / / / __ `__ \/ / __ / __ \/ __/
/ /___/ / / / / / / / /_/ / /_/ / /_
/_____/_/_/ /_/ /_/_/_____/\____/\__/

[18:51:27] (Info >> Name) LimiBot
[18:51:27] (Info >> Desc) PHP IRC Bot
[18:51:27] (Info >> Creator) Limited Edition!
[18:51:27] (Info >> E-Mail) lloydpick@users.sourceforge.net
[18:51:27] (Info >> Web-Site)
https://sourceforge.net/projects/limibot/

[18:51:27] (Server >> Nick)

[18:51:27] (PHP >> PID) 12423

[18:51:27] (Svr) Temporary Administration Login Tables
Wiped

Warning: fsockopen() expects parameter 2 to be long,
string given in /var/www/irc_functions.php on line 576
[18:51:27] (Error) Socket Could not Connect

Fatal error: Cannot break/continue 1 level in
/var/www/irc_functions.php on line 585
job39:/var/www#

the server is a valid server !! :(

Discussion

  • jackasswanabe

    jackasswanabe - 2004-07-04

    Logged In: YES
    user_id=1066168

    i get the same type of error

    Warning: mysql_num_rows(): supplied argument is not a valid
    MySQL result resource in
    /********/jwb/bots/limibot/irc_functions.php on line 560

    Warning: mysql_num_rows(): supplied argument is not a valid
    MySQL result resource in
    /*******/jwb/bots/limibot/irc_functions.php on line 560

    Warning: mysql_num_rows(): supplied argument is not a valid
    MySQL result resource in
    /******/jwb/bots/limibot/irc_functions.php on line 560

    Warning: mysql_num_rows(): supplied argument is not a valid
    MySQL result resource in
    /******/jwb/bots/limibot/irc_functions.php on line 560

    Warning: mysql_num_rows(): supplied argument is not a valid
    MySQL result resource in
    /*****/jwb/bots/limibot/irc_functions.php on line 560
    __ _ _ ____ __ / / (_)___ ___ (_) __ )____ / /_ / / / / __
    `__ \/ / __ / __ \/ __/ / /___/ / / / / / / / /_/ / /_/ / /_
    /_____/_/_/ /_/ /_/_/_____/\____/\__/ [07:02:41] (Info >>
    Name) LimiBot [07:02:41] (Info >> Desc) PHP IRC Bot
    [07:02:41] (Info >> Creator) Limited Edition! [07:02:41]
    (Info >> E-Mail) lloydpick@users.sourceforge.net [07:02:41]
    (Info >> Web-Site) https://sourceforge.net/projects/limibot/
    [07:02:41] (Server >> Nick) [07:02:41] (PHP >> PID) 21483
    [07:02:41] (Svr) Temporary Administration Login Tables Wiped
    Warning: fsockopen() expects parameter 2 to be long, string
    given in /*****/jwb/bots/limibot/irc_functions.php on line 576
    [07:02:41] (Error) Socket Could not Connect
    Fatal error: Cannot break/continue 1 level in
    /********/jwb/bots/limibot/irc_functions.php on line 585

     
  • Matthew Oakes

    Matthew Oakes - 2004-07-07

    Logged In: YES
    user_id=987077

    If you open the limibot.php file and look near the top there are
    these variables:

    // mySQL Database Settings
    $IRC\_mySQL\_Info\_Server = "localhost";
    $IRC\_mySQL\_Info\_User = "";
    $IRC\_mySQL\_Info\_Pass = "";
    $IRC\_mySQL\_Info\_DataB = ""; 
    

    The first will almost always be set as "localhost" and the
    others will be found on your cpanel somewhere or on the web
    hosts control panel. If you set those and upload it, it should
    work (If there set right).

     
  • wyckaz

    wyckaz - 2004-08-25

    Logged In: YES
    user_id=1110306

    I have diferent problem its something wrong with
    functions... :/
    Fatal error: Call to undefined function: stream_set_timeout()
    in c:\php\html\ksd\irc\limibot-0.6.5-pr\irc_functions.php on
    line 601

    I'm running this under windows

     
  • ShotMonkey

    ShotMonkey - 2004-09-20

    Logged In: YES
    user_id=1124994

    i had that error. check that your mysql login stuff is valid..
    if it can't login to the mysql database, that's exactly what
    you see. it says about the port expected to be a long,
    because it's passig nothing... it can't get any values from
    the database to work with. hence error.

     
  • Matthew Oakes

    Matthew Oakes - 2004-09-20

    Logged In: YES
    user_id=987077

    That should be cleaned up realy to make a easier to
    understand error, like: "Couldn't connect to db" or somin.

     

Log in to post a comment.

Auth0 Logo