vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Multiple Account Detection & Prevention (https://vborg.vbsupport.ru/showthread.php?t=199077)

trotskid 07-13-2009 06:20 AM

Hi. I also use vBOptimise but doesn?t work correctly the reports with function move to usergoup (thread nor PM) :(

I use v3.8.3

Kiros72 07-13-2009 09:15 AM

Quote:

Originally Posted by Mimirswell (Post 1847218)
Have you considered enhancing the IP check by having some basic proxy detection? The Proxy IP to Real IP conversion being a base example of how you might integrate it (ie detecting the http variables and passing the real IP to be checked).

I believe this has already been suggested. I have not gotten to it yet, but it is on my list of additions.

Quote:

Originally Posted by Alfa1 (Post 1847597)
I already have proxy to IP. Am I correct that MADP and Proxy to Real IP work together?

Sadly, I do not think that this works as intended. Unless the Proxy to Real IP modification sets the global IP address variable... I'll work to either make the two modifications compatible or to add a comparable internal functionality to my modification.

Quote:

Originally Posted by trotskid (Post 1847900)
Hi. I also use vBOptimise but doesn?t work correctly the reports with function move to usergoup (thread nor PM) :(

I use v3.8.3

The author of vBOptimise never responded to my inquiries. So it looks like he/she doesn't want to cooperate with me to find a solution. I apologize for this inconvenience, but you may have to chose between a slightly optimized vBulletin or the functionality of Multiple Account Detection & Prevention.

trotskid 07-13-2009 09:49 AM

Quote:

Originally Posted by Kiros72 (Post 1847978)
The author of vBOptimise never responded to my inquiries. So it looks like he/she doesn't want to cooperate with me to find a solution. I apologize for this inconvenience, but you may have to chose between a slightly optimized vBulletin or the functionality of Multiple Account Detection & Prevention.

I understand, thanks anyway :up:. I will use the function Disallow Multiple Registrants with no report.

Regards

Mimirswell 07-14-2009 12:54 AM

Quote:

Originally Posted by Kiros72 (Post 1847978)
I believe this has already been suggested. I have not gotten to it yet, but it is on my list of additions.

Great because while this hack is very well done, if it can be easily bypassed by proxies and a cookie clear, it's not robust enough.

Tree Guardian 07-14-2009 10:53 AM

3.8.3 works beautiful - Thank You

DeanLag 07-15-2009 05:44 PM

Quote:

Invalid SQL:

SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,

editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason, editlog.hashistory,
postparsed.pagetext_html, postparsed.hasimages,
sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid


FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)

LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 12 AND postparsed.languageid = 1)
LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 12 AND sigparsed.languageid = 1)
LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid)

WHERE post.threadid = AND post.dateline > 1247663474 AND (post.visible = 1 OR post.postid = 47468)

ORDER BY dateline;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND post.dateline > 1247663474 AND (post.visible = 1 OR post.postid = 47468)
' at line 27
Error Number : 1064
Why? :( I got this msg 5 times.

Edit: Just got it 40 times overnight. Is it when someone logs onto the forums? =o

pigsy 07-15-2009 06:49 PM

Would you consider supporting LSO cookies.

If you set an LSO cookie (they are set by flash) then a normal cache clear wont get rid of it, and they are persistent across sites.

Shouldn't have too much trouble playing off a small flash pixel in one corner which sets the cookie.

http://en.wikipedia.org/wiki/Local_Shared_Object

Chrisg20 07-18-2009 01:34 AM

thank you, installed

Kiros72 07-19-2009 05:00 AM

Quote:

Originally Posted by DeanLag (Post 1849384)
Why? :( I got this msg 5 times.

Edit: Just got it 40 times overnight. Is it when someone logs onto the forums? =o

Sorry, but I don't think that my modification is related to those errors. I see where the syntax is messed up, but without knowing where that query is coming from (the file, that is) then I'm not going to be able to help you out. =/

Quote:

Originally Posted by pigsy (Post 1849417)
Would you consider supporting LSO cookies.

If you set an LSO cookie (they are set by flash) then a normal cache clear wont get rid of it, and they are persistent across sites.

Shouldn't have too much trouble playing off a small flash pixel in one corner which sets the cookie.

http://en.wikipedia.org/wiki/Local_Shared_Object

Well, I'm not flash coder, and from the looks of it, that would require more code and files and it would just make things more complicated. So for now and probably for years to come, I'm not going to be messing with LSO cookies. Sorry =[

ItsikN 07-19-2009 07:01 AM

Hi,

I turned off the registration preventation option since at the moment I want the app only to to detect and report duplicates without preventation.

However, the app reported today the following "The new account has been moved to the Prevention Usergroup" and moved it into the "COPPA users awaiting..."

I'm using VB 3.8.3.

Any advice?

Thanks.


All times are GMT. The time now is 02:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02020 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete