>>
Site Map
>>
Forums
>>
PHP-Nuke Security
Forum module - topics in forum:
PHP-Nuke Security - Been hacked? or have a question about securing your site, here's the place.
You can't access this file directly..
Hi,
I've got a site
www.escapelatino.com and it has been working smoothly for several month, but sudenly stop working and the only link I could see was the home, apart from that I got the following message
| Quote: : |
| You can't access this file directly.. |
even the admin panel and at that time no one was updating the site.
Could it be a hack? what can I do? or where should I start to check to see what it is the problem?
Any help would be great
Regards
Mario Villamizar
Bogota - Colombia
Have you edtied the links in the menu block? normally you would get that message when trying to go to the modules index file directly rather than through the way nuke works...
ie www.phpnuke-uk.net/modules/Forums would give the error
but www.phpnuke-uk.net/modules.php?name=Forums would take you to the module
well, as I said the site was working perfetly, all the links were ok, I didn't try to acces a file directly.
the only links that works is http://www.escapelatino.com/index.php, but if I try to access for example http://www.escapelatino.com/myadminfile.php
I get the messege | Quote: : |
| You can't access this file directly.. |
if i try to acces a module http://www.escapelatino.com/modules.php?name=my module i get the same messege, to make it short I canīt access any link but the home. I'm the only one who use the admin panel of the site, no one else makes changes to it.
what can I do? help anyone.
I`v had the same error message when trying to uninstall ClanList Module. I was did some hunting around and found some people suggesting the following.
| Code: : |
| $_SERVER['PHP_SELF'] = $_SERVER['SCRIPT_NAME']; |
Add this line to the bottom of mainfile.php before the ?>
I`v heard this has worked for many people and may work for you. Unfortunalty it didnt work for me and I`m still lookingfor a solution. If anyone could help it would be greatly appreciated.
Thanks.