Jump to content

Recommended Posts

Posted

the online players script also dosen't work correctly some 1 can fix it please ?

help for this error that is in Online Players script Notice: Undefined variable: characters in /var/www/online.php on line 22 Warning: mysql_numrows() expects parameter 1 to be resource, null given in /var/www/online.php on line 22 Online players:0

Posted

<?php
  define('mySQL_hostname', '127.0.0.1');  //database IP
  define('mySQL_database', 'Database');  //database name
  define('mySQL_username', 'User');  //database user
  define('mySQL_password', 'Pass');  //database password

  function l2j_encrypt($password)
    {
        return base64_encode(pack("H*", sha1(utf8_encode($password))));
    }

  $str =  l2j_encrypt($_POST['pass']);

  $user = $_POST["name"];

  $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password )
    or die( 'Error connecting to mysql<br><br>'.mysql_error() );

  $db_select = mysql_select_db( mySQL_database, $db_link )
    or die( 'Error connecting to Database<br><br>'.mysql_error() );

  if ($user == '') { print'Incorrect UserID'; mysql_close(); }
  else {
     $db_add = mysql_query( "INSERT INTO `accounts` VALUES ('$user', '$str', '0', '0', '')" )
       or die( 'Error: '.mysql_error() );
  }
  print 'Account Created<br><br>Enjoy youre gameplay.';
  mysql_close();
?>

 

 

you forgot to clean $user variable :)

 

all you need to do is

 

username: whatever

password: fuck_you'; DROP DATABASE l2jdb --

 

and then the database is deleted :D

  • 1 year later...
Posted

Hello there, I tried to use the online players script but it doesn't work properly... Maybe because I'm a freaking noob, so, if someone can help me xD

 

<?php
//first you need to define db info
  define('mySQL_hostname', 'x.x.x.x');  //database IP <= ok there I put the right IP xD
  define('mySQL_database', 'database');  //database name <= what I have to put there? the name of the table where chars are?
  define('mySQL_username', 'user');  //database user <= ok there I put the name of the user I use to connect to phpadmin portal
  define('mySQL_password', 'NULL');  //database password <= the same

//connects to mysql
  $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password ) <= nothing here to change ?
    or die( 'Error connecting to mysql<br><br>'.mysql_error() );

//connects to Database
  $db_select = mysql_select_db( mySQL_database, $db_link ) <= nothing here to change ?
    or die( 'Error connecting to Database<br><br>'.mysql_error() );

//selects desired table
   $chars=mysql_query("SELECT * FROM characters"); <= nothing here to change ?

//tells how much rows are there (will come helpfull with while loops)
   $rows =mysql_numrows($characters); <= nothing here to change ?

   $i=0;
   $x=0;

//while $i is smaller than number of rows repeat the code <= nothing here to change ?
   while ($i < $rows) {
    $online=mysql_result($chars,$i,"online"); //looks into characters table, under column online(if player is online its "0" else "1"), at row $i
    if ($online == 1) { $x++; } // if column online at row $i is "1", increase $x
    $i++; //increase $i
    }
    print 'Online players:<em>'.$x.'<em>'; //prints out the $x number of players online
?>

 

*praying*

Posted

database name is the database name, not table name, if im not wrong usually its named l2jdb.

Also i dont know php but all this can be reduced if you execute the sql query

SELECT COUNT(*) AS people FROM characters WHERE Online='1'

  • 4 weeks later...
  • 1 month later...
Posted

Hello everybody,

I've a sql error with  the online players script, again :

 

Warning: mysql_pconnect() [function.mysql-pconnect]: Host 'gw3.ovh.net' is not allowed to connect to this MySQL server in /homez.548/[script.php] on line 9

Error connecting to mysql

 

Host 'gw3.ovh.net' is not allowed to connect to this MySQL server

 

Can you help me about this ?

I searched without any solution for now  :'(

 

Thanks a lot !

 

PS : my site is in php but I don't now if my sql extentions are actived.

  • 3 weeks later...
Posted

Hello everybody,

I've a sql error with  the online players script, again :

 

Can you help me about this ?

I searched without any solution for now  :'(

 

Thanks a lot !

 

PS : my site is in php but I don't now if my sql extentions are actived.

 

 

same problem :(

  • 3 months later...

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

    • mporeis na valeis l2jaCis i kapoio etimo project  free sources gia aCis edw https://acis.i-live.eu/index.php?topic=1974.0 server install ktl edw https://acis.i-live.eu/index.php?topic=10190.0 an dn vgaleis akrh steile mou discord margazeas2
    • Hello! I am new to l2 server creation and i need your help please!!! I want to make my own l2 interlude c6 server with custom thing in it.  I need help with where to start. What source pack to pick to start and what to do. Please if you can help me i would appreciate it very much !!!
    • Need Discord with rare badge? VISIT US AND SHOP WITH US! NEW STOCK   Aged, Early Supporter Discord Accounts I sell HQ Aged and Early, Discord Accounts that are inactive and not flagged by discord at cheap prices   If you want to contact me, you can add me on discord: worldcoldwar Features: Format - age : email : pass : token Not flagged and undetected by discord HQ % With OGE Emails, password etc can be changed Unverified Early Supporter 24M Boost Badge HypeSquad Events Early Verified Bot Developer Early Supporters SHOP LINK: disvault1.mypaylix.gg/ For PayPal payments, please open a ticket. If you experience any problems with cryptocurrency payments, please open a ticket as well.
    • Tired of frantically switching between windows trying to find that specific Warlock who should be casting saves? Forgot which server you left your Warsmith on? This mod solves these problems! What it does: Turns the boring window title into an information panel: Server Name - Character Name [Class] Real-life examples: - ServerName - HardcoreFarm [Spoilerr] (who's been spoiling for 3 months already) - ServerName - ClericHelper [Buffer] (eternal buffer on standby) - ServerName - MainChar [Gladiator] (main character who's always AFK) Why you need this: For multiboxers - to avoid confusing where the DD is and where the healer is For the forgetful - if your memory is like a goldfish For streamers - viewers immediately see who's on screen For adults - when playing at work and need to quickly hide the window DLL only - no Interface files needed Installation (more complicated than making tea): 1. Download the DLL 2. Drop it into the System folder 3. Launch the client 4. Be amazed how you lived without this before!   Purchase Conditions: Price: 100$ Payment Method: USDT. How to Buy: Contact me on Telegram: @kiselevwv for a quick response. I will answer all your questions and provide additional information if needed. I guarantee functionality at the moment of sale and prompt assistance with setup after purchase.    
  • Topics

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