Quote:
Originally Posted by rabbitho
Er..."SSI"? I don't know what that is. I use Dreamweaver.
I'm guessing that you have your recip tables already built and stored in a text file, and just copy/paste those to the individual index.html pages?
|
SSI=server side include. Yeah, I make a recip table and name it something like: lesbian1.txt. I upload all the .txt files to a folder I call recips. On the free site index page where I want the recip table to be I put: <!--#include virtual="/recips/lesbian1.txt" --> and it magically appears. (notice there is a space after .txt") For the next recip table, I call it lesbian2.txt and so on. When you copy your first index page to make the first mirror site all you have to do is change the number 1 to a 2 etc. If a LL drops dead or I decide not to submit to it anymore, I copy the recip table where that LL's recip is, put in a new LL and rename the .txt file lesbian1-1.txt .
On the gallery pages, instead of putting in the whole path to the original images I put ../(folder where images are)/image1.jpg, etc. And instead of having my images in a folder on the root, I put all the images and banners in the original site folder. That way I don't have to keep coming up with folder names for images on the root.
Hope that explains it.