
19. January 2008, 10:47 PM
|
|
Administrator
|
|
|
|
|
|
Google Arama çubuğu
Navbar templatesini aç
aşağıdaki kodu ara:
Kod:
$vbphrase[show_posts]</label>
altına ekle:
daha sonra yine navbar templatesinde aşağıdaki kodu ara:
Kod:
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</form>
aşağıdaki kodla değiştir:
Kod:
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
<!-- Start Search Google -->
<form method="get" action="http://www.google.com/custom" target="google_window">
<tr>
<td class="thead">Google'de Ara</td>
</tr>
<tr><td class="vbmenu_option" title="nohilite">
<input type="hidden" name="domains" value="www.mjturkiye.net"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Google'de Ara"></input>
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#000000">Google</font>
</td>
<td>
<input type="radio" name="sitesearch" value="www.mjturkiye.net"></input>
<font size="-1" color="#000000">www.mjturkiye.net</font>
</td>
</tr>
</table>
<input type="hidden" name="client" value="pub-0424782490186300"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="0237402973"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#006699;GL:1;DIV:#6C82B5;VLC:32527A;AH:c
enter;BGC:E6E6E6;LBGC:003366;ALC:0066CC;LC:0066CC;
T:000000;GFNT:66B5FF;GIMP:66B5FF;LH:50;LW:51;L:htt
p://www.mkpitstop.com/images/directory.gif;S:http://www.mjturkiye.net;FORID:1;"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr>
</form>
<!-- END Search Google -->
</table>
|