详情页

PHP某分类信息网站系统4.0单城市版去域名限制测试可用方法

时间:2023年06月17日

编辑:佚名

PHP某分类信息网站系统4.0i单城市版去域名限制测试可用下载
一、域名授权方法:
1.打开\admin\template\inc_head.html文件
2.找到第2行代码
    myagree( ".127.0.0.1|.localhost|domain1.com|domain2.com" );
//下面的是5.8se
    $agree_domain = '.127.0.0.1|localhost|domain1.com|domain2.com|' . $agree_domain;//update_57Sto58SE_utf8.php
   <?php echo !in_array($_SERVER["SERVER_NAME"],array('127.0.0.1','localhost','domain1.com','domain2.com')) ? str_replace('www','',$_SERVER["SERVER_NAME"]) : '' ;?>  //install/index.php
3.将其中的domain1.com和domain2.com替换成需要授权的域名,如果有更多域名,按这种格式依次添加,域名前不加www
4.保存
二、程序安装步骤:
1.将mymps程序文件上传至服务器空间上,如果是linux类空间,上传后请修改文件属性为777
2.在浏览器执行 http://你的域名/install/index.php 进入安装
3.安装
相关文章
猜你需要