您现在的位置是:主页 > news > 网站开发方式有/平台代运营是什么意思
网站开发方式有/平台代运营是什么意思
admin2025/5/6 20:47:08【news】
简介网站开发方式有,平台代运营是什么意思,云服务器怎么搭建网站,郑州软件开发培训如果你安装的本站的kangle和ep,那么默认这两个参数已经打开,如果你用的官方默认的脚本安装的。那么你需要编辑linux目录是/vhs/kangle/ext/*php*目录下的php-templete.ini文件windows是你的kangle安装目录下的/ext/*php*目录下的php-templete.ini文件把php-templete…
如果你安装的本站的kangle和ep,那么默认这两个参数已经打开,如果你用的官方默认的脚本安装的。那么你需要编辑
linux目录是/vhs/kangle/ext/*php*目录下的php-templete.ini文件
windows是你的kangle安装目录下的/ext/*php*目录下的php-templete.ini文件
把php-templete.ini文件的;open_basedir和;;disable_functions,前面的;分号去掉,成这样。
禁止php访问系统函数
在disable_functions = 后面加上phpinfo,eval,passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,pfsockopen,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server,disk_total_space, disk_free_space,chmod,closedir,copy,dir,escapeshellarg,escapeshellcmd,exec,fclose,fileperms,fopen,fread,fwrite,is_dir,link,mkdir,opendir,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,readdir,rename,rmdir,shell_exec,system,tempnam,touch,unlink;
保存即可如下图