Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Auto Post Google Alerts Details »»
Auto Post Google Alerts
Version: 1.00, by Jafo232 Jafo232 is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-31-2006 Last Update: Never Installs: 34
Uses Plugins
Additional Files  
No support by the author.

I will no longer be supporting this hack as 3.6.x supports feeds, making this hack obsolete.

This hack will automatically post to a forum of your choice, as a user of your choice, any Google alert received. In fact, it should work for any alert service.

If you do not know what Google Alerts are, see this page:

Quote:
Google Alerts are email updates of the latest relevant Google results (web, news, etc.) based on your choice of query or topic.
Requirements:

A POP email box to receive Google Alerts.

Install is simple. Upload the PHP file, install the product, define the settings in adminCP, test, and set up a scheduled task in the adminCP then:

Click Install

You can limit who can post alerts by restricting domains allowed to email the POP box. I advise you use a secret, previously unused POP box/email address. Any mail in the POP box that is not in the domain list is deleted, otherwise it is posted.

I will offer support as I can here, or in the forum at my website at www.worldwidecreations.com

This modification is FREE of charge, but if you wish to reward me for my work, and encourage future modifications by me, please donate below:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 05-31-2006, 12:51 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If that is the only error you get, that is fine. The error will not happen if it is loaded via the cronjob.
Reply With Quote
  #93  
Old 05-31-2006, 04:26 PM
hypnoticpimp hypnoticpimp is offline
 
Join Date: Dec 2004
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont understand , How is this fine? lol i cant use this page , if i get that error, so how do i fix it
Reply With Quote
  #94  
Old 05-31-2006, 05:06 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hypnoticpimp
i dont understand , How is this fine? lol i cant use this page , if i get that error, so how do i fix it

You do not call the vbox.php script directly, only for testing purposes.
Reply With Quote
  #95  
Old 06-02-2006, 04:45 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great addon, ever changing content is always good to keep the engines running. Now all we need is a complete list to receive email alerts from all the sources out there, off I go to start compiling

Edited and added for others to see here for a nice list: http://www.journalismnet.com/choose/newsalerts.htm
Reply With Quote
  #96  
Old 06-02-2006, 06:55 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found something pretty annoying within the E-Mails received that are posting to the threads:


Quote:
Remove this Google Alert:

http://www.google.com/alerts/remove?...xxxxxxxxxxx=en

Create another Google Alert:

http://www.google.com/alerts?hl=en

Sign in to manage your alerts:

http://www.google.com/alerts/manage?hl=en

Sent from googlealerts-noreply@google.com

Well to fix that, open up vbox.php inside whatever editor you use and search for the following line:

Quote:
if ($vbulletin->options['gvbfilter']) {

Add above:

Quote:
$content = substr($content, 0, strpos('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -', $content));
What this does is get rid of the junk signature from the emails

Hope this helps anyone out! Still an awesome hack! :banana:

All the best!
Reply With Quote
  #97  
Old 08-02-2006, 12:38 PM
Alphaline Alphaline is offline
 
Join Date: Jul 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jafo232
Will not work for 3.0, only the 3.5 series.
Hi Jafo

Nice to see you here. I have utilized some of your scripts at your site wwc.... however, when you say the 3.5 series I just wanted to make sure it also includes the 3.5.4

Otherwise, great job........ very useful for my needs. [have clicked install] :-)

Alphaline
Reply With Quote
  #98  
Old 08-02-2006, 02:35 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alphaline
Hi Jafo

Nice to see you here. I have utilized some of your scripts at your site wwc.... however, when you say the 3.5 series I just wanted to make sure it also includes the 3.5.4

Otherwise, great job........ very useful for my needs. [have clicked install] :-)

Alphaline
Yes, works fine for 3.5.4.
Reply With Quote
  #99  
Old 08-17-2006, 06:33 PM
Neo_obs Neo_obs is offline
 
Join Date: Mar 2006
Location: Disneyland, CA
Posts: 363
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question we cant get this to work right. We want it so that all posts are moderated first and preapproved as some google alerts have no reference and we dont want those on our site as it is supposed to be family friendly.

I have edited usergroups, usergroup permissions, forum permissions, and everything else I could think of even putting the user into the moderated users group.

Anyone help by making it wait for approval?
Reply With Quote
  #100  
Old 10-24-2006, 03:55 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this work on 3.6.2 ?
Reply With Quote
  #101  
Old 10-24-2006, 04:39 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not necessary on 3.6.2. 3.6 has an advanced FEED feature which will do the exact same thing.

In case your wondering how, just go to news.google.com, enter the search terms that you want to be notified, click search, click RSS Feed. Enter that URL in the FEED feature of Vbulletin in the admin section.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 02:58 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05925 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete