找回密码
 立即注册

破解版KSWEB_Pro_v3.986_32-bit

[复制链接]
69伙伴 发表于 2021-12-28 23:44:02 | 显示全部楼层 |阅读模式
KSWEB_Pro_v3.986_32-bit安卓系统下的 集成环境
php版不有
8.0 7.4-7.1 5.6 其余与如图

QQ图片20211228234110.png

补充:软件自身的配置文件存放的位置
  1. /data/data/ru.kslabs.ksweb/components/nginx/conf/
复制代码

nginx 软件自身的配置例
主要是php调用方法
  1. ## !!!WARNING!!!
  2. ## Be careful changing this configuration file!
  3. ## Some changes may result in incorrect function of the program.
  4. ## Always make backups of configuration files before any changes.
  5. ## --------------------------------------------------------------

  6. #Do not remove this label!
  7. #_TYPE_=5
  8. #======

  9. server {

  10. #begin_port (do not remove this label!)
  11. listen 80;
  12. #end_port (do not remove this label!)

  13. #begin_hostname (do not remove this label!)
  14. server_name localhost;
  15. #end_hostname (do not remove this label!)
  16.         
  17. #begin_docroot (do not remove this label!)
  18. root /storage/emulated/0/htdocs;
  19. #end_docroot (do not remove this label!)

  20.         index  index.html index.htm index.php;

  21.         location @rewrite {
  22.                 rewrite        ^/(.*)$ /index.php?q=$1;
  23.         }
  24.         
  25.         location / {
  26.                 try_files $uri $uri/ @rewrite;
  27.         }

  28.         error_page   500 502 503 504  /50x.html;
  29.         location = /50x.html {
  30.         }
  31.         
  32.         location ~* \.php$ {
  33.                 fastcgi_pass unix:/data/data/ru.kslabs.ksweb/php.sock;
  34.                 #fastcgi_pass  127.0.0.1:9001;
  35.                 include /data/data/ru.kslabs.ksweb/components/nginx/conf/fastcgi_params;
  36.                 fastcgi_index index.php;
  37.                 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  38.         }
  39. }
复制代码


要自己虽然都能改配置不想手动建地址可以参考 编辑配置 在最下一行 }上面添加
  1. include /storage/emulated/0/htdocs/vhost_conf/*.conf;
复制代码



大小200m 网盘下载
MD5:25FB4CD97BEDC92B4821255CC2789801
SHA1:
E8685D4382F6BA4D32DD35346449E8A1A0B53524

链接: https://pan.baidu.com/s/1QYFFuspuQKJyKBHM1qw2xw?pwd=3ruz 提取码: 3ruz 复制这段内容后打开百度网盘手机App,操作更方便哦


下载失效了,论坛底部右下角【联系我们】-正文部分引用本页地址,并阐述问题。一般在2小时内可以补发地址。


临时交流 ⇨点我留言
【附件·直下】非必要·勿注册

网格·联系我们 ( 京ICP备16001788号|京公网安备 11010502049360号 ) | 网站地图 | 2012- WGPro.CoM |

GMT+8, 2024-4-17 05:09

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表