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
Post Pinger (Ping Update Services) Details »»
Post Pinger (Ping Update Services)
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: 02-16-2006 Last Update: Never Installs: 74
Additional Files  
No support by the author.

This extension will ping update services such as technorati.com, or weblogs.com when a new thread is posted. You can add as many services as you wish to ping in the admin CP.

Here is a good explanation of what update services are:

http://codex.wordpress.org/Update_Services

It is recommended that you have rss and xml syndication turned ON in your vbulletin settings.

You should not add too many services as it could slow down your forum when people post new threads.

This does not update services when replies are posted, only when a new thread is started.

Installation:

Upload the IXR_Library.inc.php file to your forum root.

Install product.

Define settings in the vb options under post pinger.

Click Install!

Will offer support here as I can or at my forum at http://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-21-2006, 02:04 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds like one of the services you are trying to ping is timing you out. Remove them and add them back one by one as you test to find the offending service.
Reply With Quote
  #23  
Old 02-21-2006, 02:08 PM
3dsoft's Avatar
3dsoft 3dsoft is offline
 
Join Date: Nov 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jafo232
Sounds like one of the services you are trying to ping is timing you out. Remove them and add them back one by one as you test to find the offending service.
Thanks, this could be the problem since I got a lot of services to ping ( I will try it later).
Reply With Quote
  #24  
Old 02-21-2006, 02:08 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thinking out loud. It might be preferable to run this as a scheduled task instead of when a new thread is posted. It could be set up so that the time the script was last run is stored, and every time it's run, it checks to see if any new threads have been posted in forums that are set up to ping. If there are, it would ping the servers and log a report about the status of the pings.
Reply With Quote
  #25  
Old 02-27-2006, 01:30 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amykhar
Thinking out loud. It might be preferable to run this as a scheduled task instead of when a new thread is posted. It could be set up so that the time the script was last run is stored, and every time it's run, it checks to see if any new threads have been posted in forums that are set up to ping. If there are, it would ping the servers and log a report about the status of the pings.
Even so, it would lag out on a user who is unlucky enough to have spawned the scheduled task. I was contemplating forking the process, but most installations of PHP do not have this feature turned on so I decided against it.

The best bet is to find a ping service that automatically pings other services for you like pingomatic. My problem with pingomatic has always been that it never seems to ping anything.
Reply With Quote
  #26  
Old 03-01-2006, 01:33 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It should also be noted that this ONLY PINGS on NEW THREADS, not on replies.
Reply With Quote
  #27  
Old 03-19-2006, 03:01 AM
MSC MSC is offline
 
Join Date: Feb 2005
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod. I've just installed it. At the moment it just pings technorati. Are there any other servers you normally ping? If so what are the addresses I need to enter.

Thanks!
Reply With Quote
  #28  
Old 03-19-2006, 03:04 AM
MSC MSC is offline
 
Join Date: Feb 2005
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just had to disable this mod

When I make a new post, instead of redirecting to the thread, it just loads a blank page...

Am I doing something wrong?

Chris
Reply With Quote
  #29  
Old 03-21-2006, 05:22 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It could be the update service you are using is timing out.
Reply With Quote
  #30  
Old 06-06-2006, 01:05 AM
Tannerman's Avatar
Tannerman Tannerman is offline
 
Join Date: Mar 2002
Location: Chicago, IL
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to install this hack, but had a question on the install instructions. The TXT file reads:
Quote:
Upload the IXR_Library.inc.php file to your forum root (the same place newthread.php is).

Install the product.
Exactly how does one "install the product".
Reply With Quote
  #31  
Old 06-06-2006, 01:47 AM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tannerman
I'd like to install this hack, but had a question on the install instructions. The TXT file reads:Exactly how does one "install the product".
Admincp -> Plugin System -> Manage Products -> Add/Import Product

Make sure you have the plugin system turned on in your vbulletin settings, it is off by default.
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 11:07 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.13376 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
  • (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