• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

L2J [Share] webpage L][ Interlude

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 22, 2007
Messages
65
Reaction score
0
here you can download the webpage from L][ Scenatic



Here are the images

Home
Existent - [Share] webpage L][ Interlude - RaGEZONE Forums

Existent - [Share] webpage L][ Interlude - RaGEZONE Forums


News
Existent - [Share] webpage L][ Interlude - RaGEZONE Forums

Existent - [Share] webpage L][ Interlude - RaGEZONE Forums


Community
Existent - [Share] webpage L][ Interlude - RaGEZONE Forums


Download
Existent - [Share] webpage L][ Interlude - RaGEZONE Forums


Gameba8ckground
Existent - [Share] webpage L][ Interlude - RaGEZONE Forums


Accountmanager
Existent - [Share] webpage L][ Interlude - RaGEZONE Forums




i hope the homepage is nice for you^^:construct

:alienmental:
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Jul 3, 2006
Messages
21
Reaction score
0
Re: [Share][German] webpage L][ Interlude

just a question why you share your server homepage? just for fun or you server will be go down or get a new design? o_O
 
Newbie Spellweaver
Joined
Mar 22, 2007
Messages
65
Reaction score
0
Re: [Share][German] webpage L][ Interlude

The server go down, because the server computer is brocken and i have no time for the server and pc =(
 
Experienced Elementalist
Joined
Nov 16, 2006
Messages
230
Reaction score
0
Re: [Share][German] webpage L][ Interlude

thank you Existent for the website ;)

P.s Megaupload suxxx
 
Newbie Spellweaver
Joined
Oct 28, 2006
Messages
8
Reaction score
0
Re: [Share][German] webpage L][ Interlude

Great work, u can give other links for download?
 
Newbie Spellweaver
Joined
Feb 24, 2006
Messages
58
Reaction score
5
Re: [Share][German] webpage L][ Interlude

Plizzzzz Rapid Share
 
Newbie Spellweaver
Joined
Mar 22, 2007
Messages
65
Reaction score
0
Re: [Share][German] webpage L][ Interlude

here are other links:
4shared:

Rapidshare:
 
Legendary Battlemage
Joined
Oct 1, 2006
Messages
621
Reaction score
0
Re: [Share][German] webpage L][ Interlude

Nice Share (I was almost gonna say that was an official site rip xD)
 
Newbie Spellweaver
Joined
Sep 18, 2004
Messages
10
Reaction score
0
Re: [Share][German] webpage L][ Interlude

God Job!!!! And Thanks :D
 
Newbie Spellweaver
Joined
Mar 28, 2006
Messages
42
Reaction score
0
Re: [Share][German] webpage L][ Interlude

nice share, thx



sehr sch
 
Newbie Spellweaver
Joined
Jan 30, 2007
Messages
30
Reaction score
0
Re: [Share][German] webpage L][ Interlude

danke aber hat irgendwie
 
Newbie Spellweaver
Joined
Mar 3, 2007
Messages
48
Reaction score
0
Re: [Share][German] webpage L][ Interlude

all this good but my question is:
 
Newbie Spellweaver
Joined
Jun 8, 2006
Messages
62
Reaction score
0
Re: [Share][German] webpage L][ Interlude

nice share man thx
 
Newbie Spellweaver
Joined
Mar 22, 2007
Messages
65
Reaction score
0
Re: [Share][German] webpage L][ Interlude

look in config.php

<?
//Database
//////////
$dbhost="127.0.0.1"; //Host/IP from the MySQL Database
$dbname="l2jdb"; //Name of Database (in many times it is 'l2jdb')
$dbuser="root"; //Username to the MySQL Database
$dbpass="****"; //Passwort to the MySQL Database

$config['config_script_name']="Statistik Script"; //Here you can wrote you name from the Homepage / Clan or something.
//It will be displayed on the Top

$config['config_map_quality']="middle"; //Quality of the Map and size
//"low" = Low quality and size (this can reduce the traffic of the server)
//"middle" = Middle quality and size (this looks good on 1280x1024 resolution)
//"high" = High quality and size (this is a detailed map but more traffic)
//
//Notice: Whole-Map is always "low" quality

$config['server_path']="C:/Server/l2j/data/announcements.txt"; //Full path to the announcements.txt.
//example:
//Windows = C:/server/l2j-server/data/announcements.txt
//Linux = /usr/server/l2j-server/data/announcements.txt




///////////////////////////////////////////////////////////////////////////////////////////////////
//Dont edit behind this line///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////

$verbindung=MYSQL_CONNECT($dbhost,$dbuser,$dbpass) or die ("Datenbankserver nicht erreichbar");
MYSQL_SELECT_DB($dbname) or die ("Datenbank nicht vorhanden");

$get_config_data="SELECT online FROM characters WHERE online>0";
$config_data=MYSQL_QUERY($get_config_data);
$config['num_online']=mysql_num_rows($config_data);

$handle = fopen("http://www.whatismyip.com/", "r");
$contents = '';
while (!feof($handle)){$contents .= fread($handle, 8192);}
fclose($handle);
preg_match( "/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/", $contents, $matches );
$config['server_ip']=$matches[0];

error_reporting(0);
$IP = array(
"game_server" => "igunzi.dyndns.org:7777", change the dynamic dns to your internet ip
);
while(list($ServerName,$Host)=each($IP))
{
list($IPAddress,$Port)=explode(":",$Host);
if($fp=fsockopen($IPAddress,$Port,$ERROR_NO,$ERROR_STR,(float)0.5))
{
$config[$ServerName]="<font color=\"#00ff00\">Online</font>";
fclose($fp);
}else{
$config[$ServerName]="<font color=\"#ff0000\">Offline</font>";
}
}

mysql_close($verbindung);
?>

and then that must work ^^

Tipp: Use Adobe Dreamweaver 8 thats esayer

sorry for my english
 
Status
Not open for further replies.
Back
Top