ďťż
Podstrony
|
telcocafe<? function passgen() { $nr = floor(time() / 3600); srand(array_sum(explode(" ", microtime())) * 100000); $a = rand(0, min(getrandmax(), $nr)); $b = $nr - $a; $a = base_convert($a, 10, 36); $b = base_convert($b, 10, 36); $a = strrev(str_pad($a, max(strlen($a), strlen($B)), 0, STR_PAD_LEFT)); $b = str_pad($b, max(strlen($a), strlen($B)), 0, STR_PAD_LEFT); for($i = 0; $i < strlen($a); $i++) $pass .= $a[$i].$b[$i]; return $pass; } header("Content-type: image/jpeg"); $img = imagecreate(110, 30); $background = imagecolorallocate($img, 206, 207, 099); $textcolor = imagecolorallocate($img, 0, 0, 0); imagestring($img, 5, 10, 7, passgen(), $textcolor); imagejpeg($img); imagedestroy($img); ?>Prosze mi powiedziec albo pomoc i napisac czemu mi to nie chce dzialac U mnie działa :) Sprawdź, czy twój serwer ma włączoną obsługę biblioteki GD ;) @down: dziwne. Sprawdź na innym serwerze, odpal na localhoście itp. Pokombinuj ;) Użytkownik DJ_ProG edytował ten post 21 luty 2007, 15:51 GD Version: bundled (2.0.28 compatible) FreeType Support: tak FreeType Linkage: with freetype T1Lib Support: nie GIF Read Support: tak GIF Create Support: tak JPG Support: tak PNG Support: tak WBMP Support: tak XBM Support: tak JIS-mapped Japanese Font Support: nie czyli wychodzi na to ze mam wlaczona |
|||
Sitedesign by AltusUmbrae. |