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)

adnedarn 10-11-2013 01:55 AM

Those seem to have worked for me. Thanks! I love this add-on. =)

ozzy47 10-11-2013 02:00 AM

Glad that the edits worked. :)

The_Hawk 10-16-2013 04:04 AM

1 Attachment(s)
Awesome, I have updated the original XML file with these edits and tested it as an upgrade and fresh install and it seems to work fine now under 4.2.2.

If you want to take the lazy way out, just grab the attached file :)

Gamelobby 10-19-2013 11:14 PM

Quote:

Originally Posted by The_Hawk (Post 2453801)
Awesome, I have updated the original XML file with these edits and tested it as an upgrade and fresh install and it seems to work fine now under 4.2.2.

If you want to take the lazy way out, just grab the attached file :)

Does that work with 4.2.0 ?

ozzy47 10-19-2013 11:21 PM

Yes it will, the edits were just to fix the PHP errors. :)

too_cool_3 10-23-2013 05:09 PM

1 Attachment(s)
ozzy47, thank you so much, I will try your update and report back if it was successfull.

Here are the errors AE Detector caused after upgrading from 4.2.1 to 4.2.2:


When logging into the forums:
Code:

Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 4Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 5
and this when loging into AdminCP, therefore not allwoing me to access it
Code:

Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 4Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 5 Unable to add cookies, header already sent. File: /home/tbmotori/public_html/testforum/includes/class_core.php Line: 5745

Attached are the screenshots.

ozzy47 10-23-2013 08:09 PM

It should fix any errors from this mod.

too_cool_3 10-23-2013 10:46 PM

Hi ozzy47. Your code changes worked to get rid of the php warning messages, thanks a lot! You've been like'd =P

Using your instructions I went to ACP --> Plugins & Products --> Plugin Manager, Find the plugin called, AE Detector: Login Checker, clicked Edit and replaced every instance of
PHP Code:

split 

with
PHP Code:

explode 


ozzy47 10-23-2013 10:48 PM

Good deal, glad it worked out for you. :)

Dragaon 11-13-2013 11:59 PM

1 Attachment(s)
I was unable to access thew admincp due to those errors so I couldn't use the fix above.
What I did was open includes/config.php and added
Code:

define('DISABLE_HOOKS', true);
to the file and saved.

With hooks disabled I had access to admincp again, I uploaded the AE Detector xml file i edited as per ozzys' instruction replacing "split" with "explode" everywhere.
In the import product page selected Allow Overwrite (upgrade)

Went back and commented out the line I added to config.php and voila!
All good :)

Here's the edited product-ae_detection.xml file


All times are GMT. The time now is 09:29 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.01685 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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