vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Problem with Style Manager (https://vborg.vbsupport.ru/showthread.php?t=316563)

Snowhog 01-10-2015 09:53 PM

Problem with Style Manager
 
vBulletin 4.2.3 Beta 3

I'm getting this while in the AdminCP and in the Style Manager and I double-click on Registration Templates.

Quote:

Hourly registration attempts exceeded!
Press your back button and try something else.
Why??

ozzy47 01-10-2015 09:54 PM

Are you running some sort of mod that limits registrations per hour?

Lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

PHP Code:

define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

Snowhog 01-10-2015 10:02 PM

Okay.

Adding the line to config.php prevents the message and shows the templates for selection. I've commented the line and will now go through and disable the mods, one at a time and test.

Thanks ozzy. I'll report back when I've found the mod that is triggering the issue.

ozzy47 01-10-2015 10:03 PM

Yeah I would like to know which mod would cause that, as it should not affect the ACP.

Snowhog 01-10-2015 10:46 PM

Found what is triggering this, and it isn't any vBulleting MOD; It's ZB Block, specifically, a registration attempts per hour setting.

I've already contacted the developer and advised him of the issue. That particular ZB Block trigger needs some minor modification; IMO. At least I now know what's causing this, and can work around it until the trigger is fixed.

ozzy47 01-10-2015 11:05 PM

Glad you figured it out. :)

Kane@airrifle 01-11-2015 05:54 AM

You can set the desired hourly attempts yourself in the zbblock. ini file to off while you work on the reg templates

Code:

; *** Registration/Confirmation Pageloads Per Hour
;
; This throttle allows only X many registration attempts, and confirmation
; attempts per hour.
;
; values: pageloads
;        "0" = Turn off limiter
;        "1" = Turn off registration/confirmation
;        "6" = Best for phpBB and it's derivatives
;        "8" = Good for boards that use one file for all reg operations.
;        "15" = Bots sometimes give up by now.
;
; default: hourly_reg = 8

hourly_reg = 0


ozzy47 01-11-2015 10:04 AM

Well it still should bot be affecting him when he is trying to do stuff in the ACP though, so something is clearly wrong.

Snowhog 01-11-2015 06:38 PM

Quote:

Originally Posted by Kane@airrifle (Post 2531850)
You can set the desired hourly attempts yourself in the zbblock. ini file to off while you work on the reg templates

Yes, I'm aware of this. But I shouldn't have to, IMO. But again, I'm fully aware that ZB Block by design isn't "user aware", and only monitors "activity" -- at the moment.

Kane@airrifle 01-11-2015 08:18 PM

Quote:

Originally Posted by Snowhog (Post 2531951)
Yes, I'm aware of this. But I shouldn't have to, IMO. But again, I'm fully aware that ZB Block by design isn't "user aware", and only monitors "activity" -- at the moment.

As you say, it is not user aware. I have to turn it off completely (zbblock) when updating/installing plugins for example or else I get blocked. For me a bagatelle considering the amount of grief zbblock saves my site. That said, you can tune the signature file to your particular needs.


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