[GET] Cloaker Script 2013

Status
Not open for further replies.
No, you can not mask nothing in adress bar. You can use empty domain and rename script into index.php, on that way when you send people to http://whateverwebsite.com redirect will be done with naked url, no URI visible.
 
I removed all references of bots of Google and Yandex from a script, but all the same they are processed as "Visitors coming from DESKTOP/LAPTOP configurations"

Prompt where it is necessary to register these bots that in case of their stopping on a site the script wouldn't work and bots remained on a site.
 

Attachments

  • screenshot 2013-10-25 008.png
    screenshot 2013-10-25 008.png
    33.1 KB · Views: 84
  • screenshot 2013-10-25 007.png
    screenshot 2013-10-25 007.png
    35.9 KB · Views: 40
Last edited:
Of course that they are proceeded like Visitors coming from DESKTOP/LAPTOP configurations when you removed them from the lists. If you put them into lists, they will be proceeded like bots.
I really don't understand what is the issue here with your requests, it is so simple - if is on the list, will be redirected, if is not on the list, it will come to the site.
 
Great script. Will save a lot of time. Thanks man :)
 
Problem in that on a site there is no proceeding link. But nevertheless bots get from it on TDS Sutra.
For example Yandexbot as was remote from all lists but in a panel of the webmaster I see 301 codes which see yandexbot.
On the diagram TDS of traffics goes only from this site.
 

Attachments

  • screenshot 2013-10-25 009.png
    screenshot 2013-10-25 009.png
    23.8 KB · Views: 54
  • screenshot 2013-10-25 010.png
    screenshot 2013-10-25 010.png
    19.6 KB · Views: 46
I dont understand you. What proceeding link ? Did you placed link where humans will go, where mobile visitors will go, and where bots will be redirected ? If yes, that is all what this script need to handle, to redirect what is on the list to the links where need to be redirected and to pass the other stuff to the site. Can not be simplier. Maybe yandex bot is coming from other side, because your domain was indexed before using this script ? I mean, there is many factors that can happen and certainly not a fault of script.
 
you said this is the free version of this script, is there a paid version and does that have more features?

is there any way of using this script to block thousands of IPs, hostnames, UAs, and referrers? It would be awesome if there is a way to keep a list of blocked IPs, UAs, hostnames and referrers in seperate text files that this script could call. I have thousands to block so adding them into the script itself would be cumbersome because i always modify and update these lists.

does this script blank the referrer and does it check to verify so?
 
Yes, I have better script that supports all that you have mentioned but due to forum rules I will not post demo link here. Once when you are able to send and receive PM, feel free to contact me.
 
thx not able to PM yet, but i sent you a message today about it.
 
Can this script be set that visitors from different Referrals see different content? Great script already :)
 
@ Polynom, it has that function, you need to scroll down through the code to find where to put links accepted as refferals and where they need to go.

Find this part

Code:
/*=========* REFERRERS - Redirected to SAFE sites | Visitors coming from those sites / referrers will be redirected to
links where the BOTS and blocked hosts / IP's are redirected * =========*/

$referrer_list = array(
    'redirectthis1.com','redirectthis2.com','redirectthis3.com',

/*=========* REFERRERS - Redirected to SPECIFIC sites | Visitors coming from those sites / referrers will be redirected to
list of SPECIFIC sites in array, one site per line* =========*/

    'toberedirected1.com','toberedirected2.com','toberedirected3.com' => array(
        'destinationsite1.com
         destinationsite2.com
         destinationsite3.com'

and make your changes. Before that you need to make change in $referrer_redirect = false; (change false to true, to enable it)



@ jacksubbi, you can use it anywhere. To "catch" their main bots and link checkers you can make new post on your site and send link to desired social network (or whatever you need to block) and to check bots,ip's, ua's in logs minute after the posting, they will come. You can multiply results or making it more accurate if you make few more posts, and post them in different times of day, sometimes their bots coming form different locations and ip's.
 
Last edited:
Yes. It is free and doesn't require a support since everything is self explainable, code is commented good enough to see what is doing.
 
anyone use this with other type of social traffic?
 
Been playing around with this today, but i kept noticing my iphone keeps being identified as a bot and then gets blocked.. is the bot list too strict? Also mobile visitors using chrome, might get proxied thru google proxy "speed" up service as well and that gets listed as bad..
 
Check referer (enable email reports to see logs) and check which part is blocking you. List is general, easy to edit, add or remove entries, so adjust it for your needs.
 
Just a heads up: the download link appears to be down. I eventually found a working download link after some googling, but you might want to update the link in this thread.
 
Status
Not open for further replies.
Back
Top