Jump to content

Phantasmo

Members
  • Posts

    646
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Phantasmo

  1. The next share is web scripts. Download link---> http://www.4shared.com/zip/yh3apHAK/l2off_website_scripts.html? Guide how you can adapt it and more will be uploaded soon. Thank you.
  2. Since i have seen many guys here selling this geodata i decided to share it for free. http://l2service.com/dl/Geodata.7z More coming soon.
  3. There are arround 25 guides about it. Search before you open a whole new thread.
  4. Good luck with that son.
  5. Εννοιτε πως πρεπει να εισαι ενηλικος.
  6. What if i told you that you can use personal messages instead of flaming each other at public? We don't care about your says.
  7. Since when someone is not available to sell something if he add it in hes OWN extender? Let me be more specific about this. If i create a new whole vote engine and start selling it and then Nevermore bought it from me and he will wanna use it in his own extender thats a problem?Hell no. Even thought that he doesn't own that 'event engine' he can always add it at his extender with copyrights. Plus we all know Trance is working at his 'own' open free project and he went mad.(I'm not flaming Trance in any place since i believe hes one of the best dev arround here,but im just telling some facts) Sorry for getting my ass into that situation.
  8. Some simple edits at confugiration.
  9. PHP script to display server status, this script wont flood the server each time user visits your website, it checks server status every 30 seconds (this will make your website to work way faster. <?php ini_set( "display_errors", 0); //hide fsockopen/fopen warnings if file doesn't exist or couldn't connect $g_Status = 0; $g_Ip = "127.0.0.1"; //Server ip $g_Port = "7777"; //Server Port function IsOnline($ip, $port) { $sock=@fsockopen($ip, $port, $errNo, $errStr, 3);//timeout set to 3 seconds if($sock) { fclose($sock); return 1; } return 0; } function RefreshStatus() { global $g_Ip, $g_Port; $status = IsOnline($g_Ip, $g_Port); //storing info about timestamp and server status $file = fopen("status.txt", "wb"); $timestamp = time() + 30; //it will refresh every 30 seconds - won't flood the server $cont = $timestamp .' '. $status; fwrite($file, $cont); fclose($file); return $status; } $file = fopen("status.txt", "r"); if(!$file) { //file doesn't exist $g_Status = RefreshStatus(); }else { $cont = fread($file, filesize("status.txt")); $data = explode(" ", $cont); //$data[0] is our timestamp and $data[1] is our server status if($data[0] < time()) { //refresh status $g_Status = RefreshStatus(); }else { $g_Status = $data[1]; } } //Display server status if($g_Status) { echo "Online"; }else { echo "Offline"; } ?> Credits:Vanganth and some edits made by me.
  10. Yep has 10 players limit.
  11. The question was going to the topic starter.
  12. So why you opened a whole new thread about that?That post should be in Wrong Topics section.
  13. It's wrong section i guess.
  14. Hello everyone guys. Since OFF section is dead ill start uploading/sharing stuff by tommorow. I will start with some custom scripts. Then i will share with you latest Vanganth's Files in order to test them and learn by them(editing stuff etc) Some guides will take place as well,Like how you can setup OFF files edit them and take the last updates from editors. Stay Tuned.
  15. I guess its wrong SQL version.
  16. Hello please complete the form below. L2J or L2OFF? What exactly you request?Setup or coding stuff? Payments will be per hour?
  17. I can bring you in contact with vanganth. Extender price with key included starts from 150e.
  18. Πως ακριβως το ειχε παρει πανω του απ'την στιγμη που κανεις δεν ηξερε οτι ο Σωκρατης Γκολιας ηταν ο ιδιωκτητης του τροκτικου μεχρι την στιγμη που δολοφονηθηκε?Μην λεμε μαλακιες παρακαλω..
  19. Nop there are not. Those rummours have spreaded before some years with java developers in order to sell their extenders. It's sad but true that reputaion of private servers destroyed by java servers. I can agree with Trance that nothing is impossible.
  20. loled hard at this. Im really pissed off to those guys are selling java packs and they think that its off like. NO ITS FUCKING NOT. Thank you
  21. http://maxcheaters.com/forum/index.php?topic=276894.0
  22. If you think your account can be called out as EPIC you must be kidding us.
×
×
  • 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