Referral Program / CCBill Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cashrules
    Registered User
    • Sep 2004
    • 48

    #1

    Referral Program / CCBill Help

    I?m in the process of designing a referral section for a website I?m working on. I plan to include the following elements:

    1) Hosted Galleries
    2) Banners
    3) Picture of The Day

    Now I have two major questions.

    Question #1:

    I have no trouble creating galleries, and I understand the concept of hosted galleries and why they are very useful to site promoters. I don?t foresee myself having any trouble actually designing the galleries. What I?m confused about is incorporating a promoters CCBill code into the equation. How do I customize the gallery for each participant so that when they use it, it will be their specific CCBill code that will get the credit? I?m not really wording my question properly, so if you would like to see an example of what I wish to achieve, please look at this webpage:

    http://www.spunkycash.com/hostedgalleries.php

    As you can see, the promoter simply copies the URL he or she needs and replaces the red XXXXX?s with his CCBill code. What I want to know is, what kind of script do I require on my server to be able to create a link like this for my promoters? http://www.mywebsite.com/promos/index.php?ccbill=XXXXXX

    I hope somebody understands me.

    Question #2:

    I have searched high and low for a POTD script? I?ve tried Schlabo?s along with a myriad of others, all which seem to be flawed in one way or another. Can anybody recommend a good POTD script that they use, or tell me what seems to be the industry standard one?

    I know I?m asking for a whole lot of help for someone who is new to the board? but please be nice: D
    SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
  • cashrules
    Registered User
    • Sep 2004
    • 48

    #2
    any help would be appreciated
    SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

    Comment

    • Bigjohn
      Confirmed User
      • Feb 2003
      • 1118

      #3
      You'll need to do a little bit of PHP coding on your gallery page to substitute the passed affiliate code into your URL string on the gallery.

      When you pass the "ccbill=12345" , PHP will automatically turn it into a variable so all you need to do is create your link and use a small bit of code to get the code in.

      Basically, right after the PA= you would insert this code: [?PHP PRINT ccbill; ?] (Note: the [ and ] are actually greater than and less than signs but I don't think they will show up in the post.

      As for a POTD script.... I couldn't find one either so I wrote my own.

      Comment

      • BitchenBob
        Confirmed User
        • Jun 2004
        • 417

        #4
        Answer #1:

        Use this as a template index.php file for your hosted galleries (obviously this is just a barebones example, you'll have to edit it for your own sites):

        *edit - ignore the "haha123," it is supposed to be an open bracket. this site replaced it

        PHP Code:
        <?
        if($id) {
        $url = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=123456-0000&PA=$id&HTML=http://www.domain.com";
        }
        ?>
        <html>
        <head>
        <title>Gallery</title>
        </head>
        
        <body>
        
        <a href="<? echo($url); ?>">Click here to enter my site!</a>
        
        </body>
        </html>
        Then webmasters would link to your galleries like this:

        http://www.domain.com/gallery/01/?id=XXXXXX

        Where XXXXXX is their CCBill affiliate ID.



        This answer brought to you by Jack Foley of http://www.guiltysecret.com/
        Last edited by BitchenBob; 09-18-2004, 12:13 PM.
        Pantyhose-Video.com
        RealPantyhoseTeens.com

        Comment

        • spherex
          Registered User
          • Aug 2004
          • 43

          #5
          Whats your Website dude?
          ICQ: 344785543

          Comment

          • Radik
            Confirmed User
            • Sep 2003
            • 808

            #6
            Good fucking luck making it dude, Adult might not be as big as you thought hence your actions will echo for years to come.

            Asshole



            100% Exclusive, Check Us Out!

            Comment

            • spherex
              Registered User
              • Aug 2004
              • 43

              #7
              HAHAH

              cashrules
              ICQ: 344785543

              Comment

              Working...