Need simple software made

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sasha18
    Confirmed User
    • Dec 2002
    • 582

    #1

    Need simple software made

    1. Download list of text names from URL

    2. Save as text to Windows Server 2003 File Folder

    3. Must update every 5-10 min


    Post your price
  • pornmasta
    Too lazy to set a custom title
    • Jun 2006
    • 20016

    #2
    "1. Download list of text names from URL"

    example ?

    Comment

    • georgeyw
      58008 53773
      • Jul 2005
      • 9865

      #3
      Originally posted by pornmasta
      "1. Download list of text names from URL"

      example ?
      I'm guessing it's a txt file
      TripleXPrint on Megan Fox
      "I would STILL suck her pussy until her face caved in. And then blow her up and do it again!"

      Comment

      • pornmasta
        Too lazy to set a custom title
        • Jun 2006
        • 20016

        #4
        he wants to download a text file or he wants to download the urls of a text file ?
        Last edited by pornmasta; 10-03-2011, 10:40 PM.

        Comment

        • webboy21
          Confirmed User
          • Nov 2004
          • 573

          #5
          or download a list of urls and put them in a text file?
          Available for: CSS | XHTML | PHP | MySQL | Webdesign

          Comment

          • k0nr4d
            Confirmed User
            • Aug 2006
            • 9231

            #6
            PHP Code:
            <?php
            $url = "http://www.blah.com/blah.txt";
            $target = "c:\storage\location\blah.txt"; 
            $string = file_get_contents($url);
            file_put_contents($target,$string);
            ?>
            Mechanical Bunny Media
            Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

            Comment

            • CurrentlySober
              Too lazy to wipe my ass
              • Aug 2002
              • 38944

              #7
              i need a poo...


              👁️ 👍️ 💩

              Comment

              • Sasha18
                Confirmed User
                • Dec 2002
                • 582

                #8
                Originally posted by pornmasta
                he wants to download a text file or he wants to download the urls of a text file ?
                download a text file

                Comment

                • Sasha18
                  Confirmed User
                  • Dec 2002
                  • 582

                  #9
                  Originally posted by k0nr4d
                  PHP Code:
                  <?php
                  $url = "http://www.blah.com/blah.txt";
                  $target = "c:\storage\location\blah.txt"; 
                  $string = file_get_contents($url);
                  file_put_contents($target,$string);
                  ?>
                  This is usefull but what about the update ?

                  Comment

                  • blazin
                    Confirmed User
                    • Aug 2002
                    • 2781

                    #10
                    Originally posted by Sasha18
                    This is usefull but what about the update ?
                    Did you mean to say thanks.. to the previous poster..... jeez....

                    btw. Use a cron or the windows equivalent.
                    I don't endorse a god damn thing......

                    Comment

                    • Sasha18
                      Confirmed User
                      • Dec 2002
                      • 582

                      #11
                      Please somebody have me write .exe software

                      i will pay money

                      Comment

                      • Sasha18
                        Confirmed User
                        • Dec 2002
                        • 582

                        #12
                        any coders here ?

                        Comment

                        • pornmasta
                          Too lazy to set a custom title
                          • Jun 2006
                          • 20016

                          #13
                          how much ? for what it will be used for ?

                          Comment

                          • Sasha18
                            Confirmed User
                            • Dec 2002
                            • 582

                            #14
                            Originally posted by pornmasta
                            how much ? for what it will be used for ?
                            Tell me your price

                            Comment

                            • pornmasta
                              Too lazy to set a custom title
                              • Jun 2006
                              • 20016

                              #15
                              executable (.exe)

                              - downloads an online file given in an input box
                              - button to start the download
                              - saves the file to a location selected by user (it is better is the size is below 1Mo, no multithreading)
                              - overwrites an existing file
                              - checkbox to select if it is an unique download or not
                              - time counter ( download every xxx seconds)
                              - timeout setting for the download
                              - checkbox if you want to stop or not on errors.
                              - stop/cancel button

                              standalone application (no ini file to save the latest download location)

                              $50 paypal

                              If you want you can give me the url that you want to download and a default filename (and your default settings for timeout and to stop or not on error)

                              You can have more options if you want.
                              You will get a win32 application not a command line application
                              Last edited by pornmasta; 10-04-2011, 02:31 PM.

                              Comment

                              • cooldude7
                                Confirmed User
                                • Nov 2009
                                • 4306

                                #16
                                Originally posted by k0nr4d
                                PHP Code:
                                <?php
                                $url = "http://www.blah.com/blah.txt";
                                $target = "c:\storage\location\blah.txt"; 
                                $string = file_get_contents($url);
                                file_put_contents($target,$string);
                                ?>
                                dude u are gr8, i m gonna hire u in near future for sure.

                                Comment

                                Working...