Closed Thread
Results 1 to 13 of 13

Thread: Downloading script needed

  1. #1
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126

    Downloading script needed

    I need a php script , like for downloads on my site .. like u know "id=1&file=aamama.zip"
    and i need it to tell me how many downloads,ips,etc :-p
    and for it to stop of site linking!!!

  2. #2
    FWS Addict spec is an unknown quantity at this point
    Join Date
    Jun 2001
    Posts
    712
    hotscripts.com

    or hire a PHP programmer (like me ) to make a custom script

  3. #3
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126
    Originally posted by spec
    or hire a PHP programmer (like me ) to make a custom script [/B]
    and would that cost me money?

  4. #4
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517

    Wink

    I can do one in perl, but if you like PHP than perl, then I shut up.

  5. #5
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126
    Sure please!
    Because im dumb however perl is *.pl right?
    Or am i just having a dizzy moment
    Lukey )

  6. #6
    Pro Member spork is an unknown quantity at this point
    Join Date
    Nov 2001
    Posts
    340
    yep, usually .pl or .cgi

  7. #7
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126
    Originally posted by YUPAPA
    I can do one in perl, but if you like PHP than perl, then I shut up.
    So could you do me one please then YUPAPA!

  8. #8
    FWS Addict Seldimis will become famous soon enough Seldimis's Avatar
    Join Date
    Dec 2001
    Location
    Greece
    Posts
    794
    Why don't you search about it? You want all the things at your foot (Greek phrase translated)
    Webmaster's Planet Greek Webmasters Portal
    It's Nice To Be Important But It's More Important To Be Nice
    If you feel I helped you, good rep me please

  9. #9
    MN-Carl MN-Carl is an unknown quantity at this point MN-Carl's Avatar
    Join Date
    Oct 2001
    Location
    England, UK
    Posts
    4,301

    Re: Downloading script needed

    Originally posted by LukeySD
    I need a php script , like for downloads on my site .. like u know "id=1&file=aamama.zip"
    and i need it to tell me how many downloads,ips,etc :-p
    and for it to stop of site linking!!!
    it should be easy to make

    <?
    if ($id == "1") {
    include "http://www.urltosite/files/$file";
    }
    elseif {
    echo "File not found";
    }
    ?>

    would do what you want ....

    however to log the IP and how many times you downloaded it would be abit harder .... and alot more harder in perl ... well for me anyways
    Last edited by MN-Carl; May 16th, 2002 at 13:41.
    Metered Disk Usage + Data Transfer
    http://127.0.0.1:80/

  10. #10
    MN-Carl MN-Carl is an unknown quantity at this point MN-Carl's Avatar
    Join Date
    Oct 2001
    Location
    England, UK
    Posts
    4,301
    a good perl download system

    http://www.schlabo.com/info/dl/
    Metered Disk Usage + Data Transfer
    http://127.0.0.1:80/

  11. #11
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126
    Thanks!
    You lot are soo helpful , every post i do needing help , i always get an answer

  12. #12
    MN-Carl MN-Carl is an unknown quantity at this point MN-Carl's Avatar
    Join Date
    Oct 2001
    Location
    England, UK
    Posts
    4,301
    Originally posted by LukeySD
    Thanks!
    You lot are soo helpful , every post i do needing help , i always get an answer
    no problem ...
    Metered Disk Usage + Data Transfer
    http://127.0.0.1:80/

  13. #13

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts