我需要 运行 命令行 Ioncube(PHP 编码器)和 OS X 上的 --release-license 命令选项
I need to run Command-Line Ioncube (PHP Encoder) with --release-license command option on OS X
要发布我的 Ioncube(一个 OS X 应用程序)的许可证,它说:
To revoke your license, please run the command line Encoder with the --release-license option.
Command line Encoders can be found in the /Applications/ionCube PHP Encoder.app/Contents/MacOS/ directory.
我尝试通过 运行 在终端中执行此操作:
cd /Applications/ionCube\ PHP\ Encoder.app/Contents/MacOS
open -n ioncube_encoder5_9.0 --release-license
失败:open: unrecognized option '--release-license'
我对命令行一无所知,我一直在尝试这样做 --release-license
+2 小时,尝试了很多东西,Googled/Searched 很多,但仍然做不到做吧。
整个程序都是GUI,我不知道他们为什么要强制我们为此使用命令行!
而不是 运行ning open -n ioncube_encoder5_9.0 --release-license
,运行 命令:
./ioncube_encoder5_9.0 --release-license
(即省略 open -n
)。还请通过重新启动编码器来验证您的编码器确实已获得许可。
您还可以在 ionCube HelpDesk 创建支持票以获得个人支持。
要发布我的 Ioncube(一个 OS X 应用程序)的许可证,它说:
To revoke your license, please run the command line Encoder with the --release-license option.
Command line Encoders can be found in the /Applications/ionCube PHP Encoder.app/Contents/MacOS/ directory.
我尝试通过 运行 在终端中执行此操作:
cd /Applications/ionCube\ PHP\ Encoder.app/Contents/MacOS
open -n ioncube_encoder5_9.0 --release-license
失败:open: unrecognized option '--release-license'
我对命令行一无所知,我一直在尝试这样做 --release-license
+2 小时,尝试了很多东西,Googled/Searched 很多,但仍然做不到做吧。
整个程序都是GUI,我不知道他们为什么要强制我们为此使用命令行!
而不是 运行ning open -n ioncube_encoder5_9.0 --release-license
,运行 命令:
./ioncube_encoder5_9.0 --release-license
(即省略 open -n
)。还请通过重新启动编码器来验证您的编码器确实已获得许可。
您还可以在 ionCube HelpDesk 创建支持票以获得个人支持。