#1
|
|||
|
|||
Multi Account
I want know if there is anything to controll and bann to a user with multiaccount
Thank you so much |
#2
|
||||
|
||||
RE: Multi Account
You can ban them normally, but I don't really know. I'm not sure if IPs are checked, but you could do a check to make sure that the email doesn't exist (while signing up) so that a user can't register twice. That might already be a feature, though.
If that's what you're thinking of, I can help with the code. :D |
#3
|
|||
|
|||
RE: Multi Account
You mean ban a user with multiple accounts? You can delete users one at a time in the Admin CP, however there isn't currently a tool to ban multiple users or accounts at once.
|
#4
|
||||
|
||||
RE: Multi Account
MyBB doesn't even have the function to ban multiple users at the same time. But that doesn't mean it can't be done.
Also the solution to making only one account allowed per IP is fairly simple. In your register.php find where it says" PHP Code:
PHP Code:
PHP Code:
Then find the where it says PHP Code:
And place this at the end, but inside the perenthesis: PHP Code:
Code:
`ip` varchar(20) NOT NULL, PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multi Alternate Images | Taintedkitten | Questions and Supports | 3 | 01-10-2013 08:44 PM |
multi breeding classes | maximillion | Suggestions and Feature Requests | 4 | 09-08-2011 09:28 PM |
Another multi-currency question. | Tequila | Questions and Supports | 10 | 02-04-2011 11:00 PM |
Multi-cash integration | PTGigi | Questions and Supports | 4 | 02-02-2011 04:12 PM |
AEF Multi | AllMw2 | Other Chat | 5 | 06-02-2010 01:30 PM |
What's New? |
What's Hot? |
What's Popular? |