PHP code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shaze
    Confirmed User
    • Oct 2003
    • 2662

    #1

    PHP code

    i know there was a post about this before but if anyone can post the code to transfer a affiliate ID from a hosted gallery i'd appreciate it...or you can contact me on ICQ.
    Adult Search Engine Japanese Porn Thai Porn
  • TheMob?
    Confirmed User
    • Jan 2003
    • 8584

    #2
    what do you mean by 'transfer an affiliate id'?

    Comment

    • xxxoutsourcing
      Confirmed User
      • Oct 2003
      • 3888

      #3
      put this in the code of the page:

      < a h r e f > h t t p : / / yourdomain.com/?id=[/url]<?php echo
      $id[0];echo $id[1];echo $id[2];echo $id[3];echo $id[4];echo $id[5];echo $id[6];echo
      $id[7];echo $id[8];echo $id[9];echo $id[10];echo $id[11];echo $id[12];echo $id[13];echo $id[14];echo $id[15];echo
      $id[16];?>< / a >
      ______________
      16digit ID so on the URL you could have
      h t t p : / / yourdomain.com/?id=123456789

      Which will insert the code into your buttons, links or whatever.

      Had to add spaces there for the HTML so it could be displayed on GFY, hit me on ICQ if you need any more help.
      Last edited by xxxoutsourcing; 04-25-2004, 03:58 AM.

      xxxoutsourcing.com
      ICQ:119936 | Aim:xxxoutsourcing | MSN:msn@ xxxoutsourcing.com | Yahoo:xxxoutsourcing
      Submitters, Designers, Programmers, Cartoonist, Creative Writers, Video & Photo Editors
      Convert your Paysite into a cartoon site convert2toons.com

      Comment

      • Corleone
        C.R.E.A.M
        • Apr 2003
        • 15262

        #4
        put <-?php print("$id");?-> where the id should be ( in the linking code
        rename to .php
        url will be gallery.php?id=the_id

        delete the 2 -

        Comment

        Working...