Recip. links - any script, how?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amateurczech
    Confirmed User
    • Apr 2004
    • 211

    #1

    Recip. links - any script, how?

    i would like to submit several galleries to some
    link list, perhaps some tgp etc. I do not want to use
    any submitter..is there any simple script out there that
    would help me with this, so I do not have to make each
    gallery manually for each site I want to submit?
    hope you understand what I mean :-)
    thanks for help
    NastyCzechCash.com - Unique exclusive fetish paysites, NO CHEATING, NO CROSS SALES, NO POPUPS

    email: info--at--nastyczechcash.com
    icq: 458027612
  • rigrunner
    Confirmed User
    • Jan 2004
    • 877

    #2
    i think there's a recip builder website...though i couldnt tell you the url..

    why not make a few html files with your recip tables on then just C&P ?

    Why aren't you interested in an auto submitter?
    Get Nasty - Make Bank Here

    Comment

    • amateurczech
      Confirmed User
      • Apr 2004
      • 211

      #3
      i am not sure if an autosubmitter is not waste of money for me..i would like to submit just to some sites that I believe to send me the right traffic however some of them needs recip on the galleries etc.
      well, I guess I will have to go manual way at the end anyway..
      NastyCzechCash.com - Unique exclusive fetish paysites, NO CHEATING, NO CROSS SALES, NO POPUPS

      email: info--at--nastyczechcash.com
      icq: 458027612

      Comment

      • fucter
        Registered User
        • Sep 2006
        • 55

        #4
        i wrote one myself, but i hard coded my own recip in the .exe and the program runs on the command line, and the program only puts 2 recips on a page. still interested?

        Comment

        • Dynamix
          G F Y not
          • Jan 2004
          • 2910

          #5
          I already posted the code for this, let me search for it quick..

          TGPFactory Full TGP Design & Installation Services
          ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
          See who I am at AdultWhosWho.com!

          Comment

          • rigrunner
            Confirmed User
            • Jan 2004
            • 877

            #6
            Originally posted by amateurczech
            i am not sure if an autosubmitter is not waste of money for me..i would like to submit just to some sites that I believe to send me the right traffic however some of them needs recip on the galleries etc.
            well, I guess I will have to go manual way at the end anyway..
            Hit up Dreamsubmitter - I'm sure those folk could offer you a trial for a while.

            It's a great program, and you can use it for all kinds of submissions

            Make one decent sale and your cost is covered.
            Get Nasty - Make Bank Here

            Comment

            • Dynamix
              G F Y not
              • Jan 2004
              • 2910

              #7
              You could use PHP. Submit the following gallery URL:

              http://www.domain.com/gallery.php?source=thehun.com

              Then in the gallery.php file:

              Code:
              <?PHP
              
              echo "<A HREF='http://www.".$source."'><IMG SRC='recip/".$source.".gif' BORDER=0></A>";
              
              ?>
              That code assumes that the source variable given (in this case thehun.com) is also the link and recip name. So for instance, source thehun.com links to http://www.thehun.com using recip recip/thehun.com.gif. If you gave a different link to another site (ie. https://www.domain.com/gallery.php?s...bunnyteens.com) the script would update the link to www.bunnyteens.com using image recip/bunnyteens.com.gif

              All that's left to do is paste the actual gallery below the PHP code and submit using each domain

              TGPFactory Full TGP Design & Installation Services
              ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
              See who I am at AdultWhosWho.com!

              Comment

              • fetishblog
                Confirmed User
                • Sep 2005
                • 5995

                #8
                Originally posted by Dynamix
                You could use PHP. Submit the following gallery URL:

                http://www.domain.com/gallery.php?source=thehun.com

                Then in the gallery.php file:

                Code:
                <?PHP
                
                echo "<A HREF='http://www.".$source."'><IMG SRC='recip/".$source.".gif' BORDER=0></A>";
                
                ?>
                That code assumes that the source variable given (in this case thehun.com) is also the link and recip name. So for instance, source thehun.com links to http://www.thehun.com using recip recip/thehun.com.gif. If you gave a different link to another site (ie. https://www.domain.com/gallery.php?s...bunnyteens.com) the script would update the link to www.bunnyteens.com using image recip/bunnyteens.com.gif

                All that's left to do is paste the actual gallery below the PHP code and submit using each domain
                Awesome tip!

                Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!

                Comment

                • amateurczech
                  Confirmed User
                  • Apr 2004
                  • 211

                  #9
                  Originally posted by Dynamix
                  You could use PHP. Submit the following gallery URL:

                  http://www.domain.com/gallery.php?source=thehun.com

                  Then in the gallery.php file:

                  Code:
                  <?PHP
                  
                  echo "<A HREF='http://www.".$source."'><IMG SRC='recip/".$source.".gif' BORDER=0></A>";
                  
                  ?>
                  That code assumes that the source variable given (in this case thehun.com) is also the link and recip name. So for instance, source thehun.com links to http://www.thehun.com using recip recip/thehun.com.gif. If you gave a different link to another site (ie. https://www.domain.com/gallery.php?s...bunnyteens.com) the script would update the link to www.bunnyteens.com using image recip/bunnyteens.com.gif

                  All that's left to do is paste the actual gallery below the PHP code and submit using each domain

                  Thanks! I guess I was looking for something like this..
                  NastyCzechCash.com - Unique exclusive fetish paysites, NO CHEATING, NO CROSS SALES, NO POPUPS

                  email: info--at--nastyczechcash.com
                  icq: 458027612

                  Comment

                  Working...