search
HomeBackend DevelopmentPHP TutorialRandom ad display (PHP function)_PHP tutorial

#########Random ad display##########
function myads(){
$dir="ads"; #Set storage Recorded directory
//$dir="ads"; #Set the directory where records are stored
$ads="$dir/ads.txt"; #Set advertising code file
$log ="$dir /ads.log"; #Set ip record file

$ads_lines=file($ads);
$lines=count($ads_lines);#Total number of lines in the file

## ##Read the total number of ads $ads_count and the number of displays into the array $display_array########
$ads_count=0;
$display_count=0;
for ($i=0;$ i if((!strcmp(substr($ads_lines[$i],0,7),"display"))){
$ads_count+=1;
$display_array[$ads_count]=substr($ads_lines[$i],8); Serial number $display_rand#####
srand((double)microtime()*1000000);
$display_rand = rand(1,$display_count);

###Determine the advertising sequence number$ ads_num######
$pricount=0;
$ads_num=1;
for($i=1; $i $pricount + = $display_array[$i];
if ($display_rand}

#####Play advertising code## #######
$num=0;
$flag=0;

for($i=0;$i if ((!strcmp(substr($ads_lines[$i],0,7),"display"))){$num++;}
if(($num==$ads_num)and($flag==0 )){$flag=1;continue;}
if(($flag==1)and strcmp($ads_lines[$i][0],"#")){echo $ads_lines[$i]; continue;}
if(($flag==1)and(!(strcmp($ads_lines[$i][0],"#")))){break;}
}
# ###Record the number of ad display times#########
$fp=fopen($log,"a");
fputs($fp,date( "Y-m-d H:i:s " ).getenv("REMOTE_ADDR")."==>".$ads_num."n");
fclose($fp);
}
?>

advertising Code file ads.txt

########Each ad code is separated by '#', display is the display weighting number, the larger the number, the more times it will be displayed ###### ##########
###############################
display= 10


Chance2mail, a great gift for you!

##############################
display=10


Welcome to My8848 website for shopping



Call




http://www.bkjia.com/PHPjc/315413.html

www.bkjia.com

http: //www.bkjia.com/PHPjc/315413.htmlTechArticle?php #########Random ad display########## function myads(){ $dir=ads; #Set the directory where records are stored //$dir=ads; #Set the directory where records are stored $ads=$dir/ads.txt; #Set the advertising code file...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
朋友圈广告怎么彻底关掉朋友圈广告怎么彻底关掉Mar 03, 2024 pm 12:31 PM

用户在刷朋友圈的时候会遇到很多的广告,那么广告怎么彻底关掉呢?用户们需要在我的里点击设置,然后找到个人信息与权限,然后点击个性化广告管理,将广告个性化关闭就行。这篇朋友圈广告彻底关掉方法介绍就能告诉大家具体的操作方法,赶紧看看吧!微信使用教程朋友圈广告怎么彻底关掉答:无法彻底关掉,只能关掉个性化推荐具体方法:1、首先点击我,然后找到里面的设置。2、找到个人信息与权限选项。3、点击里面的个性化广告管理功能。4、点击广告个性化右侧的开关,关闭就可以了。怎么关闭广告:1、找到朋友圈里的广告。2、点击右

JavaScript中生成随机数字和字符串JavaScript中生成随机数字和字符串Sep 02, 2023 am 08:57 AM

生成随机数或字母数字字符串的能力在许多情况下都会派上用场。您可以使用它在游戏中的不同位置生成敌人或食物。您还可以使用它向用户建议随机密码或创建文件名来保存文件。我写了一篇关于如何在PHP中生成随机字母数字字符串的教程。我在这篇文章的开头说,几乎没有事件是真正随机的,同样的情况也适用于随机数或字符串生成。在本教程中,我将向您展示如何在JavaScript中生成伪随机字母数字字符串。在JavaScript中生成随机数让我们从生成随机数开始。我想到的第一个方法是Math.random(),它返回一个浮

微软 Word 中缺少校对工具 [已解决]微软 Word 中缺少校对工具 [已解决]Apr 18, 2023 pm 11:46 PM

当您打开应用程序进行编辑时,“缺少校对工具”是否出现在MicrosoftWord中?当Word无法检测到Word中的校对工具时,将显示此消息。通常,Word数据文件中的损坏会导致此问题。因此,如果您想知道如何解决此问题,那么您刚刚降落在正确的位置。修复1–下载工具从错误提示符直接下载Word中指定的校对工具。1.退出单词(如果您已经打开了它)。2.现在,再次打开Word。3.等到它加载到您的计算机上。当Word完全加载时,单击功能区上显示的“下载”。这将在后台从Office服

如何在 Windows 11 上停止弹出窗口如何在 Windows 11 上停止弹出窗口May 29, 2023 am 11:24 AM

在您工作或尝试专注于某段内容时,弹出窗口和中断可能会很烦人。虽然移动设备只有一个DND切换开关,但Windows呢?您可以在Windows11上停止弹出窗口吗?让我们来了解一下!您可以在Windows11上停止弹出窗口吗?是的,没有。您可以摆脱Windows11中的大多数弹出窗口,但是,无法绕过某些确认弹出窗口和安全通知。此外,没有一种可靠的方法可以通过单击摆脱所有弹出窗口。您需要关闭个别类型的弹出窗口才能在Windows11上消除它们。幸运的是,我们编制了一份列表,列出您需要

随机和伪随机的区别随机和伪随机的区别Oct 10, 2023 am 09:27 AM

随机和伪随机的区别在可预测性、重现性、均匀性和安全性等。详细介绍:1、可预测性,随机数是无法被预测的,即使知道了过去的结果也不能准确地预测未来的结果,而伪随机数是可以被预测的,因为它们是通过算法生成的,只要知道了算法和种子,就可以重现生成相同的数列或序列;2、重现性,随机数是不可重现的,每次生成的结果都是独立的,而伪随机数是可重现的,只要使用相同的算法和种子等等。

关闭电脑游戏广告弹出窗口的方法关闭电脑游戏广告弹出窗口的方法Jul 07, 2023 pm 08:57 PM

很多网友在玩win10电脑时,相信都会遇到一些广告弹窗的骚扰,有时在玩游戏时可能会出现游戏广告弹窗导致体验不佳。那么win10电脑右下角闪烁游戏广告怎么办?如何关闭电脑游戏广告弹窗?以下小编就教你如何关闭电脑的游戏广告弹窗。关闭电脑游戏广告弹出窗口的方法。第一步:找到闪烁的弹出窗口进程名称一、闪烁弹窗出现时,先不要关闭,右键打开电脑底部的任务栏设置。2.在任务栏下找到通知区域,点击在任务栏上显示选择哪些图标。3.这里列出的图标曾经出现在你的任务栏上,所以即使你关闭了弹出窗口,这里还是有记录的。你

如何在Windows 11中通过5个简单步骤拒绝广告如何在Windows 11中通过5个简单步骤拒绝广告Apr 22, 2023 pm 07:16 PM

我们都知道广告有时会很烦人。广告如何在最不受欢迎的时候弹出;他们如何将您引导至不需要的平台;最糟糕的是,已知某些广告会构成恶意软件威胁。因此,如果您一直想知道如何摆脱不断的Windows11广告但不知道如何,这是您一直在等待的帮助。在本文中为什么我在Windows11中会收到广告?尽管迫切需要摆脱Windows11广告,但我们认为值得了解触发这些广告的原因以及您获得它们的原因:从最近的Windows更新中添加的功能-新闻和兴趣等功能可能会使在不发送通知的情况下难以使用你的电脑。此

微软:Windows 11 中的文件资源管理器广告是个意外……有点像微软:Windows 11 中的文件资源管理器广告是个意外……有点像Apr 28, 2023 pm 02:34 PM

微软已经开始在Windows11的Insider版本中的文件资源管理器中展示自己的服务的广告。这些广告并没有向所有人展示,这让许多人相信微软是在全面推出之前对其集成进行A/B测试。这显然也引起了Neowin评论区的很多愤怒。现在,微软对有争议的举动提供了一些澄清。不是真正的截图(还)微软注意到在文件资源管理器中发布广告是无意的。Windows高级项目经理BrandonLeBlanc发表了以下简短声明:这是一个实验性横幅,不打算在外部发布并已关闭。不过,该声明有点令人担忧,因

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.