• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Kayashiteru

Member
Mở file registration.php tìm
PHP:
//Если регистрация закрыта,выводим предупреждение
if(core::
$deny_registration||!
$set
['mod_reg']) {
echo'<p>' .
$lng_reg
['registration_closed'] . '</
p>';
require ('incfiles/end.php');
exit;
}
Dán code này vào sau
PHP:
///Cam reg nick nay
$hieu98=mysql_result
(mysql_query
("SELECTCOUNT (`ip` FROM `users` WHERE `ip`='" . core::$ip. "'"),0);
if($hieu98==3) {
echo'<divclass="rmenu">Chúng tôi không cho phép đăng kí quá 3nick cho 1 người sử dụng</
div>';
require ('incfiles/end.php');
exit;
Các bạn có thể thay chỗ $hieu98==x , với x là số lần đăng ký nha!
 

Facebook Comments

New posts New threads New resources

Back
Top