Well no link cause i can’t get it to run at all.. But beneath is the read me file. I want to ‘add to the database’ as is explaind. The line ‘primary key’ has me puzzled. Don’t know how and where 2 fill it out exactly
Plugin Information:
Plugin name: Who Is Online script…
Plugin URI: https://www.mcmike.nl/english
Author: Michiel ‘McMike’ Auerbach
Version: 3.5
IMPORTANT INFORMATION:
This script uses the COOKIE information stored by WordPress since I could not locate the standard user-name / author name
If you have this information please contact me ??
So sometimes the cookie-information is WRONG since I only use a simple hack to get thru this. I will work on a better output
offcourse. But I reckon its right 80 – 90% of the time ?? ??
VERSION INFORMATION:
V1.0 21/03/2005 – McMike – Started and finished the first version
V2.0 21/03/2005 – McMike – Started and finished the second version, this version runs on the sql-database that WordPress uses also.
V2.5 22/03/2005 – McMike – Upgraded the 2nd version the COOKIE problem is solved ?? ?? ??
V3.0 28/03/2005 – McMike – Upgraded small non-functional features
V3.1 08/04/2005 – McMike – Fixed a HUGE bug wich completly f*cked up the plugin !!
V3.5 08/04/2005 – McMike – New function wo_lastvisit() – Shows the last visit of a person
Upgrade installation:
V3.1 to V3.5
Simply overwrite the old wieonline.php file
Installation information:
Download the plugin
Unzip the plugin into you wp-content/plugin
Add to the database where wp also running in:
–START MYSQL QUERY–
CREATE TABLE wieonline
(
wo_id
int(11) NOT NULL auto_increment,
wie
varchar(255) NOT NULL default ”,
tijd
int(11) NOT NULL default ‘0’,
ip
varchar(255) NOT NULL default ”,
cookie
text NOT NULL,
PRIMARY KEY (wo_id
)
) TYPE=MyISAM AUTO_INCREMENT=0 ;
–END OF MYSQL–
Put somewhere in your script (where you want to view the last visitors:
<?php wieisonline(); ?>
## NEW FUNCTION SINCE V3.5 ##
<?php wo_lastvisit(); ?>
This function shows a simple line of information:
“Welcome back McMike, your last visit was on 08-04-2005 08:01:41”
You can alter this at line 21 of the wieonline.php
I you have any questions please mail me: [email protected] ??
Have fun ??