code review by fei.hong: do modify online service live 800 link for upgrade
Showing
5 changed files
with
21 additions
and
7 deletions
1 | [memcached] | 1 | [memcached] |
2 | -master.hosts=192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111 | ||
3 | -slave.hosts=192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112 | ||
4 | -session.hosts=192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111 | 2 | +master.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 |
3 | +slave.hosts=10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112 | ||
4 | +session.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 | ||
5 | 5 | ||
6 | [redis] | 6 | [redis] |
7 | servers.hosts=127.0.0.1:6379 | 7 | servers.hosts=127.0.0.1:6379 |
@@ -463,7 +463,7 @@ class HomeController extends AbstractAction | @@ -463,7 +463,7 @@ class HomeController extends AbstractAction | ||
463 | $serviceUrl = 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='; | 463 | $serviceUrl = 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='; |
464 | if ($uid) { | 464 | if ($uid) { |
465 | $time = time() . '000'; | 465 | $time = time() . '000'; |
466 | - $info = 'userId=' . $uid . '&name=' . $this->_uname . '&memo=&hashCode=' . md5(rawurlencode($uid . $this->_uname . $time . '1231')) . '×tamp=' . $time; | 466 | + $info = 'userId=' . $uid . '&name=' . $this->_uname . '&memo=&hashCode=' . md5( strtoupper( rawurlencode($uid . $this->_uname . $time . '1231') ) ) . '×tamp=' . $time; |
467 | $serviceUrl .= rawurlencode($info); | 467 | $serviceUrl .= rawurlencode($info); |
468 | } | 468 | } |
469 | 469 |
1 | [memcached] | 1 | [memcached] |
2 | -master.hosts=192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111 | ||
3 | -slave.hosts=192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112 | ||
4 | -session.hosts=192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111 | 2 | +master.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 |
3 | +slave.hosts=10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112 | ||
4 | +session.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 | ||
5 | 5 | ||
6 | [redis] | 6 | [redis] |
7 | servers.hosts=127.0.0.1:6379 | 7 | servers.hosts=127.0.0.1:6379 |
-
Please register or login to post a comment