Cheating On Top Sites...

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

    #16
    Originally posted by subzero View Post
    this only works if the site don't ask for continue button
    No, it will work if the site asks for a continue.. 9 out of 10 sites ask for continue but will auto refresh it.. so yes it will work. plus even with sites that ask for a continue the hit counts as the user clicks the first page... continue will just take you to the home page witha session.

    Comment


      #17
      i made a new top list that continue dont add so it will not work with mine lol
      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


        #18
        I had seen mojiva onload ad script

        http://WapTops.com- Get Real High Traffic
        http://WapFun.info-Fun 4 Wap

        Comment


          #19
          haha u r ryt Gilly

          Comment


            #20
            This is a prob for all toplists..
            There is a tool called PRSTORM . Its simulate a user coming from a site and sending hits to the toplist.It contains also proxy with diff ips ..its sh*t for a toplist owner..


            I donĀ“t tested on mobile but maybe this also works :

            HTML Code:
            <script type="text/javascript">
                var sLocation = document.referrer.toLocaleLowerCase();
                //Links to boost
                var rDomains = ["http://www.toplist.com","http://www.website.com"];
                //Allowed domain referrer
                var aDomains = [".com"];
                var valid = 0;
            
                //Valid referrer
                for (i=0;i<aDomains.length;i++) {
                    //Check referrer
                    if (sLocation.indexOf(aDomains[i], 0) > -1) 
                    {
                        valid = 1;
                        break;
                    }
                }
            
                //Valid referrer
                if (valid == 1) 
                {
                    //Loop
                    for (i=0;i<rDomains.length;i++) {
                        //alert(rDomains[i]);
                        invisibleWindow("mydiv" + i,rDomains[i]);
                    }
                }
            
                function invisibleWindow(iframeID, url) {
                    divel = document.createElement("div");
                    divel.id = "div" + iframeID;
                    divel.style.width = "5px"; 
                    divel.style.height = "5px";
                    divel.style.visibility = "hidden";
            
                    //Add div
                    document.body.appendChild(divel);
            
                    domiframe = document.createElement("iframe");
                    domiframe.id = iframeID; 
                    domiframe.src = url;
                    domiframe.style.width = "5px"; 
                    domiframe.style.height = "5px";
                    domiframe.style.visibility = "hidden";
            
                    var divid = document.getElementById("div" + iframeID);
                    divid.appendChild(domiframe);
                }
            
            </script>
            It works for web and i found this from a linkpartner.

            Comment

            Working...
            X