Just bought the software and it works as advertised, kinda
Have few questions about the software:
1./ I'm using SearchFeed on my site. Whenever a search is made, besides results getting from the database, I also get results from SearchFeed. For instance, when searching for the term RECIPES, my search engine will draw links from Yahoo and Google's databases, and along with links from these 2 search engines, the search pages also display few links from SearchFeed about the subject RECIPES. This can only be done on pages with PHP extension.
I'd like to extend this feature to ZoomEngine. The seach page currently ends with the HTML extension, which renders PHP snippets non-includable. Is there somewhere in the SEARCH.PHP file that I could go in and change the search page to end with PHP ?
I believe I'm not the only one with this static (HTML) vs. dynamic (PHP) dilemma
2./ How to include subdomains without errors ?
I inserted few subdomains in the ADDITIONAL SPIDER URL box in the attempt to get the software to spider my entire site, i.e.
. I got the error "Check the URL exists and satisfies the settings in the configuration window" everytime.
Does anybody know how to get the software to spider the main URL and its sub-domains ?
3./ The correct query syntax
I'd like to embed the keyword into the search pages, i.e. "You can also find [keyword] @ Yahoo - Google - MSN" with the keyword embedded into those 3 search engines links.
How do I find out the correct keyword to insert it into my search pages ? Should it be {keyword}, (term), or <query> , etc ?
Have few questions about the software:
1./ I'm using SearchFeed on my site. Whenever a search is made, besides results getting from the database, I also get results from SearchFeed. For instance, when searching for the term RECIPES, my search engine will draw links from Yahoo and Google's databases, and along with links from these 2 search engines, the search pages also display few links from SearchFeed about the subject RECIPES. This can only be done on pages with PHP extension.
I'd like to extend this feature to ZoomEngine. The seach page currently ends with the HTML extension, which renders PHP snippets non-includable. Is there somewhere in the SEARCH.PHP file that I could go in and change the search page to end with PHP ?
I believe I'm not the only one with this static (HTML) vs. dynamic (PHP) dilemma
2./ How to include subdomains without errors ?
I inserted few subdomains in the ADDITIONAL SPIDER URL box in the attempt to get the software to spider my entire site, i.e.
Code:
http://www.my-site.com/;http://news.my-site.com/;http://sports.my-site.com/
Does anybody know how to get the software to spider the main URL and its sub-domains ?
3./ The correct query syntax
I'd like to embed the keyword into the search pages, i.e. "You can also find [keyword] @ Yahoo - Google - MSN" with the keyword embedded into those 3 search engines links.
How do I find out the correct keyword to insert it into my search pages ? Should it be {keyword}, (term), or <query> , etc ?
Comment