vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBPinger - Ping on new threads, articles, blogs (https://vborg.vbsupport.ru/showthread.php?t=246275)

magmf 11-03-2013 07:15 AM

His code actually is not working correctly for websites that have like /ping/RPC2 like blogsearch of google


To make it work I had to replace his ping function to


Code:

        function pingsite($sitetoping,$sourcetitle, $sourceurl, $debugping = false)
        {


$content = <<<EOT
<?xml version="1.0" encoding="iso-8859-1"?>
<methodCall>
<methodName>weblogUpdates.ping</methodName>
<params>
 <param>
  <value>
  <string>$sourcetitle</string>
  </value>
 </param>
 <param>
  <value>
  <string>$sourceurl</string>
  </value>
 </param>
</params>
</methodCall>
EOT;


$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $sitetoping);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true );
curl_setopt($ch, CURLOPT_POSTFIELDS, trim($content));
$result = curl_exec($ch);

curl_close($ch);
       

        } //end function

With this you should be able to ping any website :) obviously your php need be compiled with curl support

fai99al99 03-03-2014 03:45 PM

very nice MOD !

zorcocuq 12-12-2015 05:47 PM

Good ping list in 2015

Quote:

rpc.pingomatic.com
rpc.twingly.com
rpc.technorati.com/rpc/ping
api.feedster.com/ping
api.moreover.com/RPC2
api.moreover.com/ping
bblog.com/ping.php
blogsearch.google.com/ping/RPC2
blogsearch.google.com.tr/ping/RPC2
www.blogdigger.com/RPC2
www.blogpeople.net/servlet/weblogUpdates
ping.bloggers.jp/rpc/
blogsearch.google.com/ping/RPC2
www.blogshares.com/rpc.php
www.blogsnow.com/ping
www.blogstreet.com/xrbin/xmlrpc.cgi
bulkfeeds.net/rpc
www.newsisfree.com/xmlrpctest.php
ping.blo.gs/
ping.feedburner.com
ping.syndic8.com/xmlrpc.php
ping.weblogalot.com/rpc.php
rpc.blogrolling.com/pinger/
rpc.technorati.com/rpc/ping
rpc.weblogs.com/RPC2
www.feedsubmitter.com
blo.gs/ping.php
www.pingerati.net
www.pingmyblog.com
geourl.org/ping
ipings.com
topicexchange.com/RPC2
www.weblogalot.com/ping
xping.pubsub.com/ping


All times are GMT. The time now is 05:43 AM.

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.01189 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete