View Single Post
  #7 (permalink)  
Old 05-16-2008, 03:44 PM
isgaso isgaso is offline
Casual Pligger
 
Join Date: Oct 2007
Posts: 30
Downloads: 26
Uploads: 0
Thanks: 1
Thanked 0 Times in 0 Posts
sorry the code is this:

PHP Code:
{php}
    
$orl '{$url_short}';
    
$apikey '7414af0be8710bc1464116918f700ad0';
    
$userId 1245;
    
$date gmdate('Ymd');
    
$size 'medium';
    {/
php}

                    <
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?
Reply With Quote