Version: 1.00, by PHPGeek2k3
Developer Last Online: Sep 2013
Version: 3.5.4
Rating:
Released: 03-01-2006
Last Update: 03-03-2006
Installs: 24
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
!!!!!!!!!!!!!!!!!!!!!!!! WARNING WARNING THIS IS IN BETA / DEVELOPMENT STAGE STILL WARNING WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!
You ask what does this do?
well it checks the user against a list of usergroups / userids to see if we need to check to see if there is a possible chance of multiple people from different IP's are using the same user login information.
You also Ask how is this different from AE Multiple Login Detection Plugin?
Well the AE Multiple Login Detection Plugin only detects if one person on the same computer has logged in by setting a cookie and every time someone logs in on the computer it checks that cookie for a list of usernames and basis its report off that.
This Plugin is more for detecting password sharing.
Current Feature List
Only check specified users set in vbulletin options
Only check users of specified usergroups set in vbulletin options
after x ammount of events change password to either a set password set in vbulletin options or a random password generated by the system
Prune events after x ammount of seconds set in vbulletin options
Cron job to prune user events & change user passwords that have forgone the event threshold
Admin Interface to do add/edit/list Ips that are being ignored
Admin interface to list events
Send Notification PM of an event to a list of admins set in vbulletin options
Send an Notification email of an alert/event to a list of admins set in vbulletin options
Post a Notificaiton thread upon an alert/event trigger to a specified forum set in vbulletin options
Possibly more that i cant think of off the top of my head
Known bugs that dont effect operation of this hack or performance of your board.
Cant edit Ignore IP's in AdminCP
Cant Prune Events in AdminCP
unable to edit ignore ips in the AdminCP interface
How do i install this?
Download & unpack the zip file
import /includes/xml/product_multiuser.xml from admincp
edit your settings to reflect your installation
Version Informaiton
1.0 - Initial Release
1.0.1 - Install XML Fix - Removed ENGINE from sql query calls in produc xml file
I can not even unistall it.... keeps giving me sql errors.... and freezes in 3.54.
This will work for the time being....Go into phpmyadmin, get rid of the tables (add a table prefix as needed...and backup first!):
Code:
DROP TABLE IF EXISTS `mu_alert_core`;
DROP TABLE IF EXISTS `mu_alert_events`;
DROP TABLE IF EXISTS `mu_alert_ignored_ips`;
Then for the user table:
Code:
ALTER TABLE `user` DROP `has_alerts`;
ALTER TABLE `user` DROP `alert_id`;
ALTER TABLE `user` DROP `main_ip`;
ALTER TABLE `user` DROP `num_alerts`;
Then go into your settinggroup table and find "multiuser" and you should be able to delete the whole thing...
Go into your setting table, and search for all entries with "_mu_"
The rest is templates and such, and they are no problem to delete through the ACP without errors...and this should atleast get you past the SQL errors your running into...
This looks to be a great plug-in since I have this issue on my board. However I'm afraid to install it on a board with thousands of members. Is it stable enough is my question?
Can someone let me know exactly where to upload the stuff in the zip? I am not getting table errors, but everything is blank in the admin CP - this is something I NEEEEEED so if someone could help, I would appreciate it