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:36 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 phpBB:
  1. Download the file and place it in the folder where the file index.php of your phpBB installation is located.
  2. Edit the templates where you want to add the server monitor: insert the line
    QUOTE
    <script language="javascript" src="http://et.splatterladder.com/export/servermon.js.php?ip=213.202.210.55:27960"></script>
    at the appropriate place (don't forget to change the server IP zwinker2.gif). See the example below.

Example:
To add 2 servers at the top of your forum edit the file "overall_header.tpl". Its located in the subfolder "/templates/<template name>", where <template name> is the name of the template, e.g. "subSilver". The original code looks like this:

CODE
.
.
.
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
    <tr>
        <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" ...
                <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME} ...
                <table cellspacing="0" cellpadding="2" border="0">
                    <tr>
                        <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> ...
                         <a href="{U_REGISTER}" class="mainmenu"><img src="templates/ ...
                        <!-- END switch_user_logged_out -->
                        </span></td>
                    </tr>
                    <tr>
                        <td height="25" align="center" valign="top" nowrap="nowrap"><span ...
                    </tr>
                </table></td>
            </tr>
        </table>

        <br />

Add the <script> code lines where you want to place the server monitors, e.g.:

CODE
.
.
.
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
    <tr>
        <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" ...
                <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME} ...
                <table cellspacing="0" cellpadding="2" border="0">
                    <tr>
                        <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> ...
                         <a href="{U_REGISTER}" class="mainmenu"><img src="templates/ ...
                        <!-- END switch_user_logged_out -->
                        </span></td>
                    </tr>
                    <tr>
                        <td height="25" align="center" valign="top" nowrap="nowrap"><span ...
                    </tr>
                </table></td>
                <td><script language="javascript" src="http://et.splatterladder.com/export/servermon.js.php?ip=134.130.18.217:27960"></script></td>
                <td><script language="javascript" src="http://et.splatterladder.com/export/servermon.js.php?ip=134.130.13.111:27960"></script></td>
            </tr>
        </table>

        <br />

Do you see the difference in the lower part? Thats where the server monitors show. This is just an example - you can add this to any template file of your liking in a similar way.


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


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: 29th March 2024 - 02:00 PM