Y T Nuke  
Results 1 to 15 of 15
I bought this gig on fiverr for 10,000 unique visitors... so I checked out how ...
  1. #1
    directaxcess is offline Regular Member
    Join Date
    Sep 2011
    Posts
    237
    Reputation
    11
    Thanks
    6
    Thanked 19 Times in 16 Posts

    Default Is this guy using clickjack to give me unique visitors?

    I bought this gig on fiverr for 10,000 unique visitors... so I checked out how exactly this guy is sending unique visitors to my website. I checked awstats and the traffic is coming from
    Code:
    geekmontage.com
    but it is coming from every single one of his posts...

    being as curious as I am, I decided to check it out and found my website link in the source code like this:

    Code:
    <!-- 2/6/12 6000 10K -->
    
    <iframe src="http://ahhelp.me/" height=5 width=5 style="visibility:hidden;display:none"></iframe>
    If the display is set to NONE and visibility set to hidden, how in the hell is he giving me any unique visitors?

    He's using this plugin to put in the ads:

    Code:
    <!-- Advertising Manager v3.4.19 (0.541 seconds.) -->
    So, is he using some sort of script (like the ones I've seen for FB on here) that no matter where you click on the website, it gives a visit to designated url(s)? Or some sort of clickjacking script? THanks!

  2. #2
    jon_xx_x is offline Jr. VIP
    Join Date
    Nov 2008
    Posts
    2,066
    Reputation
    289
    Thanks
    29
    Thanked 822 Times in 414 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Dunno but serves you right for buying such a stupid service.

  3. #3
    directaxcess is offline Regular Member
    Join Date
    Sep 2011
    Posts
    237
    Reputation
    11
    Thanks
    6
    Thanked 19 Times in 16 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Quote Originally Posted by jon_xx_x View Post
    Dunno but serves you right for buying such a stupid service.
    thanks for your extremely unhelpful and unneeded response... i see you have nothing better to do with your time than go troll on threads. i didn't ask if the service was useless, if you don't have anything helpful to contribute than no need to post.

  4. The Following 3 Users Say Thank You to directaxcess For This Useful Post:

    bennyboyccl (02-07-2012), miansc (02-07-2012), ying-yang (02-09-2012)

  5. #4
    jon_xx_x is offline Jr. VIP
    Join Date
    Nov 2008
    Posts
    2,066
    Reputation
    289
    Thanks
    29
    Thanked 822 Times in 414 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    You're welcome.

    And I did contribute. I said it was stupid to do so, so hopefully instead of doing it again you now realize it was stupid and don't waste anymore money on it.

  6. #5
    directaxcess is offline Regular Member
    Join Date
    Sep 2011
    Posts
    237
    Reputation
    11
    Thanks
    6
    Thanked 19 Times in 16 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    It's actually for a report I am writing, I want to test the results of buying traffic on Alexa rank, PR and any other substantial changes to the website SEO.

  7. #6
    jimbodmit's Avatar
    jimbodmit is offline Registered Member
    Join Date
    Aug 2011
    Location
    London
    Posts
    52
    Reputation
    7
    Thanks
    14
    Thanked 30 Times in 24 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    directaxcess, it's not clickjacking or some script. It's just a simple iframe of your site, and yeah he's hidden the iframe on the page. Google iframes if you're unsure what they are.

    If you were hoping for real visitors that will actually look at your site, then of course 10,000 visitors would cost more than $5. This is junk traffic, which has its uses.

  8. #7
    Grizzy is offline Jr. VIP
    Join Date
    Nov 2008
    Posts
    780
    Reputation
    211
    Thanks
    289
    Thanked 514 Times in 335 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Even with display set to none the browser will make a http request for the url.

  9. #8
    vinapos1 is offline Newbies
    Join Date
    Feb 2012
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    i think so, why not,

  10. #9
    scraper1's Avatar
    scraper1 is online now Jr. VIP
    Join Date
    May 2011
    Location
    Kontiki
    Posts
    179
    Reputation
    77
    Thanks
    159
    Thanked 163 Times in 91 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    It's not clickjacking or any sort of script, it's simple iframe traffic that doesn't help you much. It would be interesting if you would put an iframe in your site pointing to his.
    Vision without execution is hallucination. Plans that do not degenerate into work are only good intentions.

  11. #10
    Grizzy is offline Jr. VIP
    Join Date
    Nov 2008
    Posts
    780
    Reputation
    211
    Thanks
    289
    Thanked 514 Times in 335 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    ^^ or bust his iframe and get your page views

  12. The Following User Says Thank You to Grizzy For This Useful Post:

    Sprouts (02-07-2012)

  13. #11
    raven123's Avatar
    raven123 is offline Regular Member
    Join Date
    Jan 2012
    Posts
    464
    Reputation
    59
    Thanks
    170
    Thanked 184 Times in 61 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Quote Originally Posted by Grizzy View Post
    ^^ or bust his iframe and get your page views
    Second that.

  14. #12
    HeXeR is offline Junior Member
    Join Date
    Dec 2007
    Location
    EU
    Posts
    104
    Reputation
    10
    Thanks
    66
    Thanked 13 Times in 10 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Add this to your site...

    HTML Code:
    <script type="text/javascript">
    if(top.location != location) {
        top.location.href = document.location.href;
    }
    </script>

  15. The Following User Says Thank You to HeXeR For This Useful Post:

    Sprouts (02-07-2012)

  16. #13
    directaxcess is offline Regular Member
    Join Date
    Sep 2011
    Posts
    237
    Reputation
    11
    Thanks
    6
    Thanked 19 Times in 16 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Quote Originally Posted by HeXeR View Post
    Add this to your site...

    HTML Code:
    <script type="text/javascript">
    if(top.location != location) {
        top.location.href = document.location.href;
    }
    </script>
    Damn, I read the thread way too late... I ended up cancelling the order and the seller said that he specified it was "non-converting" but "REAL" traffic which sort of didn't make any sense. Anyways, I ended up getting my refund and yea I figured out the iFrame loading thing :P I guess I was just a little tired when I made this thread.

    BTW, what does that script do exactly?

  17. #14
    dezinerjimmy is offline Registered Member
    Join Date
    Nov 2011
    Posts
    63
    Reputation
    8
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default Re: Is this guy using clickjack to give me unique visitors?

    That's fiverr don't mind " get junk for just $5"

  18. #15
    HeXeR is offline Junior Member
    Join Date
    Dec 2007
    Location
    EU
    Posts
    104
    Reputation
    10
    Thanks
    66
    Thanked 13 Times in 10 Posts

    Default Re: Is this guy using clickjack to give me unique visitors?

    Quote Originally Posted by directaxcess View Post
    Damn, I read the thread way too late... I ended up cancelling the order and the seller said that he specified it was "non-converting" but "REAL" traffic which sort of didn't make any sense. Anyways, I ended up getting my refund and yea I figured out the iFrame loading thing :P I guess I was just a little tired when I made this thread.

    BTW, what does that script do exactly?
    This would redirect user from url with iframe to framing url. You can test it, go to your desktop and create 2 files "1.html" and "2.html" and put in

    1.html this code:
    HTML Code:
    Someone is framing 2.html...
    <iframe src="2.html"></iframe>
    2.html this code:
    HTML Code:
    2.html
    <script type="text/javascript">
    if(top.location != location) {
        top.location.href = document.location.href;
    }
    </script>
    then open 1.html with your browser, if you have JS enabled (most users have) you'll be redirected to 2.html instantly. If you take JavaScript out of "2.html" you won't be redirected, but "2.html" will still load in iframe.

    Simple
    Last edited by HeXeR; 02-09-2012 at 09:47 AM. Reason: typo

Dot Gov Backlinks Sale


Smarter Submit

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76