Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 10-03-2011, 08:59 PM   #1
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
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
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2011, 09:55 PM   #2
pornmasta
Too lazy to set a custom title
 
pornmasta's Avatar
 
Join Date: Jun 2006
Posts: 19,052
"1. Download list of text names from URL"

example ?
pornmasta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2011, 11:07 PM   #3
georgeyw
58008 53773
 
georgeyw's Avatar
 
Industry Role:
Join Date: Jul 2005
Location: Australia
Posts: 9,864
Quote:
Originally Posted by pornmasta View Post
"1. Download list of text names from URL"

example ?
I'm guessing it's a txt file
georgeyw is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2011, 11:39 PM   #4
pornmasta
Too lazy to set a custom title
 
pornmasta's Avatar
 
Join Date: Jun 2006
Posts: 19,052
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 at 11:40 PM..
pornmasta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 12:39 AM   #5
webboy21
Confirmed User
 
Industry Role:
Join Date: Nov 2004
Location: The Netherlands
Posts: 573
or download a list of urls and put them in a text file?
__________________
Available for: CSS | XHTML | PHP | MySQL | Webdesign

webboy21 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 02:12 AM   #6
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
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);
?>
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 02:14 AM   #7
CurrentlySober
Too lazy to wipe my ass
 
CurrentlySober's Avatar
 
Industry Role:
Join Date: Aug 2002
Location: A Public Bathroom
Posts: 38,556
i need a poo...
__________________


👁️ 👍️ 💩
CurrentlySober is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 07:05 AM   #8
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
Quote:
Originally Posted by pornmasta View Post
he wants to download a text file or he wants to download the urls of a text file ?
download a text file
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 07:08 AM   #9
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
Quote:
Originally Posted by k0nr4d View Post
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 ?
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 07:12 AM   #10
blazin
Confirmed User
 
Join Date: Aug 2002
Posts: 2,781
Quote:
Originally Posted by Sasha18 View Post
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......
blazin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 08:05 AM   #11
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
Please somebody have me write .exe software

i will pay money
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 12:04 PM   #12
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
any coders here ?
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 12:14 PM   #13
pornmasta
Too lazy to set a custom title
 
pornmasta's Avatar
 
Join Date: Jun 2006
Posts: 19,052
how much ? for what it will be used for ?
pornmasta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 01:12 PM   #14
Sasha18
Confirmed User
 
Join Date: Dec 2002
Posts: 582
Quote:
Originally Posted by pornmasta View Post
how much ? for what it will be used for ?
Tell me your price
__________________
Sasha18 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 03:18 PM   #15
pornmasta
Too lazy to set a custom title
 
pornmasta's Avatar
 
Join Date: Jun 2006
Posts: 19,052
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 at 03:31 PM..
pornmasta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2011, 08:00 PM   #16
cooldude7
Confirmed User
 
cooldude7's Avatar
 
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
Quote:
Originally Posted by k0nr4d View Post
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.
cooldude7 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.