2min php job...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheJimmy
    ICQ- five seven 0 2 5 5 0
    • Jan 2001
    • 10747

    #1

    2min php job...

    anyone know where I can get one of those dynamic php output pages?

    ie

    typein

    your-friend.domain.com/yada/fakenewsstory.php

    and it inserts your friend's name wherever you've indicated...



    I have a script that can do this but is WAAAAY more involved than I want to use on a joke site...it was originally built for spamming the engines, with spider crap, redirecting to templates based on this and that, bla fucking bla...

    I just need a simple yadayada.php






    so, do you know where to find one of these for free? or how much would one of you charge for this monster of a script?


    ....thanks in advance...
    Investor with 5m - 15m USD to invest. Do you have a site or network of sites earning 50k - 200k a month income? Email your contact and preliminary data to: domain.cashventures (at) gmail.com....Please...no tire kickers...serious offers and inquiries only.
  • BradM
    Confirmed User
    • Dec 2003
    • 3397

    #2
    PHP Code:
    <form action="page.php" action=hahahahahaha>name<input type="text" name="friendname"></form> 
    
    Then on the page you put

    PHP Code:
    my friend <? echo $friendname; ?> is a homo

    Comment

    • BradM
      Confirmed User
      • Dec 2003
      • 3397

      #3
      action equals post

      by the way, replace the ahahahaha with post

      Comment

      • TheJimmy
        ICQ- five seven 0 2 5 5 0
        • Jan 2001
        • 10747

        #4
        Originally posted by BradM
        PHP Code:
        <form action="page.php" action=hahahahahaha>name<input type="text" name="friendname"></form> 
        
        Then on the page you put

        PHP Code:
        my friend <? echo $friendname; ?> is a homo

        thanks man! I'll mess with that...
        Investor with 5m - 15m USD to invest. Do you have a site or network of sites earning 50k - 200k a month income? Email your contact and preliminary data to: domain.cashventures (at) gmail.com....Please...no tire kickers...serious offers and inquiries only.

        Comment

        Working...