dir|^|Packages
file|^|Packages/modification.php|^|643|^|1064253843
global $db_prefix, $YaBBversion;
$pos = strpos($YaBBversion, "YaBB SE 1.5");
if (!($pos === false))
$myversion = '1.5+';
if ($myversion == '1.5+')
{
rename('Packages/modification1.5.x.mod', 'Packages/modification.mod');
unlink('Packages/modification1.4.1.mod');
}
else
{
rename('Packages/modification1.4.1.mod', 'Packages/modification.mod');
unlink('Packages/modification1.5.x.mod');
}
if (file_exists("Packages/uninstall.php"))
unlink("Packages/uninstall.php");
if (file_exists("Packages/uninstall.txt"))
unlink("Packages/uninstall.txt");
if (file_exists("Packages/uninstall.sql"))
unlink("Packages/uninstall.sql");
?>file|^|Packages/modification.txt|^|238|^|1064253844
This mod adds a link in the Admin Center to bring up a screen that lists all members that have not posted since registering.
They are sorted by date of registration, which is displayed. Select those you wish to delete and click "delete".file|^|Packages/modification1.4.1.mod|^|833|^|1064253844
';
if ($myversion == '1.5+')
{
rename('Packages/modification1.5.x.mod', 'Packages/modification.mod');
unlink('Packages/modification1.4.1.mod');
}
else
{
rename('Packages/modification1.4.1.mod', 'Packages/modification.mod');
unlink('Packages/modification1.5.x.mod');
}
if (file_exists("Sources/ViewNoPostMembers.php"))
{
echo 'Removing ViewNoPostMembers.php
';
unlink("Sources/ViewNoPostMembers.php");
}
?>file|^|Packages/uninstall.txt|^|62|^|1064253846
Trying to run uninstall files for viewnopostmembers.mod.yp....dir|^|Sources
file|^|Sources/ViewNoPostMembers.php|^|6481|^|1064253846