Sql inject how?

Results 1 to 9 of 9
  1. #1
    Member theacid is offline
    MemberRank
    Dec 2011 Join Date
    51Posts

    Sql inject how?

    i got sql injected use Gunz revolotion web 2010 And wizkid and kyuma register page how to fix?


  2. #2
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Sql inject how?

    Google is your friend. Anyway they are PHP codes for anti sql inject. Cant send you a link bcause im now on mobile.
    Posted via Mobile Device

  3. #3
    Member theacid is offline
    MemberRank
    Dec 2011 Join Date
    51Posts

    Re: Sql inject how?

    I have the antisql in the site it looks like he done it threw the emblem upload but everytime i use that site now it auto inject

  4. #4
    Account Upgraded | Title Enabled! TalkingBot is offline
    MemberRank
    Dec 2011 Join Date
    TheHostingsquadLocation
    213Posts

    Re: Sql inject how?

    get a better register page and check what changes are made to your database

  5. #5
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Sql inject how?

    You said its auto-injecting though the emblem page?
    If so, look inside your clan emblem folder, and see if theres any .php script and delet it :l
    Posted via Mobile Device

  6. #6
    Member theacid is offline
    MemberRank
    Dec 2011 Join Date
    51Posts

    Re: Sql inject how?

    a shell was there deleted now but every time i use my site it auto injects my db so i use an old version i had backed up

  7. #7
    Die() Secured is offline
    MemberRank
    Sep 2011 Join Date
    /home/SDev/Location
    555Posts

    Re: Sql inject how?

    Quote Originally Posted by theacid View Post
    a shell was there deleted now but every time i use my site it auto injects my db so i use an old version i had backed up
    You need a better emblem upload script. Ways to stop it, check image size ect so it cant be to big, and place this in your emblem folder to stop php files from being ran. gl
    PHP Code:
    RemoveHandler .php .phtml .php3 
    RemoveType 
    .php .phtml .php3 
    AddType text
    /plain .php .phtml .php3 
    php_flag engine off 

  8. #8
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Sql inject how?

    Quote Originally Posted by Secured View Post
    You need a better emblem upload script. Ways to stop it, check image size ect so it cant be to big, and place this in your emblem folder to stop php files from being ran. gl
    PHP Code:
    RemoveHandler .php .phtml .php3 
    RemoveType 
    .php .phtml .php3 
    AddType text
    /plain .php .phtml .php3 
    php_flag engine off 

    You forgot to tell him a .htaccess file needs to contain that. :P

  9. #9
    Member theacid is offline
    MemberRank
    Dec 2011 Join Date
    51Posts

    Re: Sql inject how?

    where to put this exacly?



Advertisement