Board logo

标题: [发布] wdcpv3.3.7,多用户功能回来了 [打印本页]

作者: admin    时间: 2019-3-30 21:23     标题: wdcpv3.3.7,多用户功能回来了

wdcpv3.3.7,多用户功能回来了,在v2的版本里是有多用户功能的,但在v3之前的版本里,取消了
现在,从v3.3.7开始,多用户的功能可以继续拥有了,专业版可用
多用户功能,也就是支持多用户,如开个普通帐号给朋友用,但这个帐号,只可以创建站点等一般的功能与操作
其它的系统功能或关键功能,是无法操作的

目前普通用户的功能主要有
1 站点(增加/修改,站点关闭,创建SSL,WEB文件管理,PHP版本切换,打包备份)
2 FTP(帐号创建,密码修改)
3 mysql (数据库创建,数据库密码修改,数据导入导出)
4 登录密码修改

还有个功能是专业版授权的更换功能
如果用户机器换了,可以更换授权,继续使用,具体 登录wdcp.net上操作
如还有其它功能想开通或限制给普通用户,欢迎提出来,可参考

安装方法(请使用纯净系统,即不带任何其它WEB环境的系统)
1 只安装wdcp面板看看
wget http://down.wdlinux.cn/in/install_v3.sh
sh install_v3.sh

2 和lanmp环境一起安装
yum install -y wget
wget http://dl.wdlinux.cn/files/lanmp_v3.3.tar.gz
tar zxvf lanmp_v3.3.tar.gz
sh lanmp.sh

自定义版本安装
sh lanmp.sh cus

升级方法
直接后台升级

如升级错误或无法打开,可使用手动升级
SSH登录服务器,执行
sh /www/wdlinux/wdcp/shell/updates.sh

更多的说明,可参考
https://www.wdlinux.cn/bbs/thread-57643-1-1.html
作者: pkkgu    时间: 2019-3-30 22:43

普通用户最好可以绑定指定站点
作者: makewood    时间: 2019-4-7 23:10

应该说明一下什么情况只安装wdcp面板什么情况和lanmp环境一起安装?

像我这种菜鸟就是为了管理网站的就糊涂了,应该是2个都要装吧,但是是否2个步骤都要进行。还是操作第二种就会连wdcp也包括在内了?
作者: hhxingchen    时间: 2019-4-25 10:11

我在后台直接点升级后,登录地址直接无法访问了,后来又通过SSH安装,提示安装成功重启
但是我访问还是打不开登录页面,什么原因?
作者: happydreams    时间: 2019-5-12 22:12

支持一下,希望WDCP越做越好
作者: 24447678@qq.com    时间: 2019-5-24 10:10

支持mysql8吗?
作者: luoviking    时间: 2019-5-25 01:06

请问装完怎么没有mysql呢?
作者: jialong520    时间: 2019-5-30 14:48

太好了,有新版本了
作者: qlan    时间: 2019-6-4 16:31

还是手贱,又点了后台首页的更新按钮,然后服务器就死了,面板打不开了。wdcp做成这个样子,也是历来已久的问题了。。。还能怪谁
作者: 24447678@qq.com    时间: 2019-6-24 17:00

为什么没有redis?还能安装redis吗?
作者: itxsy    时间: 2019-6-30 08:11

Build complete.
Don't forget to run 'make test'.

Installing shared extensions:     /www/wdlinux/phps/55/lib/php/extensions/no-debug-non-zts-20121212/

5.5.38 redis install complete


      configurations, phps install is complete
      visit http://ip:8080
      more infomation please visit http://www.wdlinux.cn/bbs/





installing php...
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp5.la sapi/cli/php sapi/cgi/php-cgi    libphp5.la modules/* libs/*
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 2.4 (ok)
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...

Sorry, I cannot run apxs.  Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /www/wdlinux/apache/bin/apxs follows:
./configure: line 8426: /www/wdlinux/apache/bin/apxs: No such file or directory
configure: error: Aborting


x86_64
CentOS release 6.9 (Final)
----Install Error: php configure err -----------
作者: nian2014    时间: 2019-7-17 11:44

越来越不好用了,装完很多功能不能使用,还是V2版本稳定
作者: ht99    时间: 2019-7-24 14:10

初步发现在老版升级上失败的原因
lanmp.sh 这个脚本里有目录判断,只判断了/www/wdlinux,导致目录不能正确建立
if [ ! -d $IN_DIR ]; then
    mkdir -p $IN_DIR/{etc,init.d,wdcp_bk/conf}
    mkdir -p /www/web
作者: 小智颍川    时间: 2019-10-25 16:52

回复 4# hhxingchen


   我安装成功也访问不了后台
作者: guohwa    时间: 2020-4-9 16:17

垃圾玩意儿  越来越不好用了   论坛也死了  估计大家都放弃这个面板了   要是大家有好的面板  多推荐推荐 多谢!!!!!
作者: mdmdx    时间: 2020-12-4 12:12

wdCP v3.3.11无法开启443端口,web端口和防火墙里都加了443,但依然无法开启443端口,请问如何才能开启443端口,不然无法配置https://




欢迎光临 WDlinux官方论坛 (http://www.wdlinux.cn/bbs/) Powered by Discuz! 7.2