hello, i got bored using google's "site:" search with ownedcore so i figured id try find a better way 
managed to find a neat little trick where i can just use firefox's search box (Ctrl K) and thought id share it.

navigate to your firefox's searchplugins folder :
Code:
C:\Program Files (x86)\Mozilla Firefox\searchplugins
right click and make a new *.txt file containing the text :
Code:
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>MMOWNED</os:ShortName>
<os:Description>OwnedCore Search</os:Description>
<os:InputEncoding>ISO-8859-1</os:InputEncoding>
<os:Image width="16" height="16"></os:Image>
<os:Url type="text/html" method="GET" template="http://www.google.com/search?q={searchTerms}&sitesearch=http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/">
</os:Url>
</SearchPlugin>
save the file as ownedcore.xml, restart firefox and you should be able to use google's "site:" search on ownedcore with just ctl k
in case this doesnt work you need to use the searchplugins folder in " %AppData%\Mozilla\Firefox\Profiles "
and edit one of the xml files already there, or reinstall firefox and use the above method
ps : the same code should work on crome & explorer since its based on opensearch, but i havent tested this
enjoy