vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Plugin Time limit (https://vborg.vbsupport.ru/showthread.php?t=156635)

Charuvils 08-30-2007 03:34 PM

Plugin Time limit
 
How can i increse the plugin time limit ...??

Wayne Luke 08-30-2007 04:18 PM

What do you mean?

Charuvils 08-31-2007 09:34 AM

I was installing the VBTT 3 PHP torrent tracker .. when i upload the product.

it's giving me the following error -

Quote:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/basilla/public_html/admincp/plugin.php(1941) : eval()'d code on line 181
So that's why i asked .. how to increase the maximum time limit of plugin execution from 30 seconds to higher

Dismounted 08-31-2007 10:16 AM

That's a PHP configuration setting, not a vBulletin one. You should find and edit your PHP configuration (php.ini). You will not be able to do this if you are on a shared server.

Also, anything script that takes longer than 30 seconds (except uploads) is a serious problem. It's usually caused by inefficient coding.

toolmanwill 09-04-2007 10:15 PM

it snot a matter of inefficient coding but they are trying to generate mass amounts of passkeys for use with the tracker. Is just an issue of too many users to generate all those keys in 30 sec

on some sites i've installed to it takes upwards of 5 min to generate 32 char random passkeys for 10,000+ members

Wayne Luke 09-04-2007 11:36 PM

Quote:

Originally Posted by toolmanwill (Post 1332541)
it snot a matter of inefficient coding but they are trying to generate mass amounts of passkeys for use with the tracker. Is just an issue of too many users to generate all those keys in 30 sec

on some sites i've installed to it takes upwards of 5 min to generate 32 char random passkeys for 10,000+ members

They could do this in a paged format after installation to prevent this from happening. Just like update counters works in the standard vBulletin. Would simply be more coding for the hack author though.

toolmanwill 09-05-2007 10:30 AM

yeah more coding for me so i didnt do it, but it looks like i will have to.


All times are GMT. The time now is 11:19 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.02548 seconds
  • Memory Usage 1,719KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete