search
HomeBackend DevelopmentPHP TutorialHow to prevent php from directly entering the address from the browser to access .php files, _PHP Tutorial

php prohibits accessing .php files by directly entering the address from the browser,

The example in this article describes how PHP prohibits accessing .php files by directly entering the address from the browser. Share it with everyone for your reference. The specific implementation method is as follows:

Generally speaking, we do not want users to directly enter the address to access some important files, so we need to make some settings for this. The following summarizes some PHP methods to prohibit accessing .PHP files directly from entering the address in the browser, which are very practical.

For example, I don’t want others to access the file http://www.bkjia.com/xx.php by entering the address directly from the browser.

But if you cannot access http://www.bkjia.com/xx.php from any website, you will not be able to access it even if you establish a connection locally and jump to another address.

1. Just write the following code in the header of the xx.php file

Copy code The code is as follows:
$fromurl="http://www.bkjia.com/"; //Jump to this address.
if( $_SERVER['HTTP_REFERER'] == "" )
{
header("Location:".$fromurl); exit;
}

In this way, we only need to simply forge the source. For this, we can also do the following:
2. Define an identification variable in the program

Copy code The code is as follows:
define('IN_SYS', TRUE);

3. Get this variable in config.php

Copy code The code is as follows:
if(!defined('IN_SYS')) {
exit('Access prohibited');
}

The latter two methods are what we encounter in many cms.

I hope this article will be helpful to everyone’s PHP programming design.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/906119.htmlTechArticlephp prohibits accessing .php files directly from entering the address in the browser. The example of this article describes how to prohibit php from directly entering the address from the browser. How to access the .php file by inputting the address. Share it with everyone for your reference...
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 13, 2024 am 08:37 AM

  微信app软件内提供的聊天方式非常简洁,随时随地想聊就聊,所有的聊天都是完全不收费的,营造舒适轻松的社交氛围。走到哪里都可以互动聊天,让你一整天都不会感觉到无聊。超多有趣的表情包、颜文字免费下载,输入手机号在线登录,与好友、家人在线互动聊天,不管多远的距离都可以第一时间联系到对方,打开对话框轻松交流,当然有时候你也会无缘无故进入一个不认识的群聊,当然这个群是你不感兴趣的,也是可以设置不让他人拉你进去,聊天会好很多,现在小编在线详细一一为微信用户们带来设置不让别人拉我进群聊的方法。  1第一步

php文件如何在手机上打开php文件如何在手机上打开Nov 13, 2023 am 11:08 AM

要在手机上打开php文件,需要在手机上搭建一个能够运行php的服务器环境,并将php文件上传到服务器上。然后,在手机上的浏览器中输入服务器的IP地址或域名,加上php文件的路径,即可打开php文件并查看其内容。

如何在Java中访问JsonNode的JSON字段、数组和嵌套对象?如何在Java中访问JsonNode的JSON字段、数组和嵌套对象?Aug 30, 2023 pm 11:05 PM

一个JsonNode是Jackson的JSON树模型,它可以将JSON读取为JsonNode实例,并将JsonNode写入JSON。通过创建ObjectMapper实例并调用readValue()方法,我们可以使用Jackson将JSON读取为JsonNode。我们可以使用JsonNode类的get()方法访问字段、数组或嵌套对象。我们可以使用asText()方法返回有效的字符串表示,并使用JsonNode类的asInt()方法将节点的值转换为Javaint。在下面的示例中,我们可以访问Json

iOS 17:如何控制哪些应用程序可以访问您的照片iOS 17:如何控制哪些应用程序可以访问您的照片Sep 13, 2023 pm 09:09 PM

在iOS17中,Apple可以更好地控制应用程序可以看到的照片内容。继续阅读,了解如何按应用管理应用访问权限。在iOS中,Apple的应用内照片选取器可让您与应用共享特定照片,而照片图库的其余部分则保持私密。应用必须请求访问您的整个照片图库,您可以选择授予应用以下访问权限:受限访问–应用程序只能看到您可以选择的图像,您可以随时在应用程序中或通过转到“设置”>“隐私和安全”>“照片”来查看所选图像。完全访问权限–App可以查看照片

如何修复Reddit是Reddit中禁止的有趣错误如何修复Reddit是Reddit中禁止的有趣错误Oct 26, 2023 pm 11:21 PM

什么是“RedditisFunErrorForbidden”?Reddit是一个有趣的应用程序,带有无错误的消息,通常出现在网站和社交论坛上。当用户尝试在未经所需权限的情况下访问某些区域或在平台上执行特定操作时,会弹出此错误。该平台是一个大型在线论坛,有许多较小的论坛和不同的用户互动方式。它有一定的规则和限制来确保事情的安全和秩序。“Reddit是有趣的错误被禁止”的原因是什么?了解问题将有助于用户确定常见原因。以下是导致错误的一些常见原因。私有子版块:如果您尝试访问的子版块设置为私有,则需要成

限制修改时间在win10家庭版的方式限制修改时间在win10家庭版的方式Jan 08, 2024 pm 08:34 PM

在特定情境之下,严格限制用户对时间进行任意调整可以确保整个系统运行时生成的各种资料均保持准确无误以及内在稳固一致。然而,虽然有许多用户对如何在Windows10家庭版电脑上实施这种时间限制并不明了,但您依然可以参照以下详细步骤来实现这一规范要求win10家庭版禁止修改时间方法1、按下win+R然后选择“运行”2、输入“secpol.msc”3、点击“本地策略”—“用户权限分配”4、右侧双击打开“更改系统时间”5、选中用户名,点击删除,点击应用并确定即可完成设置

使用Python访问各种音频和视频文件的元数据使用Python访问各种音频和视频文件的元数据Sep 05, 2023 am 11:41 AM

我们可以使用Mutagen和Python中的eyeD3模块访问音频文件的元数据。对于视频元数据,我们可以使用电影和Python中的OpenCV库。元数据是提供有关其他数据(例如音频和视频数据)的信息的数据。音频和视频文件的元数据包括文件格式、文件分辨率、文件大小、持续时间、比特率等。通过访问这些元数据,我们可以更有效地管理媒体并分析元数据以获得一些有用的信息。在本文中,我们将了解Python提供的一些用于访问音频和视频文件元数据的库或模块。访问音频元数据一些用于访问音频文件元数据的库是-使用诱变

涉嫌不公平竞争,人工智能该被体育圈禁止吗?涉嫌不公平竞争,人工智能该被体育圈禁止吗?May 27, 2023 pm 05:40 PM

近期ChatGPT在全球爆火,大家都臣服于人工智能的强大功能,殊不知这东西在很早之前就已经被体育圈广泛应用,并有效提高运动水平了。我们都惊叹于2022卡塔尔世界杯上SAOT技术改变了比赛走向,其实多机位摄像头锁定、传感器定位的技术早在2年前进行的东京奥运会上就已经开始应用了。欧米茄花了4年时间鼓捣出自己的AI视觉系统,能够有效地跟踪球的方位并像鹰眼技术一样模拟球的运动轨迹。依托球体内部传感器和多机位摄像头以每秒250帧的捕捉,该系统在沙滩排球中的准确率超过99%。这改变了以往裁判靠肉眼和录像去做

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.