Over load redirecting

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

    Over load redirecting

    Helo experts,
    1stly,if someone wants to enter into a page and on that page he already in with another tab.how can i redirect that user to another page.its for preventing preasure.
    2ndly, when a user wants to enter in a page that is active page like index.php, and there already visiting 20 online user.and i dont want any user cant visit that page and redirect them to another page.its for overload protection.
    Plz help me to code that in php.i am a newbie.plz

    #2
    i added this to my chat script stop over loading from pages lol look at it and learn how i done it
    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
      I dont understand how u do that. Pls help me to do that.pls bro

      Comment


        #4
        zero bro,please help. i'm undone.pls

        Comment


          #5
          Search tupac or see what topic i posted
          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
            bro is that topic?

            Comment


              #7
              Yes it is

              So you can see how i load balance the site
              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


                #8
                you can use this code

                header("Location:secondpage.php");

                so send other's on other page if the page have 20 online..

                but you must set condition statement..

                Comment


                  #9
                  zero bro, it is encoded. do you have ny decoded copy?
                  or please provide me a good offline decoder.plz
                  Last edited by asifnayem; 04.02.11, 12:17.

                  Comment


                    #10
                    i dont remember encoded the files you need
                    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


                      #11
                      asif, search here to find a decoder. Is it encoded with zend?

                      Comment


                        #12
                        he can decode it online

                        i think base 64 i found coding that makes it run 5% more faster

                        Added after 33 minutes:

                        Heads

                        PHP Code:
                        if($dll=="load"){
                        $_load_time "$auto_load";
                        echo 
                        "<meta http-equiv=\"refresh\" content=\"$_load_time; URL=?dll=$_GET[go]\"/>";
                        }else
                        {
                        /* does nothing */

                        Page
                        PHP Code:
                        else if($dll=="login")
                        {
                        echo 
                        "
                        <div class=\"header\"><img src=\"img/site/logo.png\" alt=\"Logo\"/><br/>
                        </div>
                        <div class=\"rekl\">
                        <a href=\"
                        $ads_link\">$ads_code</a><br/>
                        </div>
                        <div class=\"container\">"
                        ;
                        require_once(
                        "func/login.php");
                        echo 
                        "<div class=\"rekl\">
                        <a href=\"
                        $ads_link\">$ads_code</a><br/>
                        </div>
                        <div class=\"footer\">Design by <a href=\"http://wapdiz.ru\">inferno</a></div>
                        "
                        ;
                        }else if(
                        $dll=="register")
                        {
                        echo 
                        "
                        <div class=\"header\"><img src=\"img/site/logo.png\" alt=\"Logo\"/><br/>
                        </div>
                        <div class=\"rekl\">
                        <a href=\"
                        $ads_link\">$ads_code</a><br/>
                        </div>
                        <div class=\"container\">"
                        ;
                        require_once(
                        "func/sig.php");
                        echo 
                        "
                        <div class=\"rekl\">
                        <a href=\"
                        $ads_link\">$ads_code</a><br/>
                        </div>
                        <div class=\"footer\">Design by <a href=\"http://wapdiz.ru\">inferno</a></div>
                        "
                        ;

                        config

                        // Page Max Load Time app 1.0v.
                        // This is for high traffic site more signup / load in will slow you down if you limit per sec of them will keep site run smoth.
                        $auto_load = 0;

                        0 is off and give 5 sec's so it time like 1 or 2 or 3 or 4 or 5

                        if you want to turn it off use 0
                        Last edited by subzero; 04.02.11, 15:08.
                        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


                          #13
                          what about hit protection redirect? I just floated by indian spammer and flooder.how stupid they re. i dont even know them.

                          Comment


                            #14
                            You don't need to know them.

                            Country IP Blocks

                            Use .htaccess deny ;)
                            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


                              #15
                              lol.... They caught u so soon...!! Lmao.

                              Comment

                              Working...
                              X