[ABD] PM Spy

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

[ABD] PM Spy

Post by david63 »

Classification: Add-on

MOD Name: PM Spy
MOD Version: 0.0.1
MOD Description: Adds an Admin option to list/read/sort all of the board's PM's with the ability to delete PM's.

Language: English

Licence: GNU General Public License v2

Installation Level: Easy
Installation Time: ~3 Minutes
Format: Modx

Download File: Download

I fully understand that to some having the ability to read a user's Private Messages is considered to be "underhand", and in some countries, possibly illegal. If you have any doubts, or concerns, then do not download and install this mod.
Last edited by DavidIQ on Sat Mar 14, 2009 4:24 am, edited 1 time in total.
Reason: Marked as abandoned
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Topdrag
Registered User
Posts: 107
Joined: Mon Jun 25, 2007 6:07 pm
Location: Minnesota

Re: [BETA] PM Spy

Post by Topdrag »

Do you possibly have any screenshots of this MOD for users to see?
Image
User avatar
Origin30
Registered User
Posts: 122
Joined: Wed Sep 19, 2007 1:41 pm

Re: [BETA] PM Spy

Post by Origin30 »

Looks good, installing now!
User avatar
Topdrag
Registered User
Posts: 107
Joined: Mon Jun 25, 2007 6:07 pm
Location: Minnesota

Re: [BETA] PM Spy

Post by Topdrag »

I am having one little issue. I am unable o view the module in the ACP after the install process. I have checked the permissions and they seems to be correct. Any ideas?
Image
User avatar
Origin30
Registered User
Posts: 122
Joined: Wed Sep 19, 2007 1:41 pm

Re: [BETA] PM Spy

Post by Origin30 »

Have this on viewing pm spy in mods.

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/acp/acp_pm_spy.php on line 112: Undefined index: NO_PM_DATA

Warning: Cannot modify header information - headers already sent by (output started at includes/functions.php:2989) in /adm/index.php on line 149

Warning: Cannot modify header information - headers already sent by (output started at includes/functions.php:2989) in /adm/index.php on line 151

Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2989) in /adm/index.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2989) in /adm/index.php on line 153
User avatar
Origin30
Registered User
Posts: 122
Joined: Wed Sep 19, 2007 1:41 pm

Re: [BETA] PM Spy

Post by Origin30 »

Just spotted, the above error is only where there are no pm's in the system, working okay when there are.
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany

Re: [BETA] PM Spy

Post by darkonia »

very nice mod, easy installation, no errors so far.
thx :ugeek:
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [BETA] PM Spy

Post by david63 »

Topdrag wrote:I am unable o view the module in the ACP after the install process.
That looks as if something has gone wrong with the install process. Did you copy all of the files over correctly before you ran install_pn_spy.php?

@Origin30 - that is a missing language variable and will only show id you have debug turned on. Will be fixed in next version. Thanks.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Topdrag
Registered User
Posts: 107
Joined: Mon Jun 25, 2007 6:07 pm
Location: Minnesota

Re: [BETA] PM Spy

Post by Topdrag »

Yes I did. I made sure everything was uploaded and ready to run.
Image
ibelphegor
Registered User
Posts: 453
Joined: Wed Oct 24, 2007 8:37 am

Re: [BETA] PM Spy

Post by ibelphegor »

Hi david63,
Thanks for the mod work great.

Can you make that PM's that still not read be with different color?
For example if X sent to Y And Y not read So X & Y will be red.

Regards,
uzi.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [BETA] PM Spy

Post by david63 »

ibelphegor wrote: Can you make that PM's that still not read be with different color?
If they are in "No box" then they are unread.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
ibelphegor
Registered User
Posts: 453
Joined: Wed Oct 24, 2007 8:37 am

Re: [BETA] PM Spy

Post by ibelphegor »

david63 wrote:
ibelphegor wrote: Can you make that PM's that still not read be with different color?
If they are in "No box" then they are unread.
Yes, i know that but i but for me different color will be best.
Insomniac'
Registered User
Posts: 51
Joined: Tue Sep 11, 2007 11:37 pm

Re: [BETA] PM Spy

Post by Insomniac' »

A french translation for the info_acp_pm_spy.php :

<?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' => 'Espion MP',
'AUTHOR_IP' => 'IP Auteur',
'DATE' => 'Date',
'DELETE_PMS' => 'Supprimer les MP',
'NO_PM_SELECTED' => 'Aucun MP sélectionné',
'PM_BOX' => 'Boite MP',
'PM_SPY_READ' => 'Liste des messages privés',
'PM_SPY_READ_EXPLAIN' => 'Ici vous trouverez la liste de tous les messages privés de votre forum.',
'TO' => 'A',
'TOTAL_USERS' => 'Total des utilisateurs',
'PM_COUNT' => 'Compte des messages',

'INSTALL_NOT_DELETED' => 'Effacer lefichier pour installer ce module',

'PM_HOLDBOX' => 'Lu',
'PM_INBOX' => 'Dans la boite MP',
'PM_NOBOX' => 'No box',
'PM_OUTBOX' => 'Hors de la boite MP',
'PM_SAVED' => 'Sauvegardé',
'PM_SENTBOX' => 'Envoyé',

'SORT_FROM' => 'De',
'SORT_TO' => 'A',
'SORT_BCC' => 'BCC',
'SORT_PM_BOX' => 'Boite MP',

'LOG_PM_SPY' => '<strong>MP supprimés</strong><br />',
));

// Install
$lang = array_merge($lang, array(
'NO_FOUNDER' => 'Vous ne pouvez installer ce module. Vous devez disposer du statut Fondateur.',
'INSTALL_PM_SPY' => 'Installation de MP Espion',
'COMPLETE' => 'Installation résussie...',
));

?>
ttuu
Registered User
Posts: 224
Joined: Wed Feb 13, 2008 6:28 pm

Re: [BETA] PM Spy

Post by ttuu »

and hebrew translation its hare:

Code: Select all

<?php
/**
*
* acp [hebrew]
*
* @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'			=> 'מרגל ההודעות הפרטיות',
	'AUTHOR_IP'				=> 'של כותב ההודעה IP',
	'DATE'					=> 'תאריך',
	'DELETE_PMS'			=> 'מחק הודעות פרטיות',
	'NO_PM_SELECTED'		=> 'לא נבחרו הודעות פרטיות',
	'PM_BOX'				=> 'תיקיית הודעות פרטיות',
	'PM_SPY_READ'			=> 'רשימת הודעות פרטיות',
	'PM_SPY_READ_EXPLAIN'	=> 'זאת רשימת ההודעות הפרטיות של כל המשתמשים בפורום.',
	'TO'					=> 'אל',
	'TOTAL_USERS'			=> 'כל המשתמשים',
	'PM_COUNT'				=> 'מספר הודעה',

	'INSTALL_NOT_DELETED'	=> 'קובץ התקנת המוד עדיין לא נמחק',

	'PM_HOLDBOX'			=> 'טיוטות',	
	'PM_INBOX'				=> 'דואר נכנס',
	'PM_NOBOX'				=> 'ללא תיקייה',
	'PM_OUTBOX'				=> 'דואר יוצא',
	'PM_SAVED'				=> 'הודעות שמורות',
	'PM_SENTBOX'			=> 'הודעות שנשלחו',

	'SORT_FROM'				=> 'מאת',
	'SORT_TO'				=> 'אל',
	'SORT_BCC'				=> 'עותק מוסתר',
	'SORT_PM_BOX'			=> 'תיקיית הודעות פרטיות',
	
	'LOG_PM_SPY'			=> '<strong>הודעות פרטיות נמחקו על ידי מרגל ההודעות הפרטיות</strong><br />',
));

// Install
$lang = array_merge($lang, array(
	'NO_FOUNDER'				=> 'אינך מורשה להתקין את המוד - עליך להיות מחובר כמייסד.',
	'INSTALL_PM_SPY'			=> 'מתקין מוד מרגל ההודעות הפרטיות',
	'COMPLETE'					=> 'התקנה הושלמה ...',
));

?>
chicochaleur29
Registered User
Posts: 50
Joined: Tue Jun 03, 2008 2:38 pm

Re: [BETA] PM Spy

Post by chicochaleur29 »

hello, i have an error when i execute install_pm_spy.php

I use mysql 4
it's compatible?

Return to “[3.0.x] Abandoned MODs”