Release Website 4s 2014

12/27/2013 17:09 DarTXtReM#1
here is preview 4story website
[Only registered and activated users can see links. Click Here To Register...]
tanks you have a tutorial in .rar
the download link is[Only registered and activated users can see links. Click Here To Register...]
#tanks
12/27/2013 18:07 Sicarium#2
i saw your project, it's nice, gj ;). However it is better set this becouse you don't show the game masters.
Code:
$sql = "SELECT dwCharID, dwTotalPoint FROM TGAME_GSP.dbo.TPVPOINTTABLE WHERE dwCharID NOT IN ( SELECT  dwCharID FROM TOPERATORTABLE ) ORDER BY dwTotalPoint DESC LIMIT 100";
into ranking.php.

i prefer it than this

Code:
$sql = "SELECT TOP 100 dwCharID, dwTotalPoint FROM TGAME_GSP.dbo.TPVPOINTTABLE ORDER BY dwTotalPoint DESC";
PS: i dont remember if the gamemasters'table is this : TOPERATORTABLE, i dont open the database from many times.
12/27/2013 18:47 DarTXtReM#3
Quote:
Originally Posted by Sicarium View Post
i saw your project, it's nice, gj ;). However it is better set this becouse you don't show the game masters.
Code:
$sql = "SELECT dwCharID, dwTotalPoint FROM TGAME_GSP.dbo.TPVPOINTTABLE WHERE dwCharID NOT IN ( SELECT  dwCharID FROM TOPERATORTABLE ) ORDER BY dwTotalPoint DESC LIMIT 100";
into ranking.php.

i prefer it than this

Code:
$sql = "SELECT TOP 100 dwCharID, dwTotalPoint FROM TGAME_GSP.dbo.TPVPOINTTABLE ORDER BY dwTotalPoint DESC";
PS: i dont remember if the gamemasters'table is this : TOPERATORTABLE, i dont open the database from many times.
to give gm you need the following: TOPERATORTABLE to give the admin chat TTESTGmItemGive to give gm item and TCHARTABLE to change the name of the TEST in [GM]TEST
12/28/2013 21:32 Sicarium#4
what are you writing lol, i showed you the way for don t show GM, ADMIN etc in the page ranking ahahahah