



<?php
mt_srand ((double)microtime()*1000000);
$maxran = 1000000;
$random_num = mt_rand(0, $maxran);
if (extension_loaded("gd") AND ($gfx_chk == 3 OR $gfx_chk == 4 OR $gfx_chk == 6 OR $gfx_chk == 7)) {
echo "<tr bgcolor=\"$bgcolor1\"><td width=\"25%\"><font color=\"red\">*</font>"._BW_SECURITYCODE.":</td><td colspan=\"2\" bgcolor=\"$bgcolor1\"><img src=\"?gfx=gfx&random_num=".$random_num."\" border=\"1\" alt=\""._BW_SECURITYCODE."\" title=\""._BW_SECURITYCODE."\"></td></tr>\n"
."<tr bgcolor=\"$bgcolor1\"><td width=\"25%\">"._BW_TYPESECCODE.":</td><td colspan=\"2\" bgcolor=\"$bgcolor1\"><input type=\"text\" name=\"gfx_check\" size=\"7\" maxlength=\"6\"></td></tr>\n"
."<input type=\"hidden\" name=\"random_num\" value=\"".$random_num."\">\n";
}
?>

Obsah fóra BLASSENweb » Guestbook
|
|