Re: LoadUrl Money
milo
投稿数: 30

Okey now is work (I was not on the main area of test)
i changed just one thing
I have need token, then i use URL + (string)requestParam["clientSessionID"]
SettlementURL = "http://www.mysite.com/purchase-"
$token = sha1($sessionid.":".uniqid(time()));
i save on my table token
and after i get this token for the treatment, get amount, avatar, etc
because if i use sessionid only, then problem, sessionid is all time same
you say WEB verification code... how verification code? because the loadurl is send before and just one url without variable and is not good
Ty for all
Milo
i changed just one thing
dlg.SendUrlToUser(bankerUUID, "SYSTEM", UUID.Zero, UUID.Zero, false, m_settle_message, m_settle_url+(string)requestParam["clientSessionID"]);
SettlementURL = "http://www.mysite.com/purchase-"
$token = sha1($sessionid.":".uniqid(time()));
i save on my table token
and after i get this token for the treatment, get amount, avatar, etc
because if i use sessionid only, then problem, sessionid is all time same

you say WEB verification code... how verification code? because the loadurl is send before and just one url without variable and is not good
Ty for all
Milo
投票数:84
平均点:4.88
投稿ツリー
-
LoadUrl Money (milo, 2012-2-18 20:14)
-
Re: LoadUrl Money (iseki, 2012-2-19 14:58)
-
Re: LoadUrl Money (milo, 2012-2-19 17:51)
-
Re: LoadUrl Money (iseki, 2012-2-19 18:29)
-
Re: LoadUrl Money (milo, 2012-2-19 18:43)
-
Re: LoadUrl Money (iseki, 2012-2-19 19:23)
-
-
-
-
-
Re: LoadUrl Money (milo, 2012-2-19 19:34)
-
Re: LoadUrl Money (milo, 2012-2-19 19:39)
-
Re: LoadUrl Money (iseki, 2012-2-20 1:33)
-
Re: LoadUrl Money (milo, 2012-2-20 16:25)
-
Re: LoadUrl Money (milo, 2012-2-20 17:43)
-
-
-
-
Re: LoadUrl Money (milo, 2012-2-20 18:28)
-
Re: LoadUrl Money (iseki, 2012-2-20 21:48)
-
-
Re: LoadUrl Money (milo, 2012-2-20 21:54)
-
Re: LoadUrl Money (milo, 2012-2-21 15:44)
-
-