vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   what the heck is with all these security tokens stuff (https://vborg.vbsupport.ru/showthread.php?t=194831)

TamCaVBoy3 10-28-2008 05:16 PM

what the heck is with all these security tokens stuff
 
everything works fine in my forum except whenever i try to attach a zip file (around 180mb) then it shows the error, but when i try to upload a smaller zip file, it works fine, WTH? by the way, i allowed members to upload zip files up to 500mb !

iogames 10-28-2008 05:22 PM

Quote:

Originally Posted by TamCaVBoy3 (Post 1654682)
i allowed members to upload zip files up to 500mb !

WTH!?!?!

what contain those files?

p.s. I smell piracy

TamCaVBoy3 10-28-2008 05:25 PM

it was just a test ! :) but the error is real !

nexialys 10-28-2008 05:35 PM

Josh you're too close from your monitor, at 18 inches away it smells nothing...

iogames 10-28-2008 05:35 PM

can I see the site to assets the problem?

snakes1100 10-28-2008 08:14 PM

Unfortunately, you will never upload a file that size until you change both of these limits in php.ini and restart the webserver so they take effect.

post_max_size = 512M
upload_max_filesize = 512M

Im sure after that, you will run into a timeout issue as well, so then you will need to change at least the first and then the second listed settings below as php is going to timeout.

max_execution_time
max_input_time

You can find your current settings in phpinfo in the admincp, if its a vhost, they will never set it that high for you anyways, you'll need a VPS/Dedicated server.

TamCaVBoy3 10-28-2008 10:42 PM

cool, thanks a lot snakes, that makes sense. i will check !


All times are GMT. The time now is 09:10 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.02227 seconds
  • Memory Usage 1,717KB
  • 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_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