Jump to content

Recommended Posts

Posted

i have one problem with stats and status

 

<?php

 

    $db_user = "root";

    $db_pass = "";

    $db_name = "l2jarchid_db";

    $db_serv = "no-ip or my Ip??";

 

    $res = mysql_connect ( $db_serv, $db_user, $db_pass ) or die ("Coudn't connect to [$db_serv]");

    $resdb = mysql_select_db ( "$db_name",$res );

 

    return $res;

 

?>

 

<?php

    $server  = "no-ip or My Ip?";

    $portg  = "7777";

    $portl  = "2106";

    $timeout = "1";

?>

 

Posted

$db_serv = "no-ip or my Ip??";

Databace ip if you have dedicated add the ip there if the server is home add localhost

 

$server  = "no-ip or My Ip?";

server ip

  • 2 weeks later...
Posted

Man.Very Good Work..I Search it for status.I Want give you +1 karma but i can't :S.But Very Good Work.Thank's.......................Respect Him

Posted

Hi all , i have a problem with thi web , when i put my ip in "stats.php" i take this eror :

 

http://img535.imageshack.us/img535/5350/80979739.png

 

And if i put "localhost" or "127.0.0.1" i take this eror :

 

http://img717.imageshack.us/img717/2743/95095669.png

 

kan any1 help me? :)

Guest
This topic is now closed to further replies.



×
×
  • Create New...