sorry the code is this:
PHP Code:
{php}
$orl = '{$url_short}';
$apikey = '7414af0be8710bc1464116918f700ad0';
$userId = 1245;
$date = gmdate('Ymd');
$size = 'medium';
{/php}
<a class="previewlink" href="{$url}" target="_blank"><img src="http://webthumb.bluga.net/easythumb.php?user={php} echo $userId; {/php}&url={php} echo urlencode($orl); {/php}&hash={php} echo md5($date.$orl.$apikey); {/php}&size={php} echo $size; {/php}" width="150" height="112" border="0" alt="SnapShot"/></a></div>
i changed apikey and userid in this code to prevent be used...
any help?