當前位置:首頁 » 微商推廣 » 微商廣告網源碼

微商廣告網源碼

發布時間: 2021-07-27 07:53:27

Ⅰ 求網頁頂端網頁自動展開之後能關閉的網頁廣告源碼!

<!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代碼的圖片廣告!

那是網站自己後台做的啊- - 網站上的一般是硬廣的商品圖片,或者一個標題的軟廣。

Ⅶ 請問誰有可以投放廣告的網站源代碼 我朋友不是很懂電腦,但是他最近特別想嘗試建立自己的網站,並且通過

那都需要錢的,而且一點都不少。

Ⅷ 我在找一套廣告聯盟源碼,想做一個廣告聯盟網站,有好心人分享嗎求分享!

做廣告聯盟?沒那麼容易吧,涉及到的東西太多,不是一個人能搞定的吧,要長期的做下去是要一個團隊的支持的,像網路啊、谷歌啊什麼的就不說了,深度聯盟這樣做很久的,就很難得,沒辦法,現在網上到處都是聯盟,作為一個小站長真的有點怕了

熱點內容
微信三天可見我還能看到對方朋友圈 發布:2021-08-17 15:55:04 瀏覽:114
微商神器x3朋友圈 發布:2021-08-17 15:54:12 瀏覽:667
微信朋友圈怎麼才能不壓縮視頻 發布:2021-08-17 15:53:58 瀏覽:746
af男裝微商 發布:2021-08-17 15:53:01 瀏覽:455
微信發朋友圈文字只顯示一行 發布:2021-08-17 15:53:01 瀏覽:775
微信怎麼看對方設置不看自己朋友圈 發布:2021-08-17 15:53:00 瀏覽:564
微商的萬斯是正品嗎 發布:2021-08-17 15:51:29 瀏覽:246
通過微信朋友圈加好友嗎 發布:2021-08-17 15:50:38 瀏覽:802
微信發了朋友圈之後怎麼修改 發布:2021-08-17 15:46:26 瀏覽:633
微商猜拳送手機詐騙怎麼辦 發布:2021-08-17 15:46:25 瀏覽:765