LCKB
Black Beta V2.02 New Theme - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Website Scripting & Security (https://lckb.dev/forum/forumdisplay.php?fid=197)
+---- Forum: Website Releases (https://lckb.dev/forum/forumdisplay.php?fid=135)
+----- Forum: Ep1 Websites (https://lckb.dev/forum/forumdisplay.php?fid=185)
+----- Thread: Black Beta V2.02 New Theme (/showthread.php?tid=977)

Pages: 1 2 3 4 5


- yagerya55 - 08-03-2012


Caps:

 

Download

[hide]

2

[/hide]




- TheEvilAnt - 08-03-2012

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




- Blackfire - 08-03-2012

Very nice D:




- yagerya55 - 08-03-2012



Very nice D:

 

lol ;




- SeaLife - 08-03-2012


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);




- SibaN - 08-03-2012

nice nice




- cyborg2009 - 08-03-2012

can anybody upload the addseals.php pls???




- Blackfire - 08-03-2012



can anybody upload the addseals.php pls???

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




- whazzert - 08-03-2012

Much Errors




- SeaLife - 08-03-2012

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