⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dologin.php

📁 flashget43的源代码 一个比较常用的下载程序
💻 PHP
字号:
<?php
			
			//fixes for aumlavta
			$cms = $GLOBALS['fc_config']['cms'];
			$cmsclass = strtolower(get_class($cms));
			if( $cmsclass != 'statelesscms' && $GLOBALS['fc_config']['loginUTF8decode'] ) 
			{
				$login    = utf8_decode( $login );
				$password = utf8_decode( $password );
			}
			//---	
			
			if($this->userid = ChatServer::login($login, $password, array('ip' => $bot_id))) {
				if($lang) $this->lang = $lang;
				if($tzoffset) $this->tzoffset = $tzoffset;
				$this->roomid = $roomid?$roomid:$this->getAvailableRoom($GLOBALS['fc_config']['defaultRoom']);
				$this->start = $this->sendLoginInfo();
			} else {
				$this->start = $this->sendBack(new Message('lout', null, null, 'wrongPass'));
			}
			
			$this->save();
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -