Coder Social home page Coder Social logo

prajna0 / ss-panel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xuanhuan/ss-panel

0.0 1.0 0.0 6.01 MB

A simple front end of Shadowsocks

License: GNU Lesser General Public License v3.0

ApacheConf 0.01% PHP 38.11% Smarty 9.10% CSS 11.95% JavaScript 40.83%

ss-panel's Introduction

ss-panel + smarty

重要提醒

新版要求浏览器为 IE11 以上,部分手机会出现显示不正常,请使用UC QQ OPERA 等浏览器。

支持把程序放在二级目录。

请一定要配置config.php中的$site_url为你的网址,后面一定要有一个“/”。

A simple front end of Shadowsocks manyuser
ss pane_2.2.9_ smarty_3.1.24=_dev_0.2界面截图

管理后台 /admin 建议修改目录名称

默认管理帐号: [email protected] 密码 1993 (和用户中心共用)

新版密码加密方式说明

当使用新的加密方式「带salt的sha256」加密,由于每个站点的$salt值都不同,所以初始密码「1993」是没有用的,安装完成后,访问

/pwd.php?pwd=1993

将获得的字符串更新到数据库user表的pass字段。

注意:

  • $salt 不可随意修改!

  • 如果原来为2.4之前的版本,需要将pass字段的长度修改为64

  • 增加 Nginx 的配置文件 tpl.conf,用于防止直接访问模板文件。 放在当前网站Nginx 配置文件相同目录,然后打开原来的配置文件,找到当前域名的server { } 在里面粘贴:include tpl.conf;

  • 增加Apache 的配置文件 .htaccess,用于防止直接访问模板文件,放在当前目录。

Demo 中文安装文档

Upgrade from 0.X

Read this

Requirements

  • PHP >= 5.4
  • PDO Extension

Install

  • Import sql/*.sql to your MySQL Database
  • Rename lib/config-sample.php to config.php,and edit the database infomation.
  • Enjoy it.

Admin

  • The user who uid is 1 is Admin by default.
  • You can Add User ID into table 'ss_user_admin'

Send mail using mail-gun

Run:

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

Thanks to

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.