LCKB
Ep1 Website - 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: Ep1 Website (/showthread.php?tid=810)



- Blackfire - 05-15-2012


Hey I was working on changing Maxs ep2 demo site to work completely on ep1 servers but I got bored and dont really wanna do it anymore. Ill release it with everything ive done so far. I changed and edited different things and got most things working. Good luck to anyone who would like to finish this.

Download:

2

Old one:

2

Credits:

Website: MaX

Changes: Blackfire




- slowz2seecret - 05-16-2012


Hey I was working on changing Maxs ep2 demo site to work completely on ep1 servers but I got bored and dont really wanna do it anymore. Ill release it with everything ive done so far. I changed and edited different things and got most things working. Good luck to anyone who would like to finish this.Download:

2

Old one:

2

Credits:

Website: MaX

Changes: Blackfire

thanks for this adapte great job but i have one problem, how i can fix this: 2




- Blackfire - 05-16-2012


thanks for this adapte great job but i have one problem, how i can fix this: 2

Yes thats one of the things i wasnt able to get to work yet. Sorry.




- slowz2seecret - 05-16-2012

:X so waiting for one person to help with this haha




- Blackfire - 05-16-2012

Yes good luck with that.




- slowz2seecret - 05-16-2012


Ok im fix it, you need remplace this code:

//Some call settings$query2 = "SELECT a_name, a_level FROM t_characters WHERE a_admin = 0 AND a_enable = 1 ORDER BY a_level desc LIMIT 5";

$query2 = "SELECT a_name, a_level FROM t_characters WHERE a_admin = 0 AND a_enable = 1 ORDER BY a_level desc LIMIT 5";

 

//Check if player is a GM

$qry88="SELECT * FROM t_characters WHERE a_admin>0";

$result88=mysql_query($qry88);

 

//Sort out players into table order

while($list44 = mysql_fetch_array( $result88 )) {

 

//T-GM List

if($list44[a_admin] == "20"){

$Player_name = $list[a_nick];

In line 179 to 192.

Regards