Greenguy's Board


Go Back   Greenguy's Board > Link Lists & Getting Listed
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-02-22, 07:28 AM   #1
Tekster
Formerly known as TekAngel
 
Tekster's Avatar
 
Join Date: Feb 2007
Location: Valley of the Sun
Posts: 1,951
Send a message via ICQ to Tekster
SSI for recip tables?

Is it ok to use SSI for the recip tables, or anything else on a free site?
I think would be a lot easier to work with if you end up with a lot of free sites and say one LL goes under. If not, how do you manage the recip links?
__________________
Mr. Eros Free Porn Links
iPhone Porn Phone-Pics
Tekster is offline   Reply With Quote
Old 2007-02-22, 08:50 AM   #2
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by TekAngel View Post
Is it ok to use SSI for the recip tables, or anything else on a free site?
I think would be a lot easier to work with if you end up with a lot of free sites and say one LL goes under. If not, how do you manage the recip links?
I use SSI to call my recip tables and it's been a BIG help. A few clicks and a dead link list is out all across the board. And, I know I'm a dumbass, but I submitted to a list for a year thinking I was getting listed. ( I didn't check like I should have) I had their recip on 100's of sites and would have taken forever to go find them and remove them. SSI did it in a few minutes.
Licker4U is offline   Reply With Quote
Old 2007-02-22, 04:59 PM   #3
LowryBigwood
Don't get discouraged; it's usually the last key that opens the lock...
 
LowryBigwood's Avatar
 
Join Date: Aug 2003
Location: Dallas, Tx
Posts: 1,203
Same as Licker4U, I use SSI for my recips as well.
__________________
Free Porn Buddy | Porn Buddy Blog
LowryBigwood is offline   Reply With Quote
Old 2007-02-22, 06:19 PM   #4
japamor
I Love Turkish Delight, they're very moreish.
 
Join Date: Nov 2004
Location: UK
Posts: 578
You guys who use SSI, do you name your sites .shtml or do you alter your .htaccess to parse SSI?
__________________
japamor is offline   Reply With Quote
Old 2007-02-22, 06:30 PM   #5
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by japamor View Post
You guys who use SSI, do you name your sites .shtml or do you alter your .htaccess to parse SSI?
Man, you're talking Greek. Alter .htaccess? Parse SSI? My sites are /index.html. I use this for my "hairy" recip table and everything works fine:

<!--#include virtual="/recips/hairy01.txt" -->

I have a folder on my root domain, "recips" that has this in it:

hairy01txt.txt

Last edited by Licker4U; 2007-02-22 at 06:34 PM..
Licker4U is offline   Reply With Quote
Old 2007-02-22, 08:06 PM   #6
SheepGuy
It's the end of the world as we know it, and I feel fine
 
SheepGuy's Avatar
 
Join Date: Jul 2006
Location: Canada
Posts: 2,527
Agreed, it's not complicated at all and saves a ton of time when you need to change them.
__________________
If the Environment was a bank, they would have saved it by now.
SheepGuy is offline   Reply With Quote
Old 2007-02-22, 08:07 PM   #7
LowryBigwood
Don't get discouraged; it's usually the last key that opens the lock...
 
LowryBigwood's Avatar
 
Join Date: Aug 2003
Location: Dallas, Tx
Posts: 1,203
Quote:
Originally Posted by japamor View Post
You guys who use SSI, do you name your sites .shtml or do you alter your .htaccess to parse SSI?
I have .htaccess setup to run ssi on .html using the following in my .htaccess file:

AddHandler server-parsed .htm .html
__________________
Free Porn Buddy | Porn Buddy Blog
LowryBigwood is offline   Reply With Quote
Old 2007-02-22, 09:15 PM   #8
MrYum
Arghhhh...submit yer sites ya ruddy swabs!
 
MrYum's Avatar
 
Join Date: May 2004
Location: Sunny Florida!
Posts: 5,108
Send a message via ICQ to MrYum
Quote:
Originally Posted by LowryBigwood View Post
I have .htaccess setup to run ssi on .html using the following in my .htaccess file:

AddHandler server-parsed .htm .html
Yup, that's exactly what I used to do for recips too
MrYum is offline   Reply With Quote
Old 2007-02-22, 09:20 PM   #9
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
ok, so SSI for idiots (me) lol

do a recip table, save it as a .txt file
put this in your htaccess: AddHandler server-parsed .htm .html (anywhere on a separate line?)
call the table using this: <!--#include virtual="/pathto/recips.txt" --> in your html

is that right? seems too easy
ponygirl is offline   Reply With Quote
Old 2007-02-22, 09:28 PM   #10
MrYum
Arghhhh...submit yer sites ya ruddy swabs!
 
MrYum's Avatar
 
Join Date: May 2004
Location: Sunny Florida!
Posts: 5,108
Send a message via ICQ to MrYum
Quote:
Originally Posted by ponygirl View Post
ok, so SSI for idiots (me) lol

do a recip table, save it as a .txt file
put this in your htaccess: AddHandler server-parsed .htm .html (anywhere on a separate line?)
call the table using this: <!--#include virtual="/pathto/recips.txt" --> in your html

is that right? seems too easy
Actually, it is really easy. I was intimidated at first too, but once you use it...you'll love it

The first 3 lines of my htaccess...
RewriteEngine on
AddHandler server-parsed .html
Options All -Indexes FollowSymLinks Includes

That third line tells the server it's ok to follow 'includes'...whether they be ssi or php.

You can save as either txt or html...doesn't matter a bit. Just be sure to use the right extension when including the file in your html.

<!--#include virtual="/pathto/recips.txt" -->

Yup, that looks right to me
MrYum is offline   Reply With Quote
Old 2007-02-22, 10:22 PM   #11
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
Quote:
Originally Posted by MrYum View Post
Actually, it is really easy. I was intimidated at first too, but once you use it...you'll love it

The first 3 lines of my htaccess...
RewriteEngine on
AddHandler server-parsed .html
Options All -Indexes FollowSymLinks Includes

That third line tells the server it's ok to follow 'includes'...whether they be ssi or php.

You can save as either txt or html...doesn't matter a bit. Just be sure to use the right extension when including the file in your html.

<!--#include virtual="/pathto/recips.txt" -->

Yup, that looks right to me
thanks for the info, I'll give this a try

is there any reason other than organizational to use this for recip tables? I suppose it would lighten up the page a bit too. Any downsides to using it?
ponygirl is offline   Reply With Quote
Old 2007-02-22, 10:35 PM   #12
Tekster
Formerly known as TekAngel
 
Tekster's Avatar
 
Join Date: Feb 2007
Location: Valley of the Sun
Posts: 1,951
Send a message via ICQ to Tekster
Yes it is easy, and like Licker4U said, if you have any changes to make; it makes it really easy.

BTW the last site I submitted that is what I used.

I don't see any downsides, but again I am no expert, I just learned about this.
__________________
Mr. Eros Free Porn Links
iPhone Porn Phone-Pics
Tekster is offline   Reply With Quote
Old 2007-02-22, 11:02 PM   #13
MrYum
Arghhhh...submit yer sites ya ruddy swabs!
 
MrYum's Avatar
 
Join Date: May 2004
Location: Sunny Florida!
Posts: 5,108
Send a message via ICQ to MrYum
Quote:
Originally Posted by ponygirl View Post
thanks for the info, I'll give this a try

is there any reason other than organizational to use this for recip tables? I suppose it would lighten up the page a bit too. Any downsides to using it?
Probably the biggest upside is when a link site vanishes, or you discover they've never listed your sites...

You literally change ONE file, upload...boom, all recips are changed on all sites...VERY handy

Potential downsides...

If your server is slow to respond...causing the ssi call to be delayed, it's possible for someone to not see the recips. It's not very likely, but could happen.

That said, out of the few hundred sites I did that way, I never had a single one declined for that reason.

Make sure your server is up to snuff, and you should be fine
MrYum is offline   Reply With Quote
Old 2007-02-22, 11:12 PM   #14
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by ponygirl View Post
thanks for the info, I'll give this a try

is there any reason other than organizational to use this for recip tables? I suppose it would lighten up the page a bit too. Any downsides to using it?
This is one of my recip tables on a page:

<table border="0" width="600">
<tr>
<td>&nbsp;<center><table bordercolor="lime" width="150" bgcolor="black" border="1" cellspacing="0" height="90" bordercolordark="lime" bordercolorlight="lime">
<tr>
<td align="center" width="100%" valign="middle">
<p><b><a href="http://www.link-o-rama.com/greenguy/lingerie.htm"><FONT
face="Comic Sans MS" color="lime" size="2">Lingerie Babes</FONT></a><FONT
face="Comic Sans MS" color=lime size=2><br></FONT></B><A
href="http://www.link-o-rama.com/"><FONT face="Comic Sans MS" color=lime
size=3>Greenguy's<br>Free Porn</FONT></A></p>
</td>
</tr>
</table></center></td>
<td>&nbsp;<center><p align="center"><b><a href="http://www.wetplace.com/new-fetish-1.html">Free Fetish Porn</a><br /><a href="http://www.wetplace.com/"><img border="0" src="../../images/wetplace-free-porn.gif" width="143" height="87" alt="Fetish Free Porn" /></a>
</b></p>
</center></td>
<td>&nbsp;<center><table bgcolor="#FFFFFF" border="2" cellpadding="3" cellspacing="2" bordercolor="#000000" align="center" width="150"><tr><td align="center" nowrap><a href="http://www.adult-list.com/" title="Free Porn" style="text-decoration: none;"><font size="4" color="#993333" face="arial,tahoma"><b>ADULT-LIST</b></font></a></td></tr><tr><td align="center" bgcolor="#EEEEEE" nowrap><a href="http://www.adult-list.com/Fetish/Lingerie/" style="text-decoration:none;"><font size="2" color="#000000" face="verdana"><b>Sexy Lingerie</b></font></a></td></tr></table></center></td>
</tr>
<tr>
<td>&nbsp;<center><table border="1" width="200" bgcolor="#008000" bordercolor="#FFFF00" bordercolordark="#FFFF00" bordercolorlight="#FFFF00" cellpadding="1" cellspacing="1" align="center">
<tr align="center">
<td width="13" rowspan="3"><b><font size="2" face="Verdana" color="yellow">F<br>
R<br>
E<br>
E</font></b></td>
<td width="150">
<b><a href="http://www.smutgremlins.com/lingerie.html" style="text-decoration : none;"><font size="2" face="Verdana" color="yellow">LINGERIE BABES</font></a></b></td>
<td width="13" rowspan="3">
<b><font size="2" face="Verdana" color="yellow">P<br>
O<br>
R<br>
N</font></b>
</td>
</tr>
<tr>
<td width="150" align="center" bgcolor="#33FF00">
<marquee align="middle" bgcolor="#33FF00" scrolldelay="5" scrollamount="2">
<b>
<font size="2" face="Verdana" color="green">Free Movies, Pics &amp; Vids... Handpicked Porn by a Complete Pervert!</font></b>
</marquee>
</td>
</tr>
<tr>
<td width="150" align="center">
<p><b><a href="http://www.smutgremlins.com" style="text-decoration:none;"><font face="Verdana" color="yellow">Smut Gremlins</font></a></b></p>
</td>
</tr>
</table></center></td>
<td>&nbsp;<center><table width="135" border="2" align="center" cellpadding="3" bordercolor="#000880" bgcolor="#000000">
<tr bgcolor="white">
<td>
<div align="center">
<a href="http://www.marks-links.com"><font size="3" face="Comic Sans MS"><strong>Marks-Links</strong></font></a><br>
<a href="http://www.marks-links.com/lingerie.html"><font color="#000880" size="2">Hand Picked<br>Lingerie Porn Sites</font></a></div>
</td>
</tr>
</table>
</center></td>
<td>&nbsp;<center><table cellpadding=0 cellspacing=1><tr><td bgcolor="darkblue"><table cellpadding=4 cellspacing=1><tr><td bgcolor="#dddddd"><table cellpadding=6 cellspacing=0><tr><td bgcolor="#ffffff" align=center><font face=verdana size=+1 color=darkpurple>*</font> <a href="http://www.hoes.com/lingerie.html" title="Lingerie"><font face=arial size=+1 color=darkblue><b>Lingerie</b></font></a> <font face=verdana size=+1 color=darkpurple>*</font></td></tr><tr><td align=center bgcolor="#eeeeee"><a href="http://www.hoes.com/"><font face=verdana size=-1 color=purple><b>Hoes.com Porn</b></font></a></td></tr></table></td></tr></table></td></tr></table>
</center></td>
</tr>
<tr>
<td>&nbsp;<center><p align="center"><b><a title="Porn" href="http://www.penisbot.com/"><img border="0" src="../../images/lingerie-porn-links1.gif" width="118" height="58" alt="Porn" /></a>
<br /><a href="http://www.penisbot.com/new-lingerie-01.html">Lingerie &amp; Pantyhose Porn</a></b></p></center></td>
<td>&nbsp;<center>
<a href="http://www.richards-realm.com"><img src="../../images/richi8.gif"></a>
</center></td>
<td>&nbsp;<center>

<table border="1" width="140" bgcolor="#F45111" cellspacing="2" cellpadding="2" bordercolordark="#000000" bordercolorlight="#ffffff">
<tr>
<td align="center">
<a href="http://www.mikesfreeporn.com/"><font color="black" size=3><b>Mike's Free Porn</b></font></a>
<br>
<a href="http://www.mikesfreeporn.com/stockings.htm"><font color="black" size="3">Stockings Porn</font><br><font color="black" size="1">Free Sex</font></a>
</td>
</tr>
</table>
</center></td>
</tr>
</table>

With SSI this is all that's on the page:

<!--#include virtual="/recips/newlingerie08-1html.txt" -->

So it does lighten up the page but the main benefit for me is the ability to remove a link from all sites that have that recip table if the need arises. If I remove a recip and put another in it's place, the new recip will appear on all of the sites, with no benefit to me. In that case, I delete the recip that needs to be removed, make a duplicate recip table adding a new link to replace the one removed, and name it:

<!--#include virtual="/recips/newlingerie08-2html.txt" -->

I don't know of any down sides to it.
Licker4U is offline   Reply With Quote
Old 2007-02-23, 12:40 AM   #15
japamor
I Love Turkish Delight, they're very moreish.
 
Join Date: Nov 2004
Location: UK
Posts: 578
This looks really good. I'm going to start trying it.
Stand by for some pathetic 'What went wrong?' posts.
__________________
japamor is offline   Reply With Quote
Old 2007-02-23, 12:59 AM   #16
Preacher
There's Xanax in my thurible!
 
Preacher's Avatar
 
Join Date: Apr 2005
Location: Wherever they screw on my head
Posts: 2,441
Send a message via ICQ to Preacher
Quote:
Originally Posted by MrYum View Post
Potential downsides...

If your server is slow to respond...causing the ssi call to be delayed, it's possible for someone to not see the recips. It's not very likely, but could happen.

That said, out of the few hundred sites I did that way, I never had a single one declined for that reason.

Make sure your server is up to snuff, and you should be fine
Yeah, that was the only thing I was thinking, but you'd have to be on a really cheap host to be effected by this.

Personally, to go against the crowd I'll say that while I do use ssi calls on my LL I don't on my recip tables. For my purposes I don't care for the limitations it would put on my design. I can't break up the table any differently, can't use 3 columns instead of five or drop some text in the middle.

Just thought I'd post that to let all builders know that ssi recip tables aren't a necessity, just something most of the cool kids do.
__________________
NSCash * This Depraved World
Preacher is offline   Reply With Quote
Old 2007-02-23, 01:06 AM   #17
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
Quote:
Originally Posted by Preacher View Post
Personally, to go against the crowd I'll say that while I do use ssi calls on my LL I don't on my recip tables. For my purposes I don't care for the limitations it would put on my design. I can't break up the table any differently, can't use 3 columns instead of five or drop some text in the middle.
that's the only thing I don't like, I tend to make my recip tables different, shifting them around a bit & whatnot. It's useful to know though, I may use it for other things instead
ponygirl is offline   Reply With Quote
Old 2007-02-23, 07:27 AM   #18
ladydesigner
~Serving Up Sinful Sex ~
 
ladydesigner's Avatar
 
Join Date: Apr 2003
Location: Missouri City, Texas
Posts: 1,928
Quote:
Originally Posted by Preacher View Post
Personally, to go against the crowd I'll say that while I do use ssi calls on my LL I don't on my recip tables. For my purposes I don't care for the limitations it would put on my design. I can't break up the table any differently, can't use 3 columns instead of five or drop some text in the middle.
Same here. I think I'll just stick with regular html recip code on my free sites though I do use includes on my LL. Like Ponygirl said, it's good to have this info.
__________________
Porn Pixie XxX ~ Looking for Link Trades
ladydesigner is offline   Reply With Quote
Old 2007-02-23, 07:56 AM   #19
Lemmy
You can now put whatever you want in this space :)
 
Lemmy's Avatar
 
Join Date: Sep 2004
Location: Next door to a kid with a moped.
Posts: 1,492
I'm looking forward to all the submits with messed up or no recip tables at all. From what I understand different server configs require different SSI include specification in the .htaccess file, so make sure you get it right.

What has been said about design limitations is also a very valid point. Varying your recip tables is one way of keeping your templates fresh looking.
__________________
BUY MY PORNSITES!
Lemmy is offline   Reply With Quote
Old 2007-02-23, 09:29 AM   #20
MrYum
Arghhhh...submit yer sites ya ruddy swabs!
 
MrYum's Avatar
 
Join Date: May 2004
Location: Sunny Florida!
Posts: 5,108
Send a message via ICQ to MrYum
Those last posts above are very valid points about the limitations of using includes for recip tables

It is however an awesome tool to have in ones belt for so many other uses. I use them extensively on my link site...very handy for things like trades, static menus and the like

And Lemmy is right...IF you're going to use them for recips, be sure to double check those pages before submitting.
MrYum is offline   Reply With Quote
Old 2007-02-23, 09:37 AM   #21
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
Quote:
Originally Posted by Lemmy View Post
I'm looking forward to all the submits with messed up or no recip tables at all.
it would certainly help if people remembered to check their work after uploading. I wonder how many submits that I get now with messed up tables are due to SSI.

Quote:
Originally Posted by Lemmy View Post
What has been said about design limitations is also a very valid point. Varying your recip tables is one way of keeping your templates fresh looking.
very true. I generally build fresh every time & don't use templates, so my recip tables could be any size depending on how it fits in. Plus, I switch around LLs a lot, which I wouldn't be able to do. It's a nifty little tool, no doubt, but I think I'll use it on more static things than my recip tables.

thanks for this thread, TekAngel - it's been very educational
ponygirl is offline   Reply With Quote
Old 2007-02-23, 10:20 AM   #22
johnnybg
I want to set the record straight - I thought the cop was a prostitute
 
johnnybg's Avatar
 
Join Date: May 2004
Location: Serbia & Montenegro
Posts: 292
Send a message via ICQ to johnnybg
Just for the record: since it doesn't require too much brain power to think of using SSI to change advertising on your free sites, it's NOT a good idea. You'll soon end up in "Possible Cheaters" section
__________________
Teen Porn Site Blog
Johnny's Porn
Nesa (aka johnnybg)
johnnybg is offline   Reply With Quote
Old 2007-02-23, 12:19 PM   #23
LowryBigwood
Don't get discouraged; it's usually the last key that opens the lock...
 
LowryBigwood's Avatar
 
Join Date: Aug 2003
Location: Dallas, Tx
Posts: 1,203
Quote:
Originally Posted by Preacher View Post
Personally, to go against the crowd I'll say that while I do use ssi calls on my LL I don't on my recip tables. For my purposes I don't care for the limitations it would put on my design. I can't break up the table any differently, can't use 3 columns instead of five or drop some text in the middle.
You could make variations of the files easy enough and just save as a slightly different file name like amateur01-3col.txt, amateur01-5col.txt, or different colors, fonts, etc...

I'm not sure about this, but can you have 2 seperate ssi calls on a single page? If you could you could do files like amateur01-left, amateur01-right, and then put your text in between those using a table.

Of course the leg work setting all that up is a pita, but once they're done, they're done.
__________________
Free Porn Buddy | Porn Buddy Blog
LowryBigwood is offline   Reply With Quote
Old 2007-02-23, 02:46 PM   #24
SheepGuy
It's the end of the world as we know it, and I feel fine
 
SheepGuy's Avatar
 
Join Date: Jul 2006
Location: Canada
Posts: 2,527
Quote:
Originally Posted by LowryBigwood View Post
You could make variations of the files easy enough and just save as a slightly different file name like amateur01-3col.txt, amateur01-5col.txt, or different colors, fonts, etc...

I'm not sure about this, but can you have 2 seperate ssi calls on a single page? If you could you could do files like amateur01-left, amateur01-right, and then put your text in between those using a table.

Of course the leg work setting all that up is a pita, but once they're done, they're done.
Sure, I use two SSI's on quite a few of my AVS sites, one for the recip table, one for a blurb advertising the benefits of the AVS.
__________________
If the Environment was a bank, they would have saved it by now.
SheepGuy is offline   Reply With Quote
Old 2007-02-23, 02:52 PM   #25
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by LowryBigwood View Post
Of course the leg work setting all that up is a pita, but once they're done, they're done.
That's I like about SSI. Once all the reicp tables are made I never have to "fiddle" with them any more. Doing recip tables manually for every site took me forrreeevvvveerrrrrrrrr.
Licker4U is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:45 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc