Protect page reload

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Protect page reload

    Hello,
    some user plays GTN and when they earn 18 plusses then they reload that page again n again and they make their game plusses higher within short time bcoz for every reloading they get 18 plusses. I want to protect this abuse.

    When they reload the same page the sql of that page shouldn't work and redirect somewhere else.
    anyone get idea pls here. thanks.
    Wait...
    sigpic

    #2
    redirect 1 sec load ! so they cant also layout time limit to get
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      Originally posted by subzero View Post
      redirect 1 sec load ! so they cant also layout time limit to get
      Yes but if they cancel auto reload instantly?
      Wait...
      sigpic

      Comment


        #4
        is it possible when they reload the page redirect to other page?
        can i use a header location in a card? is it workable?
        Wait...
        sigpic

        Comment


          #5
          Yes it is make sure its on top of the heads
          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
          Visit: WapMasterz Coming Back Soon!
          _______
          SCRIPTS FOR SALE BY SUBZERO
          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
          _______
          Info & Tips
          php.net
          w3schools.com

          Comment


            #6
            I cant code it. anyone help.
            Wait...
            sigpic

            Comment


              #7
              make done=1 in database if win then set done=0 if new guess the number
              My Blog: http://jhommark.blogspot.com
              My Facebook: http://www.facebook.com/jhommark
              My Official Site: http://www.undergroundweb.tk
              My Community Site: http://undergroundwap.xtreemhost.com

              Comment


                #8
                I take some look in the gtn script..Try something lyk diz:
                PHP Code:
                if($_POST["un"]!="")
                {
                if(
                $un==$rn)
                {
                congrats
                }else{
                try 
                again
                }

                just give u some idea..try it..hit thanks if diz have helped u
                My Blog: http://jhommark.blogspot.com
                My Facebook: http://www.facebook.com/jhommark
                My Official Site: http://www.undergroundweb.tk
                My Community Site: http://undergroundwap.xtreemhost.com

                Comment


                  #9
                  Originally posted by kiLLeR-eyEd_14 View Post
                  I take some look in the gtn script..Try something lyk diz:
                  PHP Code:
                  if($_POST["un"]!="")
                  {
                  if(
                  $un==$rn)
                  {
                  congrats
                  }else{
                  try 
                  again
                  }

                  just give u some idea..try it..hit thanks if diz have helped u
                  it's not workable. I applied another method.
                  Wait...
                  sigpic

                  Comment


                    #10
                    Originally posted by anderson View Post
                    it's not workable. I applied another method.
                    wat did u do..i thought my prev post would work..just lyk wat i've done in my free sms..only 1 page where user type msgs and number and when sending, the page will post it with the page itself..If post!="" then submit form..
                    My Blog: http://jhommark.blogspot.com
                    My Facebook: http://www.facebook.com/jhommark
                    My Official Site: http://www.undergroundweb.tk
                    My Community Site: http://undergroundwap.xtreemhost.com

                    Comment

                    Working...
                    X