Review, Gunz Ranking Page

Results 1 to 17 of 17
  1. #1
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Review, Gunz Ranking Page

    I'll need your honest opinions, It works on SQL 2008 with the Dec 2007 Server files.
    Tell me what you'd like to see added, since I'm thinking about releasing it.

    http://iggunz.zapto.org/ranks.php


  2. #2
    Apprentice PerfectGunZ is offline
    MemberRank
    Dec 2008 Join Date
    18Posts

    Re: Review, Gunz Ranking Page

    Quote Originally Posted by CobraCom View Post
    I'll need your honest opinions, It works on SQL 2008 with the Dec 2007 Server files.
    Tell me what you'd like to see added, since I'm thinking about releasing it.

    http://iggunz.zapto.org/ranks.php
    I think it looks pretty cool. Nice and simple; the way I like it. Good job.

  3. #3
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Review, Gunz Ranking Page

    Gl w/ AID 1 for every account and everybody level 1 with 0 xp and 0 bounty.

  4. #4
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    Accidently used a backup, causing all accounts to go to 0,
    and everyone is igCoins because igCoins are for paid users, which is coming in the new Shop for the server. (buy/pay through paypal, buy donation items in shop).
    still... reg page works fine.

  5. #5
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Review, Gunz Ranking Page

    No you didn't lmfao. I just SQL injected it. Everyone now has administrator and is level 1337

  6. #6
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    Post for the "I quit hacking" thread lol, anyway time to buff up the security.

  7. #7
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Review, Gunz Ranking Page

    Wasn't hacking actually :)

  8. #8
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    I understand how injecting works, I'll call it "exploiting" if you'd rather. How could you exploit ur old buddy! lol

  9. #9
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    k, try it again, Phail, see if I've missed something

  10. #10
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: Review, Gunz Ranking Page

    Good job, that is different to others and very simple looking..

    But all your doing really is displaying more columns?

  11. #11
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    Security is flawfull now, can't see a hole I didnt close.

    And the page shows:
    - Advanced info about TOP 50 users.
    - Abiltiy to sort by
    - Search for a user (Even if it's not in the TOP 50.

  12. #12
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: Review, Gunz Ranking Page

    Quote Originally Posted by ThePhailure772 View Post
    No you didn't lmfao. I just SQL injected it. Everyone now has administrator and is level 1337
    Easy, but cool =)


    Nice ranking =)

  13. #13
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Review, Gunz Ranking Page

    Quote Originally Posted by CobraCom View Post
    Security is flawfull now, can't see a hole I didnt close.

    And the page shows:
    - Advanced info about TOP 50 users.
    - Abiltiy to sort by
    - Search for a user (Even if it's not in the TOP 50.

    Really? Everyone has administrator and level 1337 again

    Code:
    		function CorrectString($var)
    		{
    			$var = preg_replace(sql_regcase("/(from|select|insert|delete|where|drop table|show tables|#|\*|--|\\\\)/"),"",$var);
    			$var = trim($var);
    			$var = strip_tags($var);
    			$var = addslashes($var);
    			$var = str_replace("'", "''", $var);
    			return $var;
    		}

  14. #14
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    function Securtity($value){
    ltrim(nl2br(stripslashes(htmlentities($value)))))
    }

  15. #15
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Review, Gunz Ranking Page

    You failed again...everyone is admin.

  16. #16
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Review, Gunz Ranking Page

    function Correct($var)
    {
    $var = preg_replace(sql_regcase("/(from|select|insert|delete|where|drop table|show tables|#|\*|--|\\\\)/"),"",$var);
    $var = trim($var);
    $var = strip_tags($var);
    $var = addslashes($var);
    $var = str_replace("'", "''", $var);
    $var = nl2br($var);
    $var = htmlentities($var);
    return $var;
    }

    Find more security holes.

  17. #17
    Account Upgraded | Title Enabled! Asumi is offline
    MemberRank
    Aug 2008 Join Date
    209Posts

    Re: Review, Gunz Ranking Page

    rofl when it's safe release it (A)



Advertisement