Clickbank protection

Therookie

BANNED
Joined
Mar 17, 2008
Messages
1,528
Reaction score
87
I would like to know the best way to protect Clickbank ebook downloads without using DLGuard etc. and finding it on Google or Alexa.


Someone posted these instructions.



Add a folder named download with a blank index file and then make a funny name for the download page inside the download folder. This will prevent the page / file from being indexed or found. You could also add things like if referrer=clickbank/paypal etc display download page else 404 error.
 
Add the "No Follow, No Index" tag in the head of your thankyou page.

Use .htaccess to prevent hotliking of files. But allow only files to be downloaded IN YOUR domain.
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(pdf)$ - [F]
REMEMBER TO CHANGE mydomain to your domain name.


Use Clickbank Lock Pro V2 to "hide" your download link so that purchasers won't be able to distribute your thankyou link.
You can get it for free here:
hxxp://www(.)ziddu(.)com/download/5382254/44-clickbanklockpro(.)zip(.)html

Create a robots.txt file to prevent robots crawling your .pdfs files.
Code:
User-agent: * 
Disallow: /*.PDF$


Your Clickbank product should be 99% safe now.

P.S: Your thankyou.html need not be named as "Thankyou"... you can give really weird names like "524asdzsre35.html". Clickbank will accept it.
 
Last edited by a moderator:
Hey Blackseng
Thanks for taking time to explain in detail for me
Unfortunately the Clickbank Lock Pro 2 free download link you provided has an error?
Forget that I just saw the encrypted URL

Could you recommend a good cheap host for Clickbank possible traffic and to do the above tech stuff?
 
Last edited:
Hey Therookie,

I'm using hostmonster and it's really good. Their service is excellent. Their forum support is great.
It's just $5.95 per month. Down from $6.95.

Code:
[URL="http://hiderefer.org/?http://www.thepanicattacksolution.com/"]http://hiderefer.org/?[/URL][URL]http://www.hostmonster.com/track/hostmonster_page[/URL]
Yes, that's REFERRAL link of mine - please do sign up from there - there won't be extra cost.. but i get commission from your referral - it's a good way to thank me too ;)

non-referral link: http://hiderefer.org/?http://www.HostMonster.com =(
 
Last edited by a moderator:
Hey Therookie,

I'm using hostmonster and it's really good. Their service is excellent. Their forum support is great.
It's just $5.95 per month. Down from $6.95.

Code:
[URL="http://hiderefer.org/?http://www.thepanicattacksolution.com/"]http://hiderefer.org/?[/URL][URL]http://www.hostmonster.com/track/hostmonster_page[/URL]
Yes, that's REFERRAL link of mine - please do sign up from there - there won't be extra cost.. but i get commission from your referral - it's a good way to thank me too ;)

non-referral link: http://hiderefer.org/?http://www.HostMonster.com =(

dammit, I don't know why the text has my CB product.
Don' worry about it, it will direct you to the right place - hover your mouse over and you will see - hostmonster.
 
Just a thought and by no means do I have any technical knowledge of how to do this (if it can be done with CB )....But could you not somehow send the download link to their email. Would that not avoid the spiders from crawling the page and indexing?
I have ordered a few things that came like that and seems like a perfect conduit for building a list.
I mean subsequent emails like!... Did you receive the product in a timely fashion?.....Are you happy with the product? ....Any suggestions to improve the product?.....Oh by the way if you liked that then you'l just love this product that you'll have to whip out your credit card for!

Just a thought for ya my friend.
 
Oh yes, jdog.

But I prefer asking clients to download from my website. Because when you've implemented the htaccess code, no one can download your file unless he/she is in your domain.

Another good tip will be.. add a "rel=nofollow" in your download link.
 
Oh yes, jdog.

But I prefer asking clients to download from my website. Because when you've implemented the htaccess code, no one can download your file unless he/she is in your domain.

Another good tip will be.. add a "rel=nofollow" in your download link.

Explain BlackSeng what this does in more detail please and how effective it is.
Q
 
Last edited:
Well, if you've followed my method in protecting your CB product... your actual thankyou page will be cloaked or hidden once your client has paid for it.

So once you've protected your thankyou page with Clickbank Lock Pro.. the clients will only see this URL: "www.example.com/cb_thankyou.php"

If your client tries to be funny and pass this url to someone else and they access it, they will receive the following message: "FRAUD DETECTED" - it's a feature from Clickbank Lock Pro.

But there are times clients are smart.. once they are at your thankyou page, they will just hover their mouse over your download link to your pdf and distribute this url to others in the internet.

But because you've implemented the htaccess code, hotlinking is NOT allowed. So they will only see a "FORBIDDEN 401" page when they try to click it.
The HTaccess code only allows people to download when they are in your domain.

Remember to add that META tag ("No Follow, No Index") in your thankyou page. This will also prevent search engines from indexing your actual download or thankyou page.

Lastly, what I meant by that "rel=nofollow" is... implement that to your download link.
i.e.: <a href="www. example .com/yourbook.pdf" rel="nofollow">

This will prevent your direct download link from being indexed. Although I know that META tag would prevent search engine from indexing already... it's better to be safe than sorry.




It's not recommended to send an e-mail with your download link in it. Sometimes clients could just forward this e-mail to others and they could download your product for free.
 
Last edited by a moderator:
Your so COOL man
Well, if you've followed my method in protecting your CB product... your actual thankyou page will be cloaked or hidden once your client has paid for it.

So once you've protected your thankyou page with Clickbank Lock Pro.. the clients will only see this URL: "www.example.com/cb_thankyou.php"

If your client tries to be funny and pass this url to someone else and they access it, they will receive the following message: "FRAUD DETECTED" - it's a feature from Clickbank Lock Pro.

But there are times clients are smart.. once they are at your thankyou page, they will just hover their mouse over your download link to your pdf and distribute this url to others in the internet.

But because you've implemented the htaccess code, hotlinking is NOT allowed. So they will only see a "FORBIDDEN 401" page when they try to click it.
The HTaccess code only allows people to download when they are in your domain.

Remember to add that META tag ("No Follow, No Index") in your thankyou page. This will also prevent search engines from indexing your actual download or thankyou page.

Lastly, what I meant by that "rel=nofollow" is... implement that to your download link.
i.e.: <a href="www. example .com/yourbook.pdf" rel="nofollow">

This will prevent your direct download link from being indexed. Although I know that META tag would prevent search engine from indexing already... it's better to be safe than sorry.




It's not recommended to send an e-mail with your download link in it. Sometimes clients could just forward this e-mail to others and they could download your product for free.
 
My product is approved.

As if I am not nervous as it is with surviving my house being reposessed last two years jobless you name it and now waiting four days for CB approval I just hope I spent my money wisely as I gambled on this product idea spent my credit card I cnnot afford really.
 
Hi Rookie. Congratulations on getting your eBook accepted into CB. May I ask what your product is? Just curious. :)
 
That's awesome Therookie. Goodluck with your sales, if you need a decent Aff marketer, shoot me a pm of what your product is and I will see if I can run some traffic to ya!
 
Please do not put the name here so the search engines pick it up I have made a blog with that URL in it

I can tell you it is for the japanese horny guy tourist market so you know ewhoring its similar marketing.

I would be happy for feedback and see if you can find the download thanks page as I told someone to set up as Blackseng tuition here however I dont think they followed exactly what I told them.

Please be honest and advise.I deliberately misspelled the bolg name to
Go here and see the URL in the blog thanks all support

http://hxxp://cbprouct.blogspot.com/

(Replace xx in hxxp with tt)
 

Domain Name: H0WT0MAKE0UTWITHJAPANESEW0MEN4IDI0TS.C0M
Registrar: NAME.COM LLC
Whois Server: whois.name.com
Referral URL: name.com
Name Server: NS2007.HOSTGATOR.COM
Name Server: NS2008.HOSTGATOR.COM
Status: clientTransferProhibited
Updated Date: 13-sep-2009
Creation Date: 10-sep-2009
Expiration Date: 10-sep-2010


You just registered it dude ..... you have to let it get indexed, etc before you can find it in the SE's ..... OR not .....

HTH .... :cool2:
 
Please be honest and advise.I deliberately misspelled the bolg name to
Go here and see the URL in the blog thanks all support

hxxp://cbprouct.blogspot.com/

(Replace xx in hxxp with tt)

Well at least there is no keyword stuffing in that domain name.... could do with being just a little bit longer ....:brick:

Did you combine it with your Six Second Sex Hypnosis ebook? :)
 
Last edited:
Well at least there is no keyword stuffing in that domain name.... could do with being just a little bit longer ....:brick:

Did you combine it with your Six Second Sex Hypnosis ebook? :)

No this hypnosis was not approved I thoug to give it away free though with the main ebook
 
Back
Top