-
Posts
1,189 -
Credits
0 -
Joined
-
Last visited
-
Days Won
7 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by FirefoxAurora
-
Your welcome :) If you need to lock this topic just report it to me :)
-
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
-
Looking For Dev
FirefoxAurora replied to cryptonakos4444's topic in Server Development Discussion [Greek]
Να αποφυγεις αμεσα καθε μηνυμα το οποιο θα σου λεει "Εγω φιλε ειμαι ο καλυτερος και θα σε βοηθησω σε οτι θες." και τα σχετικα. Οπως ειπε ο 'Baggos' ειναι σαν να αγοραζεις μια τσιχλα 2€ μην σου πω 20€.... Θα σε κλεψουν και στην τελικη θα ξενερωσεις την ζωη σου. Οσον αφορα τα backdoors, σαφως θα υπαρχουν γιατι το εχουμε ξαναδει αυτο το πραγμα, γενικα οτι κανουν #share υπαρχει και μια πουστια απο πισω. Βρες καποιον φιλο σου ή καποιον φιλο του φιλου σου που να μπορει να σε βοηθησει.. Αυτα απο εμενα. -
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
-
WTS [New*l2Tales X15] Wts Adena
FirefoxAurora replied to b0tyi's topic in Marketplace [Items & Chars]
This : -
Help I Have The Same Error
FirefoxAurora replied to kostantinosftw's question in Request Server Development Help [L2J]
Use the button to bump any topic. -
Done
-
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).
-
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).
-
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).
-
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).
- 77 replies
-
- Apocalyps.eu
- wtb adena apocalyps
- (and 7 more)
-
Share Lol Pentakill [Transparent]
FirefoxAurora replied to FirefoxAurora's topic in Tutorials/Guides
YW :) -
Help Toggle Skils Cant Be Dissabled
FirefoxAurora replied to iAlreadyExist's question in Request Server Development Help [L2J]
kk -
Help Toggle Skils Cant Be Dissabled
FirefoxAurora replied to iAlreadyExist's question in Request Server Development Help [L2J]
Hello Haskovom, please be more courteous with persons who try to help you... -
original image Happy use :3
-
I did cause whole world knows who started the economy war...
-
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.
-
Εγω εκανα report να γινει edit το reply του.
-
Help Problem Instance
FirefoxAurora replied to ThelwHelpRePaidia's question in Request Server Development Help [Greek]
Topic already exist. http://www.maxcheaters.com/topic/190549-problem-instance/ Locked. -
Help Mobs Respawn
FirefoxAurora replied to antreassk13's question in Request Server Development Help [Greek]
locked. -
Discussion Host Gia Server
FirefoxAurora replied to ThelwHelpRePaidia's topic in Server Development Discussion [Greek]
kk -
<3 https://www.youtube.com/watch?v=s9lMZkGHnNw <3