Quote:
Originally Posted by hilfe-forum
|
very nice in ur forum ^_^ :up:
sure , change code
PHP Code:
ob_start();
$style_get = vB::$db->query_read("
SELECT * FROM ".TABLE_PREFIX."style
ORDER BY styleid DESC LIMIT 5");
$output_bits = '';
while($style = vB::$db->fetch_array($style_get))
{
$output_bits .= '<div dir="rtl" align="center">
<a href="http://www.7-secret.org/forum.php?styleid='.$style[styleid].'">
<img src="http://www.thumbshot.de/cgi-bin/show.cgi?url=http://www.7-secret.org/forum.php?styleid='.$style[styleid].'" alt="'.$style[title].'" width="159" height="157"></a>
</div>
<br>';
}
$output = $output_bits;
ob_end_clean();
change link
PHP Code:
http://www.7-secret.org
and size
PHP Code:
width="159" height="157"