
Upload, edit, manage, zip and share files and folders. Multiple user accounts with private folders and permissions.
上传、编辑、管理、打包、在线解压缩、多用户等功能!特点可以浏览官网查看!本站汉化亲测!
官方官方演示本站汉化演示下载地址使用方法将文件解压缩后上传到服务器上,然后创建数据库,将database.sql使用PHPMYADMIN导入到mysql中!
修改configuration.php文件
21-36行
				// language selection, available languages: english, french, polish, portuguese and serbian
				'language' => 'english',
			
				// mobile layout breakpoint in pixels. Set to 99999 for mobile-only layout
				'mobile_breakpoint' => 667,
				// user config file
				// for more that 20 users please enable database storage below
				'user_config_file' => getcwd().'/config/config.json',
				// use database to store users? (true/false)
				'use_database' => false,
				'db_host' => 'localhost',
				'db_username' => 'xxx',
				'db_password' => 'xxx',
				'db_database' => 'xxx',
修改语言设置和数据库设置,数据库这里输入刚才创建的内容。
62-76行设置邮件发送的细节。
然后保存上传,将\config\config.json文件属性改为777
repository文件夹属性改为777
打开程序首页,使用用户名admin密码admin123进行登录,如果不能登录请更换密码为topide.com试试。
另外需要中文语言包的朋友请登录查看语言包内容!
感谢TeamEcho团队奉献精品源码
TEAMECHO NFO
  ___________________________________        _________________/\
 |           |  |            \       \      /                   \  /\
 |           |  |             \      |      |     /     ____     \/ /
 |      _____|  |         _____\     |______|     |    /    \      /
 |      \_____  \         |                       |    |    |      \
 |            \  \        |                       |    |    |      /
 |        _____\  \       |_____      ______      |    \____/     |
 |       /______  /            /     |      |     \               ||
 |             /__\           /      |      |      ______________ //
 |___________________________/       |      \_____/    __________///
   \________________________         |        \_______/////////////
     \______________________\________/          \_____\\\\\\\\\\\\\
     /                                       ______/
     >  </ R E L E A S E  I N F O >        ____/
     \_______________________    ____________/
      ______________________/    \_____________________________________________
     /                                                                         \
       SCRiPT......: FileGator.v5.0.PHP.RETAIL-ECHO
       URL.........: http://www.file-gator.com/
       PROTECTiON..: N/A
       SUPPLiED BY.: FRiEND
       RELEASE DATE: 10-01-2015
     \__                                            ___________________________/
     /                                       ______/
     >  </ D E S C R I P T I O N >         ____/
     \_______________________    ____________/
      ______________________/    \_____________________________________________
     /                                                                         \
       Advanced Multi-User PHP File Manager.
       See the website for further information
     \__                                            ___________________________/
     /                                       ______/
     >  </ I N S T A L L A T I O N >       ____/
     \_______________________    ____________/
      ______________________/    \_____________________________________________
     /                                                                         \
       1. Extract the zip files to a folder on your computer.
       2. Read the README.txt.
     \__                                            ___________________________/
     /                                       ______/
     >  </ C O N T A C T >                 ____/
     \_______________________    ____________/
      ______________________/    \_____________________________________________
     /                                                                         \
       MAiL:..........: [email protected]
       Home:..........: http://teamecho.rocks/
     \__                                            ___________________________/
     /                                       ______/
     >  </ G R E E T I N G S >             ____/
     \_______________________    ____________/
      ______________________/    \_____________________________________________
     /                                                                         \
       ECHO sends GREETS to:
       All groups and people working hard, who bring quality releases...
      __                                                                      __
     /_/\                ____________________                                /\_\
     \_\/  _______      /            __   __ \                   by xsp!d3r  \/_/
      \   /_     /     /_____          \ /  \/        _________________________/
       \ / /     \    /    / \__/\_____/ \___________/
        ;-/_     /   /  __/
            \/\ /   /  /
               \\  /__/
                \\/_/
                 \/
			   			
 
返回