Quick Coding Help,Retreaving Links via Php,Decoding or Retreaving Php?Less then 20lin

Discussion in 'PHP' started by Melvinng, Mar 22, 2008.

  1. #1
    I need a simple script to generate BitRoad premium links. Every link you request from the server last for 24 hours, because of the the links you get to download the file only changes every 24 hours.

    Example: http://bitroad.net/download/0e9984818903/stl-cropthisa-[freebr.org-drk].avi.html

    Yesterday: http://b2.bitroad.net:81/download9/...ab8cc3047/stl-cropthisa-[freebr.org-drk].avi

    Another Link: http://b2.bitroad.net/download5/0e9984818903_qjnhx2u3qruqyjau/stl-cropthisa-[freebr.org-drk].avi

    Today:
    http://b2.bitroad.net:81/download9/23-eed3c4a25a1568d1a22026326aad414d/stl-cropthisa-[freebr.org-drk].avi

    The links can be retrieved just by viewing the source code, so I need a php program that can either view the source or decrypt and generate the links.

    Here is a video of the guy finding the 24 hour link:
    http://www.youtube.com/watch?v=wOqTsgRQC8I

    Here is a program that does it for you in another language: http://www.mediafire.com/?yeftqs2dzxj

    If anyone can code this for free, I don't know how to thank you enough, if not list your price.
     
    Melvinng, Mar 22, 2008 IP
  2. RoscoeT

    RoscoeT Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    So you want a program that can check a site called "siteA" for a link that changes frequently. And then you want that links displayed on "siteB" somehow? Am I correct in understanding your requirements?

    As long as all you want is to place code on siteb that pulls the changing link from siteA every time the page is loaded it would be pretty easy as long as the URL to siteA is the same all the time.

    Easy, but not likely you would find someone to write this for you for nothing.
     
    RoscoeT, Mar 23, 2008 IP