SeO wrote:In your overall_header.tpl
in the template/ dir of the style you are using.
Moderator: Moderators
SeO wrote:In your overall_header.tpl

dcz wrote:Then some could consider to rather use the google (or whatever else search engine) to output results instead of the phpbb search function in order to save some server ressources.
To do so open wordgraph.php :
Find :
- Code: Select all
'WORD_SEARCH_URL' => append_sid("search.$phpEx?search_keywords=" . urlencode($word)),
Replace with :
- Code: Select all
'WORD_SEARCH_URL' => 'http://www.google.fr/search?&q=' . urlencode($word),
This could also be set so you use a "your site only search", but it would reqire to be pretty well indexed.
Replacing with this instead :
- Code: Select all
'WORD_SEARCH_URL' => 'http://www.google.fr/search?&q=site%3A'.$board_config['server_name'] . '+' . urlencode($word),
The word finding part is nice and fast, thx.
++

Return to phpBB2 Advanced mod Rewrite
Users browsing this forum: No registered users and 2 guests