[RC1] Searchamabob

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!

[RC1] Searchamabob

Postby rangeva » Thu Aug 02, 2007 12:12 pm

MOD Title: Searchamabob
MOD Description: Enables users to easily search for selected/highlighted text on Google/Omgili or any search engine they define. It can also produce a Buzz Graph on the selected text.
MOD Version: 1.0

MOD Features:
* Enabled users to easily search for selected/highlighted text on Google/Omgili or any search engine they define.
* It can also produce a Buzz Graph on the selected text.
* Earn money from Google Adsense for Search.

MOD Download: Searchamabob v1.0 (1 KB)
Last Stable version: N/A

Mod Demo: Here

MOD Screenshot:
Image
Image
Omgili Buzz Graph produced by Searchamabob:

MOD History:

2007-08-02 - Version 1.0
- Initial Release

Code: Select all
##############################################################
## MOD Title: Searchamabob
##
## MOD Author: Ran Geva < ran@omgili.com > http://www.omgili.com
## MOD Description: Enabled users to easily search for selected/highlighted text on Google/Omgili
##               or any search engine they define.
##               It can also produce a Buzz Graph on the selected text.
##                   
##
## MOD Version: 1.0
##
## Installation Level: Very Easy
## Installation Time: 1 Minutes
## Files To Edit:
##             overall_footer.html
##
## Included Files:
##             None
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
##
##############################################################
## MOD History:
##
##   2008-08-02 - Version 1.0
##      - Release Candidate [1]
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


#
#-----[ OPEN ]-----------------------------------------
#
overall_footer.html

#
#-----[ FIND ]-----------------------------------------
#
</body>

#
#-----[ BEFORE, ADD ]------------------------------------
#
<SCRIPT LANGUAGE="JavaScript" SRC="http://www.omgili.com/Searchamabob.js"></SCRIPT>


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Last edited by rangeva on Thu Aug 23, 2007 1:00 pm, edited 2 times in total.
rangeva
Registered User
 
Posts: 25
Joined: Thu Sep 07, 2006 7:52 am

Re: [RC1] Searchamabob

Postby Gleasonator » Thu Aug 02, 2007 7:39 pm

Very cool. :)

It should be overall_footer.html, though, and not overall_footer.tpl.
Sorry for my bad Engrish !
gleason|design

Image
User avatar
Gleasonator
Registered User
 
Posts: 657
Joined: Tue Jun 05, 2007 2:19 pm
Location: Texas

Re: [RC1] Searchamabob

Postby playerfr » Thu Aug 02, 2007 7:58 pm

Nice :) Can you do that it use google adsense search engine to search ? so that it can help us ? :)

thanks
All kind of help for your Forums / Sites. Installing for you the forum, the Mods, creating Custom Mods : for small fee http://www.phpbbhelpers.com
User avatar
playerfr
Registered User
 
Posts: 851
Joined: Fri Jul 18, 2003 9:50 am
Location: France - Paris

Re: [RC1] Searchamabob

Postby rangeva » Sun Aug 05, 2007 8:51 am

playerfr wrote:Nice :) Can you do that it use google adsense search engine to search ? so that it can help us ? :)

thanks


We added this feature. Now you can set the Google search to use your Adsense for Search account. For more details go to http://www.omgili.com/searchamabob/
rangeva
Registered User
 
Posts: 25
Joined: Thu Sep 07, 2006 7:52 am

Re: [RC1] Searchamabob

Postby playerfr » Sun Aug 05, 2007 11:26 pm

Thanks I will try this :D
All kind of help for your Forums / Sites. Installing for you the forum, the Mods, creating Custom Mods : for small fee http://www.phpbbhelpers.com
User avatar
playerfr
Registered User
 
Posts: 851
Joined: Fri Jul 18, 2003 9:50 am
Location: France - Paris

Re: [RC1] Searchamabob

Postby flakin29 » Sat Aug 11, 2007 6:59 am

Cool just replied to the same thread on phpBB 2.0.x mod forum - I will say the same... Cool :D
flakin29
Registered User
 
Posts: 3
Joined: Sat Aug 11, 2007 6:53 am

Re: [RC1] Searchamabob

Postby evildon » Mon Sep 03, 2007 3:55 pm

Looks like a great mod...
is it works with RC5
aso how can we use Google search to use our Adsense for Search account.
evildon
Registered User
 
Posts: 5
Joined: Sun Apr 29, 2007 6:11 am

Re: [RC1] Searchamabob

Postby playerfr » Mon Sep 03, 2007 4:11 pm

evildon wrote:Looks like a great mod...
is it works with RC5
aso how can we use Google search to use our Adsense for Search account.


It is just a javascript so it will work with any version. and for Adsense look above. There are only 5 messages here and even that you are so lazy to read lolzz :lol:
All kind of help for your Forums / Sites. Installing for you the forum, the Mods, creating Custom Mods : for small fee http://www.phpbbhelpers.com
User avatar
playerfr
Registered User
 
Posts: 851
Joined: Fri Jul 18, 2003 9:50 am
Location: France - Paris

Re: [RC1] Searchamabob

Postby rangeva » Mon Mar 17, 2008 3:27 pm

I am happy to announce that a new feature was added to the widget:
Add as many predefined search engines to Searchamabob as you like
Simply add the following code before the the Searchamabob javascript line:

Code: Select all
<SCRIPT LANGUAGE="JavaScript">
  g_customEngines = new Array();
  g_customEngines[0] = "Replace with the description , http://www.SearchEngine.com/<term>";
</SCRIPT>


Each element in "g_customEngines" is your definition of a search engine. The name and address of the engine, is separated by a comma. Set the right description of the engine, and replace the URL with the one you want. The <term> tag will be replaced with the search query the user selected.

:D
rangeva
Registered User
 
Posts: 25
Joined: Thu Sep 07, 2006 7:52 am

Re: [RC1] Searchamabob

Postby LordJake » Fri Mar 28, 2008 6:38 pm

Does anyone know if its legal by the TOS of Google to use the AdSense for Search with this mod? I mean, if I use Google's search engine I can get revenue whenever users search Google from the mod and click on the Ads... Anyone know?
LordJake
Registered User
 
Posts: 2
Joined: Fri Mar 28, 2008 6:33 pm

Re: [RC1] Searchamabob

Postby rangeva » Sun May 18, 2008 5:54 am

We just released v.1.3 of Searchamabob. In this version you have a complete control over the colors of the widget:

To change the background color define the g_menuBKColor variable in a Javascript block:
Code: Select all
<SCRIPT LANGUAGE="JavaScript">
   g_menuBKColor = "E4E4E4";
</SCRIPT>


To change the border color define the g_menuBorderColor variable in a Javascript block:
Code: Select all
<SCRIPT LANGUAGE="JavaScript">
   g_menuBorderColor = "C0C0C0";
</SCRIPT>


To change the font color define the g_menuFontColor variable in a Javascript block:

Code: Select all
<SCRIPT LANGUAGE="JavaScript">
   g_menuFontColor = "000000";
</SCRIPT>


To change the mouse-over color define the g_menuMouseoverColor variable in a Javascript block:
Code: Select all
<SCRIPT LANGUAGE="JavaScript">
   g_menuMouseoverColor = "F4F4F4";
</SCRIPT>


* Note: Do not add the '#' sign before the color you define.


Enjoy ;)
rangeva
Registered User
 
Posts: 25
Joined: Thu Sep 07, 2006 7:52 am


Return to [3.0.x] MODs in Development

Who is online

Users browsing this forum: *=Matt=*, cisco007, Dangerosking, FNolan, joebart72, Luuq, Popoff, Sheldon469, Twiceler [Bot], vBB, zake black and 70 guests