Oh, I understand completely what you want. You want people to do the work for you, so you don't have to learn nor try anything. Use google. learn to code in PHP then make your own.
zukoo, you are pain in the *** for this forum, always asking, never learning yourself.
there was a thread about this earlier, I posted exact commands to DIY. just ******* search for it.
zukoo, you are pain in the *** for this forum, always asking, never learning yourself.
there was a thread about this earlier, I posted exact commands to DIY. just ******* search for it.
do u have to swear the are kids looking around try say stuff without swearing please
it still wont be a pain...coz he can block him...
@zukoo:my advice zukoo is to bookmark some main guides and try follow them to the end to solve ur problems coz inside a guide there are a lot of problems asked and solved...
[How-To]Einen Status Script erstellen 05/19/2012 - WoW Private Server - 7 Replies Ich will euch heute zeigen wie ihr euch selber ein kleines Status Script erstellen könnt.
Vorworte:
Es ist ein kleines Script kann aber beliebig verändert werden so das es auch anzeigt wie viele Tickets etc offen sind.
Dazu aber später mehr.
Bitte kopiert nicht einfach die Codes sondern schreibt sie ab.
Wenn ihr Fehler macht um so besser denn dann könnt ihr um so mehr lernen.
Was ich brauche:
Server status script 04/29/2010 - WoW Private Server - 5 Replies Hi wollte mal fragen ob mir vllt jemand ein kleines script basteln könnte. Also php das ich es auf meine hp tun kann.
Es soll Anzeigen wie lange der Server online ist, wie viele Spieler online sind aber getrennt in Horde und Ally. Und noch ne Datenbank Statistik wie viele accounts registriert worden sind.
wäre echt nett wenn mir einer sowas bastenln könnte. Ich hab leider nicht die nötigen php kenntnisse.
mfg Sh4nks
Dynamic Server Status Image PHP Script 04/16/2010 - CO2 PServer Guides & Releases - 3 Replies I've always wanted to do this, and after my success, I'm inviting you all to partake in the ecstasy of my emotion.
The following images were produced using this script:
http://70.233.166.46/DynamicSignature/index.php?i mage=http://img219.imageshack.us/img219/7435/qonqu er3.png&x=45&y=55&ip=188.138.0.76& port=5816
http://70.233.166.46/DynamicSignature/index.php?i mage=http://img219.imageshack.us/img219/7435/qonqu er3.png&x=45&y=55&ip=188.138.0.76& port=5816
...
[RELEASE] Server Status Script... 04/30/2009 - Dekaron Private Server - 9 Replies <html>
<body>
Dekaron Server:
<?
Error_reporting(0);
$fp = @fsockopen('INSERT IP HERE', PORT # HERE, $errno, $errstr, 2);
if($fp){ echo '<font color=green>Online</font>'; }
else{ echo '<font color=red>Offline</font>'; }
fclose($fp);
?>