Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
2016-01-19 16:51:07 +0800
Commit
3e3d25e003f58a2dacd6cbb5dd5efcb7cc77e2e4
2 parents
75177909
2f39e85f
Merge remote-tracking branch 'origin/master' into beta
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
1 deletions
yohobuy/huodong.m.yohobuy.com/configs/core/cache.production.aliyun.config.ini
yohobuy/huodong.m.yohobuy.com/configs/core/cache.production.awsvps.config.ini
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/configs/core/cache.production.aliyun.config.ini
yohobuy/m.yohobuy.com/configs/core/cache.production.awsvps.config.ini
yohobuy/huodong.m.yohobuy.com/configs/core/cache.production.aliyun.config.ini
0 → 100644
View file @
3e3d25e
[memcached]
master.hosts
=
10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111
slave.hosts
=
10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112
session.hosts
=
10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/huodong.m.yohobuy.com/configs/core/cache.production.awsvps.config.ini
0 → 100644
View file @
3e3d25e
[memcached]
master.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
slave.hosts
=
192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112
session.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
3e3d25e
...
...
@@ -466,7 +466,7 @@ class HomeController extends AbstractAction
$serviceUrl
=
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
;
if
(
$uid
)
{
$time
=
time
()
.
'000'
;
$info
=
'userId='
.
$uid
.
'&name='
.
$this
->
_uname
.
'&memo=&hashCode='
.
md5
(
rawurlencode
(
$uid
.
$this
->
_uname
.
$time
.
'1231'
)
)
.
'×tamp='
.
$time
;
$info
=
'userId='
.
$uid
.
'&name='
.
$this
->
_uname
.
'&memo=&hashCode='
.
md5
(
strtoupper
(
rawurlencode
(
$uid
.
$this
->
_uname
.
$time
.
'1231'
)
)
)
.
'×tamp='
.
$time
;
$serviceUrl
.=
rawurlencode
(
$info
);
}
...
...
yohobuy/m.yohobuy.com/configs/core/cache.production.aliyun.config.ini
0 → 100644
View file @
3e3d25e
[memcached]
master.hosts
=
10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111
slave.hosts
=
10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112
session.hosts
=
10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/configs/core/cache.production.awsvps.config.ini
0 → 100644
View file @
3e3d25e
[memcached]
master.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
slave.hosts
=
192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112
session.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
Please
register
or
login
to post a comment