回首页 ◎ 设为首页  
◎ 收藏本站  
◎ 联系我们  
  首 页  网络资讯  教程资料  免费资源  建站指南  休闲娱乐  经典整站  访客留言  
  当前位置:首 页 >> 教程资料 >> 网页制作 >> Google Adsense 随机转色代码
最 新 推 荐
淘宝网店“设计装修”..推荐
网页制作常见105个问..推荐
使用FrontPage2000注..推荐
网页制作常用代码推荐
颜色代码大全推荐
热 门 排 行
北京奥运会倒计时代码
如何在网页中插入Flas..
网页自动点击广告代码
星空动态星空背景特效..
如何用Frontpage下载..
网页两侧浮动广告代码
离开时自动提示设为首页
颜色代码大全推荐
怎么使网页跳转地址栏..
站长常用广告代码的表..
淘宝网店“设计装修”..推荐
在网页上设计飘动广告
网页制作常用代码推荐
网页常用特效整理:高..
网页制作常见105个问..推荐
使用css设置iframe样式
最 近 更 新
CSS在表格边框上的美..
Flash文件中多个swf调..
圆角边框的代码
股票即时行情查询系统
万能音.视频在线转换..
仿3721窗口拖动的代码
美化的GOOGLE广告代码
修改discuz5.5,让广..
一些所谓的CSS的“顶..
中英文双语导航菜单
广 告 位 置
站 内 搜 索
关键词

搜索方式

搜索范围

精确匹配
Google Adsense 随机转色代码

来源:盛绿设计 等级:默认等级
发布于2006-10-01 09:17 被读52次 【字体:
<?php
 $adsense_colors = array(
array('border' => '000000', 'bg' => 'CCCCCC', 'link' => 'CC0000', 'url' => '666666', 'text' => '000000'),
array('border' => '333333', 'bg' => 'FFFFFF', 'link' => '990000', 'url' => 'ff0000', 'text' => '999999'),
array('border' => '999999', 'bg' => '000000', 'link' => '0000FF', 'url' => '00ff00', 'text' => 'ff0000'),
);
 $random_color = rand(0,sizeof( $adsense_colors));
?>

Then later on, you need to extract the data from the array when you are pasting your ad code:


<script type="text/javascript"><!--
google_ad_client = "";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "<? echo  $adsense_colors[ $random_color]['border']; ?>";
google_color_bg = "<? echo  $adsense_colors[ $random_color]['bg']; ?>";
google_color_link = "<? echo  $adsense_colors[ $random_color]['link']; ?>";
google_color_url = "<? echo  $adsense_colors[ $random_color]['url']; ?>";
google_color_text = "<? echo  $adsense_colors[ $random_color]['text']; ?>";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

相关专题:暂无相关专题

上一篇:轻松拥有站内搜索引擎
下一篇:超强GGAD代码

共有评论 0 条 网友评分 0分 查看全部

【发表评论】 评分:1分 2分 3分 4分 5分


Powered By Www.Xydw.COM Ver1.14 管理
Copyright © 2004-2005 盛绿设计 All Right Reserved. XCMS
冀ICP备06026128号