IPB

Welcome Guest ( Log In | Register )

> Table of Content / Inhaltsverzeichnis

> ET:W - Servermonitor FAQ, How to integrate the sl.-servermonitor into your website
sl.Binaural
post Jun 14 2006, 10:13 AM
Post #1


Group Icon Chief_Translator

Group: RtCW/ET-Division

Joined: 26-September 04
From: Bonn, Germany
Member No.: 655




The Splatterladder gives you the possibility to run this little servermonitor on your website. Of course it is for free and without any obligation.


Features:
  • automated refresh without reloading the website
  • up to date mapinformation and download links
  • One-Click-Content
  • easy integration per javascript
You have to finish following steps:

1.Upload the attached file to your webspace. This file has to be located in the same directory as the site which runs the servermonitor.

2. Paste the following code into your website and change the given ip-adress to the one of your server.
CODE
<script language="JavaScript" src="http://et.splatterladder.com/export/servermon.js.php?ip=213.239.206.82:27960"></script>


3. So now you can lean back comfortable because you are running a cool servermonitor wich updates itself automatically, lets your users connect directly (with sl.-gamelauncher) and provides them with newsworthy mapinfos and downloads.

Check below how to add the server monitor to:
Attached File(s)
Attached File  sl_wrapper.php ( 216bytes ) Number of downloads: 5494
 
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
Ragnar_40k
post Jun 20 2006, 08:49 PM
Post #2


Group Icon General of the Army

Group: RtCW/ET-Division

Joined: 3-December 04
From: Berlin, Germany
Member No.: 1791



How to add the server monitor to PHPNuke (thanks go to DRAPP|FAKE*BB* for sharing this with us):
  1. Add sl_wrapper.php to the folder where your index.php is located:
  2. Open the "Blocks" folder of your PHPNuke installation and upload the file from the .zip-file there: (don't forget to change the game server IP inside zwinker2.gif).
  3. Open the admin panel of your site, e.g. www.yoursite.xxx/admin.php.
  4. Go to the "Blocks" section.
  5. Create a new block which uses the "block_sl.monitor.php" file.
You can also create the file "block_sl.monitor.php" yourself. The code is:
CODE
<html>
<body>
<?php

if (eregi("block-sl.monitor", $PHP_SELF)) {
    Header("Location: index.php");
    die();
}

$content  = "<center>";
$content .= "<script language=\"JavaScript\" src=\"http://et.splatterladder.com/export/servermon.js.php?ip=83.142.85.186:28888\"></script>\n";
$content .= "</center>";

?>
</body>
</html>

Attached File(s)
Attached File  block_sl.monitor.zip ( 378bytes ) Number of downloads: 3105
 


--------------------


Silver horses ran down moonbeams in your dark eyes.
Go to the top of the page
 
+Quote Post

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 20th April 2024 - 09:41 AM