/404-Not-Found

The front end shadowsocks of user management.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

404-Not-Found

The front end shadowsocks of user management. The back-end base on shadowsocks manyuser branch. https://github.com/mengskysama/shadowsocks/tree/manyuser You can use it if the back-end use manyuser

###Note:

Probably will release a new version in September 1, you have any questions you can send e-mail to bye@someant.com or sumbit a issues.

  • PHP>=5.4
  • if you want show server infomation need istall munin
  • PDO.Mysql

#About: 我只是想预习一下,然后不不把代码秀出来的话,都不知道自己写得有多烂。

###Demo:404notfound.cc

#Test Data

Default User account:demo@demo.com    123456
Default Administrator account:demo  123456
Default Gift card:123456
Administrator Page Url:yourdomain.com/admin
Default SS method:aes-256-cfb //qrcode.php #30 qr_node()

#UserPanel

#Administrator Page

#How do you use it?

  • Step 1: import sql.sql

  • Step 2: edit config.php change mysql connection

define('DBHost', 'localhost');
define('DBName', '404');
define('DBUser', '404');
define('DBPassword', 'password');
require(dirname(__FILE__)."/src/PDO.class.php");
$DB = new Db(DBHost, DBName, DBUser, DBPassword);
$beginflow=10240;//初始流量设置 单位MB
$portwidth=[50000,59999];//端口范围
$base_url="404notfound.cc";

Auto stop server when user becoming due,you can using crontab:

example:15,45 * * * * curl http://yourdomain.com/loop.php

#Update September 1 :Support Ajax,Editor Node