Hello everyone, long time no see! Today I’m publishing a cheat sheet for fans of cloaking: let’s figure out how to do itwhite. From the simplest methods, assembled in 5 minutes on your knee, to professionally made from scratch? Let’s go.
1. Return a blank page or any HTTP error
You will be surprised, but this can work quite well in some sources! On Facebook too. It’s not necessary once at a time, but test itabsolutely necessary.
If you work through Keitaro, then everything is quite simple: select in the settingswhite-flow in Actions — «Show 404 Not Found» and voila.

Unfortunately, return any error totrackerIt won’t work, only 404. Maybe I’ll create a custom action for this — if you need it, write in the comments. You can return a blank page (that is, just an HTTP 200 response) in the same place in Actions —«Do nothing«.
Freeclofrom yours truly can return any HTTP codes.The full list of codes can be found here. Easily configured:

If you want to do something like thiswhitefrom scratch, then create a file index.php and enter the following code into it:
<?php http_response_code(404); ?>
Instead of 404, substitute any error you like, or 200 to simply return a blank page.
2. Redirect
And this also works, although not always, the principle is the same — you need to test. Just send all the bots to some give or take “trust” site close to the topic of the advertised offer. And you can not go to the main page of the site, but to some article inside it.
There are as many as 4 common HTTP codes with which you can make a redirect: 301, 302, 303, 307. MeticulousI’ll send you to read the theoretical part here. But the “classic” 302 will be enough for us.
In Keitaro we do this:

In freecloconfigure it like this:

If you want to make a redirect from scratch, thensee how this is done in my article on deep links. By the way, there you will find 3 ways to make redirects: using PHP, JS and pure HTML code.
3. Using CURL to load any external site on your domain
CURL is a way to send any request from your server, receive a response, and return it as if it were your site. This way you can display anything you want on your domain, even a Facebook website. Keep in mind that usually inside the html code received via CURL there are a bunch of references to the site that you “steal” in this way. And this is pale. Various scripts may also not work; in short, smart sites can protect themselves from this. But if you steal forWhitean unknown little blog, then don’t care at all!
In Keitaro, CURL is configured like this:

In freecloeverything is also done in an easy way. By the way,clochanges the meta and link tags in the resulting html to make the result a little more colorless.

To create CURL from scratch, we again create a file index.php and write something like this in it:
<?php
$url = "https://microsoft.com";
$curl = curl_init();
$optArray = array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_SSL_VERIFYPEER => false
);
curl_setopt_array($curl, $optArray);
$html = curl_exec($curl);
curl_close($curl);
echo $html;
4. Download any site you like
Everything is simple here: select a donor site, install the WebScrapBook plugin in your browser, click Capture Page (source) and voila — the entire page is on your disk. We pour it onhosting— ready. By the way, if you download a page that has dynamically changing content — all sorts of timers, pop-ups, etc. — then don’t forget to enable saving scripts in the plugin settings!
In addition to WebScrapBook, there is a lot of software that does the same thing: from the hardcore console wget to xdan and other paid solutions.
If you want to download not just one page, but the entire site, then software called Offline Explorer will help you. The thing is very powerful, has existed for a thousand years, is flexible, but takes some time to master.
By the way, you can download not only existing sites, but also search for something that has sunk into oblivion on web.archive.org
5. Full proxying of any external site
This can be said to be CURL at maximum speed. Using this method you can getwhite, which will both externally and internally copy the work of the resource you have chosen. All links will work, and transitions will be carried out within YOUR domain! Setting up such proxying is not a task for a noob, but for a competent system administrator. This is done either using the Apache/Nginx/IIS web server settings, or there is a slightly neutered version in PHP!
Here is the link to GitHub, there is a script there that you can tinker with if you have straight hands. Or take a look at the projectAlterCPA Whiteness.
6. Collections of free html-css templates and themes
We find sites on the Internet with free (or paid, if desired) website templates. Examples:once, two, three. Thousands of them. Download the template you like and throw it at yourself insteadWhite. You can, if necessary, fill the template with some plus or minus relevant content: copy and paste from the donor site, or generate it with a neural network — GPT-2 will help you!
7. We use website builders
An option similar to the previous one, but without the need to download anything: register, say, in the Wix.com builder, select a theme, copy-paste the content — ready! Designers on the Internet are like dirt, choose any one you like. The only thing is: the cesspool will have to be connected via Javascript, so check in advance whether the constructor supports JS + be prepared for the fact that you will have problems with loss of traffic and a discrepancy between the number of clicks in the source andtracker.
8. WordPress + plugins or other suitable CMS
Here you will have to tinker. We are deploying it on our ownhostingWordPress, then we decide what kind of site you will have: an article blog or an online store. If the first option, then the easiest way to fill a WP site with content is to useplugins for importing from RSS feeds. We need to find donor sites that have an RSS feed, put the addresses of these feeds into the plugin — … — profit!
If you want an online store, then your plugin is WooCommerce, or a separate CMS OpenCart. There you will have to learn how to import goods from somewhere like AliExpress.
By the way, for WP there are a lot of convenient plugins not only for whites, but also simply for arbitration: it’s easy to integrate Keitaro into it, and I also recommend paying attention to Thrive Themes WP Plugin.
9. Dorgens
Ever since the days of doorway pages, there have been technologies that allow you to generate a bunch of garbage content based on a given set of words. Usually it works like this: we write about a dozen keywords, and the software, using search engines like Yandex and Google, searches for suitable donor sites, downloads content from there, then breaks it into pieces, interferes and the result is a mess, but very relevant to certain queries?
I will not give links to specific Dorgens, since I have absolutely no idea what of them works normally now — look for information on specialized forums. For our arbitration purposes, the most suitable thing isgenerator from NPPR commandorversion from Denis Zhitnyakov, re-smoked by yours truly.
And there is alsono less cool paid white generator, any beginner can easily understand it: the only settings are vertical and language. It works well, has been tested many times, and is very reasonably priced. Keep in mind that not everyonewhiteThere will be a moderation right away, so just in case, take 2-3 pieces at once. And the best thing when working with this generator isbuy your own separate template! Yes, it will cost more, but you will have your own unique structureWhite, which increases the likelihood of passing moderation.
10. To order
And finallywhiteYou can write it from scratch yourself, or outsource this work! Who can do goodwhite? Let’s say freelancers on exchanges. The only thing is that it would be nice if the freelancer was familiar with our arbitration subject area. There are also specialized services and teams ready to take on this task. One of them isReasOn Tech. Prices for writing white papers are approximately as follows:
- One-pager — 10-15$
- Multi-page — $30
- Full-fledged WordPress (3-5 categories 10-20 articles) — $50
- All whites are made according to the offer/vertical theme
Conclusion
As you may have noticed, an affiliate marketer has a lot of options on how to make his ownwhite-page. There is no one way that is better than all others. It all depends on the source, on the vertical, and also on your laziness? Write in the comments if I suddenly forgot and didn’t mention your favorite method, and, of course, PLAY IN PLUS!



Супер статейка! Спасибо Желтый!
На здоровье!)
Уведомление: 10 способов создать вайт-пейдж - Cpagram