Jump to content

I can't post or reply - why is this happening?


Recommended Posts

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]fwrite ()[/code]
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]fwrite ()
fopen ()
chr ()
exec ()
system ()
passthru ()
header("Content-Le ngth: "
[/code]
Link to comment
Share on other sites

  • 4 months later...
  • 1 year later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.