Jump to content

Deleting the pages!!!


rameshfaj

Recommended Posts

There's no 100% secure way about this. A simple method could be to run a check like this at the top of each page:

<?php
if(md5(phpinfo()) != $my_servers_hash) die();
?>

Although, if I knew PHP, I could just remove that line, although you could encrypt the your files as well so that they are extremely difficult to decode. You'd also have to update the hash should you make any local config changes...

Link to comment
https://forums.phpfreaks.com/topic/42643-deleting-the-pages/#findComment-206967
Share on other sites

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.