Файлы топика

.
CyberGhostNet Group

Auto avatar change with First name on new member
Add this on registration/index.php

$im = imagecreatetruecolor(65, 65);
        $color1 = rand(0,900);
        $color2 = rand(0,900);
        $color3 = rand(0,900);
        $background = @imagecolorallocate($im, $color1,$color2,$color3);
        $white = @imagecolorallocate($im, 255, 255, 255);
        @imagefilledrectangle($im, 0, 0, 65, 65, $background);
        $texts = s
454
(31 kb)
Всего: 1