Pvp Ranking HELP

05/06/2013 11:37 GMSmilite#1
Hello Friends,

Page PvP Rankings, Point (AP) would like to add tab. I need the codes for it
The script I used:[Only registered and activated users can see links. Click Here To Register...]

thanks
05/06/2013 15:45 Sh1nra#2
Changed for you..

Just added this:

PHP Code:
// AP
$apsql "SELECT [UserID] FROM [PS_GameData].[dbo].[Chars] Where [CharName] = '".$char['CharName']."'";
$sqlap mssql_query($apsql);
$abfraqe mssql_fetch_row($sqlap);
$apsql2 "SELECT [Point] FROM [PS_UserData].[dbo].[Users_Master] Where [UserID] = '".$abfraqe[0]."'";
$sqlap2 mssql_query($apsql2);
$apcount mssql_fetch_row($sqlap2); 

[Only registered and activated users can see links. Click Here To Register...]


Download in the Description!
05/07/2013 11:25 GMSmilite#3
Thaks. problem solved.
05/07/2013 17:13 JohnHeatz#4
#Closed