مناقشة موضوع أخواني أرجو ا منكم بعد الله عز وجل الحل ..!! في مشاكل وحلول الـ مواقع; السلام عليكم ورحمة الله وبركاته أخواني الكرام توجد عندي مشكله بالمنتدى وهي أني أعتقد يوجد شخص يدخل للوحة التحكم ويعبث بها كما يشاء كيف لي أن أعرف هذا الشخص وأن كانت صلاحيات عضويتي غير كامله كيف لي أن أ ...
فهمت الحين أخوي تبيني أبحث بالمفكره اللي طلعت لي ..!!
طيب ممكن طريقة البحث مع العلم ان هذا اللي طلعلي بعد الضغط على الخيار
روابط عناوين المساعدة السريعة تنفيذ مواضيع معينة Restricting access to the Admin Log العناوين العامة About Control Panel Log
تنفيذ مواضيع معينة Restricting access to the Admin Log You can restrict access and pruning access to the Admin Log by adding or modifying two variables in config.php.
Access control to the admin log is not controlled through the control panel for security reasons. Access to the admin log is controlled with two variables which are located in includes/config.php file.
Both variables can take either a single number, or a list of numbers separated by commas, each representing userids which have access to the admin log.
If you would like to change the current access permissions to the adminlog,, you may do so by opening includes/config.php in a text editor and modifying the following variables
$config['SpecialUsers']['canviewadminlog'] = '1,10'; $config['SpecialUsers']['canpruneadminlog'] = '1';This will restrict viewing access to this script to only you (usually userid 1) and the member with userid 10. Access to prune entries from the log is restricted to you (usually userid 1).
If the $canviewadminlog line is omitted from config.php, or if the value is blank ($canviewadminlog = '';), all administrators will have access to view and prune the admin log. Conversely, if the $canpruneadminlog line is omitted or blank, nobody will be granted pruning permission.