Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Business Forum > Building An Internet Business
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

Building An Internet Business Building an internet business but could do with some help or tips, well this is the place for all that.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-29-2007, 1:44 AM   #1
Advanced Web Technologies
 
Advanced Web Technologies's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default FREE REPORT "How to Stop Digital Thieves with CGI"

"How to Stop Digital Thieves with CGI"
by Steve Humphrey

I'm going to assume you're serious about your business. If
you're not, I can't help you anyway. You've gone as far as
getting a real merchant account to accept credit card payments
online.

You know that this was neither easy or cheap. So does everyone
else! So, a merchant account shows that you've made a serious
commitment to your business. That's good for customer
confidence, which is good for business. So far so good...

Now there's the issue of selling stuff to people online. Your
order form leads them to feed their credit card info to a secure
gateway, using software you bought or leased from (or through)
your merchant account provider. Finally, the transaction is
approved or denied.

If approved, the software generates a receipt and e-mails you and
the customer each a copy. At this point, the customer is
returned to a page you specified. In the case of downloadable
products, this is often the page where they download your
product. So, you've got the entire process fully automated.

For a product or service with a fairly low price point and a
potential for many thousands of sales, this seems ideal. You
can quite literally make sales and earn income 24 hours a day.
So, what's the problem?

The form code on your order page is the problem. If someone
uses the ViewSource function of their browser, they can see all
your code. If they have even a tiny bit of initiative and skill,
they can locate the URL of your download page. After all, it's
right there in your form code!

CGI provides two ways of fixing this problem. One involves using
a script that makes it impossible to view the source code. You
can find a source for such a script by searching the web. Expect
to pay a lot for this technology.

Another way is to make the return path a script instead of the
actual download location. The script would be used to create
and display the download page. It would not be visible to the
surfer, since it's not an HTML document. The script can also
record details of the transaction for book-keeping purposes.

I admit that I discovered this by trial and error -- and a lucky
guess or two. Your merchant account gateway software may have
radically different behavior than mine, but here's what I've
learned:

The gateway uses the POST method to send the customer to your
specified return URL (which can be a script as well as a web
page). It also POSTs most of its input data items at the same
time. They are usually ignored, but your script can read them
if you want to!

Use the names given to the form inputs. Have your script extract
the values of these "named parameters" at the time it creates the
download page. Record what you want to save about the transaction
in your orders file or database.

Now here's the real secret to foiling the thieves. Inside the
script, check to see that the variables you extract contain
non-empty values. Did you get that?

Here's an example:

if ($email eq "") {exit;}

In this example, the script expects to get an e-mail address. If it
contains no characters, the script quits instantly. By testing for
the presence of some data in such fields as customer name, e-mail
address, item #, price, etc., you can tell whether the script was
called after a successful transaction - or by a thief...

Put all your security checks prior to the code that creates the
download page. If any test fails, the script exits and the thief
is left empty- handed. If your form-handling script can convert a
product name to a product ID that's never visible to a browser,
this provides even more security. This will be POSTed back to the
script and you can check for it before allowing the download.

Close these security holes and you'll make more money. You may
even sleep a little better knowing that people can't steal that
product you worked so hard to create. I know I do!

================================================== =========
Steve Humphrey promises that you can learn to use CGI to turn your
own Web site into a marketing machine in two hours or less with his
excellent CGI learning system: "Learn to Use CGI in 2 Hours."

Required reading for anyone who wants to automate their Web site
or their marketing efforts:
http://www.roibot.com/r_cgi2h.cgi?R33288_bsng

*FREEBIE

Daniel Thorne called this "the most
important tool ever for affiliates."
Enough said?

This little gem will allow you to increase
the commissions you earn from *any* affiliate
program.

http://netools.com/promote.htm




 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , , , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
FREE REPORT "How to Create Hypnotic Headlines" Advanced Web Technologies Building An Internet Business 0 05-29-2007 1:44 AM
FREE Report "How To Write Hypnotic Articles" Advanced Web Technologies Building An Internet Business 0 05-29-2007 1:44 AM
FREE Report "How Often Should You E-mail Your List?" Advanced Web Technologies Building An Internet Business 0 05-29-2007 1:44 AM
FREE REPORT "How to Write Hypnotic Endorsements" Advanced Web Technologies Building An Internet Business 0 05-29-2007 1:44 AM
some shortcut keys not working anymore-----help"""""""" Kadaitcha Man Windows 1 05-28-2007 11:28 PM


Featured Websites




All times are GMT +1. The time now is 4:23 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98