微商广告网源码
Ⅰ 求网页顶端网页自动展开之后能关闭的网页广告源码!
<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style>
html,body{margin:0;font-size:12px}img{border:none}p{border-top:5px solid#660000;padding:40px;background:#999900;height:1500px;margin:0px}
</style>
<script>
var showAD = {
curve: function(t, b, c, d, s) {
if ((t /= d / 2) < 1) return c / 2 * t * t * t + b;
return c / 2 * ((t -= 2) * t * t + 2) + b
},
fx: function(from, to, playTime, onEnd) {
var Me = this,
who = this.adWrap,
position = 0,
changeVal = to - from,
curve = this.curve;
playTime = playTime / 10;
who.style.overflow = 'hidden';
function _run() {
if (position++<playTime) {
who.style.height = Math.max(1, Math.abs(Math.ceil(curve(position, from, changeVal, playTime)))) + "px";
setTimeout(_run, 10)
} else {
onEnd && onEnd.call(Me, to)
}
};
_run()
},
init: function(info) {
var Me = this,
loadImg = new Image;
loadImg.src = info.endImgURL;
window.onload=function() {
Me.endImgURL = info.endImgURL;
Me.img = document.getElementById(info.imgID);
Me.adWrap = document.getElementById(info.adWrapID);
var max = Me.img.height;
setTimeout(function() {
Me.fx(max, 0, 500,
function(x) {
this.img.src = this.endImgURL;
this.curve = function(t, b, c, d) {
if ((t /= d) < (1 / 2.75)) {
return c * (7.5625 * t * t) + b
} else if (t < (2 / 2.75)) {
return c * (7.5625 * (t -= (1.5 / 2.75)) * t + .75) + b
} else if (t < (2.5 / 2.75)) {
return c * (7.5625 * (t -= (2.25 / 2.75)) * t + .9375) + b
} else {
return c * (7.5625 * (t -= (2.625 / 2.75)) * t + .984375) + b
}
};
this.fx(0, this.img.height,600)
})
},
info.timeout || 1000)
};
}
};
showAD.init({
adWrapID: 'ad_box_2009_04',
imgID: 'adImg',
endImgURL: 'http://c1.neweggimages.com.cn/NeweggPic2/Marketing/200906/hot/a.jpg'
});
</script>
</head>
<body>
<div id="ad_box_2009_04" style="background:BF0008">
<img src="http://c1.neweggimages.com.cn/NeweggPic2/Marketing/200906/hot/b.jpg" id="adImg" />
</div>
</body>
</html>
Ⅱ 某广告联盟任务网源码程序 PHP内核 后台完整可设置扣量否
程序下载:http://www.400gb.com/file/106395812
解压密码:www.cnv3.com
安装教程:
请修改以下几个文件里的域名为你的域名
/ext.js
cnv3/admincheck.php
code/adview_pic.php
code/adview_pic_dl.php
include/config.inc.php
include文件夹 需要给写入权限
修改里面的数据库链接include/config.inc.php
跟目录里cnv3.sql 是数据库文件
需要导入的MYSQL数据库
如果出现无法注册,请按照下面方法解决
php.ini查找register_globals 设置成on
MySQL 5中,出现错误提示:
Field ‘id’ doesn’t have a default value
解决方法一:
打开my.ini,查找
sql-mode=”STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION”
修改为
sql-mode=”NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION”
然后重启MYSQL
Ⅲ 我有个网站源码 不知道怎么加广告 进来说
那你就把广告调用的js删掉,在相应位置直接加广告代码。
Ⅳ 网站广告代码,求:能点击在新窗口打开,有源码我不懂!
只要在<a>里加上target="_blank"就行了
Ⅳ PHP 广告任务网源码
<?php
echo ' web-root = '.$_SERVER['DOCUMENT_ROOT'].'<br>';
echo ' current-file = '.__FILE__.'<br>';
echo ' current-dir = '.dirname(__FILE__).'<br>';
echo ' http-root = '.$_SERVER['HTTP_HOST'].'<br>';
echo ' web-position = '.$_SERVER['PHP_SELF'].'<br>';
$file='c:/webroot/index.php';
echo ' file-position = '.$file.'<br>';
$fileWebAddress='http://'.str_replace($_SERVER['DOCUMENT_ROOT'],$_SERVER['HTTP_HOST'],$file);
echo ' file-web-position = '.$fileWebAddress.'<br>';
?>
Ⅵ 求广告展示网站源码!要求可以植入HTML代码的图片广告!
那是网站自己后台做的啊- - 网站上的一般是硬广的商品图片,或者一个标题的软广。
Ⅶ 请问谁有可以投放广告的网站源代码 我朋友不是很懂电脑,但是他最近特别想尝试建立自己的网站,并且通过
那都需要钱的,而且一点都不少。
Ⅷ 我在找一套广告联盟源码,想做一个广告联盟网站,有好心人分享吗求分享!
做广告联盟?没那么容易吧,涉及到的东西太多,不是一个人能搞定的吧,要长期的做下去是要一个团队的支持的,像网络啊、谷歌啊什么的就不说了,深度联盟这样做很久的,就很难得,没办法,现在网上到处都是联盟,作为一个小站长真的有点怕了