Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 624
Message ID: 3
#3, SSI and HTML with HTTRACK
Posted by sgtaw on Dec-04-07 at 09:18 PM
In response to message #2
LAST EDITED ON Dec-04-07 AT 09:23 PM (PST)
 
HTTRACK is great for sucking your keywords into html pages....

Here is a question...

I want to add an SSI tag into my template.

This is the tag...

<!--#include virtual="../cgi-bin/bb/feedsearch_ssi.cgi?cat=1&keywords=keyword%20keyword&mode=exact&random=1&results=3" -->

<!--#include virtual="../cgi-bin/bb/feedsearch_ssi.cgi?cat=1&keywords=keyword%20keyword&mode=all&random=1&results=2" -->

I like this because it is RANDOM! This means everytime I suck pages, the data will be complete different and unique! Nice.

I have two... one is EXACT on is ALL. The EXACT is nice if there is and EXACT match for my keyword phrase. The ALL makes sure I get something!

Here's where it gets nice!....

replace keyword%20keyword

with

BRACKET-LEFT % form.keywords as html % BRACKET-RIGHT (SORRY. This forum doesn't like brackets!)

So your SSI tage now looks like this

<!--#include virtual="../cgi-bin/bb/feedsearch_ssi.cgi?cat=1&keywords=BRACKET-LEFT % form.keywords as html % BRACKET-RIGHT&mode=exact&random=1&results=3" -->

<!--#include virtual="../cgi-bin/bb/feedsearch_ssi.cgi?cat=1&keywords=BRACKET-LEFT % form.keywords as html % BRACKET-RIGHT&mode=all&random=1&results=2" -->

BRACKET-RIGHT = ]
BRACKET-LEFT = Is the other side!


Now you will get the keywords into the SSI as HTTRACK sucks pages!

Blessings,

Ed