Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Coding Help For Securing Url

Guest
Nov 01, 2011 Nov 01, 2011

Copy link to clipboard

Copied

I have a website with a store and is to download instrumentals. there is a "buy now" button that sends the customer to paypal and the customer goes through the transaction and once the payment is complete they are sent to a page that has the download link. I don't want the page with the download link accessible for people to just enter the url and have the download link i want it locked someone unless the person goes through the transaction proccess only. If anyone can help please respond.

TOPICS
Server side applications

Views

719
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 02, 2011 Nov 02, 2011

Copy link to clipboard

Copied

I have moved this post to the Dreamweaver Applications Development forum - a more suitable location, I believe.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 02, 2011 Nov 02, 2011

Copy link to clipboard

Copied

Have you considered using a service like Payloadz.com ?  Other methods will require some scripting knowledge - what is your experience with server side scripting?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 03, 2011 Nov 03, 2011

Copy link to clipboard

Copied

Never really heard of sites being able to do that, payloadz sounds like exactly what i want except they want a monthly payment with a percent of the sales with a flat rate,  I'm wanting to know how to do it on my own site or atleast a cheaper site like payloadz

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 03, 2011 Nov 03, 2011

Copy link to clipboard

Copied

Well, if you're a decent coder you can build something yourself using the PayPal APIs? What is your level of experience? Otherwise, take a look at this product: http://www.alurian.com/paypal-download-manager/paypal-download-manager/

I'm not endorsing it as I have no direct experience, but it seems worth taking a look at.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 03, 2011 Nov 03, 2011

Copy link to clipboard

Copied

Well to be honest i dont know too much about coding i basicly know the basics, i dont want to use a site to do it for me though, i want it in my own site but i'm not sure how to code it. I am basicly looking for the code to do this. I found a code that apparently does what I want but it's a php code. I'm not sure if you can enter a php code while using html.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

LATEST

>Well to be honest i dont know too much about coding i basicly know the basics,

Forget building it yourself then  - you'll  need to be proficient in server side coding and understand the PayPal API's

>i dont want to use a site to do it for me though,

Yes, you already mentioned that.

>I am basicly looking for the code to do this.

Did you look at the link for the download manager I sent you?

>I found a code that apparently does what I want but it's a php code.

Check if your hosting plan supports php. Most do.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines