There appears to be no hosting account associated with the forum account "dopetek". Please could you post from the forum account associated, by going to Support in the top right of your cPanel?
Yeah that is the entire message. It shows on a blank page. I read that it could be something to do with mod security but I am a noob and have no idea what that is. I am using SMF
I don't seem to be getting any issues, especially after adding '?id=4' or anything like that.
What URL did you use or what did you do extactly to get this message?
I have no idea what that means. Simpleportal allows you to add custom php blocks. When i add the block of code and save I get the error and the code is not added. This exact code was used on my last host without any problems.
Imagine you are talking to a retarded person. Now accept that I am that retard.
What I mentioned was a GET request; the thing that was mentioned on that error you've got.
What this sounds like is mod_security (security module, for Apache [web server used here]) trying to prevent a potential security exploitaition, however, it's not clear what it's trying to prevent exactly.
I tried to edit my last post to add this but it kept timing out so sorry about the double post.
I know this is stupid but I can't find a cpannel. I Know what it is and what it looks like but can't find an option to open it. I can access my cpannel file manage but I get that from a page named my websites.
That URL I've linked to is mentioning 'mod_security2.' Maybe you should try adding the following to the '.htaccess' file in the document root (public_html), as suggested by many in the thread I've linked to previously:
Code:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>
You'll need the file manager or FTP for adding this. Navigate to /public_html (which is where the site content is), create a file called '.htaccess' (you may need to enable hidden files) and edit it with the following.
Code:
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterInheritance Off
</IfModule>
Thank you. It didn't work though. I still get the error. I shall post a link to the simpleportal topic I found regarding this as it happens when I add a block of custom php with simple portal.