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

📄 config.socketsrv.php

📁 flashget43的源代码 一个比较常用的下载程序
💻 PHP
字号:
<?php
		$GLOBALS['fc_config']['socketServer'] = array(
						'host' => 'elf',  //domain to bind to (host name of your server), Note: "localhost" you can use only for local testing
						'port' => '9090',  //port to listen (> 1024, it is some big value up to 65536)  
						'max_clients' => 100,  //maximum amount of clients
						'debug_mode'  => 'text',  //type of debug mode (false, 'text' or 'html')
						'log_file'    => 'socketServer.log'  //debug destination (filename or 'stdout')
		);
?>

⌨️ 快捷键说明

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