Previous Thread
Next Thread
Print Thread
Rate Thread
#313049 02/03/2007 9:46 AM
Joined: Jul 2001
Posts: 808
Coder
Coder
Joined: Jul 2001
Posts: 808
On ubbcentral I report a problem with forummange.php
'If you try to manage forums (there are over 250 in this board) and submit your changes you will og out, the cookie is destroyed.
Rick take a clooser look and find out thats not related to Threads but to the php or server config. He is not able to say excactly whats going on.

"Ok, this one is a bit strange. It took a long time to track down but basically, it seems PHP is configured to only allow so much _POST data. Once it reaches 200 forums it actually blanks out the _COOKIE variables. It ended up wiping out all of the forum details for anything beyond that amount. This could be a PHP setting or an apache setting in how much data it will actually accept. I tried to duplicate this on my test site by making over 200 forums and no problem."

So I digg deeper and check phpinfo. I found a modul varfilter (Hardening-Patch's variable filter support)
running on this server. Is someone here using this? We have to find out whats going on on this server to teach sthe support what need to be changed.

The setting of this modul are:
hphp.cookie.disallow_nul 1 1
hphp.cookie.max_array_depth 100 100
hphp.cookie.max_array_index_length 64 64
hphp.cookie.max_name_length 64 64
hphp.cookie.max_totalname_length 256 256
hphp.cookie.max_value_length 10000 10000
hphp.cookie.max_vars 100 100
hphp.get.disallow_nul 1 1
hphp.get.max_array_depth 50 50
hphp.get.max_array_index_length 64 64
hphp.get.max_name_length 64 64
hphp.get.max_totalname_length 256 256
hphp.get.max_value_length 512 512
hphp.get.max_vars 100 100
hphp.post.disallow_nul 1 1
hphp.post.max_array_depth 4000 4000
hphp.post.max_array_index_length 64 64
hphp.post.max_name_length 64 64
hphp.post.max_totalname_length 256 256
hphp.post.max_value_length 65000 65000
hphp.post.max_vars 3000 3000
hphp.request.disallow_nul 1 1
hphp.request.max_array_depth 2000 2000
hphp.request.max_array_index_length 64 64
hphp.request.max_totalname_length 256 256
hphp.request.max_value_length 65000 65000
hphp.request.max_varname_length 64 64
hphp.request.max_vars 600 600
hphp.upload.disallow_elf_files 1 1
hphp.upload.max_uploads 25 25
hphp.upload.verification_script no value no value
varfilter.max_array_depth 100 100
varfilter.max_array_index_length 64 64
varfilter.max_request_variables 600 600
varfilter.max_totalname_length 256 256
varfilter.max_value_length 200000 200000
varfilter.max_varname_length 64 64

any ideas?

Sponsored Links
Zarzal #313054 02/03/2007 7:30 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
I'm still trying to wrap my brain around 250 forums on one site eek


- Allen wavey
- What Drives You?
AllenAyres #313057 02/04/2007 12:01 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
haha, sounds crazy doesn't it...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Gizmo #313058 02/04/2007 6:14 AM
Joined: Jul 2001
Posts: 808
Coder
Coder
Joined: Jul 2001
Posts: 808
I found the source of the problem. Its the varfilter:
http://forum.hardened-php.net/viewtopic.php?pid=211

Now I wait for provider response and change of some values.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)