GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need simple software made (https://gfy.com/showthread.php?t=1040372)

Sasha18 10-03-2011 08:59 PM

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 :thumbsup

pornmasta 10-03-2011 09:55 PM

"1. Download list of text names from URL"

example ?

georgeyw 10-03-2011 11:07 PM

Quote:

Originally Posted by pornmasta (Post 18467537)
"1. Download list of text names from URL"

example ?

I'm guessing it's a txt file

pornmasta 10-03-2011 11:39 PM

he wants to download a text file or he wants to download the urls of a text file ?

webboy21 10-04-2011 12:39 AM

or download a list of urls and put them in a text file?

k0nr4d 10-04-2011 02:12 AM

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);
?>


CurrentlySober 10-04-2011 02:14 AM

i need a poo...

Sasha18 10-04-2011 07:05 AM

Quote:

Originally Posted by pornmasta (Post 18467641)
he wants to download a text file or he wants to download the urls of a text file ?

download a text file

Sasha18 10-04-2011 07:08 AM

Quote:

Originally Posted by k0nr4d (Post 18467752)
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 ?

blazin 10-04-2011 07:12 AM

Quote:

Originally Posted by Sasha18 (Post 18468141)
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.

Sasha18 10-04-2011 08:05 AM

Please somebody have me write .exe software

i will pay money

Sasha18 10-04-2011 12:04 PM

any coders here ?

pornmasta 10-04-2011 12:14 PM

how much ? for what it will be used for ?

Sasha18 10-04-2011 01:12 PM

Quote:

Originally Posted by pornmasta (Post 18468930)
how much ? for what it will be used for ?

Tell me your price

pornmasta 10-04-2011 03:18 PM

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

cooldude7 10-04-2011 08:00 PM

Quote:

Originally Posted by k0nr4d (Post 18467752)
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.


All times are GMT -7. The time now is 08:26 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123