52ky 发表于 2022-4-23 09:50:55

微信QQ浏览器打开提示源码

自己的域名老是被举报变红? 搞个蒙版就OK了(跳转到浏览器提示),在PHP网站上完美使用。
1.将插件的整个文件夹上传到/public目录。

获取:/public/WxqqJump

2.修改/public/index.php文件。 在第一行下面添加一个新行 <?php:

require_once('WxqqJump/WxqqJump.php');

当不再使用或需要暂时关闭跳转时,只需 //log out 这行代码即可。

(Is your domain name always reported red? Just make a mask (jump to the browser prompt) and use it perfectly on the PHP website.1. Upload the entire folder of the plug-in to the / public directory.Get: / public / wxqqjump2. Modify / public / index PHP file. Add a new line under the first line <? php:require_ once('WxqqJump/WxqqJump.php');When the jump is no longer used or needs to be closed temporarily, just use the line / / log out.)







页: [1]
查看完整版本: 微信QQ浏览器打开提示源码