Hi,there something wrong with my ubercms 2 imager.php
I tried to fix it with this tutorial: http://forum.ragezone.com/f335/retro...bercms-860441/
but its not working at all
here's my imager.php file
Thanks.PHP Code:<?php
$hotel = 'http://habbo.nl/';
$url = $hotel.'habbo-imaging/avatarimage'.http_build_query($_GET);
header('Content-Type: image/png');
exit(file_get_contents($url));
?>




Reply With Quote


