The title says, just bored so decided to make this:
1) Make New Folder called cache and inside it make another folder called figures
2) Go to
Of course you can change the habbo bit to other styles but mines Habbo by default
and now Open up me.tpl, then find
Replace it with:Code:<img alt="me" src="http://www.habbo.com.tr/habbo-imaging/avatarimage?figure={$user->figure}&size=b&direction=2&head_direction=3&gesture=sml">
It should store all of your user's figures in the folder like this:Code:<?php if (!file_exists('./cache/figures/{$user->figure}.png')){ file_put_contents('./cache/figures/{$user->figure}.png', file_get_contents('http://www.habbo.com.tr/habbo-imaging/avatarimage?figure={$user->figure}&size=b&direction=2&head_direction=3&gesture=sml')); } echo '<img src="./cache/figures/{$user->figure}.png" />'; ?>
any problems? Reply or PM me.








