En sağlam budur arkadaşlar

Tıkla

yada manuel kurulum için;



* PMspy.php dosyası source hedefine kopyalanacaktır
* PMspy.template.php dosyası theme/ default hedefine kopyalanacaktır

ana dzinde/index.php dosyasında
Bul:

'pm' => array('PersonalMessage.php', 'MessageMain'),
Sonrasına ekle:

'pmspy' => array('PMspy.php', 'PMSpyMain'),
source/ModSettings.php dosyasında
Bul:

array('check', 'enableReportPM'),
Sonrasına ekle:
array('text', 'pmspy_read'),
Bul:

$config_vars = array(
Öncesine ekle:

$txt['pmspy_read'] = "PmSpy Kullanabilecek Olan Kullanıcıların Idsi<br /><small>Aralarda virgül olacak şekilde Mesela 1,2</small>";
source/QueryString.php dosyasında
Bul:
// Return the changed buffer.
Öncesine ekle:

    $buffer = preg_replace('/<a href=\"http:\/\/www.simplemachines.org\/about\/copyright.php\" title=\"Free Forum Software\" target=\"_blank\">SMF &copy; 2006-2007, Simple Machines LLC<\/a>/', '<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF &copy; 2006-2007, Simple Machines LLC</a><br /> <a href="http://www.smfciyiz.biz/index.php" target="blank_">Bu Sitedeki Ozel Mesajlar PmSpy 1.2.0 Ile Denetlenmektedir</a>' , $buffer);
    $buffer = preg_replace('/<a href=\"http:\/\/www.simplemachines.org\/about\/copyright.php\" title=\"Free Forum Software\" target=\"_blank\">SMF &copy; 2006, Simple Machines LLC<\/a>/', '<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF &copy; 2006, Simple Machines LLC</a><br /> <a href="http://www.smfciyiz.biz/index.php" target="blank_">Bu Sitedeki Ozel Mesajlar PmSpy 1.2.0 Ile Denetlenmektedir</a>' , $buffer);
    $buffer = preg_replace('/<a href=\"http:\/\/www.simplemachines.org\/about\/copyright.php\" title=\"Free Forum Software\" target=\"_blank\">SMF ? 2001-2006, Lewis Media<\/a>/', '<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF &copy; 2001-2006, Simple Machines, Lewis Media</a><br /> <a href="http://www.smfciyiz.biz/index.php" target="blank_">Bu Sitedeki Ozel Mesajlar PmSpy 1.2.0 Ile Denetlenmektedir</a>' , $buffer);
alıntı