Unclutter - Get Inactive Website Status

Mark

Administrator
Staff member
VERSION 0.1#

What does it do?
This plugin will display the website response code on the manage inactive members page of the admin panel. If a website is dead, unregistered, unhosted etc you can investigate and remove.

How do I use it?
Go to your manage inactive members page of your admin panel, and you will see a status column along with the header response from your members websites.

Installation:
Upload zip file via your admin panel plugin manager.

note: for version Visiolist 0.9 or lower you will need to edit sources/admin/inactive.php to create the appropriate hook location. The following only applies if you are using 0.9 or lower

find:
PHP:
eval (PluginManager::getPluginManager ()->pluginHooks ('admin_manage_member_loop'));
add AFTER:
PHP:
eval (PluginManager::getPluginManager ()->pluginHooks ('admin_manage_inactive_member_loop'));


next, find:
PHP:
<th align="center" width="1%">{$LNG['a_man_inactive_in']}</th>
add AFTER:

PHP:
{$extra_heading}

Next, find:
PHP:
<td align="center">{$in_overall}</td>
add AFTER

PHP:
{$extra}


report any bugs or suggestions for improvement.
 

Attachments

autosurf

Active Member
I just installed the plugin and incorporate changes ...
ìl works fine on my side, 15 members ^ ^
Mark thank you for this plugin can be very useful :)
 
Top