Jump to content

[Share] Awesome Lineage 2 Website + PHP Scrips + PSD Files !!!


Recommended Posts

  • 4 weeks later...

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 3 weeks later...

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 !

Link to comment
Share on other sites

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



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock