Shaybib
Power Member
- Joined
- Mar 23, 2018
- Messages
- 786
- Reaction score
- 225
what are the ip on the first rewritecond? "RewriteCond %{REMOTE_ADDR} !^(110\.174\.129\.147|203\.217\.17\.162)"UPDATE 1
I just finished writing a high quality article for my White Hat blog and realized I put a lot of time and effort into it. The next moment I felt a shadow slowly creeping up on me. It was the cold touch of the BLACK HAT DEMON gently whispering:
"Why put so much effort into PLEASING the Big G (-spot)? You can join the dark side and write thousands of pages of content effortlessly, cloak em up and redirect visitors to EVIL offers and gain FAT STACKS of CASH!"
View attachment 191524
Got excited to work on this journey today, even if I previously told myself it's just a side-project for the weekends.
I picked the niche/s. It's going to be beauty and/or children toys (so much for the evil offer). Haven't decided which one I will start first, but both seem promising right now.
I tested the content generation with a few keywords and it works OK. But content generation is the easy part, so I moved on to the cloaker, which a lot of you guys were interested in.
THE REDIRECT CLOAKER:
@GenesisOne @blackbit78 @dpsmith You guys were curious about the cloaker so here it is:
1. First I checked the cloakers section (linked in OP) but there's too much stuff like reverse DNS, user agents and IP lists to bother with. The php scripts need to be copied and pasted into thousands of pages, geez, that's too much for me.
So I said to myself: THERE HAS TO BE A BETTER WAY!
2. I then found the following free cloaker just by googling, a small code that you copy paste into your htaccess file:
Code:RewriteEngine On RewriteCond %{REMOTE_ADDR} !^(110\.174\.129\.147|203\.217\.17\.162) RewriteCond %{HTTP_USER_AGENT} !(Googlebot|Bingbot|Slurp) [NC] RewriteRule ^(.*)$ https://YourEvilOfferThatGoogleCantSee.com/$1 [L,R,NE]
Replace the link at the bottom with your offer, affiliate link, your landing page or whatever you want. When users land on your website they will be redirected to that link, while leaving search engine crawlers IN THE DUST.
I edited a little, added bingbot and yahoo bot (slurp) as well aside from Googlebot. You can add more user agents to the list, or more IP filters to make it stronger, but this is more than enough for my journey.
I tested it earlier with a lorem ipsum homepage connected to a domain I wasnt using and when I accessed it I got redirected to the link, flawlessly.
Next I'm going to build the full list of keywords and start generating the content.