New Wordpress Plugin - PingCrawl
I’ve been starting to use a new plugin I helped develop with the coding expertise of Josh Team from Dallas Nightlife Entertainment. It’s called PingCrawl. Its a plugin that helps get your Wordpress blogs deep links automatically on every post.
Plugin Summary
Every time you make a post on your blog it grabs similar posts from other blogs that allow pingbacks using the post tags. It then links to them at the bottom of the post as similar posts. It then executes the pingback on all the posts. You can specify how many posts to do per tag and that many will be done for each tag you use in your posts. Typically it has about an 80% successrate with each pingback and they are legit so the ones that fall into moderation tend to get approved. This creates quite a few deep links for each blog post you make and through time really helps with your link building. Especially for new blogs.
Theory Of Operation
* The plugin will listen to anytime a post is saved, published, updated, etc.
* The plugin on execution time will find all the tags on the post and perform the following per tag:
o Use Google API to check for ( 35 ) results with the tag name.
o With the ( 35 ) results it loops through them and performs the following
+ Does the result have a pingback meta tag?
+ Does the result have trackback somewhere in the source
+ (if yes to both) it stores the pingback xmlrpc location in memory.
+ (if no to either) we skip that record and move to the next.
+ Once their are 5 legit pingable servers we then append their links to the post we currently added.
+ We then retrieve the xmlrpc urls from memory, and execute a pingback.ping against the xmlrpc as defined in the pingback 1.0 spec. (due to the nature of pingbacks and php it is not a 100% guarantee. A lot of dependencies on state, server responses, headers, etc.)
Their are built in features such as caching google’s recordsets per tag, so you don’t have to make request out to google for the same use. And logic to know if you’ve already “PingCrawled” a post then on edit to ignore it, etc w/ a built in polling system.
Installation:
1. Download Plugin
2. Put file in the wp-content/plugins directory of your wordpress installation
3. Login to your blog dashboard
4. Click on Plugins
5. Click on Active to the Right of PingCrawl in the list
6. Make a Post
*Note ( because of the nature of the script any one tag can make as many as 41 HTTP request and storing source code into memory to run regular expressions against. Because of this I would try to limit my tags to no more than 3 (123 HTTP Request). Use more at your own risk.
Warning: This plugin can really slow down the time it takes to make your posts so I would recommend not using more than 3 tags per post. Also we coded in a small link injection which will put a link of mine into the mix about once every 10 posts. They will all be very white hat and clean links so no worries and if you left the code intact I’d consider that a substantial thank you for the plugin.
Download PingCrawl
Screenshot
*The size of the links are entirely customizable. I’d recommend making them very small at the bottom of the post but in this screenshot I made them big so you can see the format better.
Fuck yea, I really needed this for my next project.
yes I too would like the shit I have it right away!
This is a fantastic idea. I know there’s alot of trackback apps out there, but this makes it dead simple!
Agreed
OMG AMAZING !!… just what im after mate
Awesome concept Eli. I am going to install this now on a few of my blogs…and see what happens. I love you man. (Figure of speech.)
btw this works really really well on autoblogs
just be sure to slow down your post count.
This is hot shit!
I love you!
Nice one Eli. Good to have some new posts from you. I will try this out this week!
Great plug-in. I’m going to add this to some of my datapresser blogs to try it out. Thanks Eli.
ooo brilliant idea. I never thought of that.
I may crank out a few myself.
This is legit. I’m definitely going to give this a go and don’t mind the link injection, it’s a fair trade.
Yeah, this works pretty well.
This is awesome! Never even considered this idea before … brilliant!
Very nice.. going to try it out now.
Great plugin ..thanks for the info
Thats a great post and thanks for the plugin
This is brilliant and generous. Much appreciated.
Wow, thank you for the tool. Looks like the more you post, the more linkbacks you get. So each post is basically 5 linkbacks?
Basically it works like this,
we go out to google and find 35 blogs. We then loop through the blogs and try to determine (the best we can) if the blog is really a blog, and if the blog can perform an XMLRPC pingback. If it can we do the pingback, with a max of 5 per tag.
both the 35 and 5 are easily changeable vars on line 140 and 141
$numberOfBlogsToGetFromGoogle = 35;
$numberOfMaxLinksToPing = 5;
With this you will never have MORE than 5 but could in theory have 0. Hope this makes sense.
Nice little link launder’er you have there
Good stuff… I’ll try’er out…
Sounds like an amazing plug in. Thanks so much for this information.
And glad to see regular posts form you again.:)
guys into gaming the system, living from fear and lack. they think it is the opposite.
Whoa. This is a nice little plugin, Eli. Thanks.
FYI, If anyone needs to remove the link injection antyant wrote instructions for it on his blog
http://www.anty.info/2008/08/06/pingcrawl-injects-links
It’s very simple even for noncoders.
If you need to remove the link injection to get what you need out of the plugin feel free I won’t take it personally.
Hey guys, hope it works well for everyone. Eli had an older version up, so please grab the newer version! haha. Anyways, it was written and assumes PHP5, so if it breaks for anyone let me know! I will port it if the demand is high enough for php4.
Let me know any feedback and suggestions. Also to Antyant and anyone else who wants to remove or alter the injection, by no means do I want to enforce people to automagically inject me and Eli’s links. Hence why I abstracted it out to a method call “injection” you can easily plug & play your own empire’s links their and have great results (in theory). But, if you don’t want to hassle, I wouldn’t mind the extra few links! haha.
Anyways, let me know if their is anything else I can add!
first thanks for this (although i didnt get it to work, already trying)
but maybe you can help: im using wp2.7 on php 4.4.9 and getting errors when activating the version of oingcrawl on this seite.
but with the version on this site i can activate the plugin, but when i try to use, i get errors:
http://www.lorm.de/2008/08/07/mit-pingcrawl-bekommmt-jeder-blogartikel-direkt-deeplinks
so..? any hints (or a working version for this often combination
Hey Josh,
Thanks for the new version. I tried that one, but I am still getting this fatal error
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /wp-content/plugins/PingCrawl.php on line 13
any ideas? struggling with it all night.
What version of php?
Hey Raydahz, what version of php are you using? Sorry my script has caused such issues :/
The only reason I would consider removing the link injection is to remove any possible footprints. Other than that I have no problem giving you backlinks for this great tool.
Maybe I will leave the injection on a few whitehat sites of mine, and remove it from the splogs.
Thanks, it will really help my new auto blogging system:)
I’m also getting the fatal error.
Hey Russ,
Mind telling me what version of php you are running?
Am I allowed 2 comments? I just tried this on a blog and it is working great. Donation for adding our links to the plugin
Thanks I have installed it on my new blog which is getting just 20 visitors a day, looking forward to my first spike!
you are probably not planning to release this for drupal, would you?
seriously thinking about going back to wordpress, and skipping 90% of the new features.
almost finished to move my site to drupal, and now this
hmmm its doable
Any takers on this?
Hmm I can take a look at the drupal API for plugin development, this was my first wordpress plugin. If there is a significant user group for Drupal interested I will port it over.. let me know.
if i wasn’t a sucking coder, i would do it by myself
afaik drupal and wordpress use a very similar hook system for plugins.
Was looking @ the drupal 6 API, are you referring to having the same thing happen when you insert a node into the drupal DB?
i’m not sure what you mean. are you describing the hook? nowadays 80% of drupal installs are drupal 5, cause many important modules are not yet ready for 6.
ahh, so you use Drupal 5? Well as soon as I get this damned thing ported to php4 I’ll port a version to php5 for you. But, will have to look into how to tokenize or index the node to find keywords to search for related blogs on.
awesome. i promiss to get the word out for you.
Useful information for making this happen: Drupal 5 does not support pingbacks by default, you need the trackback or pingback module.
http://drupal.org/project/trackback
http://drupal.org/project/pingback
PingCrawl would have to hook into one of those. Shouldn’t be too difficult though.
Again, would love to see this for Drupal 5 - Wordpress is just soooo last year!
My last comment didn’t show up apparently, but I just wanted to point out that a drupal 5 version of this plugin would need to hook into either the Trackback or pingback module. Shouldn’t be too hard, though. Hope it happens!
Drupal user here who would LOVE to see this as a module. Shouldn’t be too difficult to port over, but what do I know?
I am using Drupal 5, btw. I think if it was made for Drupal 5, interested users could take it over and port it to Drupal 6 when it’s a bit more mature.
Please, please, please make this happen!
Would love to see this on Drupal, I have around 70 sites based on drupal and only 3 on wordpress so would definitely like to see a port.
Looking forward to it.
Just a quick question because I’m not used to pingbacks. Would they basically be like reciprocal linking with around 5 sites on each post?
Thanks.
Would love to see a PHP4 version. Any chance?
Yeah Dave, I don’t mind porting it over; but would have to make sure enough people need a php4 version. (not trying to sound harsh) Going to watch on here and my own blog and if the demand is there I will start to work on one. Will need some php4 testers though!
Sent you on a mail.
Cheers.
Dave I made a few minor fixes, email me at joshteam at gmail [dot] com for a php4 version to test out!
Hah, I like the sneaky little backlink
I’m going to make some modifications to generate a tag if a post is made with no tags - do you want to receive any revisions made? I’ll happily make the source available.
David interested in how you are going about this, I was thinking of a way.. but only solution I could come up with is some “psuedo” lucene indexer to try and determine a keyword off of content. To make it look like it wasn’t spam, or a really cheesy of hack of exploding the post on spaces, and making all the words lowercase then seeing the top 1 or 2 words?
Well, it wasn’t going to be insanely clever - currently just based on the title itself, ignoring stopwords.
I have a bespoke keyword stripper that I might try hooking it into, and pop off the top two or three keywords - but my main issue is speed. As noted, it does slow posting down, which doesn’t help for an autoblogger…
I’ll do some tests tonight and see what I can come up with.
Yahoo actually has an API function that’ll return tags related to post text and keyword.
In my WordPress content plugin, I use the following function to pull back a bunch of related tags:
function find_tags($keyword, $content) {
$content=preg_replace('|]*>|',' ',"$keyword\n$content");
$content=preg_replace('|\s{2,}|',' ',$content);
$url = "http://search.yahooapis.com/ContentAnalysisService/V1/termExtraction";
$post = array('appid'=>'YahooDemo', 'context'=>$content, 'query'=>$keyword, 'output'=>'php');
$ch = curl_init();
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
$response = curl_exec ($ch);
curl_close ($ch);
$results = unserialize($response);
$tags = @array_merge(explode(',',$tags), $results['ResultSet']['Result']);
@array_walk($tags, create_function('&$value','$value = ucwords(trim($value));'));
$tags = @array_unique($tags);
if(@in_array('',$tags)){
unset($tags[array_search('',$tags)]);
}
return $tags;
}
Unfortunately, it often pulls back too many tags so to efficiently use it with pingcrawl, you’ll need to trim the list somehow.
Oh yeah…for an example and documentation, see: http://developer.yahoo.com/search/content/V1/termExtraction.html
what a plugin - im now going to install in on all my autoblogs and pass it all out, will leave the autolink in in some of the whitehat sites
Sweet. this is a cool piece of kit, off to download and play about with it.
Excellent plugin eli..
thanks..
i get a
Fatal error: Call to undefined function: simplexml_load_string() in pingcrawl.php on line 67
I originally made it for php5+ tried porting it over, but simple xml object (which I use for the rss parsing) is a php5 only object. I will spend some time over the next couple of days working on this. Check here or my blog for updates!
Wonderful idea for a plugin Eli. Got a lot of projects in the air right now, but will give this go soon
This may be a stupid question, but do you see any problem with using this on a “legit” blog?
Vic
The links are in plain sight, on related content, etc. I use it on my white hat blogs and point it to my white hat sites. But maybe Eli would be a better person to consult?
Hi Josh,
I am nearly finished with a plugin that works similar to yours but with a sllightly different purpose and function.
I recommend building a db to rename the plugin each time it is installed.
This will prevent Google from identifying it.
GaryTheScubaGuy
Very cool Gary. On the renamer, I guess I am going to show my true “green” colors here, but how does google see the name of the plugin? That’s only accessed on Word Press admin. Do you mean the “Related Blogs on %keyword%” ?
awesome idea and the plugin works well for me, but… how could i do that “related blogs” block will not be the part of the post? similarly than the “related post” plugin. so, my blog main page page full of “related blogs” stuffs and it not so nice
You could alter pingcrawl.php to add in Wordpress’s ‘more’ tag just before the Related Posts UL.
This way, the related posts snippet should only show when viewing that article, and not on the front page. Similarly, I believe this would also suppress the related links from your RSS feed.
Explain in more detail what you are trying to accomplish. I’ll point you to the place(s) in code to look at.
Can I also have the info how to do this please, the extra content on the article page is fine but it is spioling the flow on the home page a bit
Thanks
Two more questions
Can you run this in conjunction with the DoFollow plugin?
Can it be run as achron to batch update?
Many thanks for a great plugin too!
One other thing - Aren’t trackback links nofollowed? Doesn’t that invalidate the point of this plugin?
Not being snarky, it’s a serious question.
Thanks,
Vic
Not 100% sure on that. I did a few test and didn’t find that, but even if it was true imagine this plugin on a cycle site that used an autoblogger.
Could generate a nice amount of traffic.
ScreenRant.com, it totally depends on the blog. If the blog has a plugin built in to make trackbacks and comments dofollow it will count. The chances are good that you should get at least one good link from the pingbacks, if you’re lucky…you’ll get all dofollow links
I agree, a link is still a link, especially when you didn’t have to pay for it! LOL
Whether it carries juice or not, it still shows up in Yahoo site explorer as a link and that makes the blog more valuable.
AL
Thanks, Josh.
I followed the instructions and tried both this version and Josh team’s and the posts too a while to come up, but there is no new text links at the end of each post. I am a nube so I dont know if i use PHP4 or 5 or what. it is hosted on hostgator if that helps. i wonder what i am doing wrong
sorry guys, its working now! just gotta work out how to change the text size now. is that in the php file? I will take a peek
I answered you here:
http://joshteam.wordpress.com/2008/08/05/pingcrawl-wordpress-plugin/#comment-56
I need it a lot. now that you are content with it, I can use plugin. Thanks for it.
Sounds pretty sweet. I tent to put in a lot of tags. Any way we can have check boxes to select what tags we use it for when w make a post?
This looks really cool. Gonna add it to my WordPress blogs today.
Interesting
shall thank you think
works like a charm. http://www.nowsayit.com
3 of 5. Not bad not bad at all. The other 2 are more than likely pending approval.
very cool plugin. Major lag time a bit when publishing and got a few time outs. Cut it to just one tag and it works beautifully now.
Thanks
I also got the fatal error using php5.
Eric, what’s the error?
It’s the same error as Tonos Moviles below.
I got some erros when i try to publish a post - but this is a great plugin and i;m sure that these bugs will be fixed
I get the following error on Dreamhost with PHP5 when i try to publish a post
Fatal error: Call to a member function asXML() on a non-object in /home/.dulce/iellas/tonosmovil.com.es/wp-content/plugins/pingcrawl.php on line 68
The issue appears to be the use of the file_get_contents function by the pingcrawl class.
Wow! I was just trying to make one myself!
I’m looking forward to a PHP4 version. The idea is great! Thank you!
Nice one, checking it out now.
I got rid of that message by upgrading to php 5
Nice! Can’t wait to share these.
What A nice link injection script… And I was wondering why they were only 80% of links what sticks , lol
Anyways … It is a still good script so I do not care as soon as it does not work like a footprint
This is exactly what I have been looking for thanks!
Plugin doesn’t work for me. Getting the following error:
“Fatal error: Cannot redeclare class PingCrawl in /home/puammo/public_html/wp-content/plugins/PingCrawl.php on line 10″
Using php version 5.2.5
I’m also using PHP Version 5.2.6 and getting this error
Eli, I’d love to see the viral effects this has on your sites. Give us an update in a few months!
thank’s Eli..this is really useful plugin.
Hi Eli, please remember that a lot of wordpress users use Dreamhost and dreamhost have limitations for your magnific plugin.
Can you show me a phpinfo() of a page you host w/ dreamhost? I will develop future plugins to these specs.
Thanks!
Hello Eli, here you have tree links to the differents phpinfo of dreamhost.
PHP 4.4.8 - running as an Apache module
PHP 5.2.6 - running as CGI
PHP 5.2.6 - running as CGI/FastCGI
Most people on dreamhost use PHP 5.xx
When you finish the script ping me back and I will make some ajustments to addapt it to spanish market.
Regards,
Wow! Nice plugin! Thanks for sharing guys!
I’m unfortunately getting the wordpress ‘fatal error’ message with PHP version: 4.4.8 & WP version - 2.2.1 - Any suggestions appreciated - Looks like this should be a well handy plugin
Thanks for sharing guys! This plugin is really clever and just awesome. I selfishly wish you posted more often Eli as I truly love reading EVERYTHING on this blog.
Wow this sounds great! Thanks a lot for sharing, I’ll leave the code in tact to hook you up with some links to say thanks.
I’m excited to take a look at the code to see how this was done.
Great idea for link building.
Don’t be too harsh!
haha.
Man this is really sweet. Yo always come up with great stuff. thx man!
I use shared hosting it has php4 pls a version of the plugin for that.
Who can remake php4?
Allright wussies, here’s the PHP 4 version of PingCrawl: http://www.vereyon.nl/seo/pingcrawl.zip
This version uses the XML DOM from PHP4. Have fun! And ow, there’s a little catch in addition to Eli’s one. No further funky stuff is included, just a plain conversion.
Anyone who want’s to drastically speed up this script may consider ‘marshalling’ the actual pinging stuff to another HTTP request on your own server over UDP. This way you or your bots don’t have to wait like one minute for the blog item to be posted. Hell, you may even make this stuff pseudo multithreaded.
———————
Eli, I have been following your blog for some weeks now. Wonderfull stuff, got me thinking
Keep it up
Fatal error: Call to a member function asXML() on a non-object in /home/.sillabub/danbradster/monetizationhub.com/wp-content/plugins/pingcrawl.php on line 68
Lol, Akkermans’s edited plugin has 2 injections.
Here’s a dreamhost phpinfo
www.monetizationhub.com/phpinfo.php
Eli Lives!
How’s SEO empire part 2 coming along
I was really looking forward to using this plusgin but i am getting the following error
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/anish/public_html/health-expert/wp-content/plugins/pingcrawl.php on line 13
My hosting has php 5.2.6
Hope there is an update which i can get to work
Thanx
Anish
Brilliant! I’m going to add this to my new blogs to try it out.
Excellent! This was really a great stuff.
Oh, when will the Bloggger platform begin to follow the Wordpress lead!!!!
Sounds great but we’ve got a fatal error trying to activate in wordpress 2.6
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /***/***/***/***/***/***/****/wp-content/plugins/pingcrawl.php on line 13
Thanks,
ts
Thanks for this Eli. Great stuff
Thank’s For the Plug in.
Awesome! Can’t wait to give this a whirl!
Thanks for a great plugin!
First there is your post to read and then some days later there are all these comments to read too, the dialogue that ensues is itself great to read.
I always make it a point to read the comments before trying out anything because that way i have the benefit of other peoples’ mistakes
Seriously Eli this plugin ought to rock. I’m looking forward to testing it out. Thanks again, S
Don’t know if this occurred to you … but couldn’t the result be that you give links to splogs that succeeded in ranking well? Or to worthless reblogs that add nothing to your post?
E.g. rank 1 is the original “top 10 ways to build links” post and rank 2 is “Check out this great post: top 10 ways to build links”.
Obviously no big deal for splogs, but what about using this on the WH sites?
Also, suppose you dislike the assortment the plugin comes up with, can you manually edit it once it’s saved/published?
Once a post is submitted it wont run again on that post. You can go into the post, edit it and see the related blogs in the article. Simply change the link, delete it, add, or whatever you prefer
This cool addon !
Thank’s !
hello, what if my auto blog is using chyrp (light blog engine), then wordpress.com will not approve this pingback? i have made a version for chyrp (not as plugin, but as a part of my auto posting system) and all runs ok, except i got 1-2 pingbacks on 10-20 of my links. all blogs hosted on wordpress.com are saying “keep the web talking” but they don’t place my link on them at all.
anyway thanks for the code!
That means they are pending approval.
This is really cool. Thank you so much for the awesome post.
Isn’t this going to land your page in Akismet really quickly..?
Hot stuff guys! you rock man.
It Cool
thx. great plugin
Ciao Josh, I have downloaded the latest plugin, activated corretly, but it does not return any pingback.
I added three pretty common tag on my post: video, funny video, cool video. None of them returns pingback.
How come? What am I doing wrong?
I checked the database created and under pb_feeds I have some results from Google Blog Search but no pingbacks are added to the post!
Can you help me with this issue? I really love this plugin and I want to make it work for me, please help!
Francesco
same here, having an issue with the plugin. Both elis and joshs version
Awesome Plugin ! Keep it up !!!
I think I’m having the same issue as Francesco. It takes a while after the post has been made, and there are some entries in pb_feeds, but no “similar posts” list is created at the bottom of my post. Does it appear automatically? Or do i have to add a tag to make it appear?
Or is it just that no relevant blogs were found? One of the tags I used was ‘poker’, I would have thought that would return some results.
Anyways, maybe I’ll try this on another blog, hopefully I can get it working.
Many thanks for the info on PingCrawl. I’ll leave the link injection intact for you.
This looks like it could be put to some serious good use and abuse. =D
Thanks for sharing this information. I am going to use it in my personal blog - under construction now.
FYI, I’m seeing about a 40% success rate so far. But my question mirrors one from above. What about nofollow?
I don’t suppose there’s is a way to write that in?? I don’t know of many blogs that dofollow trackbacks, but it may be worth a try.
I have tried posting a few different posts, and I can not get the related posts to appear at the end? I have read through the comments and did not see a fix. Can someone please help me with this?
This looks really good, will add to my new webmaster site.
hmmm…seems interesting; will definitely give it a try. Thanks Eli.
Thanks for the plugin Eli!
Great plugin, Thanks Eli.
Yo! Tip for some of you. I was having loads of problems… turns out it all stemmed from the keywords
I’m a moron.
I was getting the blank page occasionally and also my feeds table was being updated, but my ping table was empty…
Just put your keyword phrase in “quotes and you’ll be fine”… Now it works like a gem.
THANKS ELI AND JOSH!
Brandon,
Do you mean in the post or to add quotes to the Tags?
I do not understand what the correlation is with the quotes!
And I am still exceperiencing only blank results from all of the tags I have been tested!
Still do not know how to make this plugin to work!
Francesco
Francesco
Can you give an example of how this would look because I still can not get the plugin to work. Very much appreciated.
Brian
Sorry, that last comment should have been directed to Brandon.
Francesco…
Put quotes around the ‘tags’ to make them specific keyword queries. Play around with a few terms, and I’ll bet you’ll get it.
-Brandon
Hi,
I’m having a problem with this plugin:
In the control panel (/wp-admin/plugins.php) the title (”Ping Crawl”) is black (where any other plugins have a blue title). And it does not show up in ’settings’ when I activate it.
I’m using PHP Version 5 (though I have also tried the v.4 version).
Thanks for your help..
Sorry, it was stupid question.
Fixed it myself…
Will, care to tell what you did to fix he problem? I have the same problem.
Will this work on hostgator?
Thanks for the plugin Eli!
Andy
Yes, I have hostgator and I just tried it and it works.
Hi,
I like your idea and I am going to install it on my business site.
Thanks
Swapna Khade
just what i need. i’ll check it out.
Or maybe i wont. I just read the warning about slowing down load time.
it slows down post time. the time it takes from when you hit publish to actually publishing. Doesn’t actually slow down the blog.
Thanx for clearing this up as it was the only thing stopping me from downloading it…blogs are already loading slower and slower at least until I figure out how to properly install SuperCache…
Hello
First of all - great plugin.
I was thinking about such thing and before asking my programmer to code it I googled a little bit … and founded your plugin
BUT I have a big problem. Every time I write/edit post I get blank screen and the plugin do not work.
I tested it with many settings, even with 1 tag and
$numberOfBlogsToGetFromGoogle = 3;
$numberOfMaxLinksToPing = 1;
Every time blank page.
Tested on WP 2,51 and 2,6 on 2 different dedicated servers.
Any idea where should I start the investigations?
ebst regards,
Chris
Eli,
If all you want is a link every 10 posts, then you deserve at least that.
I’ll report back and let you know what my success rate is for getting other webmasters to OK my pinging.
Thanks, Brad
Hey..that’s a great tool. Thanks “)
Eli, your posts are in danger of becoming an endangered species.
What no new blog posts for us junkies?
Wish you would post more often.
So us newbies could learn some genuine things.
Thanks, I love to try new plug-ins and keep the usefull ones.
I try for while, i needed for this time. Thanks for share
Great tool, a few mods and it’s perfect.
Anyone manage to get this plugin to work on wordpress sites hosted at Hostgator?
It doesn’t do anything on my sites other than creating the database.
Andy
Andy, do do experience same problem as myself (blankpages) ?
No, it simply doesn’t do anything. file_get_contents should be allowed on my host so I don’t understand why this doesn’t work.
I’ve heard that you might try and add
set_time_limit(360);
at the top of the script to get rid of the blankpages problem.
Andy
That’s what I did in my modified version and it fixed it. The timeout is just a hidden “script time out after 30 seconds” I believe. Tested with HostGator, works fine.
Another alternative is take the number of blogs you search for and ping down a tad. Take the 35 or so down to like 10 and try to ping 2 instead of 5, and see what happens.
Very interesting, will definitely give it a try.
Thanks Eli.
Did read you correctly. This typically has about an 80% success rate? I can’t wait to try it.
omg!Very interesting, will definitely give it a try.
ill have a try.
thx
Awesome, thanks! I’m going to try it *and* keep your link in the mix, thanks!
Hi..I just installed the plugin, but when I go to activate it I get: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homepages/29/d231725962/htdocs/winwarcraft.info/blog/wp-content/plugins/pingcrawl/pingcrawl.php on line 13
Unfortunately I have no idea what to do next..any advice?
Ok got the plugin installed but I don’t see the related posts at the end of my blog posts. I mean I’ve tried the quotes for the tags, and everything else that’s been mentioned. I don’t know if it’s a plugins conflicting or maybe the posts are there but can’t be displayed because of CSS issues.
This related posts thing was happening to a wordpress blog of a friend.
So you helped develop it! Cool.
great post and excellent idea. I will defiantly try it. Thanks for such an informative post
Awesome plugin. I was dreaming about such a one for a long time. I will try it right away. Thank you for your research and post!
Eli (or anyone else). isthis plugin whitehat? Or good for white hat sites?
The thing is:
I build massive amounts of wordpress blogs, every single day. I probably got tens of thousands at the moment. And this would be an excellent addition to these sites since I don’t have to worrie about the deeplinks. But it’s important that my sites don’t get banned, of course. So would it be smart to add this plugin?
btw, Eli… will you ever release some places for your black hole membership again? Back then I missed out… but the next time I definitely want in
. Unless you can shoot me an email of some sort with a magic link
This is a great article, thanks for the update. This is definitely a plug-in am I going to make use of.
I’ve tried this plugin for a bit now and it’s amazing. Very cool thanks!
can someone give me a quick way to tell if the plugin is working? installed fine and posting sure takes a while now but don’t see the related posts…have tried putting tags in quotes as well. running wp 2.6. thanks!
A great new plug-in I can’t wait to test it out. It should do wonders
Thanks for the great plugin
A great plugin to add related blog posts.
Just the fact that you are willing to share such a great plugin for free makes you the MAN!
Hi all
how can I use this without using the quotes around the tags
I wonder if you can use this to work with a database (that you keep a list of on your server) of sites, say with dofollow trackbacks. There are not tons but there are a significant amount. What do you think Josh?
Great stuff, thanks a mil.
Any update on a possible PHP4 version?
Incredible plugin Eli, best one I’ve ever seen. Great work as per usual.
This is really awesome! Good job.. Keep it up.
Good plugin…what other plugins do you have?
Very nice plugin, I’m going to d/l and install right now.
J.R.
Hell yeah Eli…thanks for this!
Wonderful idea. Will it work for any kind of media?
This is a very interesting article, good information and helpful. Thank you
Once I switched to the PHP4 version I was able to activate the plug-in without getting a fatal error. But when I went to publish the blog I got a blank screen, except for some strange characters in the upper left hand corner. But when I got back into the WordPress interface the article was published. Not sure things are really working but.
Great concept, but I wonder if it will work effectively, especially for marketing.
Great plugin, thanks
Great tool, I will use it on my new blog.
How to do anything in 10 ways
Hello,
Plugin could not be activated because it triggered a fatal error.
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /wordpress/wp-content/plugins/pingcrawl.php on line 13
PHP Version 4.3.11
I can’t make both PHP 4 and 5 work at the same time on the hosting I’m using. Can you make a 4.3.11 compatible version?
Blessings,
Tom Usher
That returned several screens full of errors.
Noobies better be careful as doing such things on established and good blogs can cause serious trouble.
how so? Just because its automated doesn’t mean its spamming. It’s very relevant.
Yes! I totally agree with you Eli! Nice comment.
Unfortunately this plugin just gave me a blank white screen on post or save…
Has anybody gotten this to work successfully on PHP4? It doesn’t give the plugin, and I downloaded the SimpleXML library, but it ends up giving some error while doing it. I don’t remember what it was, but it just didn’t work. I can’t wait to upgrade to PHP5, though, and be able to use this!
We need a working version for PHP 4.X.X please !
nice plugin eli.. this one works like a charm.. my new blog get relevan backlinks in few hours..thanks a lot
Thanks for the Plugin, going to try this
Mark - php4 has officially been discontinued, even for the security issues. So i would recommend you to upgrade to higher version.
As for this plugin, it works like a charm.
Love you for this one ! Just the thing i needed for my new blog.
Any idea why I get this error after publishing a post?
Fatal error: Call to a member function asXML() on a non-object in /…/wp-content/plugins/pingcrawl/pingcrawl.php on line 68
This works the same as trackback booster but I have a feeling that this will be better… that one put me into trouble.
Oh, my only regreat about this plugin is that I just learned about it today. I should have known about it earlier.
I just love discovering these kind of plugins created by some very smart people. Anything to help with SEO and auto backlink building is gold.
Wow that’s a very nice plugin! Thanks for sharing!
ok so iv got this error also.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /wp-content/plugins/pingcrawl.php on line 13
this is line 13
protected $pbstack = array();
iv noticed that this is a common problem in the comments but i cant find the solution, does anybody know how to fix it yet?
Ok, found 4.0 version for anyone else that has the line 13 error.
download from http://www.spottedhere.com/pingcrawl.zip
It has been awhile since there has been a useful plugin for WP. This one was worth the weight though!
this is amazing plug in…i installed yesterday and i got few visitors that amazing one …
Appreciated and honored for plug in
Thanks
Because of your shit plugin my webhost account has been suspended.. GO TO HELL
Should have read the instructions and comments before messing with it.
WOW - take some responsibility!
LOL! PWNED!
This tool looks awesome, Thank you for not encrypting it as i will be converting it to coldfusion for our custom CMS! Thanks for this very gray hat tool…
Loved that video, thanks…
I can’t get this plugin to work even when i write a post manually. It worked 1 time and then stopped. Any suggestions.
www.celebgossipdotcom.com
Hey I don’t think the plugin is compatible with the latest version of wordpress. Can you confirm if that is true or if i am doing something wrong.
Cheers for the plugin, Eli.
I tried this on three Wordpress blogs and so far so good, they worked like a charm.
Am excited to push this plugin further and track the results over time.
The evil geniuses who create cool plugins like this one rock my world. Thanks!
Dan
Plugin could not be activated because it triggered a fatal error.
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/p/a/l/palconit/html/websites/www.healthytipsblog.com/wp-content/plugins/pingcrawl.php on line 13
Hi - I added your plugin to my blog - no problems. Thanks very much.
This is my first blog and I’m not sure how to track the results.
Thanks again very much -
Looks like a nice plugin in. Just downloaded, re-read the directions and will be giving it a test run here shortly. I believe I understood how it works, just need to see it in action.
What about adult blogs Eli? I would think you wouldn’t ant any links coming here from those…or does it not matter?
Finally! I’ve been looking for something like this.
I can’t figure out how to make this work. Someone please email me at brad at bradley spencer dot com if you would like to help for some moolah via paypal. Thanks!
Brad - did you get an answer to your question?
If not, specify the exact problem and I’ll see if I can help (no moolah necessary).
I installed it and it’s working fine.
The hosting provider I use doesn’t allow file_get_contents to work with remote URIs due to security concerns, so I made appropriate changes that use curl instead:
protected function getURIContents( $uri ) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $uri);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_USERAGENT, 'IE 6 - Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)');
$ret = curl_exec( $ch );
if( curl_errno( $ch ) ) {
$ret = '';
} else {
curl_close( $ch );
}
return $ret;
}
Then just do a search and replace for ‘file_get_contents’ with ‘$this->getURIContents’ (minus quotes) and you should be good. This is only with some shared hosting providers (1and1 in my case.) I also added useragent cloaking that someone mentioned.
Great plugin - thanks for writing it!
A fantastic idea, will give use it the plugin on a few sites and recommend to others. thank you for your efforts.
Great Plugin. Thanks for the tip.
John
Thanks
I was looking for tool like that. Thank you for sharing!
Great script. Not to get it to work for a newbie like me
Thanks
Just wanted to update and say I found someone to help me get this installed. Thanks for coming through you guys.
This is by far the best SEO blog out there.
thanks for giving me fact, it such a good blog, always keep in touch
I like here
Great plugin with lots of possibilities. Keep up the good work.
I have been using this for a little while now and it is pretty slick.
I like
Great work Elli, trying this out now.
I dont have the related blogs showing on my blog. How to I know if the script is working?
Thanks
Mike
good
You and Josh are obviously smarter than the average bears! Nicely done guys…
True,this is a really cool site. I agree with what you said.
good tool for blogging. haven’t found problem yet. thanks anyway
does that really work?
I agree with your blog, very nice.
Your plugin works great until I enable anyother plugins. Not sure why this would be. Duplicate function?
The one I was really trying to leverage was WP Calais Archive Tagger, since I thought I could tag, and link all my old posts at the same time. Oh well.
I May convert this to live writer since I was thinking of building a tool auto tag, and find links automagically any way.
-Brandon Wirtz
Greatest Living American (Just ask Google)
PS The Math script seems to keep rejecting me… I thought I was giving the right answers.
Hi, Please Reupp this File for PHP4
this Link ist not working -> http://www.spottedhere.com/pingcrawl.zip
THANX
Just found this plugin. I will give it a try right now. Thank you.
will use it right now! but who can explain what we have to expect in terms of traffic?
So if nothing shows does that mean there just weren’t any related blogs to ping back?
This is the most ingenious way to make money online. Thanks for this great info.
This is one of the BEST articles you have ever written, Josh Team I learned a ton about Ping! Keep up all your great work!!
Great article! I love it!
Great tool
Anyone tested it with Wp 2.7? How about results from those using it already?
Does not work in 2.7
“Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in pingcrawl.php on line 13″
Sounded mint though, oh well
i so tried this and it works. thanks
Nice tool Eli - thanks!!
Thanks for the summary of the plug in. It looks very interesting.
I will try this and comment my results here. I found that this is an exellent source of SEO resources. Thanks for share.
Hey guys - great tool - only problem is I keep getting a memory exceeded message when posting - and this is with just 3 tags per post
Guess I need to have a play around with the settings to reduce the number of crawls
Awesome though - cheers- have a great xmas!
As again, thanks Eli, for providing such great tool. And the best part, you made it public. Nice contribution! Thanks!!!
Wow, I didn’t know this is possible. Lucky me, I stumbled into this article. I’m definitely trying this. Thanks.
Thanks for this great article and noce SEO plugin
trying this out now
Excellent plugin. Will definitely try it on my blog.
Looks like a useful plugin you’ve got there.
Its a shame i cannot try this out at the moment as i cant access my cpanel
Very happy to hear this.Do you know any other plugins?
i was thinking of a very similar pluggin, but my coding sucks. thank you mr eli for this plugin
Just wanted to say “I love you” for providing this for free. Seriously. I love you.
As always.. you’ve enlightened me! I’m not too familiar with the whole ping back process.. usually when I receive one I just delete it, unless I know who it came from. I’m not ready to install and activate this plugin quite yet, but I’ll certainly look into it further. Thanks!
Great plugin. I’ve tried a few similar plugins like this in the past, but this one actually does what it promises.
Excellent plugin - it actually performs as advertised. Very well done, cheers!
@Eli
Thank You!
@all
successfully activated PingCrawl in Wordpress 2.7, dont know if it works.
but with the version on this site here i got the “line 13″-error.
i found this version and could install it succesfully on WP 2.7:
http://rapidshare.com/files/135497549/pingcrawl.zip
got it from here:
http://www.lorm.de/2008/08/07/mit-pingcrawl-bekommmt-jeder-blogartikel-direkt-deeplinks/
dont know if it helps..
Tried it out on a new blog and got listed with out doing anything else
Thanks
Why are most of the blogs it finds to ping really, really bad blogs? I think they are also spamish….
I meant to also say that making the links nofollow is a good idea if you aren’t going to check out the sites you are linking to… that way you don;t find yourself with a penalty from linking to a “bad neighborhood”.
I updated to WP 2.7 and Pingcrawl disappeared.
Anybody else with similar experience ?
Thanks West Cost, you saved my day
Stupid hosting wasn’t working without your fix.
i like to read and explore this kind of site.
interesting site it really learns me a lot.
thanks for the information i will apply that.
^ Dude, don’t spam this site. You won’t get your Top Comments links, cause Eli will delete them. And by that I mean I’ll contact him.
Thank you very much for this. I have a few new projects that this will fit into nicely!
Due to the spammer, I need to post this again.
Does Ping Crawl work with WP 2.7 ?
Tested. Ping Crawl works on wp 2.7
That was my concern was working on 2.7 Thanks.
Fixed de Version of PingCrawl can found here http://hodenkaiser.de/2009/01/15/pingcrawl-gebugfixed/
Sounds a bit like simple tags while simple tags is a bit more automated once you have entered the tags and you activate the related tags link.
Thank you very much wonderfull
I read the vast discussion with great pleasure and wonder the delivered stuff is still actual for the time of being.
@Mirko. Did you remove the file? It’s not there
I installed the plugin and got the fatal error line 13 as many had. I then tried the other link http://www.spottedhere.com/pingcrawl.zip and it installed but when I post it returns an error. I go to my blog and the post is there, but no pingcrawl urls.
Thanks for information.
thank. i just installed it.
Is it work with WP 2.7?
I’ve released a hacked version of this that uses cURL so it should work with most shared hosts (I’ve tested it with Dreamhost, Media Temple, and HostGator).
http://www.klintron.com/linkcurl/
It also adds a settings menu that lets you choose between title, tag, and category as the basis for the Google search, allows you to choose how many links to post, and whether to verify the target sites accept pingbacks.
I prefer not to verify that pingbacks are accepted, for three reasons: 1) I get better quality results 2) It seems like most of the pinged sites were “bait and switching” - they appear to accept pingbacks but the pingbacks aren’t posted (and even if they do they’re probably using “nofollow”). 3) It slows down posting.
And yes, it works with WP 2.7
pingcrawl only work when i use just one tag, if i add more they’re not showing
thanks you very much…;-)
This looks amazing - if it works this will breathe some new life into so many of my WP blogs!
First I’d like to say that I really like your blog because there’s ssooooo much useful information on it, it’s not even funny.
As for this plugin, it looks interesting, can’t wait to test it out.
Andy
Wordpress is very good. All the plugins supported by it is very helpful.
Now this one. It really cool and beneficial. Thanks for the info you have provided through this post.
Been using pingcrawl across my network of blogs and loving it. Might wanna include a linkback in the plugin panel of wordpress though.
can someone explain what pingcrawl is? ive been reading this but cant seem to understand what it is…thanks!
I agree with you nihar, word press is the way to go. I have been using it for a while now and it only gets better with time, like a fine wine! thanks for the info!
There have been plug ins released after this; any thoughts on those?
Thanks, that’s what i need.
I’ll check it out!
Great plugin, I just got to know about it and I will use it for sure!
Great article, never tought this subject this way.
Wow, what a great idea for a plug in, looking forward to installing and playing with it. THANK YOU!
Good stuff the plugin is great, takes a long time but that means it is doing its job ^_^ I love your blog, are you going to be updating any time soon?
nice job keep up the good work.
Great plug-in. Thanks!
I saw this plugin being talked about at BHW, I’ll definitley try this one. But just want to ask a question, are the backlinks generated by this plugin are most likely related to the post?
Thanks,
Jason
Hi,
i am familiar with Blue Hat SEO thought it a fair review.After having a mooch around your blog I am now adding it my rss feeder.
Hey,
Just added this to my website, looking forward to using it to get some links. Thank you so much for making this.
This will be useful thanks.
Back to the drupal idea… someone mentioned that this wouldn’t work on Drupal because pingbacks aren’t enabled by default but that’s actually wrong.
In fact the pingbacks only need to be enabled on the blogs that you get the links FROM. So regardless of whether you’re using pingbacks or not on your site you could still do it with Drupal and get links from all the Wordpress sites.
I’m sure someone will write it sooner or later… if they haven’t already.
I added your plugin to a new blog and was indexed in both G & Y in 1 day.
Great job.
Hi,
I don’t know Elli but it looks to me that every time you write a post using this plug-in, you link to quite a few other sites and hope to get some links too, which may come or not.
this looks great thanks..
This one helluva plugin! Thanks for sharing, mate!
Ok, this is just plain genius. I can’t think of a simpler approach with such ease of automation. Indeed this makes each and every post one does much fuller with relevant content.
Big thanks and consider us much more than willing to not jack with that code to ensure your linkback. Your kind of contribution has earned that and I would encourage everyone else to do the same.
1 question however…are the parsed posts used for pingback to the other blogs…are those DoFollow or NoFollow or controllable in the plugin set-up?
Thanks again!
Great idea, going to give it a try.
Ping Crawl is a good tool for updating pinging data quickly.
PingCrawl looks like an useful plugin.
Hey thanks for coming out with this tool eli I like it..
Hey this is very very useful!Thanks!I will definitely bookmark your site!It has given me lots of helps!
great plugin. thanks.
I’m using wordpress since very long time. This seems to be a good plugin, will git a try.
thank you I have to download the plugin
Ping Crawl looks like a good tool for backlinks update.
Great plugin, I will download it now.
Thanks for the tip I love your link building Ping Crawl. Very Useful. Great Site overall Kudos
Looks like a nice plugin, thanks for sharing!
This seems to be an interesting plugin, as it will gather other related posts below the main post. It will lead to good output for information.
@cool plugins@ about “new word-press”,mention probably your hard work behind this,everything is great here>>>
Nice little plugin! Thank you for sharing
Hi I got so many ideas from this info.. you have give good info…
Thanks
Moin
Hello Eli,
I did upload the .zip file into my wordpress via the backend function “ad plugin” but once I want to activate it i get the following error message:
“Plugin could not be activated because it triggered a fatal error.Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /mnt/web2/42/75/5991775/htdocs/blog/wp-content/plugins/pingcrawl.php on line 13″
Maybe you can help mw with that one. What is wrong?
Best
Tobias
Greeting Tobias I have the same problem and I find it very hard to believe that all of the comments are legit.
If anyone was actually using is since the most recent WP update, it would surely have generated a lot more error comments than what is shown here.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /mnt/web3/42/75/5995/htdocs/xxxxxx.com/html/wp-content/plugins/pingcrawl/pingcrawl.php on line 13
This looks a lot more functional than the similar posts plugin I usually use.
Works great I dont know if I am getting backlinks
Anybody has used for a while and see positive differences?
Dang, that stupid math question gets me everytime. Since I don’t want to type for another 5 minutes what had before I will summerize.
Great article, will check it out.
My blog is already very slow and take much time to load. But i want to use this plug in looks good for interlinking purpose. Any solution….please for my blog
Thanks
I have the same worry like other blogger, as my Best Buy And Idea Blog is hosted at free server, quite often I receive complaints about delayed loading. Anyway I will give it a try. I agree that is a brilliant idea and every blogger should give it a try.
This thing saved the day! I had been searching this kind of a thing for my blog. I really appericiate your ideas & i am totally with it. I would reccomand this to you
That sounds like a really good plugin as getting deep backlinks is always on the top of every one’s mind.
Sounds fantastic, in fact a little too good to be true! has anyone actually had proof this is beneficial for their Search Engine Optimisation, or is it still at trial and error stage?
thank you first for advising me ..because i was searching for a web hosting for my site too and was planning to go for blue hosting as it is cheap..but now i will find out a different option…
I need this, thanks…
Nice post…..Gives you a insight about the marketing and how to sell products to our customers.I believe this is the trust that we need to build up with our readers and our customers…when it to marketing and sales , there has to be trust and mutual responsibility.
YOU MAKE MY WORK MORE EASIER THAN EVER BEFORE,REALLY THANKS FOR THIS POST!
Good article …it is really helpful. I would want to thank the author for writing this article.
I really appericiate your ideas & i am totally with it.
I would reccomand this to you, these are very helpful.
Just worked with it. Pretty good Plugin. Thanx for posting.
wow!! I saw this plugin being talked already about at BHW, I’ll definitley try this one. But just want to ask a question, are the backlinks generated by this plugin are most likely related to the post.This looks amazing - if it works this will breathe some new life into so many of my WP blogs!thank you!!!
Great theme. Amazing color scheme. Love the SEO compatibility.
This is a really cool idea because not only does it obtain backlinks, it’s fairly white-hat because it provides some value to readers.
i was searching for a web hosting for my site too and was planning of buying blue hosting as it is cheap..but now i will find out a different option…thank you for advising me and i m glad u have offered your help to me ..because
This PingCrawl really awesome plugin thanks !
This plugin seems interesting, I like the concept, it sounds like I am going to have to give it a shot for sure!
Awesom great plugin , i will use this on my blogs to see ho wit go’s..thx:)
Great post
I’m about to test this out on one of my blogs and see how it rates against a similar blog I have and see the difference it makes. Thanks for what seems to be a great tool!
Sweet as this is a brilliant plugin. Thanks a lot.
I must admit this is a really a great post. the sender must be appreciated for this post. Will await similarly useful posts like this.
seo plugin for word press is excellent!
This is going on my New Internet Business site immediately. It really is awesome - I can’t wait to try it.
Cool plugin.
cool plugin but difficut to set up
Just like many other people I get the ‘
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ ‘errors.
I think this plug in needs to be updated for new versions of wordpress.
Excellent Article
Hi man, first of all i would request you to please add me as your subscriber for all the blue hat seo information. I am going to set up the pingcrawl plugin for some blogs out there.. I don’t knw how to thanks you..
keep it up..
Awesome plugin. I’m about to install….thanks very much.
The reason why this plugin gives error (Fatal error: Call to a member function asXML() on a non-object) on some hosts is this: “Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /www/MW_qXPcqcG/wp-content/plugins/pingcrawl.php on line 67″.
Unfortunately, one should talk to the hosting provider about this one
nice plugin.ı will try it and ı read your blog.
Long time reader first time poster… thanks Eli
This looks fantastic…. im going to try it this weekend and ill make sure i post back to let you know how it goes
Nice Plugin. Thanks for the headsup.
Guy
Nice tool…
Thanks a million.
Great plugin. Kudos to you for sharing it.
Is this likely to drain PR?
I can’t believe it took me this long to find this. Great plugin thanks!
Any word on the error
“comParse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /var/hsphere/local/home/rmeeuwse/synthasiter.com/wp-content/plugins/pingcrawl.php on line 13″
Is it outdated php?
Brilliant.
Lovely idea/plugin…
Much appreciated’
PingCrawl is a great plugin for wordpress, thank you for this.
Thanks a lot , it really helps us keep robots informing of latest updates.
Cheers
It works pretty much automatically once it’s installed on wordpress.
This is a great little wordpress plugin.
I want to use this plugin. but i have just one question. will it not slow down the shared hosting server for using large system resources? I fear that my SHARED hosting account for an autoblog might be closed down due to this plugin!!
This sounds like a really awesome plugin, but I am a little concerned about being tagged as spam. Has anyone had any issues with this so far?
just discovered this plugin and i can say it seem awesome … cheers and keep bringing new things
Wicked plugin and im going to download and install this to my blog, thanks
well ..i ve seen this plugin in many blogs but i always wondered the name…glad that you gave a good description….im gonna definitely have this plugin on my blog
hope this plugin is usful.
thanks
gurtey
I try to set up this plug in and i got an error. Anyone can help me?
this plugin is top in my books
Let us see on my blog.
Nice sites..
add to my knowledge about SEO.
I must say! I really like this plugin…that explains the pingback bonanza that’s going on.
Очень понравился ваш блог! Подписался на rss. Буду регулярно читать.