I changed it to 700 and its bringing up this...
PHP Code:
Warning: Unknown(/hsphere/local/home/crazychr/bluewalrus.net/test/sigma/edit.php): failed to open stream: Permission denied in Unknown on line 0
Warning: Unknown(/hsphere/local/home/crazychr/bluewalrus.net/test/sigma/edit.php): failed to open stream: Permission denied in Unknown on line 0
Warning: (null)(): Failed opening '/hsphere/local/home/crazychr/bluewalrus.net/test/sigma/edit.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/share/pear') in Unknown on line 0
Where as the 644 was going threw but I don't know if it was/is secure so I have it set to the 700 but not functioning right now.
This is the php i dont want people to be able to see.
PHP Code:
<?php
$username = $_POST['user'];
$password = $_POST['password'];
if ($username=="username1") {
if ($password=="password1") {
?>
Bookmarks