https://www.icyphoenix.com/viewtopic.php?f=28&t=6778&p=46577#p46577 ----------------------------------- TuningBEB2008 Wed 16 Dec, 2009 06:17 [MOD IPv1.3.0.*] GoogleWords ----------------------------------- This mod creates pages on your forum with 500 links to postings at your board. The page has pagination in case your board has more then 500 searchwords. The links are generated from the search_word tables Search engines like google or msn or whatever can index the page and thus taking in all those links into there database. Instruccions for Install: [b][color=red]Edit files[/color][/b] OPEN: includes/page_tail.php [b]FIND[/b] [code linenumbers=false] 'L_LOFI' => $lang['Lofi'],[/code] [b]BEFORE, ADD[/b] [code linenumbers=false] 'L_GOOGLEPAGE' => $lang['googlepage'], 'L_GOOGLELINKTEXT' => $lang['googlelinktext'], 'U_GOOGLEPAGE' => 'googlewords.'.PHP_EXT,[/code] OPEN: language/lang_english/lang_main.php [b]FIND[/b] [code linenumbers=false]//$lang[''] = '';[/code] [b]BEFORE, ADD[/b] [code linenumbers=false]$lang['googlepage'] = 'Googlepage'; $lang['googlelinktext'] = 'GoogleWords'; $lang['Total_googlewordlinks'] = 'Total of GoogleWords links'; $lang['googlepage_alt'] = 'Go to the message where the words is at, if you cannot find the word there, it is probably part of a smiliecode.';[/code] OPEN: templates/default/overall_footer.tpl [b]FIND[/b] [code linenumbers=false]{LOFI}[/code] [b]BEFORE, ADD[/b] [code linenumbers=false]{L_GOOGLELINKTEXT} - [/code] [color=red]Upload the package[/color]