GithubHelp home page GithubHelp logo

psdshow / zfaka Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhangziran/zfaka

0.0 1.0 0.0 10.71 MB

孕量中的发卡系统

License: GNU Lesser General Public License v3.0

PHP 56.82% HTML 25.42% Shell 0.29% CSS 9.42% JavaScript 8.05%

zfaka's Introduction

ZFAKA发卡系统(本系统基于yaf+layui开发)

一、系统介绍

包含自动发卡功能,有会员中心和后台中心。 演示地址:http://faka.zlkb.net/

1.1 会员模块

默认情况下,不支持注册,当然后台可以开放注册; 注册成会员可查看历史购买记录。

1.2 购买模块

支持自动发卡和手工发卡模式; 支付方式,目前只支持当面付,ps:因为我当前只有这个支付方式.

二、系统部署

2.1 环境安装,推荐使用lnmp套件

参考:https://zlkb.net/241.html

nginx下rewrite规则

      location / {
                if (!-e $request_filename){
                        rewrite ^/(.*)$ /index.php?$1 last;
                }
        }

2.2 需要安装yaf扩展,需要mysql支持

参考:https://zlkb.net/243.html

2.3 下载代码

git clone https://github.com/zlkbdotnet/zfaka.git

2.4 配置目录权限

/install 安装目录,需要可读写

/log 日志目录,需要可写

/temp 缓存目录,需要可读写

2.5 直接访问安装

2.6 安装计划任务crontab模块,配置定时计划,用于定时发送邮件

*/2 * * * * php -q /alidata/wwwroot/faka.zlkb.net/public/cli.php request_uri="/crontab/sendemail/index"

三、BUG与问题反馈

请联系我QQ:43036456

zfaka's People

Contributors

zlkbdotnet avatar jolen2013 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.