Sponsor-Board.de
Suche Serverauslastung Script und ein Bestellformular

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Scripting (/forumdisplay.php?fid=108)
+---- Thema: Suche Serverauslastung Script und ein Bestellformular (/showthread.php?tid=3475)


Suche Serverauslastung Script und ein Bestellformular - Sunnyboy96 - 02.01.2010 17:10

Guten Tag,
Ich suche für lunay-it.de ein Bestellformular.
Ich suche auch noch ein Serverauslastung Script.

Gegenleistung ist Verhandelbar


RE: Suche Serverauslastung Script und ein Bestellformular - Thomas - 02.01.2010 17:17

Das Auslastungsscript scheint mir dringend nötig, deine Seite versucht seit 5 min zu laden Mad

Was nutzt ihr für einen Server?


RE: Suche Serverauslastung Script und ein Bestellformular - Sunnyboy96 - 02.01.2010 17:24

Wir nutzen ein Linux,
Die Seite ladet eigentlich keine 5min.
Das lag jeztzt nur dran das ich da grade ein bisschen rumgespielt habe.


RE: Suche Serverauslastung Script und ein Bestellformular - Thomas - 02.01.2010 17:25

Ich dachte eigentlich eher an Serverdetails Smile


RE: Suche Serverauslastung Script und ein Bestellformular - Sunnyboy96 - 02.01.2010 17:30

6GB Arbeitsspeicher und einem Intel Xeon Prozessor (2x2.4GHZ


RE: Suche Serverauslastung Script und ein Bestellformular - NevaKee - 02.01.2010 17:36

Für ein V-Server von server4you ist der nicht schlecht. ^^

[Link: Registrierung erforderlich]
Resolve Host: vs210112.vserver.de
descr: vSERVER - Virtual dedicated Server-Hosting
descr: [Link: Registrierung erforderlich]


RE: Suche Serverauslastung Script und ein Bestellformular - Sunnyboy96 - 02.01.2010 17:48

Jo Betrybsystem ist Opensuse.
Brauche den Script für die Page.


RE: Suche Serverauslastung Script und ein Bestellformular - Sunnyboy96 - 02.01.2010 18:17

<?php
$host = "62.75.210.112";
$qport = "51234";
include("cyts.class.php");
$ts = new cyts();
$ts->connect($host, $qport);
$data = $ts->info_globalInfo();
echo "Total Users Online: " . $data["total_users_online"] . "<br>\n";
echo "Total Slots: " . $data["total_users_maximal"] . "<br>\n";
echo "Instance Uptime: " . $data["total_server_uptime"] . "<br>\n";
echo "Total Subservers: " . $data["total_servers"] . "<br>\n";
echo "Traffic In: " . round($data["total_packetsreceived"] / 1024 / 1024 / 1024, 3) . " GB<br>\n";
echo "Traffic Out: " . round($data["total_packetssend"] / 1024 / 1024 / 1024, 3) . " GB<br>\n";
$ts->disconnect();
?>
Habes schonmal damit Probiert aber wenn ich es hochlade im webserver und dann auf die domain gehe ist einfach alles nur weiß