Jump to content

FirefoxAurora

Legendary Member
  • Posts

    1,189
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    100%

Everything posted by FirefoxAurora

  1. Your welcome :) If you need to lock this topic just report it to me :)
  2. Players Online PHP Code <?php $server_ip = ""; $mysql_user = ""; $mysql_pass = ""; $database = ""; $connect = mysql_connect("$server_ip", "$mysql_user", "$mysql_pass") or die(mysql_error()); $db_select = mysql_select_db("$database", $connect) or die(mysql_error()); $query = mysql_query("SELECT online FROM characters WHERE online=1") or die(mysql_error()) ; $online_chars = mysql_num_rows($query); echo 'Players Online:'.$online_chars; ?> Server Online (Propably you if server is online..., this is for login server and gameserver too) <?php $server_ip = "localhost"; $loginserver_port = "7777"; $gameserver_port = "2106"; $login_status = @fsockopen( "$server_ip" , "$loginserver_port", $errno, $errstr, 0); $game_status = @fsockopen( "$server_ip" , "$gameserver_port", $errno, $errstr, 0); if($login_status){ echo"Login: Online<br />"; } else{ echo"Login:: Offline<br />"; } if($game_status){ echo" Game: Online<br />"; } else{ echo" Game: Offline<br />"; }; ?> Top Pvp <table width="250px;"> <?php $connection = mysql_connect("SERVER IP", "MYSQL USER", "MYSQL PASSWORD") or die("Connection isn't available!"); mysql_select_db("MYSQL DATABASE", $connection) or die("Database isn't available!"); $q = mysql_query("SELECT * FROM characters WHERE pvpkills > 0 AND accesslevel = 0 ORDER BY pvpkills DESC LIMIT 10"); $i = 1; if ($q) { while ($char = mysql_fetch_array($q)) { echo "<tr>"; echo "<td style='width:11px;color:#000;'>" . $i . ".</td>"; echo "<td style='width:20px;color:#000;'>" . $char['char_name'] . "</td>"; echo "<td style='width:20px;text-align:right;padding-left:22px;color:#000;'>" . $char['pvpkills'] . "</td>"; echo "</tr>"; $i++; } } ?> Top Pk <table width="250px;"> <?php $connection = mysql_connect("SERVER IP", "MYSQL USER", "MYSQL PASSWORD") or die("Connection isn't available!"); mysql_select_db("MYSQL DB", $connection) or die("Database isn't available!"); $q = mysql_query("SELECT * FROM characters WHERE pkkills > 0 AND accesslevel = 0 ORDER BY pkkills DESC LIMIT 10"); $i = 1; if ($q) { while ($char = mysql_fetch_array($q)) { echo "<tr>"; echo "<td style='width:11px;color:#000;'>" . $i . ".</td>"; echo "<td style='width:20px;color:#000;'>" . $char['char_name'] . "</td>"; echo "<td style='width:20px;text-align:right;padding-left:22px;color:#000;'>" . $char['pkkills'] . "</td>"; echo "</tr>"; $i++; } } ?> You can find more scripts over here
  3. Να αποφυγεις αμεσα καθε μηνυμα το οποιο θα σου λεει "Εγω φιλε ειμαι ο καλυτερος και θα σε βοηθησω σε οτι θες." και τα σχετικα. Οπως ειπε ο 'Baggos' ειναι σαν να αγοραζεις μια τσιχλα 2€ μην σου πω 20€.... Θα σε κλεψουν και στην τελικη θα ξενερωσεις την ζωη σου. Οσον αφορα τα backdoors, σαφως θα υπαρχουν γιατι το εχουμε ξαναδει αυτο το πραγμα, γενικα οτι κανουν #share υπαρχει και μια πουστια απο πισω. Βρες καποιον φιλο σου ή καποιον φιλο του φιλου σου που να μπορει να σε βοηθησει.. Αυτα απο εμενα.
  4. Q: What is that Hook? A: That Hook will show Top PvP-Pk Stats to your IPB Forum. Q: How i can install that hook on my forum? A: Into files you will find an intallation guide, its really simple to configure it. Q: That hook is enable for my server? (Example : L2j) A: Currently hook works with L2j. For charId Download Link : Here For obj_Id Download Link : Here
  5. Use the button to bump any topic.
  6. Bumping rules: You are allowed to BUMP (Bring up your topic/post) your topic only 24 hours after your last post. You have just to press the following button: VIPs & Donators can bump 3 topics per day.Members can bump 1 topic per day. Note: All BUMP posts (any words like "bump", "up", etc.) are not allowed anymore and they will be DELETED(To avoid post hunting through this kind of topics).
  7. Bumping rules: You are allowed to BUMP (Bring up your topic/post) your topic only 24 hours after your last post. You have just to press the following button: VIPs & Donators can bump 3 topics per day.Members can bump 1 topic per day. Note: All BUMP posts (any words like "bump", "up", etc.) are not allowed anymore and they will be DELETED(To avoid post hunting through this kind of topics).
  8. Bumping rules: You are allowed to BUMP (Bring up your topic/post) your topic only 24 hours after your last post. You have just to press the following button: VIPs & Donators can bump 3 topics per day.Members can bump 1 topic per day. Note: All BUMP posts (any words like "bump", "up", etc.) are not allowed anymore and they will be DELETED(To avoid post hunting through this kind of topics).
  9. Bumping rules: You are allowed to BUMP (Bring up your topic/post) your topic only 24 hours after your last post. You have just to press the following button: VIPs & Donators can bump 3 topics per day.Members can bump 1 topic per day. Note: All BUMP posts (any words like "bump", "up", etc.) are not allowed anymore and they will be DELETED(To avoid post hunting through this kind of topics).
  10. Hello Haskovom, please be more courteous with persons who try to help you...
  11. original image Happy use :3
  12. I did cause whole world knows who started the economy war...
  13. Thanks for save his money. i was going to tell him exacly the same thing. To the owner of topic. If you want to buy some facebook like buy from them not from any other.
  14. Εγω εκανα report να γινει edit το reply του.
  15. Topic already exist. http://www.maxcheaters.com/topic/190549-problem-instance/ Locked.
  16. <3 https://www.youtube.com/watch?v=s9lMZkGHnNw <3
×
×
  • Create New...