the thank you page

This is a discussion on "the thank you page" within the PHP Forum section. This forum, and the thread "the thank you page are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 15th, 2008, 00:11
Junior Member
Join Date: Jan 2008
Location: Virginia
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
the thank you page

OK, I figured out how I can protect the identity of my download link but I can't figure out how to scramble the address of my thank you page.

Here's the deal. I joined an affiliate. And it's one that does not supply php code that changes the location link of the thank you page. So anyone could pass around the link and download to their heart's desire. It's a big roadblock. I don't want to post the sales page until I have some solution.

The cart part of my site is cube cart and runs on php. The cart itself delievers a link that cannot be followed but so many times for download. But through the affiliate, I sell through their shopping cart. I can designate a page and that is all the control I have.

If this is super complicated, you don't have to answer this one. But while I don't write php, I do know how it works and I cut and paste it well. ()
Reply With Quote

  #2 (permalink)  
Old Feb 17th, 2008, 22:47
CloudedVision's Avatar
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 22 Times in 22 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: the thank you page

this is what ive been able to understand:

Main site -> shopping cart -> checkout -> thank you page, with link to download

You want to secure the thank you page, right?

Can we see the code?

i think what you want is to do have PHP insert a randomizestring into an mysql database at the checkout page, have it set it as a session, then go to the thank you and check to see if the session has the matching randomized string. then have a cron job delete all randomized strings in the database be deleted if they're more then 24 hours old.

Not sure how much your going to be able to do without knowledge of PHP.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Last Blog Entry: More Cheat Sheets (Jul 12th, 2008)
Reply With Quote
  #3 (permalink)  
Old Feb 18th, 2008, 01:16
Junior Member
Join Date: Jan 2008
Location: Virginia
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Re: the thank you page

On my site, I use cubecart which resolves through download.php and is secure. This is through paydotcom.com, an affiliate. There is this where I load product info. So I'm good to go on my site, sort of stumped when it comes to paydotcom. If I put in any html page, any buyer can pass that page along to all their friends. And moving it twice a week is something of a pain. I know nothing is perfect, but I'd like to make it a bit harder.

I can't say I've gotten great instruction from them so far either. Below is what it says on the page. Would a screenshot help? Apparently PDC delivers an IPN. I may not have enough info for you to even offer help. It's pretty vague.

Advanced Users Only: (OPTIONAL) ? Developers Guide (PDF)
IPN URL:
IPN Secret Code:
Reply With Quote
Reply

Thread Tools

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

BB 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
Best way to prevent access to page B except via page A? Donny Bahama PHP Forum 1 Apr 3rd, 2008 02:15
Green bar of colour at bottom of page gets bigger the more page is extended pixelgirl Web Page Design 1 Apr 1st, 2008 01:27
internal navigation, Linking from one page to a specific div in another page. Oak Web Page Design 5 Feb 8th, 2008 22:54
Linking an outside page back to previous framed page MJustison Starting Out 1 Oct 18th, 2007 17:49
A gap appears beween the Page Title and the Body Content of the page. sovereign6 Web Page Design 6 Dec 18th, 2006 19:14


All times are GMT. The time now is 11:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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