Logitek Posted December 6, 2006 Share Posted December 6, 2006 Keeps saying connection timed out when posting in the PHP forum.. This is a notification, as well as a personal test... Quote Link to comment https://forums.phpfreaks.com/topic/29702-having-trouble-posting/ Share on other sites More sharing options...
Daniel0 Posted December 6, 2006 Share Posted December 6, 2006 It's probably due to the IPS (Intrusion Prevention System [see sticky topic]). If you have script tags, then put spaces in like this: [code]< script >[/code] Quote Link to comment https://forums.phpfreaks.com/topic/29702-having-trouble-posting/#findComment-136333 Share on other sites More sharing options...
wildteen88 Posted December 6, 2006 Share Posted December 6, 2006 You might be triggering the IPS which is causing the connection timed out. What are you trying to post?If you are posting html and it contains script tags then add a space around the word script eg:[code]< script >blah blah bnlah</ script >[/code]This should helpIf you are not posting any html then I'm not sure what it could be. I know we are having connection issues however I think the admins have sorted that out now. Sorry if I couldnt help. Quote Link to comment https://forums.phpfreaks.com/topic/29702-having-trouble-posting/#findComment-136334 Share on other sites More sharing options...
1989gta Posted December 6, 2006 Share Posted December 6, 2006 just testing to see if i can post Quote Link to comment https://forums.phpfreaks.com/topic/29702-having-trouble-posting/#findComment-136349 Share on other sites More sharing options...
neylitalo Posted December 6, 2006 Share Posted December 6, 2006 I don't believe the IPS triggers a "Connection timed out" - rather, I believe it triggers various forms of HTTP error codes. I seem to recall receiving 406 Not Acceptable and 403 Forbidden. I suspect the "Connection timed out" is a result of high server loads. Quote Link to comment https://forums.phpfreaks.com/topic/29702-having-trouble-posting/#findComment-136532 Share on other sites More sharing options...
Daniel0 Posted December 7, 2006 Share Posted December 7, 2006 Hmm... you're right. It's a connection reset error (well at least in FF). Quote Link to comment https://forums.phpfreaks.com/topic/29702-having-trouble-posting/#findComment-136549 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.