View Single Post
Old 12-17-2018, 02:03 PM  
wankawonk
Confirmed User
 
Industry Role:
Join Date: Aug 2015
Posts: 1,017
Quote:
Originally Posted by pornuploader View Post
Skimmed ads are prohibited. If you keep them on your pages, you're gonna be a loser. Google will take you domain rank down and you'll lose all your traffic.
There's a TON of sites that rank and sell skimmed traffic, including mine. I've even noticed that I've bought skimmed hits from pornhub! What they all do is make sure that they never skim on the first click. On my sites, I don't skim until the 5th.

The trick with all ads that google doesn't like, is to hide them behind cookies. Google almost never sets cookies when they crawl your site. They might check once or twice--for example, if they crawl your page and you set a cookie called "views_this_session" to 1, there's a chance they'll crawl the page again with the "views_this_session" cookie set to 1, which you would then set to 2, and then there's a chance they'll crawl the page again with "views_this_session" set to 2, but after a few hits they'll stop checking because they see the content hasn't changed based on the cookie.

So if you wait a few clicks before you skim, there's almost no chance google will see it. Obviously, the more clicks you wait, the less chance google will see it. That's why I wait 5 clicks. This strategy works with popunders too.

Quote:
Originally Posted by noctropolis View Post
Is it possible to implement skimmed ads on Wordpress & WP-Script tube site without merging some third-party script with site code? I would like to try but don't want to destroy my site.
You definitely don't need to merge a third-party script. I really don't know anything about PHP or wordpress (I'm a python guy) but I think you could just find your video page script and add something like this:

<?php
if (/*Condition to redirect*/){
header("Location: http://your_skimmed_traffic_url.com");
exit();
}
?>

Then just figure out your condition to redirect, which will involve setting some cookies or using a random generator

You can PM me if you want me to take a look at your code, but like I said, I don't know hardly anything about PHP.

Quote:
Originally Posted by iWeb888 View Post
hit me up. i cant PM you

iweb8 at inbox.ru
Emailing you now.
wankawonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote