1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need some help please!

Discussion in 'HTML & Website Design' started by peace, Oct 12, 2004.

  1. #1
    Hi,
    I’m new in here so please be nice with me ;)
    Ok here is my problem:
    I need create a action where my clients type order number than they click ‘Get file Now ‘and if order number is correct download of file starts automatically .
    here is example:
    http://www.xewex.com/test.html

    can someone help me please
    Peace
     
    peace, Oct 12, 2004 IP
  2. xml

    xml Peon

    Messages:
    254
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you got PHP available on the server?
     
    xml, Oct 12, 2004 IP
  3. peace

    peace Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No... just HTML
     
    peace, Oct 12, 2004 IP
  4. Trance-formation

    Trance-formation Peon

    Messages:
    598
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If they are paying for the order number you could use payloadz along with paypal to automate delivery of digital product on payment (www.payloadz.com)

    I've got another integrated payement/digital delivery service I'm investigating but dont have URL to hand... let me know if you want more details.
     
    Trance-formation, Oct 12, 2004 IP
  5. peace

    peace Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You see this action is not for paying but for downloading files.
    for example: when client pay's for product he receive order number, but still don’t get the file, way because we need do card validation .After card pass validation process client go to page where he type his order number and get file for downloading.
    So that way I need create this action for file downloading here is example:
    http://www.xewex.com/test.html
     
    peace, Oct 12, 2004 IP
  6. mopacfan

    mopacfan Peon

    Messages:
    3,273
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I wrote a very similar application for client last year that does something very similar. I'd be interested in working out an exchange, coding for graphics. I'm looking for some small, cool flash efects for my website. My applications are written in ASP, so you'd have to make sure your web host supports asp. Let me know if your interested.
     
    mopacfan, Oct 12, 2004 IP
  7. angrylizard

    angrylizard Peon

    Messages:
    21
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you had PHP and MySQL I could tell you how to do this very easy. You would run a SQL query for the order number, then the database would pull out the file location and run it through a meta refresh tag and tada. I cannot think of a good way to do this in just HTML
     
    angrylizard, Oct 12, 2004 IP
  8. Jackobo007

    Jackobo007 Peon

    Messages:
    195
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Where do you get the order number and how do you match it ? you have to have server side language behind it (Asp, php..).
     
    Jackobo007, Oct 12, 2004 IP
  9. peace

    peace Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    all order numbers i get for my merchant account.See my prew post.

    and plus I need HTML format not PHP or others...

    Thanks
    Peace
     
    peace, Oct 12, 2004 IP
  10. angrylizard

    angrylizard Peon

    Messages:
    21
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I'm sorry but html just does not do that. Unless you hard code in every order number it's not going to work without some sort of server side language behind it. Someone prove me wrong on this.

    I reccomend you find a way to get PHP or ASP or maybe Perl/CGI working on your server because html is not a dynamic language.
     
    angrylizard, Oct 12, 2004 IP
  11. Trance-formation

    Trance-formation Peon

    Messages:
    598
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I gotta say, if you are limited to html, you are stuck with a third party solution that that validates credit cards and takes payment on your behalf for you and automatically generates the file download details for the customer. Works very well for me:)

    I'm also looking at www.shareit.com, who appear to do the whole thing as a neat package
     
    Trance-formation, Oct 13, 2004 IP