|
reSIProcate/repro
9694
|
Go to the source code of this file.
Variables | |
| if(isset($_GET["error"])) | $image = imagecreate(120,30) |
| $white = imagecolorallocate($image,0xFF, 0xFF, 0xFF) | |
| $gray = imagecolorallocate($image, 0xC0, 0xC0, 0xC0) | |
| $darkgray = imagecolorallocate($image, 0x50, 0x50, 0x50) | |
| for($i=0;$i< 30;$i++) for($i=0;$i < 5;$i++) | $x = 0 |
| for($i=0;$i< 5;$i++) | $string = "$cnum[0]$cnum[1]$cnum[2]$cnum[3]$cnum[4]" |
| $stringMD5 = md5($string) | |
| $stringfile = ".pgn" | |
| $darkgray = imagecolorallocate($image, 0x50, 0x50, 0x50) |
Definition at line 36 of file createaccount.php.
| $gray = imagecolorallocate($image, 0xC0, 0xC0, 0xC0) |
Definition at line 35 of file createaccount.php.
| if (isset($_GET["error"])) $image = imagecreate(120,30) |
Definition at line 32 of file createaccount.php.
| for ($i=0;$i< 5;$i++) $string = "$cnum[0]$cnum[1]$cnum[2]$cnum[3]$cnum[4]" |
Definition at line 73 of file createaccount.php.
| $stringfile = ".pgn" |
Definition at line 75 of file createaccount.php.
| $stringMD5 = md5($string) |
Definition at line 74 of file createaccount.php.
| $white = imagecolorallocate($image,0xFF, 0xFF, 0xFF) |
Definition at line 34 of file createaccount.php.
| for ($i=0;$i< 30;$i++) for ($i=0;$i< 5;$i++) $x = 0 |
Definition at line 64 of file createaccount.php.
1.7.5.1