You do not have permissions to view this page.

"; echo "

Try Logging in as an Administrator.

"; exit; } $when = date("mdHi"); $startfile = "logbak_"; $newfile = "$startfile$when"; $source = "new.php"; $dest = "log.php"; $oldname = "log.php"; $newname = "$newfile.php"; if (rename($oldname, $newname)) { if ($msg = "Renamed $oldname
as $newname") { if (copy($source, $dest)) { $msgii = "The Current Log
has been Backed-Up

The Back Up File is Named
$newname"; } else { $msgii = "Unable to copy $source to $dest"; } }} else { $msg = "Unable to rename $oldname to $newname"; } if ($msg = "Renamed $oldname
as $newname") { if (copy($source, $dest)) { $msgi = "Copied $source
to $dest"; } else { $msgi = "Unable to copy $source to $dest"; } } chmod("log.php", 0644); // octal; echo "

Continue

"; ?> Backup Log