vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Multiple account login detector (AE Detector) (https://vborg.vbsupport.ru/showthread.php?t=107566)

bashy 03-25-2006 05:25 PM

What was the full URL you used is yours forums/ or forum/ make
sure ya use the correct 1 as this method works for me whenever
i get locked out due to a issue with a plugin :)

SCRIPT3R 03-25-2006 05:27 PM

<a href="http://forums.mysite.com/admincp/plugin.php" target="_blank">http://forums.mysite.com/admincp/plugin.php</a>

bashy 03-25-2006 05:43 PM

Oh...i dont know how the free servers work....
Its saying that the url http://forums.mysite.com/ is:
Site available.
The subdomain forums.mysite.com is available. Use the link on the right to sign up for your FREE Web site.

You sure thats your url as this dont make sense?
If it is yours then why is it saying that its available?

Sommat aint right m8

SCRIPT3R 03-25-2006 05:52 PM

no silly, that's not my real site domain, just the path... i'm currently under attack by another forum, so i don't want to give out my real domain here. i fixed it anyways disabling the hooks by the method found here:

http://www.vbulletin.com/docs/html/disable_plugins

now i just have to clean up the hackers mess.

luroca 03-27-2006 09:17 AM

Quote:

Originally Posted by luroca
It would be very useful to know the usergroup of the different users. By example:

... User1 (registered) and User2 (Premium) in the same PC ...

Well, here it is my little aportation:

Find:
PHP Code:

 $checkuser $vbulletin->db->query_first("SELECT username FROM " TABLE_PREFIX "user WHERE userid={$Unums[$i]}");
if ( !empty(
$andids) ) $andids .= "and";
$andids .= " [url="$vbulletin->options['bburl'] ."/member.php?u=" $Unums[$i] . "] "$checkuser['username'] ."[/url] ";


And replace with:
PHP Code:

$checkuser $vbulletin->db->query_first("SELECT user.username as username, usergroup.title as usergroup FROM " TABLE_PREFIX "user LEFT JOIN " TABLE_PREFIX "usergroup ON user.usergroupid = usergroup.usergroupid WHERE userid={$Unums[$i]}");
if ( !empty(
$andids) ) $andids .= "and"
$andids .= " [url="$vbulletin->options['bburl'] ."/member.php?u=" $Unums[$i] . "] "$checkuser['username'] ."[/url] (" $checkuser['usergroup'] . ") ";


Regards

Paul M 03-27-2006 09:55 AM

Quote:

Originally Posted by NeutralizeR
Maybe this issue talked before but it's useless if somebody is using two browsers.

Nothing is perfect ;)

It will also fail on the same pc if different user accounts are used (like in xp).

MPDev 03-27-2006 11:59 AM

Quote:

Originally Posted by GearTripper
today i have several emails about the following error:

and i'm no longer able to log into my AdminCP... any ideas?

That's very odd, did something in your db get corrupted? Unusual that something which worked fine for a period of time would "suddenly" develop an error - maybe one of your vb tables is corrupt?

MPDev 03-27-2006 07:27 PM

Quote:

Originally Posted by TheEDIGuy
MPDev, this is a wonderful product. We've had people trip it several times, and it's very accurate. We've caught a few we didn't know about.

Thanks for the props; we've have infrequent issues with users who create accounts to cause problems on our site. It's nice to know who is doing the trolling when it becomes an issue.

MPDev 03-28-2006 06:22 PM

Quote:

Originally Posted by NeutralizeR
Great work.

Maybe this issue talked before but it's useless if somebody is using two browsers.

Internet Explorer and Firefox for example... Different cookies, and no game!

I'm using this hack though, thanks

This is true, not really anything I can do about that without trying to track IPs.

luroca 03-28-2006 07:45 PM

Quote:

Originally Posted by MPDev
This is true, not really anything I can do about that without trying to track IPs.

How can we know the IP when the user logins? Can we?


All times are GMT. The time now is 02:43 AM.

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.01559 seconds
  • Memory Usage 1,753KB
  • 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
  • (2)bbcode_php_printable
  • (6)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