Zur Zeit komme ich nicht ins Spiel ?ber Facebook, Server S24, Charakter Name Bosheit.
Bitte k?mmert euch darum.
Es erscheint immer dieser Script.
PHP Error
fsockopen(): unable to connect to 127.0.0.1:1464 (Connection refused)
/data/api/common/extensions/dc/phpscribe/transport/TSocket.php(220)
208
209 if ($this->persist_) {
210 $this->handle_ = pfsockopen($this->host_,
211 $this->port_,
212 $errno,
213 $errstr,
214 $this->sendTimeoutSec_ + ($this->sendTimeoutUsec_ / 1000000));
215 } else {
216 $this->handle_ = fsockopen($this->host_,
217 $this->port_,
218 $errno,
219 $errstr,
220 $this->sendTimeoutSec_ + ($this->sendTimeoutUsec_ / 1000000));
221 }
222
223 return $this->handle_;
224 // Connect failed?
225 /* 2012/6/11 zhouct ????????????
226 if ($this->handle_ === FALSE) {
227 $error = 'TSocket: Could not connect to '.$this->host_.':'.$this->port_.' ('.$errstr.' ['.$errno.'])';
228 if ($this->debug_) {
229 call_user_func($this->debugHandler_, $error);
230 }
231
232 }else{
Stack Trace
#0
? */data/api/common/extensions/dc/phpscribe/transport/TSocket.php(220): fsockopen("127.0.0.1", 1464, 0, "", ...)
215 } else {
216 $this->handle_ = fsockopen($this->host_,
217 $this->port_,
218 $errno,
219 $errstr,
220 $this->sendTimeoutSec_ + ($this->sendTimeoutUsec_ / 1000000));
221 }
222
223 return $this->handle_;
224 // Connect failed?
225 /* 2012/6/11 zhouct ????????????
#1
? */data/api/common/extensions/dc/phpscribe/transport/TFramedTransport.php(83): TSocket->open()
78 public function isOpen() {
79 return $this->transport_->isOpen();
80 }
81
82 public function open() {
83 return $this->transport_->open();
84 }
85
86 public function close() {
87 $this->transport_->close();
88 }
#2
? */data/api/common/extensions/dc/DcLog.php(148): TFramedTransport->open()
143 public function send_log($category, $message){
144
145 $log['category'] = $category;
146 $log['message'] = $this->key.__LOG_SEPARATOR__.$this->server_id.__LOG_SEPARATOR__.implode(__LOG_SEPARAT OR__,$message)."\n";
147 if(FALSE === $this->transport_opened){
148 $this->transport_opened = $this->transport->open();
149 #var_dump($this->transport_opened);
150 }
151
152 //??scribe?????????
153 // /etc/init.d/scribed ??????????????php????php?????????????????scribe
#3
+ */data/api/common/components/URedis.php(60): DcLog->send_log("RedisErr", array("Redis Error Info|ServerIP:192.168.1.224|connect Redis Error; hos...", 1482997213))
#4
+ */data/api/framework/base/CComponent.php(112): URedis->getHandler()
#5
+ */data/api/common/components/URedis.php(74): CComponent->__get("handler")
#6
+ */data/api/common/components/BasicData.php(550): URedis->__call("hmget", array("manage_opgame:631@w:46@w", array("op_id", "game_id", "allow_ip", "old_op_id", ...)))
#7
+ */data/api/common/components/BasicData.php(550): BasicData->hmget("manage_opgame:631@w:46@w", array("op_id", "game_id", "allow_ip", "old_op_id", ...))
#8
+ */data/api/deloa/protected/helpers/ServerDataHelper.php(92): BasicData->getOpgameInfo("631@w", "46@w")
#9
+ */data/api/deloa/protected/modules/api/controllers/APIGeneralController.php(93): ServerDataHelper::redisOpGame("631", "46")
#10
+ */data/api/deloa/protected/modules/api/controllers/CommonController.php(45): APIGeneralController->getGameServerInfo("631", "46006310000024", "46")
#11
+ */data/api/framework/web/CWebApplication.php(276): CommonController->init()
#12
+ */data/api/framework/web/CWebApplication.php(136): CWebApplication->runController("api/common/login")
#13
+ */data/api/framework/base/CApplication.php(158): CWebApplication->processRequest()
#14
+ */data/api/deloa/index.php(13): CApplication->run()
2016-12-29 02:40:13 nginx/1.2.6 Yii Framework/1.1.8
Warning: fclose() expects parameter 1 to be resource, null given in /data/api/common/extensions/dc/phpscribe/transport/TSocket.php on line 242
Bitte k?mmert euch darum.
Es erscheint immer dieser Script.
PHP Error
fsockopen(): unable to connect to 127.0.0.1:1464 (Connection refused)
/data/api/common/extensions/dc/phpscribe/transport/TSocket.php(220)
208
209 if ($this->persist_) {
210 $this->handle_ = pfsockopen($this->host_,
211 $this->port_,
212 $errno,
213 $errstr,
214 $this->sendTimeoutSec_ + ($this->sendTimeoutUsec_ / 1000000));
215 } else {
216 $this->handle_ = fsockopen($this->host_,
217 $this->port_,
218 $errno,
219 $errstr,
220 $this->sendTimeoutSec_ + ($this->sendTimeoutUsec_ / 1000000));
221 }
222
223 return $this->handle_;
224 // Connect failed?
225 /* 2012/6/11 zhouct ????????????
226 if ($this->handle_ === FALSE) {
227 $error = 'TSocket: Could not connect to '.$this->host_.':'.$this->port_.' ('.$errstr.' ['.$errno.'])';
228 if ($this->debug_) {
229 call_user_func($this->debugHandler_, $error);
230 }
231
232 }else{
Stack Trace
#0
? */data/api/common/extensions/dc/phpscribe/transport/TSocket.php(220): fsockopen("127.0.0.1", 1464, 0, "", ...)
215 } else {
216 $this->handle_ = fsockopen($this->host_,
217 $this->port_,
218 $errno,
219 $errstr,
220 $this->sendTimeoutSec_ + ($this->sendTimeoutUsec_ / 1000000));
221 }
222
223 return $this->handle_;
224 // Connect failed?
225 /* 2012/6/11 zhouct ????????????
#1
? */data/api/common/extensions/dc/phpscribe/transport/TFramedTransport.php(83): TSocket->open()
78 public function isOpen() {
79 return $this->transport_->isOpen();
80 }
81
82 public function open() {
83 return $this->transport_->open();
84 }
85
86 public function close() {
87 $this->transport_->close();
88 }
#2
? */data/api/common/extensions/dc/DcLog.php(148): TFramedTransport->open()
143 public function send_log($category, $message){
144
145 $log['category'] = $category;
146 $log['message'] = $this->key.__LOG_SEPARATOR__.$this->server_id.__LOG_SEPARATOR__.implode(__LOG_SEPARAT OR__,$message)."\n";
147 if(FALSE === $this->transport_opened){
148 $this->transport_opened = $this->transport->open();
149 #var_dump($this->transport_opened);
150 }
151
152 //??scribe?????????
153 // /etc/init.d/scribed ??????????????php????php?????????????????scribe
#3
+ */data/api/common/components/URedis.php(60): DcLog->send_log("RedisErr", array("Redis Error Info|ServerIP:192.168.1.224|connect Redis Error; hos...", 1482997213))
#4
+ */data/api/framework/base/CComponent.php(112): URedis->getHandler()
#5
+ */data/api/common/components/URedis.php(74): CComponent->__get("handler")
#6
+ */data/api/common/components/BasicData.php(550): URedis->__call("hmget", array("manage_opgame:631@w:46@w", array("op_id", "game_id", "allow_ip", "old_op_id", ...)))
#7
+ */data/api/common/components/BasicData.php(550): BasicData->hmget("manage_opgame:631@w:46@w", array("op_id", "game_id", "allow_ip", "old_op_id", ...))
#8
+ */data/api/deloa/protected/helpers/ServerDataHelper.php(92): BasicData->getOpgameInfo("631@w", "46@w")
#9
+ */data/api/deloa/protected/modules/api/controllers/APIGeneralController.php(93): ServerDataHelper::redisOpGame("631", "46")
#10
+ */data/api/deloa/protected/modules/api/controllers/CommonController.php(45): APIGeneralController->getGameServerInfo("631", "46006310000024", "46")
#11
+ */data/api/framework/web/CWebApplication.php(276): CommonController->init()
#12
+ */data/api/framework/web/CWebApplication.php(136): CWebApplication->runController("api/common/login")
#13
+ */data/api/framework/base/CApplication.php(158): CWebApplication->processRequest()
#14
+ */data/api/deloa/index.php(13): CApplication->run()
2016-12-29 02:40:13 nginx/1.2.6 Yii Framework/1.1.8
Warning: fclose() expects parameter 1 to be resource, null given in /data/api/common/extensions/dc/phpscribe/transport/TSocket.php on line 242
Kommentar