getInfo($_GET['ign']); // FORUM NAME imagettftext($BGimage, $fontsize, 0, $x1, $y1, $color, $fontfile, $_GET['name']); //imagestring($BGimage, $font, $x1, $y1, $_GET['name'], $color); // IGN imagettftext($BGimage, $fontsize, 0, $x2, $y2, $color, $fontfile, $info['name']); //imagestring($BGimage, $font, $x2, $y2, $_GET['ign'], $color); // LEVEL imagettftext($BGimage, $fontsize, 0, $x3, $y3, $color, $fontfile, $info['level']); //imagestring($BGimage, $font, $x3, $y3, $_GET['level'], $color); // CAREER CLASS imagettftext($BGimage, $fontsize, 0, $x4, $y4, $color, $fontfile, $info['job']); //imagestring($BGimage, $font, $x4, $y4, $_GET['job'], $color); // WORLD imagettftext($BGimage, $fontsize, 0, $x5, $y5, $color, $fontfile, $info['world']); // PIC if(!$rankimage = imagecreatefromgif($info['pic'])) { $rankimage = imagecreatefrompng("./empty.png"); } imagecopy($BGimage, $rankimage, $x6, $y6, 0, 0, 96, 96); switch ( $type[1] ) { case "gif": imagegif($BGimage); break; case "png": imagepng($BGimage); imageAlphaBlending($BGimage, true); imageSaveAlpha($BGimage, true); break; case "jpg": imagejpeg($BGimage, "", 75); break; } // KILL TEMP IMAGE imagedestroy($BGimage); } if ($_GET['mode'] == "r") { // SELECT RANDOMIZED MODE $_GET['mode'] = rand(1, 5); } switch ($_GET['mode']) { default: // SIG NUMBER 1 $x = "45"; //Array ( [rank] => 256538 [name] => AimingHigh [world] => Windia [job] => Bowman [level] => 48 [exp] => 14,908 [pic] => http://msavatar1.nexon.net/Character/BAMFDJOJADDDGCBCONCGHIJDCNLHOPLCPLNIAHFDPOLLAJDNMEDMJCIBKJBNBPFOCGKJAIFLICNJNOGHKILAPCOCHAKMMEGH.gif ) //140 //20 //3 //-3 display("signature29.jpg", $_GET['name'], 157, "17", $_GET['ign'], 157, "36", $info['level'], 157, "55", $info['job'], 157, "93", "white", "arial.ttf", 10, $info['world'], 157, 74, 3, -3); break; case "2": display("signature30.jpg", $_GET['name'], 316, "21", $_GET['ign'], 316, "39", $info['level'], 316, "58", $info['job'], 316, "100", "white", "arial.ttf", 10, $info['world'], 316, 79, 140, 20); break; case "3": display("signature31.png", $_GET['name'], 76, "29", $_GET['ign'], 55, "50", $info['level'], 71, "69", $info['job'], 57, "109", "black", "arial.ttf", 10, $info['world'], 79, 89, 225, 15); break; case "4": display("signature32.png", $_GET['name'], 145, "20", $_GET['ign'], 130, "51", $info['level'], 264, "20", $info['job'], 220, "81", "white", "arial.ttf", 10, $info['world'], 141, 83, 5, 5); break; case "5": display("signature33.png", $_GET['name'], 174, "27", $_GET['ign'], 159, "48", $info['level'], 168, "68", $info['job'], 159, "107", "black", "arial.ttf", 10, $info['world'], 168, 88, 15, 15); break; } ?>