Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #22  
Old 02-01-2006, 08:02 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right ok...sorry about the thicko minute...

Sorted now, although it didnt post the actual email body only yhe subject
i take it thats cause its setup for googles email templates or sommat, i dont know lol

Anyway...will keep you informed when i get my 1st proper email from them

Now to setup the scheduled task

Thanks again for ya help and a great hack
Reply With Quote
  #23  
Old 02-01-2006, 08:42 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jafo232
Either the popserver, username, port or password are wrong or, on some servers, you may be required to edit vbox.php where it says:

Code:
/pop3/tls/novalidate-cert
To:

Code:
/pop3
Same error !?
Reply With Quote
  #24  
Old 02-01-2006, 08:44 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then your username, pass, server, or port is incorrect.
Reply With Quote
  #25  
Old 02-02-2006, 04:36 PM
its_me_that_guy its_me_that_guy is offline
 
Join Date: Jan 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this be configured to run multiple alerts and post them in multiple forums?
Reply With Quote
  #26  
Old 02-02-2006, 04:38 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by its_me_that_guy
Can this be configured to run multiple alerts and post them in multiple forums?
It can handle multiple alerts, but it does not post into multiple forums.
Reply With Quote
  #27  
Old 02-02-2006, 04:44 PM
its_me_that_guy its_me_that_guy is offline
 
Join Date: Jan 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So in order to post to multiple forums, what would you suggest?

Example. My site has a forum for star wars, warcraft, and dark and light. Would like 1 alert posting star wars news in star wars forum, 1 posting for warcraft, etc.

Would I just rename your files, and setup 3 times?
Reply With Quote
  #28  
Old 02-02-2006, 05:18 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by its_me_that_guy
So in order to post to multiple forums, what would you suggest?

Example. My site has a forum for star wars, warcraft, and dark and light. Would like 1 alert posting star wars news in star wars forum, 1 posting for warcraft, etc.

Would I just rename your files, and setup 3 times?
Hmm.. Well, if you really want to do that, what I would do is make a copy of vbox.php for each forum you wish to post to. Edit each vbox.php script to find all of the:

$vbulletin->options['variable']

Replace them with your own variables that you define at the beginning of the script.. For example, create a variable for your popserver:

$popserver = 'localhost';

Then find:

$vbulletin->options['gvbpopserver']

Replace that in the script wherever you find it with $popserver.

Same thing with :

$vbulletin->options['gvbuser'] - pop username
$vbulletin->options['gvbpport'] - pop port
$vbulletin->options['gvbpass'] - pop password
$vbulletin->options['gvbfuser'] - user ID to post as
$vbulletin->options['gvbforum'] - forum ID to post to

Then you can call each script as you want through the scheduled task or manually.

You will have to set up a separate POP box for each alert.

That is the only way I can suggest at the moment.
Reply With Quote
  #29  
Old 02-03-2006, 01:38 PM
its_me_that_guy its_me_that_guy is offline
 
Join Date: Jan 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Gonna work on what you said for multiple tho too.
Reply With Quote
  #30  
Old 02-11-2006, 01:54 AM
WNxWakko's Avatar
WNxWakko WNxWakko is offline
 
Join Date: Apr 2003
Location: Paradise, Texas
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did the test, the vbox.php said checked and the post was created, subject title there, however the body of the post only stated the email it came from and no body message.
Reply With Quote
  #31  
Old 02-11-2006, 11:14 AM
Schahab Schahab is offline
 
Join Date: Jan 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

is it possible to defince several Google Alers for differens forums?

Like Graffiti Alerts only in the Graffiti Forum

or Breakdance only in Breakdance?

That would be very cool!
Reply With Quote
Reply

Thread Tools

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 05:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04767 seconds
  • Memory Usage 2,304KB
  • 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
  • (2)bbcode_code
  • (4)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
  • (4)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