⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adsmodle.php

📁 VIP信息处理系统源码
💻 PHP
字号:
<?include_once("../index/top.php");$sql="select * from ads_form where 1 $andwhere order by sort";$rs=mysql_query($sql);$str_disp="";while($row=mysql_fetch_array($rs)){	$ih=$row["height"];	$iw=$row["width"];	include_once("../ads/ads_commonweal/".$iw."_".$ih.".php");	$arr_pic=explode("/",$picurl);	$picname="../ads/ads_commonweal/".$arr_pic[2];		$file_suf=substr($picname,-3);	if(!($file_suf=='swf' || $file_suf=='SWF')){		$str_img="<img src='../ads/$picname' border='0' style='cursor: hand;' width=$iw height=$ih>";	}else{		$str_img="			<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width=$iw height=$ih>			  <param name='movie' value='$picname'>			  <param name='quality' value='high'>			  <embed src='$picname' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width=$iw height=$ih></embed>			</object>			";	}	$str_disp.="        <tr align=center class=\"listbody_admin\"> 	      <td>$row[s_name]</td>		  <td><a href='$clickurl' target='_blank'>$str_img</a></td>        </tr>";}?><table width="1001"  border="0" cellpadding="0" cellspacing="0" align="center">  <tr align="left" valign="top">    <td width="100%" align="center" class="bgconn">	  <table width="100%" border="0" cellpadding="0" cellspacing="0" >		<tr>		  <td class="orange_text">			<table width="100%" border="0" cellspacing="0" cellpadding="0">			  <tr>				<td height="40" align="left" valign="middle" bgcolor="#FFFFFF"><img src="../image/adsize.gif" width="150" height="20"></td>			  </tr>		  </table></td>		</tr>		<tr>		  <td height="4" bgcolor="#122a44" ></td>		</tr>		<tr>		  <td height="3"></td>		</tr>	  </table>	  <table width="100%" height="20"  border="0" align="center" cellpadding="6" cellspacing="1" class="listtable">		<tr align="center" class="listbody" height="30">		  <td width="16%" class="listtbhd">广告规格名称</td>		  <td width="84%" class="listtbhd">公益广告预览</td>		</tr>		<?=$str_disp?>	  </table><p><br><br><br><br><br></p>	</td>  </tr></table><?include_once("../index/foot.php");?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -