|   |   |   | ||||
| 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. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  12-09-2004, 08:23 PM | #1 | 
| Confirmed User Industry Role:  Join Date: Nov 2004 Location: Las Vegas 
					Posts: 652
				 | 
				
				ATTN PROGRAMMERS:  I need a simple program.  Who can do this?
			 I have searched for similar scripts, but haven't had any success in finding one.  If anyone knows of one that will do what I'm asking...please let me know, and it will save a lot of time.   As far as price goes, I don't know what to expect, so I'm open to ALL bids. Please post here or PM me with comments/questions. =-=-=-=-=-=-=-=-=-= This program will be designed to mass produce webpages containing an iFrame. Something like this illustration:   In this example, the header and footer are served from my website and the iframe in the center is pulled from a different website someplace else on the web. =-=-=-=-=-=-=-=-=-= Here's a mock-up of what I'm looking for:  The features are as follows: (1) Directory - This is where we define the output directory. The user should be able to browse his harddrive to locate an existing directory or type one in and have it created automatically when the script is run. (2) Subdirectory - This directory will be created as a subfolder of anything listed in the Directory field. If no subdirectory is listed, none will be created. (3) Filename - Here we define the name of the first webpage that will be generated. The filename needs to have the following syntax: filename_01.php The program will use this filename as a guide to name all of the pages it creates. So that the second page will be "filename_02.php", the third will be "filename_03.php" and so on. The number of pages that the program generates is based on the number of URLS listed in the "URLs" field below. If the program encounters a file that already exists with the same name it is trying to create, it should automatically overwrite the older one with the new one. (4) Template - This is the template file that the program will use to generate the pages. It will be a basic html document that contains special <%tags%> designed to tell the script where to place the information defined below. (5) Directory 404 - This is where we define the index.html or index.php file that should be automatically copied into all directories that the program creates or writes to. This is a security measure. Since the program is generating pages named "filename_01.php", "filename_02.php", etc... there still needs to be an index file for that directory, so that surfers can't view the directory tree. (6) Title - This is the where we input the title of the pages we are about to create. This field will be inserted into the generated pages anytime the program encounters the special <%TITLE&> tag inside the template file defined above. So when the program runs, it will automatically substitute the Title text for the <%TITLE%> tag in all the pages that it generates. (7) Meta Info - This works exactly the same way as the Title field does, except the special tag in this instance should be <%METAINFO%>. Whatever data is inserted in this field will automatically be substituted for the <%METAINFO%> tag. (8) Custom 1 - Same as the Title field, except the special tag should be <%CUSTOM1%>. (9) Custom 2 - Same as the Title field, except the special tag should be <%CUSTOM2%>. (10) URLs - Same idea as the Title field, but with one major difference... Everytime the program encounters the <%URL%> tag within the template, it should substitute ONLY ONE URL from the field...not all of them. So...if there are 52 URLS listed in this field, each URL should be used only one time, and given its own webpage. In otherwords, if there are 52 URLS, then the program should create 52 different pages ("filename_01.php" thru "filename_52.php"). (11) Save - Clicking this button will open the Windows 'Save As' window and provide a way to store the current settings for later use. (12) Go - Once the settings are all set, clicking the GO button will run the program. First, all directories and subdirectories will be created. Second, the Directory 404 page will be copied to all directories. Third, the template will be retrieved, parsed, and the field values will be substituted for the special tags contained within the template. Forth, each new page will be named according to the Filename variable and saved in the Directory/Subdirectory defined above. Finally, the program will display a message confirming that the task is done. Here's an example of the template I might use: Code: <html>
<head>
<title><%TITLE%></title>
<%METAINFO%>
</head>
<body>
<?php 
include('header.php'); 
?>
<iframe src="<%URL%>" width=100% marginwidth="0" marginheight="0" frameborder="0" scrolling="yes"><%CUSTOM1%><%CUSTOM2%></iframe>
<?php 
include('footer.php'); 
?>
</body>
</html>Thank you. | 
|   |           | 
|  12-09-2004, 08:40 PM | #2 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | what OS are you on? I can do it easily with VB6 for winxp for about 75$ paypal. AIM = Ben Hur 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-09-2004, 08:50 PM | #3 | 
| Confirmed User Industry Role:  Join Date: Nov 2004 Location: Las Vegas 
					Posts: 652
				 | Duh.  Sorry I forgot to mention OS.  I am using XP.   Thank you for your reply. $75 seems fair. What kind of turn-around time should I expect? | 
|   |           | 
|  12-09-2004, 08:53 PM | #4 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | did a quick iface already  shouldnt take long hour or so tops, I can get back to working on it @ 12:15 est if interested send half as deposit to [email protected] thx 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-09-2004, 09:18 PM | #5 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | ignore the commondialog (lil square) by the url's thats not visible at runtime ok I'll bb @ 12:15 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-09-2004, 10:15 PM | #6 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | I'm back..   whenever I hear from you I can finish working on this. 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-09-2004, 10:34 PM | #7 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | I take it you don't need this done anymore? 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-09-2004, 10:37 PM | #8 | 
| Confirmed User Industry Role:  Join Date: Nov 2004 Location: Las Vegas 
					Posts: 652
				 | Sorry for the delay.  I missed your replies. Sending you a $40 PayPal right now!  Thanks man! | 
|   |           | 
|  12-09-2004, 10:45 PM | #9 | 
| Confirmed User Industry Role:  Join Date: Nov 2004 Location: Las Vegas 
					Posts: 652
				 | You have PayPal and email.    | 
|   |           | 
|  12-09-2004, 10:49 PM | #10 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | sorry it took so long for this reply, I was eating some cookie dough ben & jerry's figured you weren't going to post    I'm getting back to work on it right now. received your e-mail also. 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-10-2004, 12:11 AM | #11 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | sent you an email awhile ago with a question.  Other than that it's almost done, I'm sure you'll be pleased. 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-10-2004, 12:40 AM | #12 | 
| Confirmed User Join Date: Sep 2003 Location: Los Begas 
					Posts: 9,162
				 | This is going waaay too smoothly. Every frickin' coder I use takes three times as long as they estimate and/or doesn't finish it.  | 
|   |           | 
|  12-10-2004, 01:01 AM | #13 | 
| G F Y not Industry Role:  Join Date: Jan 2004 Location: MN 
					Posts: 2,910
				 | VB programming is smooth sailin.    
				__________________  TGPFactory Full TGP Design & Installation Services ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com See who I am at AdultWhosWho.com! | 
|   |           | 
|  12-10-2004, 01:01 AM | #14 | 
| Confirmed User Industry Role:  Join Date: Nov 2004 Location: Las Vegas 
					Posts: 652
				 | budz... You have mail.  | 
|   |           | 
|  12-10-2004, 01:02 AM | #15 | |
| G F Y not Industry Role:  Join Date: Jan 2004 Location: MN 
					Posts: 2,910
				 | Quote: 
  
				__________________  TGPFactory Full TGP Design & Installation Services ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com See who I am at AdultWhosWho.com! | |
|   |           | 
|  12-10-2004, 01:14 AM | #16 | |
| making it rain Industry Role:  Join Date: Oct 2003 Location: seattle 
					Posts: 22,136
				 | Quote: 
  | |
|   |           | 
|  12-10-2004, 01:49 AM | #17 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | any problems let me know, I'll be around 
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-10-2004, 06:40 AM | #18 | 
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | ah, no problems   all's good in the hood  
				__________________ C:\Code\ C:\Code\Run\ | 
|   |           | 
|  12-10-2004, 05:53 PM | #19 | 
| Confirmed User Industry Role:  Join Date: Nov 2004 Location: Las Vegas 
					Posts: 652
				 | For anyone following this post...Budz has completed it and he did an awesome job.  He was honest, responsive to all my requests, and fast.  The program works great! I hold him in the highest regard. Thanks Budz!  | 
|   |           | 
|  12-10-2004, 06:34 PM | #20 | 
| Affiliate Join Date: Jul 2004 
					Posts: 28,735
				 | Is this what u mean?  
				__________________ M&A Queen | 
|   |           | 
|  12-10-2004, 07:05 PM | #21 | 
| Confirmed User Join Date: Jun 2004 
					Posts: 817
				 | hey budz can I reach u at the email u listed? i might have a simple job for u as well | 
|   |           | 
|  12-10-2004, 07:06 PM | #22 | |
| Too lazy to set a custom title Join Date: Jun 2004 Location: Brasil 
					Posts: 15,778
				 | Quote: 
 
				__________________ Do you need cheap, fast and reliable porn website hosting? Host Head is the way to go!! Asian Gay Special | Live on MSN - Live Webcam Chat | Live Adult Webcam Performances | MY SWEET BLACKS LIVE ON CAM Pukka Tranny | Tattooed Shemales | She's A He | Menu Porno | Porn Performances | All Chubby MY ICQ# 169833797 | |
|   |           | 
|  12-10-2004, 07:12 PM | #23 | |
| Disruptive Innovator Industry Role:  Join Date: Sep 2003 Location: Vegas 
					Posts: 4,230
				 | Quote: 
 Be my guest. & lmfao @ the tree picture. 
				__________________ C:\Code\ C:\Code\Run\ | |
|   |           | 
|  12-10-2004, 11:53 PM | #24 | |
| Confirmed User Join Date: Sep 2003 Location: Los Begas 
					Posts: 9,162
				 | Quote: 
  | |
|   |           |