Jump to content

Shadowalker

Members
  • Posts

    191
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Shadowalker

  1. Hello! I have recently coded account manager for L2J server. It support account creation and account modification (overwrite). This is how it looks: You can download it from one of the links below: Mirror 1 (megaupload.com) Mirror 2 (2shared.com) CREDITS: Shadowalker If you have any problems or questions send an email to l2ranking@gmail.com. Enjoy
  2. actually no, you need only 5$ to withdraw to paypal :)
  3. IG version will be available soon
  4. u get 4$ per 1000 clicks, u can simply get 20$ per month from this and more .)
  5. Hey guyz! Do you often share your stuff on internet? Upload your files for others to download? Why not make some money buy sharing stuff? :) Check this out! Enjoy :)
  6. Hey! If you need any website php scripts contact me. I can make any script for a reasonable price. You can also send me an email to l2ranking@gmail.com
  7. Hello! I decided to share full l2off top scripts for website with cache to prevent sql query flood.. You can download it here and includes pvp,pk,raids,castle,agit,heroes and players online. Credits: Shadowalker Enjoy ;) To moderator: I have posted also in modification section by mistake, i think this is better spot because it's not really a server modification but online script, anyhow, you decide which one to delete...
  8. <?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
  9. Hello! Here's a simple script that display players online. In case server is offline, or an error occured it will display 0 players. You can download it here. Credits: Me Enjoy :)
  10. Hello! I decided to share full l2off top scripts for website with cache to prevent sql query flood.. You can download it here and includes pvp,pk,raids,castle,agit,heroes and players online. Credits: Shadowalker Enjoy ;)
  11. There is support, if you got problems you can always add l2ranking@gmail.com on msn or send an email :)
  12. The error is: "invalid or expired key"? That might be because you forgot to set server id in settings.php. Recheck it and get back to me :)
  13. Actually credits go to me, check footer of l2ranking :)
  14. Hello maxcheaters community! I would like to share with you L2J vote reward system for l2ranking.com topsite. Vote reward system enables server administrators to reward players for their support with voting by rewarding them. How does it work? Vote reward script is based on server-client communication. Once player successfully votes a new key is generated and shown to player which allows player to claim reward on server. Once player claims reward or more then 24 hours passed the key is deleted from our database. Is it free? Yes. Vote reward system is free for everyone to use and modify. Can I use it elsewhere? No. Our vote reward system is designed for L2Ranking topsite only. Vote reward system for server based on L2J plaform is completely independent that requires no MySQL table altering and saves logs into .txt files and is written in PHP.Vote reward is given to play via L2J Telnet (we require no connection - all is done on your side) and player validation si done by MySQL queries. System was successfully tested on live Interlude and Freya private server. -> Click here to download Vote Reward System for L2Ranking L2Ranking vote reward system is extemly simple to install. Detailed instructions on how to install vote reward can be found inside .zip in file "README". Quick installation guide - Register your L2 private server on our topsite. - Download vote reward system for you server plaform (L2J). - Upload files to your webhosting or dedicated and configure settings.php. - Enable and configure vote reward system on our website (server panel) under "vote" tab. - Inform your players about new vote reward system and you are done. If you prefer writing your own reward system you can download VRS Library. Inside .zip can be found an example that will show how to use it. -> Click here to download VRS Library Support is available on l2ranking@gmail.com (Email & MSN). You can aslo send me a PM or reply here. CREDITS: ME Best regards, Shadowalker
  15. Hello maxcheaters community! I would like to share with you L2OFF vote reward system for l2ranking.com topsite. Vote reward system enables server administrators to reward players for their support with voting by rewarding them. How does it work? Vote reward script is based on server-client communication. Once player successfully votes a new key is generated and shown to player which allows player to claim reward on server. Once player claims reward or more then 24 hours passed the key is deleted from our database. Is it free? Yes. Vote reward system is free for everyone to use and modify. Can I use it elsewhere? No. Our vote reward system is designed for L2Ranking topsite only. Vote reward system for servers based on L2OFF plaform and is completely independent that requires no MsSQL table altering, saves logs into .txt files and is written in PHP. Vote reward is given to player via cached packets (we require no connection - all is done on your side) and player validation is done by MsSQL queries. System was successfully tested on live C4 and Interlude private server. -> Click here to download Vote Reward System for L2Ranking L2Ranking vote reward system is extemly simple to install. Detailed instructions on how to install vote reward can be found inside .zip in file "README". Quick installation guide - Register your L2 private server on our topsite. - Download vote reward system for you server plaform (L2OFF). - Upload files to your webhosting or dedicated and configure settings.php. - Enable and configure vote reward system on our website (server panel) under "vote" tab. - Inform your players about new vote reward system and you are done. If you prefer writing your own reward system you can download VRS Library. Inside .zip can be found an example that will show how to use it. -> Click here to download VRS Library Support is available on l2ranking@gmail.com (Email & MSN). You can aslo send me a PM or reply here. CREDITS: ME Best regards, Shadowalker
×
×
  • Create New...