PingCrawl v2 Review

teampl4y4

Lame-o User
Apr 15, 2009
102
2
0
Dallas, Tx
www.spottedhere.com
So I finally got around to finishing PingCrawl v2.

Things I fixed:
  • Support for php4+
  • Wordpress 2.7 support
  • More shared hosting friendly
  • Adjusted hook usage

Shoot me a pm if you are interested in reviewing this on your wp.com blogs.

I am also in the works of polishing an admin to make it easy to manage the guy.
 
  • Like
Reactions: guerilla


It's encrypted this time. I looked at my old version and it wasn't.

Any particular reason? Has someone third party seen the code that can vouch for it?

Does it do anything some people may not be pleased about?
 
define("_ENCRYPTED_CODE_", "JTdGbUQlOTAlREMlQjFPLnZ6WiUzQ1lHJUI3JTgzViVFNUslRDclMkElOEFqdiVCNyVGRSVBRCUxRCU5R....
 
It's encrypted this time. I looked at my old version and it wasn't.

Any particular reason? Has someone third party seen the code that can vouch for it?

Does it do anything some people may not be pleased about?

Drake, same code.. but it still has the 12% link injection. People were taking that out in v1. Showing someone (3rd party) code wouldn't do anything, it would be impossible for them to verify the same code base got encoded.. that's why I am hoping the community will review.
 
Drake, same code.. but it still has the 12% link injection. People were taking that out in v1. Showing someone (3rd party) code wouldn't do anything, it would be impossible for them to verify the same code base got encoded.. that's why I am hoping the community will review.


It looks like it's actually 20% injection rate.
 
Depends how many tags/blogs you are going after and what sort of hosting you have.

There is a way to increase the timeout,

Code:
Author URI: http://www.bluehatseo.com and http://joshteam.wordpress.com
*/
set_time_limit(360);

if(!class_exists('PingCrawl')) {

I go 2 blogs per tag, and rarely more than 3 tags on shared hosting @ Hostgator. Usually works out ok.
 
Haha, no need for donations. Just appreciate keeping the 10% link injection in for me :) Do you mind testing 2.02 with an autoblogger? It should work w/ them now (unless the autoblogger work outside the wp framework)
I use Pingcrawl on "by hand" blogs.

My autoblogging is all done by XML-RPC.

Sorry.
 
I'm getting these errors:

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 2: parser error : Start tag expected, '<' not found in /xxxxx/fxxxxz/public_html/xxxxxxxx/wp-content/plugins/pingcrawl2.php on line 121

Warning: simplexml_load_string() [function.simplexml-load-string]: in /home/xxxxxx/public_html/xxxxxx/wp-content/plugins/pingcrawl2.php on line 121

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/xxxxxx/public_html/xxxxxxxx/wp-content/plugins/pingcrawl2.php on line 121

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/xxxxxxxxx/wp-content/plugins/pingcrawl2.php:121) in /home/xxxxxxx/public_html/xxxxxxxx/wp-includes/pluggable.php on line 865



I don't know much about code and whatnot. Am I just a retard?