12 12
发新话题
打印

[原创] Emetrix 也支持Remote CGI

[原创] Emetrix 也支持Remote CGI

前面好像有那位兄弟说Emetrix 不支持Remote CGI的key generators。我特地就这个问题请教了Emetrix 客服,这是他们的答复:
复制内容到剪贴板
代码:
Hello.  Thank you for your message.

Yes, we do support remote key generators.  Here is more information:

In order to provide maximum flexibility and security to our developers, we have developed a system that allows you to host your key generator on your
own server.  Our server contacts your server at order time to retrieve the registration codes.  

With this system your customer receives the registration code instantly, without any manual intervention.  Further, if any modifications need to be made to the algorithm, you do not have to wait for us to implement them.

This basically occurs through a simple HTML post. We post the customer order information to your script during the order process, your script processes the data, and prints the registration information to the page. Whatever is printed to the page will be included in the customer's email receipt.

Hence, you can create your key generator for use in any environment, and on any platform. The only requirement is the ability for the script to accept
plain HTML form data.

For more information about the way this works, login to
[url]https://developer.emetrix.com[/url] and then go to:
[url]https://developer.emetrix.com/support/urlpost.asp[/url]

You will find complete instructions here.  You can even test the system before you set your product "live" for purchase.

To enable this for your product, do the following:

Go to My Storefront> Product Update

Scroll down to Delivery Options and click on the link "click here to edit"
On the next page, select the option "Registration Code by Email" from the drop down menu of delivery options that Emetrix can provide and submit the
form
Return to My Storefront> Product Update. Scroll down to Delivery Options,
and you will now see a link "Click here to update this product's
registration codes" - click on this link

On the next page, you will be able to enter the URL of your key generator
and run tests

If we can assist you in any way, please let us know. We have a very simple
ASP sample script which we can send you if you are interested.

Regards,
Garrett
Emetrix Developer Support
结论是他们支持Remote CGI, 具体设置请见如下地址:
https://developer.emetrix.com
https://developer.emetrix.com/support/urlpost.asp

测试:
My Storefront> Product Update ->Delivery Options -> "click here to edit" ->"Registration Code by Email"
My Storefront> Product Update ->"Click here to update this product's
registration codes"

[ 本贴由 WinHack 于 2005-1-18  12:33 编辑过 ]
很好!!!
觉得这种方式确实最灵活。
ShareIt好像不支持?
云飞
支持 (0)  反对 (0)

TOP

我也问了他们的,我已经找到了加Cgi的地方了.谢谢.
支持 (0)  反对 (0)

TOP

SHAREIT 呢?
支持 (0)  反对 (0)

TOP

另一种方法

我给他们一个自己写的DLL(COM),和他们的系统整合在一起,会自动发送注册码。

自己什么都不用做。

你想这样做也可以的,和他们的dev support联系一下,就是上面朋友信中的Garrett小伙,省得自己写CGI程序了,还不安全。

[ 本贴由 jack123123 于 2005-1-18  13:16 编辑过 ]
支持 (0)  反对 (0)

TOP

引用:
jack123123 于 2005-1-18 13:14 写道:
我给他们一个自己写的DLL(COM),和他们的系统整合在一起,会自动发送注册码。

自己什么都不用做。

你想这样做也可以的,和他们的dev support联系一下,就是上面朋友信中的Garrett小伙,省得自己写CGI程序了 ...
这样是安全,不过有一点不方便:如果修改了算法要再发程序给他们更新。
还有,最重要的一点:他们相信你的程序的安全性?
他们有没专门提供这个程序的接口啊?
望赐教。
云飞
支持 (0)  反对 (0)

TOP

引用:
lsxjf 于 2005-1-18 01:20 PM 写道:
这样是安全,不过有一点不方便:如果修改了算法要再发程序给他们更新。
还有,最重要的一点:他们相信你的程序的安全性?
他们有没专门提供这个程序的接口啊?
望赐教。
相信这样做之前,我们这些开发者应该已经和emetrix建立了一种基本的信任关系,我也是比较幸运的。他们没有问我任何问题,关于代码的安全性,bug Free性等。

接口很简单,我写一段伪代码你就能明白:

MyKeyGen kg = new MyKeyGen.
String strRegCode = kg.GetCode(strUserName)

System.println( strRegCode )

你只要有一个接口,然后这个接口 有一个方法叫GetCode就可以了。

具体是不是GetCode我忘了,反正差不多是这样的名字。
支持 (0)  反对 (0)

TOP

补充

1、Emetrix用的是asp,所以一定是Windows平台。写COM组件就可以。
2、这样是不是有点不方便,当你修改注册码算法时。但是我想如果你真的要改,可以再写一个DLL发给他们,他们会很乐意帮你更新的。

当然,经常性修改不是办法,对人家也不是很礼貌。;)
支持 (0)  反对 (0)

TOP

不知道他们回信的速度快不快 ?
引用:
jack123123 于 2005-1-18 01:29 PM 写道:
1、Emetrix用的是asp,所以一定是Windows平台。写COM组件就可以。
2、这样是不是有点不方便,当你修改注册码算法时。但是我想如果你真的要改,可以再写一个DLL发给他们,他们会很乐意帮你更新的。

当然,经常 ...
支持 (0)  反对 (0)

TOP

好贴要顶
马甲1号粉丝会成员::<加入方法>
新会员:【U571-233】 【红山茶】 【Jim.zh】 【leak】【mygod】 【敢刷天下单】 【hooligancex】【hingman】【changhefirst】
老会员:【leny】【cyan】【yxsoft】 【馬甲壹號】【hwjmyz 】【makesoft】【reika】(接收所有马甲、月入万刀、有特殊才艺者....)
支持 (0)  反对 (0)

TOP

 12 12
发新话题