عصي الدمع
19 - 8 - 2006, 10:24 AM
هذا الهاك يجعل عملية ارسال رسالة خاصة تتطلب من العضو ان يشارك ب15 مشاركة قبل الارسال
( مع امكانية تغيير العدد )
طريقة التركيب
&&&&&&&&&&&&&&
افتح private.php الموجود في مجلد منتداك الرئيسي
************************************************
* ابحث عن
************************************************
//check usergroup of user to see if they can use PMs
$permissions=getpermissions($forumid);
if (!$permissions[canusepm]) {
show_nopermission();
}
************************************************
* بعدها مباشره ضع:
************************************************
// checking the user post before sending private message
$posts_needed_to_use_pm = 15;
$post_sub = $posts_needed_to_use_pm - $bbuserinfo[posts];
if($post_sub > 0) {
eval("standarderror(\"".gettemplate("error_new_use r_pm")."\");");
exit;
}
// end hack
( مع امكانية تغيير العدد )
طريقة التركيب
&&&&&&&&&&&&&&
افتح private.php الموجود في مجلد منتداك الرئيسي
************************************************
* ابحث عن
************************************************
//check usergroup of user to see if they can use PMs
$permissions=getpermissions($forumid);
if (!$permissions[canusepm]) {
show_nopermission();
}
************************************************
* بعدها مباشره ضع:
************************************************
// checking the user post before sending private message
$posts_needed_to_use_pm = 15;
$post_sub = $posts_needed_to_use_pm - $bbuserinfo[posts];
if($post_sub > 0) {
eval("standarderror(\"".gettemplate("error_new_use r_pm")."\");");
exit;
}
// end hack