<?php /*---------------------------------------------------+ | php-Fusion 6 Content Management System +----------------------------------------------------+ | Copyright Š 2002 - 2005 Nick Jones | <a href="http://www.php-fusion.co.uk/" target="_blank">http://www.php-fusion.co.uk/</a> +----------------------------------------------------+ | Released under the terms & conditions of v2 of the | GNU General Public License. For details refer to | the included gpl.txt file or visit <a href="http://gnu.org" target="_blank">http://gnu.org</a> +----------------------------------------------------*/ require_once "../../maincore.php"; require_once BASEDIR."subheader.php"; require_once BASEDIR."side_left.php"; if ($_GET['Form'] == 'YES') { $get = $_GET['Form']; $post = $_POST['Form']; } else { <FORM METHOD="post" ACTION="zapis.php"> Nick:<BR> <input type="text" name="nick" size="30" maxlength="20"/><BR> E-mail:<BR> <input type="text" name="mail" size="30" maxlength="30" /><BR> GG:<BR> <input type="text" name="gg" size="8" maxlength="7" /><BR> <TABLE><TR><TD> Hasło:<BR> <input type="password" name="kod" size="12" maxlength="8" /> </TD><TD> Powtórz hasło:<BR> <input type="password" name="kod2" size="12" maxlength="8" /><BR> </TD></TR></TABLE> <input type="checkbox" name="dane_osob" value="tak" DISABLED CHECKED /> Wyrażam zgodę na przetwarzanie moich danych osobowych<BR> <input type="checkbox" name="regulamin" value="tak" DISABLED CHECKED /> Akceptuje Regulamin<BR> <input type="submit" name="Form" value="YES" /> <form>'); } require_once BASEDIR."side_right.php"; require_once BASEDIR."footer.php"; ?>
http://nfs-pl.ovh.org/infusions/nfs_racer_u2/zapis.php
Po kliknięciu w yes skrypt zachowuje się jak by "post" to "get".
Wystarczy popatrzeć na link na górze i popatrzyć na drugą stronę skryptu.
Czy to możliwe żeby serwer nie obsługiwał METHOD="post"?