I need a damn script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fr0gman
    Confirmed User
    • Feb 2005
    • 2093

    #1

    I need a damn script

    I need a script or program that will take:

    FILENAME.HTML and create:

    FILENAME123.HTML
    FILENAME124.HTML
    FILENAME125.HTML

    and so on, and so on...

    Does anyone have something that will work for this?
    Earn up to $.03 per Visitor -> No Click Monetization!
    "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
    Wild College Videos | ICQ: 7746696
  • nadanada
    Confirmed User
    • Apr 2004
    • 330

    #2
    http://www.tomsnewbiebooster.com/res...or/script.html

    maybe? I know what you mean but that is the closest thing I can think of.

    Comment

    • fr0gman
      Confirmed User
      • Feb 2005
      • 2093

      #3
      Thanks. I will look into it.
      Earn up to $.03 per Visitor -> No Click Monetization!
      "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
      Wild College Videos | ICQ: 7746696

      Comment

      • R3jiek
        Registered User
        • Nov 2005
        • 81

        #4
        Which is the fuction of this script ? For the spider of websearch ?

        Comment

        • sfera
          Confirmed User
          • Aug 2005
          • 8597

          #5
          higher an indian

          Comment

          • fr0gman
            Confirmed User
            • Feb 2005
            • 2093

            #6
            Originally posted by nadanada
            http://www.tomsnewbiebooster.com/res...or/script.html

            maybe? I know what you mean but that is the closest thing I can think of.
            Do you have experience with this script? I am having some issues getting PHP includes to work with it and support of it is user based.
            Earn up to $.03 per Visitor -> No Click Monetization!
            "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
            Wild College Videos | ICQ: 7746696

            Comment

            • nadanada
              Confirmed User
              • Apr 2004
              • 330

              #7
              no I don't sorry. did you upload items.txt in ascii and not binary and chmod the proper files and folders?

              Comment

              • nolaman
                Confirmed User
                • Mar 2004
                • 1001

                #8
                I can help you, let me know if you still need this.
                PHP Programmer ICQ 215-504-788

                Comment

                • FreeAgent
                  Confirmed User
                  • Jul 2005
                  • 234

                  #9
                  Originally posted by sfera
                  higher an indian
                  Go waste some time on my new blog, Tasty Fresh Teens!

                  Comment

                  • Overscore
                    Confirmed User
                    • Aug 2002
                    • 316

                    #10
                    Originally posted by fr0gman
                    I need a script or program that will take:

                    FILENAME.HTML and create:

                    FILENAME123.HTML
                    FILENAME124.HTML
                    FILENAME125.HTML

                    and so on, and so on...

                    Does anyone have something that will work for this?
                    Open a command prompt (cmd.exe) and enter:

                    for /l %q in (123,1,200) do (copy filename.html filename%q.html)

                    Where 123 is the first number, 1 represents your increment, and 200 is where it should stop. Start, step, end.

                    Or %%q if you put it in a batch file.
                    ¯Overscore¯

                    Comment

                    • Mistress
                      Confirmed User
                      • Dec 2001
                      • 168

                      #11
                      Originally posted by nolaman
                      I can help you, let me know if you still need this.
                      where is my money, nolaman?
                      http://www.gofuckyourself.com/showthread.php?t=574987
                      160125093

                      Comment

                      • picsmasters
                        Confirmed User
                        • Jan 2006
                        • 163

                        #12
                        Originally posted by fr0gman
                        I need a script or program that will take:

                        FILENAME.HTML and create:

                        FILENAME123.HTML
                        FILENAME124.HTML
                        FILENAME125.HTML

                        and so on, and so on...

                        Does anyone have something that will work for this?
                        pay 30$ to any coder

                        Hi-end teen content, photo, video, discounts, packages.
                        Register now for full preview images and other benifits.

                        Comment

                        • Mike Seth
                          Registered User
                          • Feb 2006
                          • 88

                          #13
                          in *nix shell, one would do:

                          for i in `seq 1 125` ; do touch "FILENAME${i}.HTML" ; done
                          Mike Seth - 274-570-412 <mikeseth at gmail.com>

                          Comment

                          • Mistress
                            Confirmed User
                            • Dec 2001
                            • 168

                            #14
                            Originally posted by Mistress
                            I got my money back. Case closed!
                            160125093

                            Comment

                            • Mistress
                              Confirmed User
                              • Dec 2001
                              • 168

                              #15
                              Originally posted by Mistress
                              I got my money back. Case closed!
                              Well, I got the money. That's true. But I still need some work to be done.

                              You may reply here. Its Ok. But I wont get your message in time matter. So its also good to hit me on ICQ.
                              160125093

                              Comment

                              Working...