Instructions (they are also included in the zipped file below)
1) Cache
Description : all the keyword pages are now cached in the "cache" folder when they are called by a visitor. Pages
are cached and renewed once a week. The index page is not cached for search engine purpose.
Benefit : once a page is cached, it will be called from the cache next time someone tries to access it. Access will be quicker
and load to server and remote rss feeds will be lighter. The cache is also used to generate the rss feed from your site
Drawback : a small one, but each cached page will require around 25kb of disk space.
Install : upload the "pages.php" included in this distribution in your "datas" folder. Upload or create a "cache" folder
in the root level of your site. CHANGE its permissions to 777 (mandatory or you will get an error)
2) RSS generation :
Description : this script will generate a RSS feed from your site. It is build based on the last 4 visited pages.
Each time a keyword page is visited the feed.xml file is updated. You can then just use your favorite auto blog poster
to post the URL of your feed. http://www.mydomain.com/feed.xml
Benefit : you can syndicate your site through the web, submit your feed to rss directories, use your feed in your blogs
to automatically post to them
Drawback : none
Install : upload the feed.xml file in your root folder and change its permissions to 666
upload the rest of the datas folder (raa.php, rla.php, random.php and rss_gen.php)
This will be perfect if you use the following WordPress Mass installer (it's also an automatic blog poster). If you don't know what I am talking about, check it here
http://www.ethiccash.com/recommends/wpmi.html |