How i do hide for admin ranking .

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    How i do hide for admin ranking .

    Hello
    How to hide the Admins what - Ranking site?
    site, FRA2009 ..


  2. #2
    Valued Member LegacyCode is offline
    MemberRank
    Aug 2009 Join Date
    HyruleLocation
    129Posts

    Re: How i do hide for admin ranking .

    Dont know if it has any options to do that
    but you could change the query to check if the UGradeID
    isn't any of the admin/gm ugradeid's

    Wrong section btw
    this belongs in the section above this one.

  3. #3
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: How i do hide for admin ranking .

    PHP Code:
    SELECT TOP FROM Account aCharacter b WHERE a.AID=b.AID AND a.UgradeID != '255' AND a.UGradeID != '254' AND b.CharNum != '-1' 



Advertisement