vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Team: Hot or Not? Ready for Traffic Explosion? vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! vBSEO Helps Forum Earn $100/day from Google AdSense Discover the Power of "Long Tail Search" Crawlability Inc. Files for SEO Technology Patent
se sw

Open Seach +/- vBulletin

This is a discussion on Open Seach +/- vBulletin within the General Discussion forums, part of the vBulletin SEO Discussion category; I was trying to add a Search engine on the major browsers, this feature is called OpenSearch, but we have ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 05-22-2008, 08:27 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
Open Seach +/- vBulletin

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:
PHP Code:
<link rel="search" type="application/opensearchdescription+xml" title="Search IOGAMES" href="http://www.iogames.com/chat/searchbot.xml" /> 
then you create a .XML file with the following code:
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&amp;quicksearch=1&amp;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>
or:

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&amp;query={searchTerms}" />
</OpenSearchDescription> rel="search" type="application/opensearchdescription+xml" href="http://www.iogames.com/searchbot.xml" title="IOGAMES" />
and on the .htaccess you find:
Quote:
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/

replace with:

RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|sear chbot\.xml)/
Does anybody knows what's blocking that the Feature work???
my site: IOGAMES [you can see blinking where the search engines are in the top right part of your browser -IE7 & FF -]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-23-2008, 12:19 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 4,496
try using the folder instead of the file, ie

chat
instead of
searchbot\.xml


that said, i get an error when i click on it in the drop down:
Code:
[Exception... "'Failure' when calling method: [nsIStreamListener::onStopRequest]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "<unknown>"  data: no]

Line 0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-23-2008, 12:32 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 4,496
Firefox search plugin for your website | pootato.org

try following that template.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-23-2008, 04:05 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
Thanks BrianSol... but the one you suggested me is for general pages, and it doesn't point to vB's search.php...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-23-2008, 06:57 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 4,496
Well, yes, you have to put your stuff in there

http://www.iogames.com/chat/search.php?do=process&amp;query={searchTerms}

is the only thing that really matters.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-23-2008, 08:17 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
Well it works halfway... now it sends me to the search section of the forum which is start all over :(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-23-2008, 08:53 PM
amenadiel's Avatar
Senior Member
Big Board Administrator
 
Real Name: Felipe CHW
Join Date: Feb 2007
Location: Santiago, Chile
Posts: 138
Quote:
Originally Posted by briansol View Post
try using the folder instead of the file, ie

chat
instead of
searchbot\.xml
He can't, because /chat is his forum URL.

Listen, Josh, would you consider removing the use of chat.iogames.com as a rewrite for www.iogames.com/chat ? I'm not sure but it'd help us discard the failure's source.

Besides, why am I seeing a space in your .htaccess? It says search bot\.xml instead of searchbot\.xml
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-24-2008, 12:44 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 4,496
the space is just vbulletin default word wrap at X chars long. And yes on the /chat comment. i didn't realize that /chat was his forum path.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 06-03-2008, 07:23 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
Well is between the 2 solutions Brainsol; the one I posted and the one you suggested me...

1. (mine) search my site
or
2. (yours) adds to the browser... but none do the both things :(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 06-06-2008, 07:33 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
Bump :(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 06-07-2008, 12:54 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 4,496
sorry dude, that's all i got
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 06-08-2008, 07:03 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,130
Blog Entries: 1
Can you try to temporarily disable vBSEO to see if that works?
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-17-2008, 06:13 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
Well I made a Frankestein of the 2 codes, but basically the ADD function works, but th search doesn't...

and I remember it used to perform searches as Google does...

here are the 2 codes, I'm using the first one:
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>
<Description>Xbox 360 • PS3 • Wii • PSP • PC Games</Description>
<Tags> Xbox 360 • PS3 • Wii • PSP • PC Games </Tags>
<Contact>support@iogames.com</Contact>
<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&amp;quicksearch=1&amp;query={searchTerms}" />
</OpenSearchDescription>
&

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&amp;quicksearch=1&amp;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>
I DISABLE vBSEO to test it, but it doesn't work either :'(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 06-17-2008, 07:12 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 20,130
Blog Entries: 1
Quote:
I DISABLE vBSEO to test it, but it doesn't work either :'(
Just to make sure, please also try to temporarily remove .htaccess file.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 06-18-2008, 03:07 PM
iogames's Avatar
Member
 
Real Name: Josh Arcadia
Join Date: May 2007
Location: Los Angeles, CA.
Posts: 50
Send a message via Skype™ to iogames
.htaccess removed and no results...

Do you think is here the problem?

Quote:
<Url type="text/html" method="get" template="http://www.iogames.com/chat/search.php?do=process&amp;query={searchTerms}" />
&

Quote:
<Url type="text/html" method="get" template="http://www.iogames.com/chat/search.php?do=process&amp;quicksearch=1&amp;query= {searchTerms}" />
I just need not to send me to the search.php but actually search...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
vbSeo-Style: Seach-Form - security token error mabe38 vBSEO.com 1.0 Style 0 05-08-2008 03:22 PM
Improve Seach Image Results Snake Feature Requests 4 01-22-2007 03:10 PM
Open ticket I, Brian Troubleshooting 2 11-30-2006 03:05 PM
vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, vBulletin 3.5.x & vBulletin 3.0.x Joe Ward General Discussion 0 12-17-2005 01:11 PM


All times are GMT -4. The time now is 06:36 AM.


Powered by vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.