A7oogle Redux

Posted By: Ichiro

A7oogle Redux - 05/14/10 15:16



I'd posted about this some time ago, but let it fall out of date -- it was indexing the old forums, where old stuff was.

The A7oogle page (http://www.dejobaan.net/3DGS/a7oogle) now indexes openserver.de/ubb7, and is a nice way to search these here forums for info!
Posted By: Iglarion

Re: A7oogle Redux - 05/14/10 16:05

I remember this from before. Really great and useful smile .

Thanks!
Posted By: mikaldinho

Re: A7oogle Redux - 05/14/10 16:13

cool thanks!
Posted By: Scifi

Re: A7oogle Redux - 05/20/10 08:05

Great, thanks !
Posted By: MrGuest

Re: A7oogle Redux - 05/20/10 15:35

I'd have to agree the search facility is a pile of ****, so to also help, those with Mozilla / Greasemonkey can add this
Code:
javascript:(
function() { 

	var i, p;
	var gsoogle1;
	var gsoogle2;
	
	window.addEventListener("load", function(e) { document.innerHTML = "Hello, world!"; }, false);
	
	if(document.getElementById("gssb1") == null){
		
		if(document.getElementById("content")){
			
			p = document.getElementById("content");
			
			gsoogle1 = document.createElement("div");
			gsoogle1.setAttribute("id", "gssb1");
			
			gsoogle2 = document.createElement("div");
			gsoogle2.setAttribute("id", "gssb2");
			
			i  = '<body onload="document.myform.q.focus();">';
			i += 	'<center>';
			i += 	'<form name="myform" method="get" action="http://www.google.com/search">';
			i += 	'<div solid="" black;padding:4px;width:20em;"="">';
			i += 	'<table border="0" cellpadding="0">';
			i += 	'<tbody><tr><td><center>';
			i += 	'<input type="text" name="q" size="50" maxlength="255" value="">';
			i +=     '<br>';
			i +=     '<input type="submit" value="Google the Conitec Forums"></center></td></tr>';
			i += 	'<tr><td align="center" style="font-size:75%">';
			i += 	'<input type="checkbox" name="sitesearch" value="http://www.opserver.de/ubb7" checked=""> only search Conitec<br>';
			i += 	'</td></tr></tbody></table>';
			i += 	'</div>';
			i += 	'</form>';
			i += 	'</center>';
			i += '</body>';
			
			gsoogle1.innerHTML=i;
			gsoogle2.innerHTML=i;
			
			p.insertBefore(gsoogle1, p.childNodes[2]);
			p.insertBefore(gsoogle2, p.childNodes[18]);
			
		}else{
			alert("didn't find myspace");
		}
	}
}
)
();

to add the search bar to the top and bottom of the forum grin
Posted By: Quad

Re: A7oogle Redux - 05/20/10 16:21

actually you do not need greasemonkey for that, just save it as a bookmarklet on your bookmark toolbar and click it wink

(create a new bookmark, paste the code above as the adress of that bookmark and click it.)
Posted By: MrGuest

Re: A7oogle Redux - 05/20/10 17:37

aye, i just amended the code to make that possible.

forgot to update the post though crazy thanks for noticing grin
Posted By: Razoron

Re: A7oogle Redux - 05/20/10 18:15

Don't you have to enter just "site:opserver.de/ubb7" before the expression you want to search?
© 2024 lite-C Forums