Jump to content

*SOLVED* This may be a little off topic...


JP128

Recommended Posts

If you ar eposting code then you tend to get that message withg certain PHP functions in your code such as if you have fopen in your code then you'll get that message because of a security script that is running.

If you post your code over at [a href=\"http://pastebin.com\" target=\"_blank\"]pastebin.com[/a] and then post the link here to your code tne you'll be able to post.
Yeah its only affects a few functions dont know which ones though but the way to fool the security script is to place a space before the opening parenthesis like so:
[code]phpinfo ();
fopen ();
fclose ();[/code]
Now you'll be able to post your code here or you can paste your code over at pastebin.com as I mentioned about.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.