Black Beta V2.02 New Theme
#1

Caps:

 

Download

[hide]

2

[/hide]

#2
Nice very very nice but if i give you my opinion i like all except white borders i don't like them too much but well done

#3
Very nice D:

#4


Very nice D:

 

lol ;

#5

how to change IP of Login Server an GS in the left corner?

 

//EDIT:

 

You need to change in "site_includes/plugins.php" This:

 

$fp = @fsockopen (127.0.0.1, 4001, $errno, $errstr, 2);
if (!$fp) {
echo 'Login Server <font color=red><img src="template/img/of.png"></font> ';
} else {
echo 'Login Server <font color=green><img src="template/img/on.png"></font>';
}
@fclose($fp);
Echo '<br/>';
$fp = @fsockopen (127.0.0.1, 4110, $errno, $errstr, 2);
if (!$fp) {
echo 'Game Server <font color=red><img src="template/img/of.png"></font> ';
} else {
echo 'Game Server <font color=green><img src="template/img/on.png"></font>';
}
@fclose($fp);

 

to this:

$fp = @fsockopen ($LoginServerIP, $LoginPort, $errno, $errstr, 2);
if (!$fp) {
echo 'Login Server <font color=red><img src="template/img/of.png"></font> ';
} else {
echo 'Login Server <font color=green><img src="template/img/on.png"></font>';
}
@fclose($fp);
Echo '<br/>';
$fp = @fsockopen ($GameServerIP, $GameServerPort, $errno, $errstr, 2);
if (!$fp) {
echo 'Game Server <font color=red><img src="template/img/of.png"></font> ';
} else {
echo 'Game Server <font color=green><img src="template/img/on.png"></font>';
}
@fclose($fp);

#6
nice nice

#7
can anybody upload the addseals.php pls???

#8


can anybody upload the addseals.php pls???

You can only get that by buying it from max 2.

#9
Much Errors

#10
whazzert? lol? i dont see anny errors and if, so fix it by yourself THX For this theme ^^



Forum Jump:


Users browsing this thread: 1 Guest(s)