Crawl Rate Tracker and Wordpress 2.5 Manual Fix
Submitted by Kieran on Tuesday, 22 April 20086 Comments
A quick update on people that need the Crawl Rate Tracker to work with Wordpress 2.5 – just create the table manually.
I used phpMyAdmin to manually create the table in the required blog databases.
If you are planning on doing this, make sure you add you table_prefix if required. Double check what $table_prefix is set to in wp-config.php. Chances are it is “wp_” and you don’t need to change the code below.
CREATE TABLE `wp_sbtracking` ( `id` INT NOT NULL AUTO_INCREMENT , `robot_name` VARCHAR( 100 ) NOT NULL , `page_url` VARCHAR( 250 ) NOT NULL , `visit_time` INT NOT NULL , PRIMARY KEY ( `id` ) );
Simple fix.
Perhaps I might bodge together a working version of sbtracking-setup.php some time soon.
Related posts:

[...] Update – There is now a fix, apparently at Bloke. [...]
[...] вручную создать таблицу в БД, как показано тут [...]
[...] Über folgenden Link gibt es eine Lösung um das Problem zu fixen bloke.org [...]
[...] Crawl Rate Tracker (My 2.5 fix) [...]
Если не секрет, автор откуда родом?
Leave your response!
Related Posts
Categories
Apache »
Block Countries in Apache
Assuming you have mod_geoip installed in apache we can block certain countries in 6 lines of code.
I had a client who was experiencing an inhumane amount of spam on their phpBB forums, which are notorious …
CubeCart »
Using Wordpress header and footers externally
I needed to integrate a Wordpress header (header.php) and footer (footer.php) into an external application.
There are quite a few ways round this, but none are really ideal. For example, if you want to include an …
HTML, CSS, AJAX »
Ajaxrain.com hits 1,000 entries mile stone
Back in August last year I posted about a new resource called Ajax Rain that lists Ajax/Javascript/Dhtml examples and demos. Well, now they’ve hit over 1,000 entries.
Sites like this come and go all the time, …
PHP »
Convert phpBB IP Addresses
phpBB stores its IP addresses in a funky format. They’re useless to the human eye!
Convert them to normal IPs with the following code
SELECT CONCAT( CONV( substring( poster_ip, 1, 2 ) , 16, 10 ) , …
Wordpress »
Facebook Chat for Pidgin
My favourite instant messenger application just got better! There is now a plugin for Facebook.
pidgin-facebookchat is a Facebook chat plugin for Pidgin and other libpurple based messengers. It connects to the new Facebook Chat IM …
Tag Cloud
Cache cache control campaign id clip credit credit cards credit crunch Cricket cut and paste database database error Download Duplicate ETags extra points getItemHash Google hash values jpg jpeg Linux mysql database mysql server paste job Performance performance grade php cgi proxy quick test recession score single line Sitemaps sql errors sql syntax Super trickery Turbo tweaking Unzip website Wordpress wp WP-O-Matic xml sitemap YSlowRecent Posts
Most Commented
Most Popular