flashget43的源代码 一个比较常用的下载程序

源代码在线查看: doremovebot.php

软件大小: 3082 K
上传用户: a1a1J0
关键词: flashget 43 源代码 比较
下载地址: 免注册下载 普通下载 VIP

相关代码

									$userId = $GLOBALS['fc_config']['bot']->logout($userName);
					if($userId != null)
					{
						$GLOBALS['fc_config']['bot']->disconnectUser2Bot($userId);
				
						$txt = "Bot '$userName' removed succesfully.";
						$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
					}
					else
					{
						$txt = "Bot '$userName' was not removed, or does not exist.";
						$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
					}
				?>			

相关资源