verification and redirection

fasedor

New Member
GREETINGS PEOPLE :)

Sorry if this thread is in wrong section.

I'm planing to create one site where people will be able to buy some products,
and to pay with e-gold as option.

Now i know that after completed payment on e-gold site the buyer is redirected back to my site ( let we say order page from where he went to egold to make payment ) , but what i want is:

how to track that somebody came from e-gold site after compleated payment
because after payment i wish to provide link to download page for that product.

I don't wish that everybody can access my download page without prior payment.

So we talk about verification of user and from where he/she came from.

Is there some script or code for this or some other method of checking the visitor of my order page and how to implement that code into my page.

Any help would be nice.

Thank's :)
 

zkiller

Super Moderator
Staff member
their are pre-made shopping cart scripts readily available that already have the appropriate modules installed for you to accept payments via e-gold or a number of other services.

i don't know if either of these support e-gold, but the most popular scripts seem to be zend cart and oscommerce, both of which are php based with a mysql backend (database).

for a fairly comprehensive listing of all sorts of scripts along these lines try searching the directory at www.hotscripts.com for something that suites your needs.
 
Top