ATTN PROGRAMMERS: I need a simple program. Who can do this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XSAXS
    Confirmed User
    • Nov 2004
    • 652

    #1

    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>
    I hope this isn't too confusing. It really is a simple script. In fact, I'll bet there's already a program out there that will do this, but I haven't been able to find one. Please respond with any and all thoughts/bids/tips etc.

    Thank you.
  • budz
    Disruptive Innovator
    • Sep 2003
    • 4230

    #2
    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\

    Comment

    • XSAXS
      Confirmed User
      • Nov 2004
      • 652

      #3
      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?

      Comment

      • budz
        Disruptive Innovator
        • Sep 2003
        • 4230

        #4
        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\

        Comment

        • budz
          Disruptive Innovator
          • Sep 2003
          • 4230

          #5
          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\

          Comment

          • budz
            Disruptive Innovator
            • Sep 2003
            • 4230

            #6
            I'm back..

            whenever I hear from you I can finish working on this.
            C:\Code\
            C:\Code\Run\

            Comment

            • budz
              Disruptive Innovator
              • Sep 2003
              • 4230

              #7
              I take it you don't need this done anymore?
              C:\Code\
              C:\Code\Run\

              Comment

              • XSAXS
                Confirmed User
                • Nov 2004
                • 652

                #8
                Sorry for the delay. I missed your replies. Sending you a $40 PayPal right now! Thanks man!

                Comment

                • XSAXS
                  Confirmed User
                  • Nov 2004
                  • 652

                  #9
                  You have PayPal and email.

                  Comment

                  • budz
                    Disruptive Innovator
                    • Sep 2003
                    • 4230

                    #10
                    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\

                    Comment

                    • budz
                      Disruptive Innovator
                      • Sep 2003
                      • 4230

                      #11
                      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\

                      Comment

                      • OzMan
                        Confirmed User
                        • Sep 2003
                        • 9162

                        #12
                        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.

                        Comment

                        • Dynamix
                          G F Y not
                          • Jan 2004
                          • 2910

                          #13
                          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!

                          Comment

                          • XSAXS
                            Confirmed User
                            • Nov 2004
                            • 652

                            #14
                            budz...

                            You have mail.

                            Comment

                            • Dynamix
                              G F Y not
                              • Jan 2004
                              • 2910

                              #15
                              Originally posted by Dynamix
                              VB programming is smooth sailin.
                              Especially something this easy lol

                              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!

                              Comment

                              • fuzebox
                                making it rain
                                • Oct 2003
                                • 22352

                                #16
                                Originally posted by OzMan
                                This is going waaay too smoothly. Every frickin' coder I use takes three times as long as they estimate
                                It's a dirty job but someone has to do it

                                Comment

                                • budz
                                  Disruptive Innovator
                                  • Sep 2003
                                  • 4230

                                  #17
                                  any problems let me know, I'll be around
                                  Last edited by budz; 12-09-2004, 11:53 PM.
                                  C:\Code\
                                  C:\Code\Run\

                                  Comment

                                  • budz
                                    Disruptive Innovator
                                    • Sep 2003
                                    • 4230

                                    #18
                                    ah, no problems


                                    all's good in the hood
                                    C:\Code\
                                    C:\Code\Run\

                                    Comment

                                    • XSAXS
                                      Confirmed User
                                      • Nov 2004
                                      • 652

                                      #19
                                      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!

                                      Comment

                                      • Violetta
                                        Affiliate
                                        • Jul 2004
                                        • 28735

                                        #20
                                        Is this what u mean?

                                        M&A Queen

                                        Comment

                                        • trogdor
                                          Confirmed User
                                          • Jun 2004
                                          • 817

                                          #21
                                          hey budz can I reach u at the email u listed? i might have a simple job for u as well

                                          Comment

                                          • pornpf69
                                            Too lazy to set a custom title
                                            • Jun 2004
                                            • 15782

                                            #22
                                            Originally posted by Rockatansky
                                            Is this what u mean?

                                            this is just perfect!

                                            Comment

                                            • budz
                                              Disruptive Innovator
                                              • Sep 2003
                                              • 4230

                                              #23
                                              Originally posted by trogdor
                                              hey budz can I reach u at the email u listed? i might have a simple job for u as well

                                              Be my guest.




                                              & lmfao @ the tree picture.
                                              C:\Code\
                                              C:\Code\Run\

                                              Comment

                                              • OzMan
                                                Confirmed User
                                                • Sep 2003
                                                • 9162

                                                #24
                                                Originally posted by Rockatansky
                                                Is this what u mean?

                                                I fucking love that one. That's going on the wall

                                                Comment

                                                Working...