Skip to content
Жёлтый веб

Автоматизация и арбитраж трафика

Поиск
English
Русский
Categories
  • Браузеры
  • Домены
  • Клоакинг
  • Креативы
  • Ленды-Проклы
  • Перевод
  • Aff. Networks
  • Скрипты
  • Советы-Полезности
  • Софт
  • Трекеры
  • Facebook
  • Финансы

Cloaking for a Smart Media Buyer on a Budget

24 comments / Клоакинг, Скрипты

Hello, today we’ll talk about what to do if you haven’t saved up for a normal solution like IM KLO, the thought of buying Keitaro and setting up filters makes you despondent, but the dream of pouring dick creams on Asia doesn’t leave you even in your sleep✨

What to do, what to do. Cloaca, damn it. But, of course, not from scratch.

The necessary set of skills to do everything described below: the ability to edit text in Notepad and copy files.

So, where do the legs of our solution come from? Once upon a time on the Internet (or rather on a good forumBlackHatWorld) I discovered a script widely known in narrow circles called “Binomo cloaker”. Who is the author of this craft, and why its name is so similar to the name of everyone familiartracker— I don’t know. If you know, write in the comments, plz.

At that moment, I was pouring the “Popkees panty set” offer from Facebook, and Facebook really didn’t like the abundance of naked butts on my landing pages.TrackersI didn’t have one, and the landing pages were hosted on Makhost’s free plan (I’ll say right away thatwill be requiredhostingwith PHP support). Since I had a good coding skill, I rolled up my sleeves and got into the inside of the script in order to update it to current realities. What can this thing do at the moment?

— CloakingWITHOUT redirects, by uploading files

— Determines the ip and country of the visitor (geobase as of January 2019)

— Determines the OS and UserAgent of the user

— Can filter out visitors depending on the presence/absence of a Referer

— Can conduct a simple A/B test landing pages

— Keeps records of visitors in a text file (writes IP, country, UserAgent, etc.)

— Contains the IP database of Facebook bots, collected from the world one by one, sorted and more or less usable

Now how to live with all this. For the simplest version of work, we will need to download two things to our computer: your landing page andwhitepage. I hope to tell you where to get itwhitepage, no need?

Great, next we need to merge the landing page files,whitepageand everything from the sewer script archive: create a new folder and copy the sewer there first. Then we create subfolders white and land in it and copy yourwhiteand landing page respectively.

All that’s left to do is set up the cesspool! Open the index.php file in any text editor: it’s better, so as not to break your eyes, with code highlighting, likeNotepad++, but if you’re lazy, then the good old Notepad will do too.

In general, the code is well commented, if you suddenly know how to use PHP, then it will not be difficult for you to figure it out, but if not, then I’ll tell you everything now?

The cloaca has 2 operating modes:fullAndordinary. Full— this is whenALLvisitors go towhitepage. I used it just in case when going through moderation. If you want to do the same, then do not forget to switch toordinary, otherwise you’ll pour it into the dumpling shop!

Ordinarysame — this is when traffic is distributed depending on the rules. By default it is enabled, and when you need to switch to full, change the zero to one in this line:

Клоакинг для бедного, но умного арбитражника, изображение №1

INordinarymode, we can set various rules, more about them below.

Next, we indicate the OS we are downloading to. For example, if we only send mobile traffic, then we remove everything inside the quotes except iOS and Android. If we are pouring both PC and mobile, then you can leave everything as is.

Клоакинг для бедного, но умного арбитражника, изображение №2

Then we indicate, separated by commas, the list of countries to which we pour. We indicate countriestwo letter abbreviationsseparated by commas.

Клоакинг для бедного, но умного арбитражника, изображение №3

If you have your own set of bots, or you just want to disable a couple of unnecessary ips, then add them separated by commas in the line where it says ip_black, but if the list is large, then it’s better to open the file in a text editorbots.dat and put your list there.

Клоакинг для бедного, но умного арбитражника, изображение №4

Well, finally, you can enable the rule so that users with emptyreferrerwere sent towhitepage. To enable it, change 0 to 1 in the line from the screenshot, but first think about whether you need it.

Клоакинг для бедного, но умного арбитражника, изображение №5

Now a small bonus number one: all site visitors will be recorded in a filevisitors.csv, you can open it directly in the browser and see who is coming in and from where. There, among other things, information is written about the sub-tags of the link through which the user came.

Клоакинг для бедного, но умного арбитражника, изображение №6

On the screen, the filtered visitor (in this case, a bot) is highlighted in red; it can be identified by the number 1 in the corresponding column + after this one it is written why the visitor was filtered: he has an OS unknown to us and an incorrect GEO. When you are banned (and they will ban you, this is still not a commercial decision), you can open this file and take the IP addresses of the last users who visited and add them to the filebots.dat, because before a ban, moderators usually come in.

Bonus number two: if you suddenly want to use more than one landing page, but do A/B testing of several, then all you need to do is put each of them in a separate folder, and write the names of these folders, separated by commas, in the corresponding line:

$black_folder_name = ‘land1,land2,land3’;

Traffic will each time randomly go to one of the specified landing pages, evenly distributed between them.

All that’s left to do is check the functionality of the resulting Frankenstein. We upload our entire folder tohosting, go to the site — landing page should load. To check how cloaker works, let’s perform a simple manipulation: find out your IP address by searching the appropriate Google and directly tohostingadd your ip in the line where it says ip_black

Клоакинг для бедного, но умного арбитражника, изображение №7

Don’t forget to save the file. Now go to the site — it should loadwhitepage. Works!

That’s all, successful cloaking, give a plus, gentlemen, and write in the comments how many leads you managed to generate using this script!

And also do not forget thatthe project exists only thanks to your donations!

P.S. The latest version of the script is alwayscan be found on GitHub, and if suddenly you want to contribute to the common cause — welcome!

What to read next

Open the full traffic arbitrage hub →

An IFrame That Fully Covers a Site Builder Page A technical trick for covering a site-builder page with an iframe when the default builder output gets in the way. Major Update to the Free Facebook Traffic Cloaker An update on the free cloaking solution for Facebook traffic, including what changed and what it means in practice. Spy Services for Affiliate Marketing: Full Guide to Attack and Defense A full breakdown of spy services: how to monitor competitors, protect your own setups, and structure the workflow correctly.
Next Post →

24 comments “<trp-post-container data-trp-post-id='36'>Cloaking for a Smart Media Buyer on a Budget</trp-post-container>”

  1. Дмитрий
    2021-03-01 в 01:12

    Круто!

    Reply
  2. YellowWeb
    2021-03-27 в 21:46

    Это ты ещё последнюю версию не видел, там уже есть полноценный интерфейс и кол-во фишек выросло в разы.

    Reply
    1. Juan
      2022-04-15 в 07:54

      Бро, где ты обновил все это более близкий источник? Другими словами, я не совсем понимаю, какими обновлениями я мог бы руководствоваться в дополнение к любым необходимым изменениям.

      Reply
      1. Yellow Web
        2022-04-16 в 18:24

        все обновления кло на Гитхабе

        Reply
  3. Juan
    2022-04-16 в 00:55

    Даниэль! какое-нибудь видео, где вы пошагово объясняете актуальность этого клоакера для того, кто приходит с нуля в этот кккк

    Reply
    1. Yellow Web
      2022-04-16 в 18:25

      Better to write your comments in English, if you don’t understand smth, cause russian auto-translate for technical questions works bad.

      Reply
      1. Juan
        2022-04-17 в 02:02

        If Daniel excuses me, I was asking you about the issue of filters if you have any video of that since I’m understanding the rest. How do I know if it’s working? greetings from Argentina. Or if you could already send the capture of the configuration to just copy and paste so to speak.

        Reply
  4. Fhc
    2022-05-12 в 01:13

    The git settings are not correct, where can I get a correct manual?

    Reply
  5. Alessander
    2022-06-07 в 06:24

    Hello budy, how are you? Congratulations on your articles.
    I’m trying to use BinomoCloaker but I’m having trouble installing it in my structure.
    Do you have a video showing how to do it?

    Reply
    1. ALEXANDRE
      2022-07-07 в 05:38

      Hello friend, I’ve managed to install and I’m in the testing phase.

      Reply
      1. Alessandro
        2022-08-23 в 02:13

        У меня большие трудности, уже скачал, поставил на хостинг, но не могу зайти в ту область управления.

        Reply
        1. Yellow Web
          2022-08-24 в 14:56

          /admin?password=12345

          Reply
  6. gROT
    2022-08-26 в 10:18

    Привет Yellow, при выборе способа загрузки вайта из локальной папки вайт не прогружается до конца, а при написании в браузере полного пути до папки с вайтом http://site.ru/witefolden, такой проблемы нет. Как решить проблему с загрузкой вайта из локальной папки?

    Reply
    1. Yellow Web
      2022-08-26 в 12:25

      привет, напиши мне в тг @dvygolov, скинешь вайт — я проверю

      Reply
  7. Thiago
    2022-10-27 в 22:00

    Здравствуйте, как мне настроить utm на facebook для назначения в ссылке на черную страницу, чтобы я мог иметь статистику в аналитике google?

    Reply
    1. Yellow Web
      2022-10-29 в 13:29

      Просто добавить utm-метку в ссылку либо в Параметры URL

      Reply
  8. Marcia
    2022-11-14 в 07:09

    Hi Daniel, tutorial for using Binomo and AgiusCloud? Thank You Marcia.

    Reply
    1. Yellow Web
      2022-11-16 в 17:46

      Sorry, I don’t know what AngiusCloud is, if it is some hosting then the only things you’ll need is PHP 7.2 or higher and HTTPS certificate, that’s all.

      Reply
  9. jorge
    2022-11-23 в 19:39

    Fiz todo o processo mais a página branca não carrega da erro, mesmo estando em html na hospedagem

    Reply
    1. Yellow Web
      2022-11-29 в 15:03

      Write me in Telegram — @dvygolov

      Reply
  10. Jorge
    2022-11-24 в 04:09

    hello @dvygolov, I made all the settings as the manual says, my white page is in the location option, when I go to test it doesn’t load the error.
    When I did the process using the redirect it worked normal, could you help me where I’m going wrong?

    Reply
    1. Yellow Web
      2022-11-29 в 15:03

      Write me in Telegram — @dvygolov

      Reply
  11. MAndae
    2023-01-21 в 10:58

    hey bro, I’ve been trying to install cloaker for 3 days, and I still haven’t been successful, I use Digital Ocean with PHP 7.4 and https installed, I download the zipped file to the public folder at the root of the system, and I extract it, but when I try to access the /admin?password=12345 in the browser giving error 500, what could be happening?

    Reply
  12. Gabriel Luize
    2023-01-26 в 02:17

    when I access the binomo the following error occurs: Fatal error : Uncaught Error: Call to undefined function ini_set() in /home/vrttndhcvisa2a3/public_html/YellowCloaker-master/admin/index.php:4 Stack trace: #0 {main} posted in /home/vrttndhcvisa2a3/public_html/YellowCloaker -master/admin/index.php on line 4

    Reply

Write a comment Отменить ответ

Your email address will not be published. Require fields marked as *

  • Полезные ссылки
  • Реклама
  • Rider
  • VK
  • Telegram
  • YouTube
Copyright © 2026 Любое копирование информации без активной ссылки на источник запрещено!