Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/28/24 09:55
basik85278
by basik85278. 04/28/24 08:56
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 730 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
A7oogle Redux #323455
05/14/10 15:16
05/14/10 15:16
Joined: Aug 2002
Posts: 681
Massachusetts, USA
Ichiro Offline OP
User
Ichiro  Offline OP
User

Joined: Aug 2002
Posts: 681
Massachusetts, USA


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!

Last edited by Ichiro; 05/14/10 15:16.

Dejobaan Games - Bringing you quality video games for over 75 years.
Re: A7oogle Redux [Re: Ichiro] #323462
05/14/10 16:05
05/14/10 16:05
Joined: Jul 2004
Posts: 785
Serbia
Iglarion Offline
User
Iglarion  Offline
User

Joined: Jul 2004
Posts: 785
Serbia
I remember this from before. Really great and useful smile .

Thanks!


IGRAVISION Page - www.igravision.com
RPG project - The Battle For Forgol 92.75%
Re: A7oogle Redux [Re: Iglarion] #323463
05/14/10 16:13
05/14/10 16:13
Joined: Feb 2010
Posts: 457
Norfolk,England
mikaldinho Offline
Senior Member
mikaldinho  Offline
Senior Member

Joined: Feb 2010
Posts: 457
Norfolk,England
cool thanks!

Re: A7oogle Redux [Re: mikaldinho] #324283
05/20/10 08:05
05/20/10 08:05
Joined: May 2010
Posts: 34
S
Scifi Offline
Newbie
Scifi  Offline
Newbie
S

Joined: May 2010
Posts: 34
Great, thanks !

Re: A7oogle Redux [Re: Scifi] #324380
05/20/10 15:35
05/20/10 15:35
Joined: Jul 2008
Posts: 1,178
England
M
MrGuest Offline
Serious User
MrGuest  Offline
Serious User
M

Joined: Jul 2008
Posts: 1,178
England
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

Re: A7oogle Redux [Re: MrGuest] #324399
05/20/10 16:21
05/20/10 16:21
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
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.)


3333333333
Re: A7oogle Redux [Re: Quad] #324406
05/20/10 17:37
05/20/10 17:37
Joined: Jul 2008
Posts: 1,178
England
M
MrGuest Offline
Serious User
MrGuest  Offline
Serious User
M

Joined: Jul 2008
Posts: 1,178
England
aye, i just amended the code to make that possible.

forgot to update the post though crazy thanks for noticing grin

Re: A7oogle Redux [Re: MrGuest] #324415
05/20/10 18:15
05/20/10 18:15
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline
Senior Member
Razoron  Offline
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
Don't you have to enter just "site:opserver.de/ubb7" before the expression you want to search?


Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1