<?php if($_GET['p'] == "banner.gif" or $_GET['p'] == "banner.jpg"){ $file = 'http://ks2014841.kimsufi.com/button.php?u=stronglord&t=6'; $image = imagecreatefrompng($file); imagealphablending($image, false); imagesavealpha($image, true); // start buffering imagepng($image); imagedestroy($image); }else{ } //http://ks2014841.kimsufi.com/ ?>
Witam.
Jak widać kod jest ok po kliknięciu w link
http://stronglord.pl/test.php?p=banner.jpg
Wyświetla nam się baner. ale jak dodam go jako adres do toplisty to nie wyswietla baneru po proswtu przezroczyste tło jak by adres podałem zły?
Why
