Jump to content
  • 0

[Help] Need help with script please!


Question

Posted

I know this is probably not the right place to put this topic, but I dont know where to write it, so excuse me. Here is my problem...

My site doesnt work for Hi5 , since the database in sql its l2jls, l2jgs, l2jcs not only l2jdb like before Hi5. This code must be rewriten in order the site to work. Otherwise no Login/Game server online/offline.

code of stats.php :

<?php

 

    $db_user = "root";

    $db_pass = "pass";

    $db_name = "l2jdb";  (<=old style)

    $db_serv = "adress";

 

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

 

?>

 

If someone knows how to fix it please do so!

And NO it doesnt work with changing $db_name = "l2jgs" !!!

Please someone help me!

4 answers to this question

Recommended Posts

  • 0
Posted

you have to declare the 2 or 3 database including the community server.

and to the next codes, complex coding will be need to join the databases query..

 

example

<?php

    $db_user = "root";
    $db_pass = "pass";
    $db_name_gs = "l2jgs";
    $db_name_ls = "l2jls";
    $db_name_cs = "l2jcs";
    $db_serv = "adress";

    $res = mysql_connect ( $db_serv, $db_user, $db_pass ) or die ("Coudn't connect to [$db_serv]");
    $resdb = mysql_select_db ( $db_name_gs, $res ) or die (mysql_error("Cannot connect to Game Server"));
    $resdb = mysql_select_db ( $db_name_ls, $res ) or die (mysql_error("Cannot connect to Login Server"));
    $resdb = mysql_select_db ( $db_name_cs, $res ) or die (mysql_error("Cannot connect to Community Server));

    return $res;

?>

  • 0
Posted

Login/Game doesnt work yet :( prhaps if i show you my other phps you can think of something. The script you was helping with is stats.php

Here are the others:

status.php

<?php
    $server  = "address";
    $portg   = "7777";
    $portl   = "2106";
    $timeout = "1";
?>

status2.php

<?php include "config/status.php" ?>
<?php

    //if ($server && $port && $timeout) {
        $game =  @fsockopen("$server", $portg, $errno, $errstr, $timeout);
        $login =  @fsockopen("$server", $portl, $errno, $errstr, $timeout);
    //}
    if($login) {
        echo "<font size=3><b>Login Server: <font color=#00DF00>Online</font></b></font><br />";
    }
    else {
        echo "<font size=3><b>Login Server: <font color=#FF0000>Offline</font></b></font><br />";
    }
    if($game) {
        echo "<font size=3><b>Game Server: <font color=#00DF00>Online</font></b></font><br />";
    }
    else {
        echo "<font size=3><b>Game Server: <font color=#FF0000>Offline</font></b></font><br />";
    }
    echo "";
?>

 

  • 0
Posted

yes it have, i can connect and create account,my account manager works fine. before when the database was only l2jdb there was no problem with the site, but now with these 3 databases it wont work.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • We are entering another season, the year 2026, which marks 20 years since the beginning of preparations for the first Chronicle server - Gracia Final.     The plans are the same as 20 years ago: to prepare a new generation of the game with the help of our edited game client, New Era.   There will be special new locations and dungeons for solo players and clans, clan quests and a clan shop, as well as special items and jewelry with attributes.     Enjoy the game at Dark Dragon             https://www.darkdragon.club/wp-content/uploads/2025/12/Dark_Dragon_login_New_Era.mp4    
    • Coming soon — New Year promotions across the entire SOCNET ecosystem We are preparing special offers, bonuses, and surprises across all our projects. Follow updates on our social media — you definitely don’t want to miss them. News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh
    • Coming soon — New Year promotions across the entire SOCNET ecosystem We are preparing special offers, bonuses, and surprises across all our projects. Follow updates on our social media — you definitely don’t want to miss them. News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh
    • We are looking for partners and account suppliers for cooperation We are open to partnerships with reliable account suppliers for the following services: ➡ Tinder ➡ Badoo ➡ Bumble ➡ Hinge ➡ Happn ➡ Meetic ➡ VK Dating ➡ LINE ➡ Snapchat ➡ Reddit ➡ LinkedIn ➡ Instagram ➡ Facebook ➡ Threads ➡ Google ADS ➡ E-mails ➡ WhatsApp ➡ Twitter We are considering long-term cooperation, stable volumes, and mutually beneficial terms. If you have any offers — we will be glad to discuss the details. Contact us using the details below. ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Hello Alisa, do you know where is the "auto target" when other enemy attack you?, is in dll but idk wich is the binary code
  • Topics

×
×
  • 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