Greenguy's Board WebcamWiz CRAZY $5,000 Reward Bonuses

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

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

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-02-22, 09:15 PM   #1
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   #2
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   #3
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   #4
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, 11:02 PM   #5
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-23, 12:59 AM   #6
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   #7
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   #8
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, 12:19 PM   #9
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-22, 11:12 PM   #10
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   #11
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
Reply


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 03:08 AM.


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