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 login detector (AE Detector) (https://vborg.vbsupport.ru/showthread.php?t=183268)

jambo_1969 09-16-2008 08:12 AM

Update - I just got a trigger....

I set up to send PM's AND alert in the forumid.....

tab503 09-16-2008 10:26 PM

I'm wonder, what not supported mean?

http://img225.imageshack.us/img225/8622/55yh7.jpg

This mod looks very nice, but that sign scare me a lil :D

Videx 09-17-2008 01:34 AM

Quote:

Originally Posted by tab503 (Post 1623707)
I'm wonder, what not supported mean?

That's a pretty clear indication the author doesn't have time (or the inclination) to help us with any issues we may have.

That doesn't mean the mod is nonfunctional. In fact, it works part of the time for everyone.

A shame the author can't find an active coder to take over the mod and fix it so it works 100%. Or at least tells us why it doesn't.

captainbohica 09-17-2008 03:42 AM

Quote:

Originally Posted by ndut (Post 1612752)
installed on ver 3.7.3 and works :)

i have 1 question.
can this add ons, create a threads, instead PM?
can you guide me, how to do it?

thank you


i can't get it to work on v 3.7.3 PL1.... what are your settings for the mod?

captainbohica 09-17-2008 03:53 AM

Quote:

Originally Posted by Paul M (Post 1618101)
I used a slightly different solution to this when I first noticed this (long time ago) - I added a line to the thread creation code to set the ip address to '0.0.0.0'

Paul - could you post exactly how you did this? i'd like to implement the same solution over on my forum

jambo_1969 09-17-2008 05:15 AM

I'm on 3.7.2 PL2, and when I first installed it did not work...

I firstly created and assigned on of my private forums as the destination for the threads, then I assigned my RSS_Feed bot userid as the alerter...

I checked this but it was still not working, so then I checked the Send PM box as well, and lo and behold, it worked.

Been working fine ever since.....

tab503 09-17-2008 07:46 AM

Quote:

Originally Posted by Videx (Post 1623830)
That's a pretty clear indication the author doesn't have time (or the inclination) to help us with any issues we may have.

That doesn't mean the mod is nonfunctional. In fact, it works part of the time for everyone.

A shame the author can't find an active coder to take over the mod and fix it so it works 100%. Or at least tells us why it doesn't.

ty :)

Videx 09-18-2008 03:54 AM

Now that it's (quite inexplicably) started working again on one of my boards, I've been able to at least figure out how to test it.
  1. In options make sure all users and usergroups are set to trigger.
  2. Now log out of your board and remove all cookies from the site. There's a Firefox add-on that makes this easy - "Remove cookies for site".
  3. Now if you log in to one of your accounts, then log out and log in to a second account, you will trigger the detector.
You will not trigger the detector again until you remove cookies. Apparently there's a toggle built in that prevents triggering multiple times.

Pottsy 09-18-2008 09:59 AM

Quote:

Originally Posted by captainbohica (Post 1623900)
Paul - could you post exactly how you did this? i'd like to implement the same solution over on my forum

In the xml, or in the plugin manager (AE detector), find:

Code:

$threaddm->do_set('visible', $visible);

And add after:

Code:

$ipzero = "0.0.0.0";
$threaddm->do_set('ipaddress', $ipzero);


PhotoshopJunkie 09-18-2008 04:46 PM

I was wondering if any version of ae detector is compatible with vb 3.7.3


All times are GMT. The time now is 08:37 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.01419 seconds
  • Memory Usage 1,744KB
  • 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_code_printable
  • (5)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