您需要 登录 才可以下载或查看,没有帐号?注册
metaTrader 4 外汇公式加密方法
(注:正式版加密方法与该演示版加密方法稍微不同)
1、在外汇公式中,要在前面添加下列代码:
//////--添加下列代码------------
#import mt4whgs.dll
int MT4WH(string testlock);
#import
int Ret;
string testlock = http://www.zlocksoft.com
//////--添加上述代码------------
2、在 int init() 中添加:
//////--添加下列代码------------
Ret = MT4WH(testlock); //显示注册窗口
if(Ret == -1) return(0);
if(Ret != 0) return(0);
//////--添加上述代码------------
limit_date= 使用期限: + DoubleToStr(StringGetChar(testlock,11)+2000,0) + 年 + DoubleToStr(StringGetChar(testlock,12),0) + 月 + DoubleToStr(StringGetChar(testlock,13),0) + 日
可以添加上述代码,获得软件使用期限!
3、在 int start() 中添加:
//////--添加下列代码------------
if(Ret != 0) return(0); //下面判断语句,最好分散到程序不同位置
if(StringGetChar(testlock,0)!= 9) return(0);
if(StringGetChar(testlock,1)!= 4) return(0);
if(StringGetChar(testlock,2)!= 8) return(0);
if(StringGetChar(testlock,3)!= 5) return(0);
if(StringGetChar(testlock,4)!= 5) return(0);
//////--添加上述代码------------
具体例子,参见 $gongsimt4 目录下面的“翔宇加密.mq4”。
下载演示版。
泰山翔宇电脑工作室 山东泰山医学院 271000 张裕飞
http://www.Zlocksoft.com
e-mail: Zlocksoft@Zlocksoft.com zlocksoft@163.com
电话:0538-6222485 5389485(小灵通) 13001773563(手机)
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!