Banned Members Log v 3.8.004 © Mosh Shigdar 2008 - 2009


Installation Instructions
=========================

1.  Upload "ban_log.php" to your forum's root directory.
    If upgrading then overwrite the previous file.

2.  Upload "ban_log_cron.php" to your forum's "/includes/cron" directory.
    If upgrading then overwrite the previous file.
	
3.  Upload "hooks_ban_log.xml" to your forum's "/includes/xml" directory.
    If upgrading then overwrite the previous file.
	
4.	Edit "config.php" in your forum's "/includes" directory.
	Note: This will only ever need to be done once, even when updating vBulletin
	      So, if you have already done this in a previous version, then there is no need to do it again.

	Find:

	//	****** DATABASE TYPE ******

	Above it, add:
	
	// add Mosh's datastore to specialtemplates, so it is loaded on with the main datastore
	$GLOBALS['specialtemplates'][] = 'ms_datastore';


5.  Import "ms_banned_member_log.xml" into vB using the AdminCP Product Manager. 
    If upgrading then set "Allow Overwrite" to "Yes".

6.  In the AdminCP, select "Scheduled Tasks -> Scheduled Task Manager".
    Then click "Run Now" for the "Banned Members Log - Calculate Banned Members" cron job.
    Note: This only needs to be done once, to get the banned count for the first time and add it to the datastore.
	      So, if you have already done this in a previous version, then there is no need to do it again.

7.  In "vBulletin Options > Banned Members Log", alter the settings to your liking.


Uninstall Instructions
======================

1.  Delete "ban_log.php" from your forum's root directory.

2.  Delete "ban_log_cron.php" from your forum's "/includes/cron" directory.
	
3.  Delete "hooks_ban_log.xml" from your forum's "/includes/xml" directory.
	
4.	Edit "config.php" in your forum's "/includes" directory.

	Find and delete:
	
	// add Mosh's datastore to specialtemplates, so it is loaded on with the main datastore
	$GLOBALS['specialtemplates'][] = 'ms_datastore';


5.  Uninstall the product in vB using the AdminCP Product Manager. 

