Giter VIP home page Giter VIP logo

ilys-ssr-client-csharp's Introduction

ILYS SSR Client

配合sspanelv3mod的一个SSR电脑端的客户端(C#)

在 .\ilys-ssr-client-csharp\shadowsocks-csharp\Program.cs 里面

namespace GlobalVaribles
{
    // 全局变量申明位置
    public class GlobalVaribles
    {
        // 数据库配置模块
        public static string DB_Adress = "127.0.0.1";
        public static string DB_DBName = "sspanel";
        public static string DB_Username = "sspanel";
        public static string DB_Password = "password";
        // 登陆模块
        public static bool LOGIN_ifLogged = false;
        public static string LOGIN_username = "";
        public static string LOGIN_email = "";
    }
}

配置好sspanel_v3_mod_UIChanges里的数据库信息就能用了。

TIP: 等级过期时间为1987年(默认不过期的)会在软件内提示账户已过期。(一般是管理员账户)

ilys-ssr-client-csharp's People

Contributors

tiltysola avatar

Stargazers

 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.