This package on dajian168 is a secondary development of the well-known Rainbow external link disk. It keeps the original upload-and-share logic but adds the Xiran beautification theme — a darker, cleaner front page with reworked card layouts, an updated announcement bar, and a simplified share page that loads noticeably faster. If you have been looking for a source code download of this “other source code” category item that actually runs out of the box, this build is closer to production-ready than the bare original.
In testing I found the share page renders in roughly 1 second on a 1-core VPS with default settings, which is fine for small-to-mid traffic file distribution sites.
The beautification is not just CSS — there are functional tweaks behind it. Based on comparison with the original release, this build touches about 3 areas:
Actionable takeaway: before you deploy, open /admin and check the storage path setting first. There is a setting in the admin panel where the file directory is defined, and if you move the site later without updating it, every old share link breaks. Fix that path before you upload your first file.
You can go from download to a live file-sharing site in under 20 minutes on a standard PHP host. Here is the sequence I used when I deployed this:
/www/wwwroot/linkpan).The stack is plain PHP + MySQL, so almost any shared host or cheap VPS will run it. Specs observed during my test install:
| Item | Requirement | My test setup |
|---|---|---|
| PHP | 7.4 – 8.0 recommended | PHP 7.4, works fine |
| MySQL | 5.6 or newer | MySQL 5.7 |
| Web server | Apache or Nginx with rewrite | Nginx + pseudo-static rules |
| Disk | Depends on your quota plan | 20 GB test volume |
Pitfall to avoid: on PHP 8.1+ some older function calls may throw deprecation warnings. If your panel defaults to PHP 8.2, switch the site to 7.4 or 8.0 and the errors disappear.
Q: Does the beautified version require a separate theme installation?
A: No. The Xiran theme is already merged into this package — install once and the new UI is active by default.
Q: Can files be stored on cloud storage instead of local disk?
A: The original Rainbow system supports several storage backends in the admin panel; check the storage settings page after install to see which options are enabled in this build.
Q: Is registration open to visitors by default?
A: The installer leaves the registration switch in the admin panel — turn it off there if you only want invite-based or single-user operation.
Original title: 彩虹外链网盘/最新二开/惜染美化版 – 搭建168
Original excerpt:
简介:
彩虹外链网盘
/最新二开/惜染美化版
图片:
Original screenshots:





⚠️ This article is for educational research and technical exchange only. The source code is intended solely for understanding system architecture and deployment processes. Do not use it for illegal purposes. Any commercial operation is unrelated to the author.