Skip to content

添加Paypal付费购买,与自动发货流程,修改节点服务器为,公共流量服务器和对立专线服务器

License

Notifications You must be signed in to change notification settings

nathanwon9/ss-panel

 
 

Repository files navigation

ss-panel

Let's talk about cat. Based on LightFish.

Build Status Coverage Status Join the chat at https://gitter.im/orvice/ss-panel

Releases |Follow on Trello | Google+

About

Please visit releases pages to download ss-panel.

Requirements

  • PHP 5.6 or newer
  • Web server with URL rewriting
  • MySQL

Supported Server

Install

Step 0

git clone https://github.com/orvice/ss-panel.git

Step 1

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar  install

Step 2

cp .env.example .env

then edit .env

chmod -R 777 storage

Step 3

Import the sql to you mysql database.

Step 4

Nginx Config example:

if you download ss-panel on path /home/www/ss-panel

root /home/www/ss-panel/public;

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}
    

Step 5 Config

view config guide on wiki

修改地方说明

添加了用户使用paypal进行在线支付购买流量功能 服务器节点,修改为 公共流量节点,独立专线节点 其中公共流量节点注册用户都可以看到,对立专线节点可以关联到付费用户,使其只对改付费用户可见 又以其中公共节点为自动流程,自动添加用户所购买套餐所对应的流量,但需要管理自己处理废弃订单 对立专用节点在用户付款后需要管理员手动关联对应的节点服务器,该才可以使用该服务器

添加用户购买流量页面

添加用户订单查看功能

添加管理员首页订单查看入口

节点管理添加节点类型(私人节点,公共节点),

添加管理员后台流量套餐管理功能(可自定义流量套餐资费标准)

添加管理员后台流量套餐管理功能(可自定义流量套餐资费标准)

添加管理员后台流量套餐购买订单记录查看功能

About

添加Paypal付费购买,与自动发货流程,修改节点服务器为,公共流量服务器和对立专线服务器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.6%
  • CSS 2.5%
  • Other 0.9%