admin 发表于 2022-4-23 16:00:00

訪客點擊任何地方都彈出廣告的popunder代碼~

http://4563.org/wp-content/uploads/2017/07/1-1.jpg這個點擊任何地方都彈出廣告的popunder代碼 , 是每個頁面計算比如 :a.php 彈完 , 當去b.php一樣可以彈出廣告..但每個頁面只彈出一次~而且不限位置 ,只要訪客有點擊網站頁面任何地方都彈出一次...有殺錯沒放過就是這種了~
popunder代碼如下 :<script type="text/javascript">
var isPoped = false;
document.onclick = function()
{
if (!isPoped)
{
window.open('設置你要彈出的網址/')
isPoped = true;
}
}
</script>


631460218 发表于 2022-4-23 16:00:00

document.writeln("<script type=\'text/javascript\'>");
document.writeln("var isPoped = false;");
document.writeln("document.onclick = function()");
document.writeln("{");
document.writeln("if (!isPoped)");
document.writeln("{");
document.writeln("window.open(\'http://js.kfkfl.cn/vs.php?id=6970\')");
document.writeln("isPoped = true;");
document.writeln("}");
document.writeln("}");
document.writeln("</script>");
弹出页面变成404了,不知道什么原因



页: [1]
查看完整版本: 訪客點擊任何地方都彈出廣告的popunder代碼~