GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Recip. links - any script, how? (https://gfy.com/showthread.php?t=666814)

amateurczech 10-16-2006 09:56 AM

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 :)

rigrunner 10-16-2006 10:32 AM

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?

amateurczech 10-16-2006 10:39 AM

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..

fucter 10-16-2006 12:02 PM

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?

Dynamix 10-16-2006 12:43 PM

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

rigrunner 10-16-2006 12:45 PM

Quote:

Originally Posted by amateurczech (Post 11087360)
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 :thumbsup

Make one decent sale and your cost is covered.

Dynamix 10-16-2006 12:45 PM

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. www.domain.com/gallery.php?source=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 :)

fetishblog 10-16-2006 02:26 PM

Quote:

Originally Posted by Dynamix (Post 11088201)
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. www.domain.com/gallery.php?source=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! :thumbsup

amateurczech 10-17-2006 05:30 AM

Quote:

Originally Posted by Dynamix (Post 11088201)
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. www.domain.com/gallery.php?source=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..:)


All times are GMT -7. The time now is 02:11 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123