Jump to content

Recommended Posts

  • 4 weeks later...
Posted

hi nice side but i have this error Unknown column 'access_level' in 'where clause' and i have Enable "Root access from remote machines" in your mysql platform plz help

Posted

hi nice side but i have this error Unknown column 'access_level' in 'where clause' and i have Enable "Root access from remote machines" in your mysql platform plz help

 

show me a copy of characters.sql located in your datapack.

Posted

nice website but when i press into top pvp/pk look screen shot:

21722078.png

 

and my config

<?php

    $db_user = "root"; 
    $db_pass = "mypasshere"; 
    $db_name = "l2jdb"; 
    $db_serv = "l2bloodywar.no-ip.biz"; 

    $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; 

?>

waht i do fail?

  • 3 weeks later...
Posted

nice website but when i press into top pvp/pk look screen shot:

21722078.png

 

and my config

<?php

    $db_user = "root"; 
    $db_pass = "mypasshere"; 
    $db_name = "l2jdb"; 
    $db_serv = "l2bloodywar.no-ip.biz"; 

    $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; 

?>

waht i do fail?

 

dont make it html... leave the fils php !

  • 4 weeks later...
Guest
This topic is now closed to further replies.



×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..