Author Topic: I can't post or reply - why is this happening?  (Read 38950 times)

0 Members and 1 Guest are viewing this topic.

Offline neylitaloTopic starter

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,970
  • Gender: Male
    • View Profile
    • The Netizen's Journal
I can't post or reply - why is this happening?
« on: June 16, 2006, 11:14:18 AM »
Our Intrusion Prevention System is in place. One of the side effects of these security measures is that certain PHP functions are disallowed from your posts, and if one happens to be present, it will throw the 403 Forbidden error code or a Not Acceptable error.

So, to make your lives easier, we've assembled a list of functions that are disallowed by the IPS security features on the phpfreaks server. Whenever you think you've found a function that's not in this list, and it throws a 403, try putting a space after the function name and before the parentheses. Example:
Code: [Select]
fwrite ()If it works that way, please report the function to the Moderation team via the "Report to Moderator" button, and it'll be added to the list. Please, make sure you do not submit an entry already in the list.

Now, for the list of known problem functions:
Code: [Select]
fwrite ()
fopen ()
chr ()
exec ()
system ()
passthru ()
header("Content-Le ngth: "
« Last Edit: November 27, 2006, 08:01:42 PM by ober »
http://nealylitalo.net - My personal website, and home of The Netizen's Journal.

Offline ober

  • Pandas pwn j00
  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,312
  • Gender: Male
  • 404? what!?
    • View Profile
    • Windy Hill Productions
Re: Why won't this forum let me post?
« Reply #1 on: November 07, 2006, 09:06:18 AM »
Javascript <sc ript> tags also trigger the IPS!
PHP 5 - MySQL 5 - Win Vista 64 - Firefox 3, IE 7
Info: PHP Manual

Quote from CV: After nuclear fallout, there'll be zombies everywhere.  You can't be running from them when you're all fat and shit.  They'll just catch you and eat you and take forever to do it and you'll just have to sit there all that much longer.

Offline steelmanronald06

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,599
  • Gender: Male
    • View Profile
    • Ronald Steelman
Re: I can't post or reply - why is this happening?
« Reply #2 on: February 21, 2008, 03:09:34 PM »
fwrite()

Offline steelmanronald06

  • Staff Alumni
  • Addict
  • *
  • Posts: 2,599
  • Gender: Male
    • View Profile
    • Ronald Steelman
Re: I can't post or reply - why is this happening?
« Reply #3 on: February 21, 2008, 03:09:51 PM »
seems to work for me :)

Offline Barand

  • Sen . (ile || sei)
  • Staff Alumni
  • 'Mind Boggling!'
  • *
  • Posts: 15,132
  • Gender: Male
  • php 4.3/5.1 MySql 5.0.1
    • View Profile
Re: I can't post or reply - why is this happening?
« Reply #4 on: February 24, 2008, 06:39:07 AM »
As those disallowed function work perfectly in php code whether there is a space between fname and () or not, what purpose does the IPS serve with such a simple workaround?
|baaGrid| easy data tables - and more
|baaChart| easy line, column and pie charts
|baaSelect| generate js and php code for dynamic linked dropdowns