In case there will be an error. Else the emulator will crash, and you dont want that at all. Prevent crashing, that's all.
Printable View
Solved
Anybody has the good CDs (SWFs + SQLs) for the Trax?
And can you code groups?
@Terry Lgm download mysql connector..
Nice emulator but outdated swf revision. :(
is there a backdoor in this version? for sure?
Does the faces in friendstream work?
Because when i change head.gif to head.php i get dc when i open friendstream
http://i.imgur.com/fCroFhJ.png
http://prntscr.com/3eslzv
Here's a fix for your problem by Joopie; 'http://forum.ragezone.com/f331/frien...44/index2.html'
Should work decently. :-)Code:<?php
//Base from http://www.php.net/manual/en/function.imagecopy.php
$base = 'http://www.habbo.nl/habbo-imaging/avatarimage?figure=';
$figure = $_GET['figure'];
// Create image instances
$src = imagecreatefrompng($base.$figure);
$dest = imagecreate(54, 62);
// Copy
imagecopy($dest, $src, 0, 0, 6, 8, 54, 51);
// Output and free from memory
header('Content-Type: image/gif');
imagegif($dest);
echo "(c) sulake!";
imagedestroy($dest);
imagedestroy($src);
?>
Credits to Joopie.
If anyone wants mono (linux, mac os x) compatible gte executable and source: https://mega.co.nz/#!dgNUAYRT!aEtEWd...N9P76sBr_FIy84
@=dj.matias= well done will be useful for noobs.