Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 10-16-2006, 09:56 AM   #1
amateurczech
Confirmed User
 
Join Date: Apr 2004
Posts: 211
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
amateurczech is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 10:32 AM   #2
rigrunner
Confirmed User
 
Industry Role:
Join Date: Jan 2004
Location: UK
Posts: 877
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
rigrunner is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 10:39 AM   #3
amateurczech
Confirmed User
 
Join Date: Apr 2004
Posts: 211
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
amateurczech is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 12:02 PM   #4
fucter
Registered User
 
Join Date: Sep 2006
Posts: 55
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?
fucter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 12:43 PM   #5
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
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!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 12:45 PM   #6
rigrunner
Confirmed User
 
Industry Role:
Join Date: Jan 2004
Location: UK
Posts: 877
Quote:
Originally Posted by amateurczech View Post
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
rigrunner is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 12:45 PM   #7
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
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
__________________

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!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-16-2006, 02:26 PM   #8
fetishblog
Confirmed User
 
Join Date: Sep 2005
Location: Your mom is my favorite pornstar!#%
Posts: 5,995
Quote:
Originally Posted by Dynamix View Post
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!
__________________

Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!
fetishblog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 10-17-2006, 05:30 AM   #9
amateurczech
Confirmed User
 
Join Date: Apr 2004
Posts: 211
Quote:
Originally Posted by Dynamix View Post
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..
__________________
NastyCzechCash.com - Unique exclusive fetish paysites, NO CHEATING, NO CROSS SALES, NO POPUPS

email: info--at--nastyczechcash.com
icq: 458027612
amateurczech is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.