Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

A WHMCS provisioning module that connects trojan-gfw/trojan server.

License

Notifications You must be signed in to change notification settings

NETOUCHER/WHMCS_Trojan_Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

WHMCS_Trojan_Admin

Generic badge

Make WHMCS Great Again.

Important Notification

Please move the products_JSON.php to a directory unreachable by web access. Otherwise your password will be exposed to everyone!

MySQL DB Structure

CREATE TABLE users (
    id INT UNSIGNED NOT NULL AUTO_INCREMENT,
    password CHAR(56) NOT NULL,
    quota BIGINT NOT NULL DEFAULT 0,
    download BIGINT UNSIGNED NOT NULL DEFAULT 0,
    upload BIGINT UNSIGNED NOT NULL DEFAULT 0,
    pid INT NOT NULL,
    PRIMARY KEY (id),
    INDEX (password),
    INDEX (pid)
);

About

A WHMCS provisioning module that connects trojan-gfw/trojan server.

Topics

Resources

License

Stars

Watchers

Forks

Languages