Hey people!
So, I want to use the Single Page Protect, right? So, I add it to the form, preview it, and instead of a login dialog (or whatever is supposed to be there) it generates this kind of rubbish:
I do have PHP installed. Whats wrong? :O
Thanks!
So, I want to use the Single Page Protect, right? So, I add it to the form, preview it, and instead of a login dialog (or whatever is supposed to be there) it generates this kind of rubbish:
Code:
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo " \n"; if($_SERVER['REQUEST_METHOD'] == 'POST') echo "[FONT=Verdana]The specified password is invalid! [/FONT]\n"; else echo "[FONT=Verdana]This page is password protected. [/FONT]\n"; echo "\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " [B]Login[/B]Password: \n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; exit; } ?>
Thanks!
Comment