panchompc Posted February 14, 2011 Report Share Posted February 14, 2011 hola, quisiera que me orientaran en como aumentar la seguridad de mi sitio web, no cacho mucho sobre este tema, pero e visto hartas paginas web que el index se ve bien pero uno pincha en cualquier enlace y sale un mensaje de que el sitio fue hackeado Link to comment Share on other sites More sharing options...
EL_H4K Posted February 14, 2011 Report Share Posted February 14, 2011 lo que hacen es agregar un index en cada carpeta del foro, por ejemplo este es un index.php del foro smf que evita el hack: <?php // This file is here solely to protect your Packages directory. // Look for Settings.php.... if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php')) { // Found it! require(dirname(dirname(__FILE__)) . '/Settings.php'); header('Location: ' . $boardurl); } // Can't find it... just forget it. else exit; ?> Link to comment Share on other sites More sharing options...
rkstro Posted February 14, 2011 Report Share Posted February 14, 2011 :paco: Tema Movido :paco: Se mueve a Miscelanea Informática, ahí estará mejor para tratar estos tema como por ejemplo de seguridad. Hay un tema que trata esto, tal ves te sirva leer algo de lo que sale ahí. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now