|
below is line 110 and then some. look at the last line. its my vi info while (list($pid,$puser,$puserid,$pcat,$ptitle,$product,$views) = mysql_fetch_row($result)) {
if ( $ViewPerm[$pcat] == 1 ) continue;
if ( cl_is_image($product) ) {
$temp_user = $puserid;
$productlen = strlen($product);
$theext = cl_get_ext($product);
$product_name = str_replace( $theext, "", $product );
$thumbtag = "{$cldata_dir}{$pcat}/thumbs/{$product}";
$image_stats = getimagesize( $thumbtag );
$width = $image_stats[0];
$height = $image_stats[1];
if ( $height > $width )
@ "inc_ads.php" 200 lines --55%-- 110,1 56% |