vBulletin Search Engine Optimization
This is a discussion on Ping live.com within the Feature Requests forums, part of the vBSEO Google/Yahoo Sitemap category; I have made these changed to the vbseo_sitemap_functions.php to add live.com pinging to the sitemaps. Code: function vbseo_sitemap_ping_url($url) { global ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
| | |||
| |||
| Ping live.com
I have made these changed to the vbseo_sitemap_functions.php to add live.com pinging to the sitemaps. Code: function vbseo_sitemap_ping_url($url)
{
global $vbseo_stat;
$purl = 'http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($url);
$rping = vbseo_query_http($purl);
$vbseo_stat['ping'] = strstr($rping, 'Received');
//$purl = 'http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap='.urlencode($url);
$purl = 'http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid='.VBSEO_YAHOO_APPID.'&url='.urlencode($url);
$rping = vbseo_query_http($purl);
$vbseo_stat['pingyahoo'] = strstr($rping, 'successfully');
$purl = 'http://submissions.ask.com/ping?sitemap='.urlencode($url);
$rping = vbseo_query_http($purl);
$vbseo_stat['pingask'] = strstr($rping, 'successful');
$purl = 'http://api.moreover.com/ping?u='.urlencode($url);
$rping = vbseo_query_http($purl);
$vbseo_stat['pingmore'] = strstr($rping, 'Thank you');
$purl = 'http://webmaster.live.com/ping.aspx?siteMap='.urlencode($url);
$rping = vbseo_query_http($purl);
$vbseo_stat['pingmore'] = strstr($rping, 'Thanks for submitting your sitemap.');
return ;
}
Code: Google ping: ".(isset($stat['ping'])?($stat['ping']?'Successful':'FAILED'):'Disabled').". Yahoo ping: ".(isset($stat['pingyahoo'])?($stat['pingyahoo']?'Successful':'FAILED'):'Disabled').". Ask ping: ".(isset($stat['pingask'])?($stat['pingask']?'Successful':'FAILED'):'Disabled').". Moreover ping: ".(isset($stat['pingmore'])?($stat['pingmore']?'Successful':'FAILED'):'Disabled').". Msn ping: ".(isset($stat['pingmore'])?($stat['pingmore']?'Successful':'FAILED'):'Disabled').". |
|
#2
| ||||
| ||||
|
Hello, you should replace 'pingmore' with 'pinglive' for the new entry.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
Ok Thanks |
|
#4
| |||
| |||
|
Would you mind posting the final code and some basic instructions on how to revise the code?
|
|
#5
| ||||
| ||||
|
In vbseo_sitemap_functions.php file FIND: PHP Code: PHP Code: FIND: PHP Code: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#6
| |||
| |||
|
I must be missing something because my codes says: Google ping: ".($vboptions['vbseo_sm_ping']?($stat['ping']?'Successful':'FAILED'):'Disabled').". Yahoo ping: ".($vboptions['vbseo_sm_pingyahoo']?($stat['pingyahoo']?'Successful':'FAILED'):'Disabled').". |
|
#7
| ||||
| ||||
|
Do you have v2.1 of vBSEO Sitemap Generator installed?
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#8
| |||
| |||
| I downloaded it from here vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x - Page 108 - vBulletin.org Forum it says 2.0. Where is 2.1?
|
|
#9
| ||||
| ||||
|
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#10
| |||
| |||
|
Thanks! Always helps to be using the latest version. :-)
|
|
#11
| |||
| |||
|
Thanks for this one. -Dave |
|
#12
| ||||
| ||||
|
BTW Live.com webmaster tools recommends this: Code: http://webmaster.live.com/webmaster/ping.aspx?siteMap=[Your sitemap web address |
|
#13
| |||
| |||
|
Quick question, is this modification planned to be included in the next release of sitemap?
|
|
#14
| ||||
| ||||
|
Yes, it will be included.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#15
| |||
| |||
|
I downloaded the sitemap recently and this was already in it.
|
| Tags |
| live.com ping |
| Thread Tools | |
| |
LinkBacks (?)
| ||||
| Posted By | For | Type | Date | |
| vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x - Page 108 - vBulletin.org Forum | This thread | Refback | 03-13-2008 09:19 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Just went live - WOW. | Lasher | General Discussion | 1 | 08-20-2007 07:59 PM |
| Now Live | jamcamuk | General Discussion | 1 | 01-12-2007 10:15 PM |