JP128 Posted June 14, 2006 Share Posted June 14, 2006 Why can't I add replies, or sometimes even make new topics???I keep getting the error, "Not authorized."What is up with that? Quote Link to comment https://forums.phpfreaks.com/topic/11959-solved-this-may-be-a-little-off-topic/ Share on other sites More sharing options...
wildteen88 Posted June 14, 2006 Share Posted June 14, 2006 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. Quote Link to comment https://forums.phpfreaks.com/topic/11959-solved-this-may-be-a-little-off-topic/#findComment-45415 Share on other sites More sharing options...
JP128 Posted June 14, 2006 Author Share Posted June 14, 2006 so if my post has somethine like fopen, it wont work?? Ok, that makes so much more sense.... I have been stumped... lol Quote Link to comment https://forums.phpfreaks.com/topic/11959-solved-this-may-be-a-little-off-topic/#findComment-45417 Share on other sites More sharing options...
wildteen88 Posted June 14, 2006 Share Posted June 14, 2006 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. Quote Link to comment https://forums.phpfreaks.com/topic/11959-solved-this-may-be-a-little-off-topic/#findComment-45420 Share on other sites More sharing options...
JP128 Posted June 14, 2006 Author Share Posted June 14, 2006 Thanks man... Now I dont have problems (Not that I have mental ones either. FYI =) ). Lol, I used to think it was the computer until I saw your post. Quote Link to comment https://forums.phpfreaks.com/topic/11959-solved-this-may-be-a-little-off-topic/#findComment-45427 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.