The easiest way to remove this would be to delete the module and then delete the files.John T. Folden wrote:Thanks for this.
If one were to choose to install this and then later remove it, how would one undo whatever install_pm_spy.php is doing?
Thanks again,
John
hi, i've gone over the install process 3 times now but always get the same error code. i belive that all the files are loaded into the correct files on the database so i really cant see why it's not working for me.david63 wrote:Check that you have uploaded all of the files correctly.darkside add wrote:just tried to install this mod, i have managed to get it to appear in the acp but when i try to test it i get this general error code
Module file ./../includes/acp/acp_pm_spy.php does not contain correct class [acp_pm_spy]
any idea what i can do to solve this?
thanks
add
The only other thing that I can think of is that you have a corrupt file. Try re downloading the files and uploading to your site.darkside add wrote:hi, i've gone over the install process 3 times now but always get the same error code. i belive that all the files are loaded into the correct files on the database so i really cant see why it's not working for me.
Code: Select all
<?php
/**
*
* acp [English]
*
* @package disclaimer
* @version 1.0.0
* @copyright (c) 2008 david63
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'ACP_PM_SPY' => 'PM Spy',
'AUTHOR_IP' => 'Auteurs IP',
'DATE' => 'Datum',
'DELETE_PMS' => 'Verwijder PM’s',
'NO_PM_SELECTED' => 'Geen PM’s geselecteerd',
'PM_BOX' => 'PM box',
'PM_SPY_READ' => 'Priveberichten-lijst',
'PM_SPY_READ_EXPLAIN' => 'Hier is een overzicht van alle prive-berichten van je forum.',
'TO' => 'Aan',
'TOTAL_USERS' => 'Totaal aantal gebruikers',
'PM_COUNT' => 'Berichtenaantal',
'INSTALL_NOT_DELETED' => 'De installer voor deze mod is niet verwijderd. Verwijder het bestand.',
'PM_HOLDBOX' => 'Held',
'PM_INBOX' => 'Postvak In',
'PM_NOBOX' => 'No box',
'PM_OUTBOX' => 'Postvak Uit',
'PM_SAVED' => 'Saved',
'PM_SENTBOX' => 'Verzonden',
'SORT_FROM' => 'Van',
'SORT_TO' => 'Naar',
'SORT_BCC' => 'BCC',
'SORT_PM_BOX' => 'PM box',
'LOG_PM_SPY' => '<strong>PM’s verwijderd door PM Spy</strong><br />',
));
// Install
$lang = array_merge($lang, array(
'NO_FOUNDER' => 'Je hebt niet de rechten om deze mod te installeren - eigenaar-status benodigd.',
'INSTALL_PM_SPY' => 'PM Spy Mod installeren.',
'COMPLETE' => 'Installatie compleet ...',
));
?>
no box are when they aren't read yet and holdbox... don'tknow that one, but maybe when a person has reached their limit & the PM is on hold, so maybe something like "ongelezen" or "geen postvak" and "in de wacht"Mathijs_ wrote:PM_HOLDBOX
PM_SAVED
PM_NOBOX
There is a note in the Author's notes in the install.xml file stating just that.barryoneoff wrote:if I am right I hope anyone using it informs their members that their PM's are no longer private.
yeah, but the admins can set that option to 'yes' anyway, can't they?david63 wrote:By default anyone who is a Full admin will have permission but you can change the permission on the Misc tab > Can view user's PM'smej284 wrote:Is it set up for all admins to view the pm's or only the founders.
Can you expand on what you mean.VictorSkins wrote:a kind of filter/search box would be nice