Small PHP custom script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adultforum
    SEO SPECIALIST
    • Nov 2010
    • 2438

    #1

    Small PHP custom script

    I have one file called list.txt with X names one on each line
    john
    max
    mike
    ...

    and a file called text.txt with a php text code inside.
    <?
    random codes
    CUSTOMWORD
    random codes
    CUSTOMWORD
    random codes
    ....

    I need a php script which will do the following:
    1-open list.txt, take the first name and create in the same folder a file called name.php
    EX: john.php in first case
    2-paste there the text from text.txt
    3-search for CUSTOMWORD inside the text and replace it with name (in first case john)
    result will be:
    <?
    random codes
    john
    random codes
    john
    random codes
    ....
    4-close and save the file
    5-do the same for all words listed in list.txt


    Can anyone help me with the code?
    ICQ#: 376883609 Skype: AdultSEO

    [email protected]
    SEO Specialists - will make it happen.

    Awesome domains for sale - Reserve yours now.

    It’s never too late to MAKE MONEY with BITCOIN. Use this link and receive a 10% fee discount for 6 months.
  • myleene
    Confirmed User
    • Oct 2013
    • 906

    #2
    I could do that for you.

    Email me your budget as well as answers to these questions:
    - Do you want this script to be started manually from a page online where you would set the parameters?
    - Do you need a cron job for it to be executed?
    - Are all files in the same directory and will created files also be in that directory?
    - Are your script requirements final?
    - When do you want it ideally?

    I accept PayPal and I would have to be paid before starting it to be sure I get the job.

    Send an email to myleene[at]reallyhotstuff.com.


    I'm also emailing you.
    Last edited by myleene; 02-21-2014, 04:05 AM.

    Comment

    • Panty Snatcher
      eat a peach for Hours
      • Aug 2013
      • 540

      #3
      this is a very simple script , it would be a good example to learn php with

      Comment

      • adultforum
        SEO SPECIALIST
        • Nov 2010
        • 2438

        #4
        mrgqw i did it myself after I learned php the whole night ) and it was a piece of cake, php have plenty of resources.
        myleene thank you for your kindly email, i already answered you
        Best regards to both of you
        ICQ#: 376883609 Skype: AdultSEO

        [email protected]
        SEO Specialists - will make it happen.

        Awesome domains for sale - Reserve yours now.

        It’s never too late to MAKE MONEY with BITCOIN. Use this link and receive a 10% fee discount for 6 months.

        Comment

        Working...