Skip to content

Commit f2c09fe

Browse files
committed
added:program packet note support for read me
1 parent 258809b commit f2c09fe

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed

README.en.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,22 @@ port :tcp port 5300,websocket port 5301,http management port 5302,Transmission v
115115
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/7.png "在这里输入图片标题")
116116
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/8.png "在这里输入图片标题")
117117

118+
## No-Code License Authorization & Verification Support
119+
If you do not have software development capabilities, do not want to implement authorization yourself, or want to add license verification to existing software, we also provide an authorization packaging service. This service allows your program to be directly packaged with our verification system.
120+
What does this mean? It’s actually very easy to understand. You simply provide us with an executable file, and we package it into our verification client for you. You do not need to write any code or provide the program’s source code. We integrate your program into our verification client so that when it runs, our verification client starts first. After successful verification, your program will then be launched. This makes it very convenient to use.
121+
This service is paid, priced at 200 per package. It supports both x86 and x64 programs, does not modify your program, and only requires you to provide your server address, port, and verification mode. The process is as follows:
122+
Payment → Send the program to us → We package it → Verification testing → Send the packaged program to you → Completed
123+
After packaging, when the program is launched, the following window will open first. Only after a successful login will your program start. As shown below, once launched, the main interface will be displayed. After login, the main interface will close and your program will then start.
124+
![Main Interface](./XEngine_Picture/packet_1.png "Main Interface")
125+
![CDKEY Login](./XEngine_Picture/packet_2.png "CDKEY Login")
126+
![User Registration](./XEngine_Picture/packet_3.png "User Registration")
127+
![User Recharge](./XEngine_Picture/packet_4.png "User Recharge")
128+
![Password Recovery](./XEngine_Picture/packet_5.png "Password Recovery")
129+
![Remaining Time](./XEngine_Picture/packet_6.png "Remaining Time")
130+
131+
The verification timer will automatically stop. Supported features include login, local CDKEY verification, registration, recharge, password recovery, and remaining time query.
132+
Note: This feature is only a packaging replacement. If you require full encryption, shell protection, and higher security, you must implement it yourself through code development.
133+
118134
## Participate in contribution
119135

120136
1. Fork this code

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,22 @@ Linux or macos:直接运行即可
126126
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/7.png "在这里输入图片标题")
127127
![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/8.png "在这里输入图片标题")
128128

129+
## 无代码授权验证支持
130+
如果你没有开发软件能力或者不想自己实现或者想给其他软件添加授权验证,我们也提供了授权打包服务,这个服务可以直接让你的程序打包我们的验证
131+
什么意思?其实很好理解,就是说你可以给我们提供一个可执行文件程序,我们可以帮你打包到我们的验证客户端中.你不需要开发代码或者拥有程序源代码.我们可以集成到我们的验证客户端,这样当下次运行,就会先运行我们的验证客户端,验证通过后再运行你提供的程序,非常方便使用.
132+
此服务需要付费,200一次,不限制x86或者x64位程序,不修改你的程序,你只需要告诉我们你的服务器地址端口验证模式即可.流程如下:
133+
付费->发送程序给我们->我们打包->测试验证->发送打包程序给你->完成
134+
当打包后,运行程序会优先打开下面的窗口,登录成功后才会启动你的程序,如下图,开启后会显示主界面,登录后主界面会关闭,然后启动你的程序
135+
![主界面](./XEngine_Picture/packet_1.png "主界面")
136+
![CDKEY登录](./XEngine_Picture/packet_2.png "CDKEY登录")
137+
![用户注册](./XEngine_Picture/packet_3.png "用户注册")
138+
![用户充值](./XEngine_Picture/packet_4.png "用户充值")
139+
![找回密码](./XEngine_Picture/packet_5.png "找回密码")
140+
![剩余时间](./XEngine_Picture/packet_6.png "剩余时间")
141+
142+
会自动结束验证计时.支持登录,本地CDKEY验证,注册,充值,找回密码,获取剩余时间.
143+
注意:此功能只是替代打包,如果你想要完全的加密加壳安全性高的,必须自己使用代码开发.
144+
129145
## 参与贡献
130146

131147
1. Fork 本仓库

XEngine_Picture/packet_1.png

24.4 KB
Loading

XEngine_Picture/packet_2.png

16.8 KB
Loading

XEngine_Picture/packet_3.png

16.3 KB
Loading

XEngine_Picture/packet_4.png

11.8 KB
Loading

XEngine_Picture/packet_5.png

18.2 KB
Loading

XEngine_Picture/packet_6.png

10.7 KB
Loading

0 commit comments

Comments
 (0)