Gateway未来科技

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 92|回复: 0

GitHub - aazooo/zjmf: 魔方财务和魔方云系统开心扩展

[复制链接]

219

主题

229

帖子

884

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
884
发表于 2024-6-21 09:54:22 | 显示全部楼层 |阅读模式
[backcolor=var(--bgColor-default,var(--color-canvas-default,#ffffff))]
  • [color=var(--fgColor-default,var(--color-fg-default,#1F2328))]README


魔方财务系统使用方法[color=var(--fgColor-accent, var(--color-accent-fg))]
魔方财务系统支持版本:<=3.6.5
  • 首先需要安装php扩展。根据网站要使用的php版本,下载扩展文件([color=var(--fgColor-accent, var(--color-accent-fg))]php7.2、[color=var(--fgColor-accent, var(--color-accent-fg))]php7.3、[color=var(--fgColor-accent, var(--color-accent-fg))]php7.4),上传到php安装目录 /lib/php/extensions/no-debug-non-zts-xxxx(xxxx为一串数字)文件夹里面。
  • 修改php配置文件(php.ini),加入以下内容,然后重启php进程。
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]extension=idcsmart.so

  • 使用[color=var(--fgColor-accent, var(--color-accent-fg))]官方安装包进行安装。填写授权码的时候,随便填写一个的32位大写的MD5字符串,例如可以[color=var(--fgColor-accent, var(--color-accent-fg))]在这里生成。(之前安装过的可以跳过此步骤) 该官方安装包已经集成部分常用插件,无需再去商店购买。
  • 安装完之后默认就是专业版,所有专业版的功能均可使用。
  • 如果上传了第三方付费插件或模板,使用过程中提示插件未购买,需要在php配置文件(php.ini)加入idcsmart.app这个配置项,配置第三方插件标识,多个插件标识用英文逗号隔开,例如:
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]idcsmart.app=AliPayDmf,Smsbao,Subemail

    重启php进程,在后台系统升级页面,已授权模块处,点击“拉取授权”。即可使用付费的第三方插件或模板。

魔方云系统使用方法[color=var(--fgColor-accent, var(--color-accent-fg))]
魔方云系统支持版本:3.7.18
  • 使用以下命令安装魔方云系统(之前已经安装过免费版的,直接跳到第3步):
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]wget https://raw.githubusercontent.co ... tall-zjmf-cloud_new -O install-zjmf-cloud_new [color=var(--color-prettylights-syntax-keyword)]&& chmod +x install-zjmf-cloud_new [color=var(--color-prettylights-syntax-keyword)]&& ./install-zjmf-cloud_new

    国内服务器可以用以下命令:
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]wget https://mirror.ghproxy.com/https ... tall-zjmf-cloud_new -O install-zjmf-cloud_new [color=var(--color-prettylights-syntax-keyword)]&& chmod +x install-zjmf-cloud_new [color=var(--color-prettylights-syntax-keyword)]&& ./install-zjmf-cloud_new

    以上命令是access模式安装脚本,如果要Trunk模式,是在最后加 -t,轻量版是在最后加 -l
  • 填写授权码的时候,随便填写一个的32位大写的MD5字符串。
  • 输入以下命令完成授权:
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extensionwget https://raw.githubusercontent.co ... in/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_mainchmod +x /home/zjmf/dashboard/www/extend/other/extensionchmod +x /home/zjmf/dashboard/www/extend/other/check_mainwget https://raw.githubusercontent.co ... /3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.soecho "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.inisystemctl restart php-fpm /home/zjmf/dashboard/www/extend/other/extensionwget https://raw.githubusercontent.co ... in/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_mainchmod +x /home/zjmf/dashboard/www/extend/other/extensionchmod +x /home/zjmf/dashboard/www/extend/other/check_mainwget https://raw.githubusercontent.co ... /3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.soecho &quot;extension=idcsmart.so&quot; >> /etc/php.d/40-idcsmart.inisystemctl restart php-fpm" tabindex="0" role="button" style="box-sizing: border-box; position: relative; font-size: 14px; font-weight: var(--base-text-weight-medium, 500); line-height: 20px; text-wrap: nowrap; vertical-align: middle; cursor: pointer; user-select: none; border: 0px; border-radius: 6px; appearance: none; color: var(--fgColor-accent, var(--color-accent-fg)); background-color: transparent; box-shadow: none; transition: color 80ms cubic-bezier(0.33, 1, 0.68, 1) 0s, background-color 0s ease 0s, box-shadow 0s ease 0s, border-color 0s ease 0s; width: var(--control-small-size, 28px); height: var(--control-small-size, 28px); display: flex !important; justify-content: center !important; align-items: center !important; margin: var(--base-size-8, 8px) !important;">

    国内服务器可以用以下命令:
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extensionwget https://mirror.ghproxy.com/https ... in/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_mainchmod +x /home/zjmf/dashboard/www/extend/other/extensionchmod +x /home/zjmf/dashboard/www/extend/other/check_mainwget https://mirror.ghproxy.com/https ... /3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.soecho "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.inisystemctl restart php-fpm /home/zjmf/dashboard/www/extend/other/extensionwget https://mirror.ghproxy.com/https ... in/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_mainchmod +x /home/zjmf/dashboard/www/extend/other/extensionchmod +x /home/zjmf/dashboard/www/extend/other/check_mainwget https://mirror.ghproxy.com/https ... /3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.soecho &quot;extension=idcsmart.so&quot; >> /etc/php.d/40-idcsmart.inisystemctl restart php-fpm" tabindex="0" role="button" style="box-sizing: border-box; position: relative; font-size: 14px; font-weight: var(--base-text-weight-medium, 500); line-height: 20px; text-wrap: nowrap; vertical-align: middle; cursor: pointer; user-select: none; border: 0px; border-radius: 6px; appearance: none; color: var(--fgColor-accent, var(--color-accent-fg)); background-color: transparent; box-shadow: none; transition: color 80ms cubic-bezier(0.33, 1, 0.68, 1) 0s, background-color 0s ease 0s, box-shadow 0s ease 0s, border-color 0s ease 0s; width: var(--control-small-size, 28px); height: var(--control-small-size, 28px); display: flex !important; justify-content: center !important; align-items: center !important; margin: var(--base-size-8, 8px) !important;">


后续每次更新都要重新执行上述命令。
自建授权接口站点(可选)[color=var(--fgColor-accent, var(--color-accent-fg))]
这部分是可选的,如果内置授权接口出现连接不稳定等情况,可以选择自建。
  • 新建一个网站,上传[color=var(--fgColor-accent, var(--color-accent-fg))]授权接口源码,并配置好伪静态。
  • 在php配置文件(php.ini)加入idcsmart.url这个配置项,填写授权接口地址,例如:
    [backcolor=var(--bgColor-muted, var(--color-canvas-subtle))]idcsmart.url=http://www.example.com/

    注意一定要以/结尾。然后重启php进程生效。

魔方云HyperV使用方法[color=var(--fgColor-accent, var(--color-accent-fg))]
  • 需自建授权接口站点,绑定license7.idcsmart.com域名,并开启SSL(随便一个域名证书即可)
  • 在Windows系统内配置hosts,将license7.idcsmart.com域名指向刚才的服务器IP
  • 使用官方安装程序安装,填写授权码的时候,随便填写一个的32位大写的MD5字符串。


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Comsenz Inc.

GMT+8, 2024-12-23 07:22 , Processed in 0.062211 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc. Templated By 【未来科技 www.veikei.com】设计

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