How to stop people stealing your downloads when using paypal

how to protect your downloads

You've spent weeks creating your fabulous ebook, you've created a great website and got your payments sorted but somehow you aren't making money.

It could be that your downloads are being stolen for the simple reason you didn't know how to protect them

well here are a few ways to protect them. Firstly make sure your paypal or click bank buttons are encrypted, its too easy to view your source and find out what the return page is and to go there.

I'll give you a bit of code that will also help with that as well in a moment.

Make sure your downloads are in a separate folder and that your robot.txt file on your main directory includes

User-agent: *

Disallow: /downloads/ #this is the directory of your downloads

This will stop robots indexing your directory.

If possible change the name of your downloads every few weeks, this will stop anyone who has already downloaded your file from passing the link on to others.

It will also stop any rogue robots indexing your files and showing them in search engines.

Here is the promised code for your buttons, this won't reveal anything from your webpage it needs to be in a php file.

<?php



$data = array();

$data['cmd'] = '_cart';

$data['business'] = 'your@emailaddress.com';

$data['add'] = '1';

$data['no-shipping'] = '0';

$data['item_name'] = 'itemname';

$data['currency_code'] = 'GBP';

$data['item_number'] = 'itemnumber';

$data['amount'] = 'amount';

$data['shipping'] = '0';

$data['lc'] = 'US';

$data['return']='thankyoupage.php';


$post_str = '';

foreach($data as $key=>$val) {

$post_str .= $key.'='.urlencode($val).'&';

}


$post_str = substr($post_str, 0, -1);

header("Location: https://www.paypal.com/cgi-bin/webscr?" .

$post_str);

?>

 


Trending right now

Foods to avoid during H pylori infection

Hide

Even Crap sells

How to stop videos playing automatically in chrome

How to get more customers

Keep flies off your food this summer

How to identify hot selling products on Ebay

Master the Art of Saying No Without Guilt

How to tie a tie

Why Eating Butter Before Bed Could Transform Your Night

How to stop coughing quickly and easily

How do i edit a facebook album name in a group

How to remove inspyware from your laptop

To get a free starter from pizza express simply enter this code

How to stop text enhance pop ups showing on webpages.

What different Text Ads Types are available for Google ADWORDS

Today is your day

Made to measure drawer organisers. Easy to install.

How to stop people stealing your downloads when using paypal

People Do not Really Care And That is the Truth

Giving your bank details to Trustly through ebay

Delete Remove a file from your sever using php

What Is Money and How It Is Just a Collective Illusion

Encouraging Messages from God

What is the difference between Jam and peanut butter Joke on how i met your mother

Remove a tomato stain from clothes easily

The Quickest Ever Salt Dough Recipe

How to make sure facebook picks up the correct picture from a website

Why are the vaccinated not actually vaccinated

Why No One Should Ever Verify Their Details on Any Website

How to make first letter only captial using php.

How to copy a textarea contents to a clipboard

How to relieve cure a sore throat

Visited link to remain same colour

The Unpermitted Power of a Free Mind

Share







SubmitExpress.com