Home > Backend Development > PHP Tutorial > 【求助】PHP域名限制及pfx解密

【求助】PHP域名限制及pfx解密

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-02 11:29:21
Original
1164 people have browsed it

解密pfxphp域名限制本地调试

现需要本地调试PHP代码,但是源码进行了域名限制,并将该文件进行了加密,不知道要如何操作。
另:改项目使用了ThinkPHP,以下是首页源码
//ThinkPHP路径
define('THINK_PATH','./BDP2P/');
//定义项目名称

define('APP_NAME', 'Home');

//定义项目路径

define('APP_PATH', './Home/');
//开启调试模式

define('APP_DEBUG', true);
//站点跟路径
define('HOMEROOTPATH', str_replace("\", '/', dirname(__FILE__)).'/');
// 加载框架入口文件
require( THINK_PATH.'ThinkPHP.php');

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template