ผู้เขียน หัวข้อ: registering multiple accounts  (อ่าน 938 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ smf

  • [color=green][i]"ถ้าคุณไม่สามารถอธิบายอย่างง่ายๆ ให้คนอื่นเข้าใจได้แล้วล่ะก็ แสดงว่าคุณยังเข้าใจมันไม่ดีพอ"[/i][/color]
  • Administrator
  • Hero Member
  • *****
  • กระทู้: 1,368
  • พอยท์: 5
    • ดูรายละเอียด
    • pordoo.com
    • อีเมล์
registering multiple accounts
« เมื่อ: 19 มีนาคม 2017, 00:49:51 »
hi i have a family type site and a parent will sit down and register themselves, then log out and attempt to register another family member.
message are waiting 30 or so minutes from registering

Run this query in phpMyAdmin to disable that check:
โค๊ด: [Select]
REPLACE INTO smf_settings (variable, value) VALUES ('disableRegisterCheck', 1);
or

disable_check.php
โค๊ด: [Select]
<?php
require('SSI.php');
updateSettings(array('disableRegisterCheck' => 1));
echo 
'All done!';
?>

All you need to do is upload that to your site, in to the same place as SSI.php you go to yoursite.com/disable_check.php

 

{}Login to chat