Resource icon

Shadowsocks Admin [WHMCS Product Provisioning Module] 3.0.3

No permission to download
Shadowsocks Admin [WHMCS Product Provisioning Module]
This is the provisioning module for WHMCS 7.x, compatible with Shadowsocks-manyuser (https://github.com/mengskysama/shadowsocks-rm/tree/manyuser) and its branches. Includes a QR Code 2-D barcode generator by Dominik Dzienia.

Full Setting Up Tutorial
https://github.com/NeToucher/WHMCS_Shadowsocks_Module/wiki/Tutorial:-Setting-up

Version Update:
3.0.3 Added the function to change the port of a specific service: RefrePort (Per service instead of per server.).

3.0.2 Added the alternative idea to update the traffic: to enlarge the limitation of the traffic rather than erasing the used traffic. Function name: AddTraffic

3.0.0 Configuration rearranged. Do not support old version anymore. Module name changed to SSAdmin. - The ability to reset traffic when the invoice get paid and the service get renewed. Execute RstTraffic in SSAdmin_Renew to make it happen (default)

2.0.2 Integrated with QR code generator. You must configure the module manually.

2.0.1 A Shadowsocks link generator.

2.0.0 Converted All Mysql queries into PDO_Mysql queries.

1.0.0 whmcs-shadowsocks by Tension (Verification Request)

Database Structure
Compatible with the structure of SSPanel. Compatible SQL File can be found at https://github.com/NeToucher/shadowsocks-rm/tree/manyuser/shadowsocks

Configure your module
MOST IMPORTANT

You must edit the URL in shadowsocks.php on line 647 and line 652

$imgs .= '<img src="https://example.com/modules/servers/SSAdmin/lib/QR_generator/qrcode.php?text='.$output.'" />&nbsp;';


to ensure your QR code could be loaded.


Then you could edit the domain name from example.com to yours in lib/QR_generator/qrcode.php


if(strpos($_SERVER['HTTP_REFERER'], 'example.com') == FALSE)
{
QRcode::png("Fuck your self idiot.");
exit;
}

and delete the remark to enable the anti-abuse for your generator. The code in remark area could define the only domain to use the generator legally and all the visiting from the another domain will be blocked. A QR code which could be decoded to be a curse would be displayed to illegal visiting.

Supported Configurable Options
Option Name: TrafficOptions format: {$n}G{any_text_or_not}Example Options: 5G 10G(10% off) 20G Hot!

The module will query the value of the option named Traffic, then truncate the value by the first letter 'G'. The number before the letter 'G' would be recorded as the traffic(the traffic would be renewed when pay for the related invoice.)

LICENSING
Copyright (C) 2017-2018 NeToucher Limited

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ACKNOWLEDGMENTS
Including the PHP implementation of QR Code 2-D barcode generator (ver. 1.1.4) Copyright (C) 2010 by Dominik Dzieniahttp://sourceforge.net/projects/phpqrcode/

Which is based on C libqrencode library (ver. 3.1.1) Copyright (C) 2006-2010 by Kentaro Fukuchihttp://megaui.net/fukuchi/works/qrencode/index.en.html

QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other countries.

Reed-Solomon code encoder is written by Phil Karn, KA9Q. Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q
Author
BIOS
Downloads
14
Views
4,198
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from BIOS

Top