Current time: 05-20-2012, 09:43 AM Hello There, Guest! (LoginRegister)




MySubscriptions, Donation Bar, MyDownloads, MyAchievements and support for our free and paid plugins. All that for $7!

Advertise Here!
Are you looking to advertise on this forum? Please read this announcement thread.

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Registrations Detector 1.1
08-11-2010, 01:31 AM (This post was last modified: 08-11-2010 05:36 AM by Pirata Nervo.)
Post: #1
Multiple Registrations Detector 1.1
Everyone can download this plugin but only subscribers can reply to this thread and get support. Click here to subscribe.

Description
Detects multiple accounts based on registration IP and last login IP.

Note that both processes can be painful for large boards.
I've done some tests and a sub query is way more painful than this method.
By using a sub query it could take up to 30 seconds to detect multiple registrations on MyBB-Plugins.com (about 2400 users).
However, by using the method this plugin uses, it doesn't take over 0.8 seconds to detect multiple accounts.

Screenshots
[Image: admincp.th.png]

Instructions/Upgrading/Installing
Read the readme file.

Change Log
1.1
- Changed license to GPLv3
- Compatible with MyBB 1.6 only.
- Changed code name from mad to mrd

Download
Plugin is attached to this post.

If you find any bugs, please report them please. (if you're not a subscriber, fee free to PM me for bug reports, not for support)


Attached File(s)
.zip  Multiple Registrations Detector 1.1.zip (Size: 48.36 KB / Downloads: 433)

[Image: s.png]
Find all posts by this user
Quote this message in a reply

08-11-2010, 10:05 AM
Post: #2
RE: Multiple Registrations Detector 1.1
Thanks for this Smile
Find all posts by this user
Quote this message in a reply
10-30-2010, 11:17 PM
Post: #3
RE: Multiple Registrations Detector 1.1
Best Pirata Nervo
After install Multiple Registrations Detector 1.1
I get the following message:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/vrijemp3/data/www/ttinternetclub.info/inc/plugins/mrd.php on line 245

I use MyBB 1.6

Saerel
Find all posts by this user
Quote this message in a reply
10-31-2010, 04:38 AM (This post was last modified: 10-31-2010 04:39 AM by Pirata Nervo.)
Post: #4
RE: Multiple Registrations Detector 1.1
How many users do you have?

Anyway, try the following.

Open up the plugin file and find: (both entries)
PHP Code:
            if($mybb->request_method == "post")
            { 

Add after:
PHP Code:
set_time_limit(0); 

This _should_ fix it?

[Image: s.png]
Find all posts by this user
Quote this message in a reply

11-01-2010, 03:50 AM
Post: #5
RE: Multiple Registrations Detector 1.1
My Forumboard count 36.000 members.
I have change the the plugin into:
if($mybb->request_method == "post")
{
set_time_limit(0);

Then I start the plugin (detect multiple accounts based on registrations ID):
http://www.ttinternetclub.info/admin/ind...=tools-mrd

After running the plugin I get (after 1 min) a blanc empty page
http://www.ttinternetclub.info/admin/ind...detect_reg

Saerel
Find all posts by this user
Quote this message in a reply
11-01-2010, 07:10 AM
Post: #6
RE: Multiple Registrations Detector 1.1
Screenshot? Your server is probably shutting down the process

[Image: s.png]
Find all posts by this user
Quote this message in a reply
11-01-2010, 10:37 PM (This post was last modified: 11-01-2010 10:41 PM by saerel.)
Post: #7
RE: Multiple Registrations Detector 1.1
Here my screenshot after running plugin:
   
Find all posts by this user
Quote this message in a reply

11-02-2010, 12:04 AM
Post: #8
RE: Multiple Registrations Detector 1.1
I'll probably have to add a "Continue" page.

Thanks for reporting the issue.

[Image: s.png]
Find all posts by this user
Quote this message in a reply
11-02-2010, 05:18 AM
Post: #9
RE: Multiple Registrations Detector 1.1
OK
I'm waiting for a upgrade.

Saerel
Find all posts by this user
Quote this message in a reply
11-05-2010, 01:49 AM
Post: #10
RE: Multiple Registrations Detector 1.1
Do Yoy have any idee when upgrade is comming?

Saerel
Find all posts by this user
Quote this message in a reply

Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)