I bought this gig on fiverr for 10,000 unique visitors... so I checked out how ...
-
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
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!
-
-
-
Re: Is this guy using clickjack to give me unique visitors?
Dunno but serves you right for buying such a stupid service.
-
-
Re: Is this guy using clickjack to give me unique visitors?

Originally Posted by
jon_xx_x
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.
-
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)
-
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.
-
-
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.
-
-
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.
-
-
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.
-
-
Re: Is this guy using clickjack to give me unique visitors?
-
-
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.
-
-
Re: Is this guy using clickjack to give me unique visitors?
^^ or bust his iframe and get your page views
-
The Following User Says Thank You to Grizzy For This Useful Post:
-
Re: Is this guy using clickjack to give me unique visitors?

Originally Posted by
Grizzy
^^ or bust his iframe and get your page views

Second that.
-
-
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>
-
The Following User Says Thank You to HeXeR For This Useful Post:
-
Re: Is this guy using clickjack to give me unique visitors?

Originally Posted by
HeXeR
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?
-
-
Re: Is this guy using clickjack to give me unique visitors?
That's fiverr don't mind " get junk for just $5"
-
-
Re: Is this guy using clickjack to give me unique visitors?

Originally Posted by
directaxcess
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
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks