Looking for a simple php script...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oracle Porn
    Affiliate
    • Oct 2002
    • 24433

    #1

    Looking for a simple php script...

    Im looking for a redirection script that will do this

    if i type in

    myurl.com/script.php?porn=teen

    it will go to teenpornsite.com

    if i type

    myurl.com/script.php?porn=teen

    it will go to somematuresite.com

    anybody can help?


  • TheFLY
    So Fucking Banned
    • Jan 2001
    • 11856

    #2
    Originally posted by Oracle Porn
    Im looking for a redirection script that will do this

    if i type in

    myurl.com/script.php?porn=teen

    it will go to teenpornsite.com

    if i type

    myurl.com/script.php?porn=teen

    it will go to somematuresite.com

    anybody can help?
    I think you should RE-read your post and post it again...

    Comment

    • JDog
      Confirmed User
      • Feb 2003
      • 7453

      #3
      That's pretty simple. But what are you thinking of using in the backend? A db or a flat text?

      jDOG
      NSCash now powering ReelProfits.com
      ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
      PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
      NOW OFFERING OVER 60 SITES
      CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)

      Comment

      • Jimbo
        Confirmed User
        • Oct 2001
        • 3989

        #4
        thats easy, I'll do it for 50$

        contact in sig
        free sex videos

        Comment

        • Oracle Porn
          Affiliate
          • Oct 2002
          • 24433

          #5
          Originally posted by JDog
          That's pretty simple. But what are you thinking of using in the backend? A db or a flat text?

          jDOG
          flat text


          Comment

          • Oracle Porn
            Affiliate
            • Oct 2002
            • 24433

            #6
            Originally posted by Jimbo
            thats easy, I'll do it for 50$

            contact in sig


            Comment

            • Jimbo
              Confirmed User
              • Oct 2001
              • 3989

              #7
              Originally posted by JDog
              That's pretty simple. But what are you thinking of using in the backend? A db or a flat text?

              jDOG
              I recommend flat text like this

              query1|http://url1.com
              query2|http://url1.com
              and so on

              why flat, cause its faster dog!
              free sex videos

              Comment

              • Jimbo
                Confirmed User
                • Oct 2001
                • 3989

                #8
                Originally posted by Oracle Porn


                well it's 100$ per hour

                I estimated 30min to do this

                but it should take 10

                if you want to work with this rate contact me
                free sex videos

                Comment

                • Oracle Porn
                  Affiliate
                  • Oct 2002
                  • 24433

                  #9
                  Originally posted by Jimbo


                  I recommend flat text like this

                  query1|http://url1.com
                  query2|http://url1.com
                  and so on

                  why flat, cause its faster dog!
                  just like that?!!?

                  no <? ?>
                  no ; after every line!?


                  Comment

                  • Oracle Porn
                    Affiliate
                    • Oct 2002
                    • 24433

                    #10
                    Originally posted by Jimbo


                    well it's 100$ per hour

                    I estimated 30min to do this

                    but it should take 10

                    if you want to work with this rate contact me


                    Comment

                    • Chris
                      Too lazy to set a custom title
                      • May 2003
                      • 27880

                      #11
                      Originally posted by Jimbo


                      well it's 100$ per hour

                      I estimated 30min to do this

                      but it should take 10

                      if you want to work with this rate contact me
                      im sure you are joking
                      [email protected]

                      Comment

                      • JDog
                        Confirmed User
                        • Feb 2003
                        • 7453

                        #12
                        Originally posted by Jimbo


                        I recommend flat text like this

                        query1|http://url1.com
                        query2|http://url1.com
                        and so on

                        why flat, cause its faster dog!
                        True, true, just wonderin what he was lookin for

                        jDoG
                        NSCash now powering ReelProfits.com
                        ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
                        PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
                        NOW OFFERING OVER 60 SITES
                        CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)

                        Comment

                        • Oracle Porn
                          Affiliate
                          • Oct 2002
                          • 24433

                          #13
                          Originally posted by JupZChris


                          im sure you are joking
                          hes a moron


                          Comment

                          • Oracle Porn
                            Affiliate
                            • Oct 2002
                            • 24433

                            #14
                            Originally posted by JDog


                            True, true, just wonderin what he was lookin for

                            jDoG
                            help! dont be a c u n t


                            Comment

                            • the indigo
                              Confirmed User
                              • Sep 2001
                              • 2016

                              #15
                              I'm available for $5 per hour.

                              But I don't know how to code.
                              "There he goes. One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die." -Hunter S. Thompson

                              Comment

                              • JDog
                                Confirmed User
                                • Feb 2003
                                • 7453

                                #16
                                Originally posted by Oracle Porn


                                help! dont be a c u n t
                                contact me 177385133
                                NSCash now powering ReelProfits.com
                                ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
                                PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
                                NOW OFFERING OVER 60 SITES
                                CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)

                                Comment

                                • gleb
                                  Confirmed User
                                  • Nov 2002
                                  • 311

                                  #17
                                  PHP Code:
                                  
                                  $db['teen']='http://www.myurl.com/script.php?porn=teen'; 
                                  
                                  $db['amateur']='http://www.somematuresite.com';
                                  
                                  $db['yahoo']='http://www.yahoo.com';           
                                  
                                  $location = $db[$_GET['porn']];
                                  
                                  if($location) { header("Location: $location"); }
                                  
                                  else { echo "no value for \$location"; } 
                                  

                                  example: http://www.adultexpectations.com/red...php?porn=yahoo

                                  Comment

                                  • JDog
                                    Confirmed User
                                    • Feb 2003
                                    • 7453

                                    #18
                                    But do you want to have like like 50 teen links in it? Or is it just one for teen and one for mature, etc?

                                    jDoG
                                    NSCash now powering ReelProfits.com
                                    ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
                                    PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
                                    NOW OFFERING OVER 60 SITES
                                    CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)

                                    Comment

                                    • sheken
                                      Confirmed User
                                      • Sep 2002
                                      • 135

                                      #19
                                      or, if you use Apache, you can make use of mod_rewrite
                                      much faster than any PHP scripting ... although for this simple task, the difference in speed is negligeable

                                      Comment

                                      • Oracle Porn
                                        Affiliate
                                        • Oct 2002
                                        • 24433

                                        #20
                                        Originally posted by gleb
                                        PHP Code:
                                        
                                        $db['teen']='http://www.myurl.com/script.php?porn=teen'; 
                                        
                                        $db['amateur']='http://www.somematuresite.com';
                                        
                                        $db['yahoo']='http://www.yahoo.com';           
                                        
                                        $location = $db[$_GET['porn']];
                                        
                                        if($location) { header("Location: $location"); }
                                        
                                        else { echo "no value for \$location"; } 
                                        

                                        example: http://www.adultexpectations.com/red...php?porn=yahoo
                                        sweet thanks dude!
                                        Thanks everybody for the help!


                                        Comment

                                        • 4Pics
                                          Confirmed User
                                          • Dec 2001
                                          • 7952

                                          #21
                                          Originally posted by JDog
                                          But do you want to have like like 50 teen links in it? Or is it just one for teen and one for mature, etc?

                                          jDoG
                                          That will only work for 1 teen, you'd need to combine this with that other persons free gallery rotator script.

                                          If you dig up the post i'll combine it.

                                          Comment

                                          • ScriptBall
                                            Confirmed User
                                            • Aug 2003
                                            • 376

                                            #22
                                            well if you check out our web page at http://www.scriptball.com
                                            one of our freebies does something like that, if you would like a username and password to see our freebies, please contact me in ICQ: 307802876
                                            <table border=0><tr valign=middle> <td><a href=http://www.scriptball.com><img src=http://www.scriptball.com/img/sb_ban_01.jpg border=0></a></td> <td> <font face=arial size=1> <a href=http://www.scriptball.com>Taking the repetitivness out of your job and adding speed to your work. Custom Software in virtually any Unix language, that will save you time and make you money. Take a look! </a> </font> </td> </tr></table>

                                            Comment

                                            • JSA Matt
                                              So Fucking Banned
                                              • Aug 2003
                                              • 5464

                                              #23
                                              Originally posted by Jimbo


                                              well it's 100$ per hour

                                              I estimated 30min to do this

                                              but it should take 10

                                              if you want to work with this rate contact me
                                              Do you really think you're worth 100$/hour for coding PHP or was that a joke cause i'm laughing

                                              Comment

                                              • swedguy
                                                Confirmed User
                                                • Jan 2002
                                                • 7981

                                                #24
                                                Originally posted by JSA Matt


                                                Do you really think you're worth 100$/hour for coding PHP or was that a joke cause i'm laughing
                                                Every programmer is not a 5 dollah Indian.

                                                Comment

                                                • JSA Matt
                                                  So Fucking Banned
                                                  • Aug 2003
                                                  • 5464

                                                  #25
                                                  Originally posted by swedguy
                                                  Every programmer is not a 5 dollah Indian.
                                                  It's PHP dude.. i've never done an easier language in my life. Anybody that pays 100$/hour for PHP is a fool.

                                                  Comment

                                                  • NastyJack
                                                    Registered User
                                                    • Dec 2002
                                                    • 1291

                                                    #26
                                                    I'll write this program for 25 USD, give you full admin panel to add and remove links.
                                                    Contact me:
                                                    AIM: eihtDUBLem
                                                    MSN: [email protected]
                                                    ICQ: 104732825
                                                    YIM: statfailed
                                                    Email: djphillips (AT) sbcglobal [dot] net

                                                    Comment

                                                    Working...