Update AVS Scripts Fast
Wouldn't it be great if there was a way to update 100s or even 1,000s of AVS
scripts all at once? Using Server Side Includes (SSI) can make this easy.
A nice detailed tutorial on SSI can be found
http://bignosebird.com but
basically what SSI allows you to do is share html code between many web
pages. Check with your hosting company about using SSI because there may be
some restrictions.
If you look at the AVS scripts used on each of your sites, you may notice
that they're all the same except for the site ID and that's the only part
that makes it unique. Maybe the scripts are broken down by niche but still
all sites in the same niche will be identical except for the site ID.
Create the AVS signup script by replacing ALL of the site IDs with
<!--#echo var='site_id' -->
and save this as avs-script.shtml Make sure you find all occurrences of the
site ID.
2. Open your signup page and add these 2 lines - replace ###### with your
site ID.
<!--#set var="site_id" value="######" -->
<!--#include virtual="avs-script.shtml" -->
Any change that you make to avs-script.shtml will show up on every web page
that refers to it.
You can see samples files here
http://mobys-free-porn.com/news-letter
If you have any questions read Big Nose Bird (the link is above), contact
your hosting company and feel free to contact me either by a Private Message
on Greenguy And Jim's Ultimate Webmaster Board or via email from
http://mobys-free-porn.com
~Sir Moby
Have a Great Day :)
Greenguy And Jim