Dynamic Banner

gamesation

New Member
I need help with the Dynamic Banner.

I dont wanna a 125x125 banner.
I wanna 200x200 or 250x250.

how i can change that the Numbers are other were.
 

Mark

Administrator
Staff member
This button can be configured/styled using a PNG designed in your favorite editor (Photoshop) and by editing the PHP code in settings_buttons.php to,control where the stats are placed
 

gamesation

New Member
what means that ??

imagestring($img, 2, 80, 75, $TMPL['tot_pv_0_daily'], $color1); // Stats size and position
imagestring($img, 2, 80, 90, $TMPL['unq_in_0_daily'], $color1); // Stats size and position
//imagestring($img, 2, 80, 84, "{$TMPL['average_rating']}/5", $color1);
imagestring($img, 5, 75 - ((strlen($TMPL['rank']) - 1) * 4), 50, $TMPL['rank'], $color2); // Rank Position

what i must edit ?
I think 2,80,75 but for what are the numbers ??

PS: kann deutsch
 
Top