John
Forum Replies Created
-
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5You have it activated when you try and install?
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5<?php
/* Don’t remove this lines. */
require(‘./wp-blog-header.php’);
require_once(“wp-content/plugins/stats/class/Stats.php”);
get_header();
$Stats = new Stats();
$Stats->install();
?>
<?php get_sidebar(); ?><?php get_footer(); ?>
Try that for install, or try new link https://blog.noontide.ca/files/wp-advanced-stats.zip lol this is not my day. Sorry about it being so hard to install.
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5Thanks for the error message. I had some of my slashes the wrong way. Works in windows but not in unix. This one should now work https://blog.noontide.ca/files/wp-advanced-stats%20(Unix%20Safe).zip
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5If either you is up to it it’s just making a table where table is your prefix + stats (For example “wp_stats”). I’m going to try and fix it right now though if you not so give me a moment.
CREATE TABLE".Table."
(id
int(11) unsigned NOT NULL auto_increment,username
varchar(100) NOT NULL default ”,ip
varchar(15) NOT NULL default ‘127.0.0.1’,time
datetime NOT NULL default ‘0000-00-00 00:00:00’,referrer
varchar(255) default NULL,keyword
varchar(255) default NULL,location
varchar(100) NOT NULL default ”,url
varchar(100) NOT NULL default ”,page
int(11) unsigned NOT NULL default ‘0’,version
double default ‘0’,browser
varchar(255) NOT NULL default ”,referrercomplete
text NOT NULL,OS
varchar(255) NOT NULL default ‘Unknown’,PRIMARY KEY (id
)) TYPE=MyISAM;”;Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5The install file?
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5Copy it over with this one (https://blog.noontide.ca/files/wp-advanced-stats-install.phps) it’s got the class hardcoded in. Your on a linux host right?
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5Have you activate the plugin before you tried to install?
Forum: Plugins
In reply to: Nicer archives for 1.5; Statistics for 1.5I’m using it with 1.5 (I wrote it as well ?? so any problems bitch at me about them)
Forum: Requests and Feedback
In reply to: Built-in statistics$10 is ridiculous, check out my free plug-in. It’s actually an improvement on an existing one but adds many substantial features. We needed a stats plugin for our blog, and like all good programmers didn’t like what we see, and like all great programmers, wrote our own. Stump link: Our homepage. Hope you like the stats!
Forum: Plugins
In reply to: wp-useronlineYou probably don’t need to delete the table. Are you calling the record of the useronline?
Forum: Plugins
In reply to: wp-useronlineIt won’t install because the table is already there. The warning is because it think that there’s no one online.
Forum: Plugins
In reply to: grins xhtml 1.0 trans not complianttry & amp ; (remove spaces) you should also switch from the wp-online plugin to https://blog.noontide.ca/?p=9 pretty much the same functionalite but the page that display is more standards compliant
umm wait, I see
you don’t fill it in $SI_db[‘username’] you fill it in the
$SI_db[‘username’] = “fill in here”;You have to fill in your mysql username and password and database there
In your configues what is $SI_db[‘database’] = set to?