where can i get this script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lagwagon
    Confirmed User
    • Jul 2001
    • 8464

    #1

    where can i get this script

    the one that generates the links on

    http://www.wootwootcash.com/marketing.php

    FTVGirls - FTVMilfs - DanielleFTV
  • lagwagon
    Confirmed User
    • Jul 2001
    • 8464

    #2
    come on some one has to know

    FTVGirls - FTVMilfs - DanielleFTV

    Comment

    • mike503
      Confirmed User
      • May 2002
      • 2243

      #3
      simple POST request is all it looks like to me.

      not even using bounds checking or any sort of error handling.

      name your page php and put this on the page with the links.

      <?=$_POST[refcode]?>
      php/mysql guru. hosting, coding, all that jazz.

      Comment

      • sneaker
        So Fucking Banned
        • Dec 2002
        • 251

        #4
        Not hard to do..

        ?php
        $refcode=$_POST['refcode'];
        ?

        html
        head
        titleCodes/title
        /head
        body
        Your linking codes:
        College Town Cuties:
        http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=914777&PA=?php echo $refcode; ?&HTML=http://www.collegetowncuties.com

        /body
        /html

        Just rinse and repeat the lines for each of your sites. Don't forget to put the < > inside to close html tags and around the ?php and close the end of that php tag the floating "?"inside the link.
        Last edited by sneaker; 02-05-2003, 06:05 PM.

        Comment

        • mike503
          Confirmed User
          • May 2002
          • 2243

          #5
          or use my way, since it's simpler, quicker, and just as effective (hell maybe even more if you got into details)
          php/mysql guru. hosting, coding, all that jazz.

          Comment

          • sneaker
            So Fucking Banned
            • Dec 2002
            • 251

            #6
            Lol, very true just a habit of me to put the all the posted / get variables i'm going to echo in a script up top so I can scrub them if used in SQL farther down in my code. Might be longer but keeps me organized.

            Comment

            • heymatty
              Confirmed User
              • Oct 2001
              • 2188

              #7
              It's not a script, just using the print function in php.

              I got your icq offline messages, I will have time to chat tomorrow and should be able to help you out a bit.

              take it easy

              Cashlantis ~ Black Book Cash

              Comment

              Working...