I was trying to add a Search engine on the major browsers, this feature is called OpenSearch, but we have tried many ways and what Coders tell me is that vBSEO is blocking something, because when we insert the .xml in another server works like a charm...
here are the instructions:
Insert on HEADINCLUDE:
then you create a .XML file with the following code:PHP Code:<link rel="search" type="application/opensearchdescription+xml" title="Search IOGAMES" href="http://www.iogames.com/chat/searchbot.xml" />
or:PHP Code:<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>IOGAMES</ShortName>
<Description>Xbox 360 PS3 Wii PSP PC Games</Description>
<Tags> Xbox 360 PS3 Wii PSP PC Games </Tags>
<Contact>support@iogames.com</Contact>
<Url type="text/html" method="get" template="http://www.iogames.com/chat/search.php?do=process&quicksearch=1&query={searchTerms}" />
<Url type="text/html"
method="post"
template="http://www.iogames.com/chat/search.php?do=process">
<Param name="query" value="{searchTerms}"/>
<Param name="quicksearch" value="1"/>
</Url>
<image height="16" width="16" type="image/vnd.microsoft.icon">http://www.iogames.com/chat/favicon.ico</image>
<Query role="example" searchTerms="ncode" />
<Developer>nCode vBulletin Plugins</Developer>
<Attribution></Attribution>
<SyndicationRight>open</SyndicationRight>
<AdultContent>1</AdultContent>
<Language>es-MX</Language>
<OutputEncoding>UTF-8</OutputEncoding>
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>
and on the .htaccess you find:PHP Code:<?xml version="1.0"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>IOGAMES</ShortName>
<Description>XBOX 360 · PS3 · Wii · PSP · PC Games</Description>
<Image height="16" width="16" type="image/x-icon">http://www.iogames.com/chat/favicon.ico</Image>
<Url type="text/html" method="get" template="http://www.iogames.com/chat/search.php?do=process&query={searchTerms}" />
</OpenSearchDescription> rel="search" type="application/opensearchdescription+xml" href="http://www.iogames.com/searchbot.xml" title="IOGAMES" />
Does anybody knows what's blocking that the Feature work???RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
replace with:
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|sear chbot\.xml)/
my site: IOGAMES [you can see blinking where the search engines are in the top right part of your browser -IE7 & FF -]










Reply With Quote

