{"id":290,"url":"https:\/\/web.daaee.cn\/.\/2026\/backup_system.php","title":"\u6587\u4ef6\u5907\u4efd\u7cfb\u7edf","content":"<!DOCTYPE html>\n        <html>\n        <head>\n            <title>\u6587\u4ef6\u5907\u4efd\u7cfb\u7edf<\/title>\n            <meta charset=\"UTF-8\">\n            <style>\n                body { font-family: Arial, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; }\n                .form-group { margin-bottom: 15px; }\n                label { display: block; margin-bottom: 5px; font-weight: bold; }\n                input[type=\"text\"], input[type=\"password\"] {\n                    width: 100%;\n                    padding: 8px;\n                    border: 1px solid #ddd;\n                    border-radius: 4px;\n                    box-sizing: border-box;\n                }\n                .help { font-size: 12px; color: #666; margin-top: 3px; }\n                .btn {\n                    background: #4CAF50;\n                    color: white;\n                    padding: 10px 20px;\n                    border: none;\n                    border-radius: 4px;\n                    cursor: pointer;\n                    font-size: 16px;\n                }\n                .btn:hover { background: #45a049; }\n                .warning { background: #fff3cd; border: 1px solid #ffeaa7; padding: 10px; border-radius: 4px; margin: 20px 0; }\n            <\/style>\n        <\/head>\n        <body>\n            <h1>\u6587\u4ef6\u5907\u4efd\u7cfb\u7edf<\/h1>\n            \n            <div class=\"warning\">\n                <strong>\u6ce8\u610f\uff1a<\/strong>\n                <p>1. \u5927\u6587\u4ef6\u4f1a\u81ea\u52a8\u5206\u5757\u4e0a\u4f20\uff08\u65ad\u70b9\u7eed\u4f20\uff09<\/p>\n                <p>2. \u53ea\u5907\u4efd\u4fee\u6539\u8fc7\u6216\u65b0\u6587\u4ef6\uff08\u901a\u8fc7MD5\u6821\u9a8c\uff09<\/p>\n                <p>3. \u5907\u4efd\u8fc7\u7a0b\u8bf7\u52ff\u5173\u95ed\u9875\u9762<\/p>\n            <\/div>\n            \n            <form method=\"POST\">\n                <div class=\"form-group\">\n                    <label for=\"directory\">\u8981\u5907\u4efd\u7684\u76ee\u5f55\uff1a<\/label>\n                    <input type=\"text\" id=\"directory\" name=\"directory\" value=\"\/mnt\/sda1\/www\/2026\" required>\n                    <div class=\"help\">\u7edd\u5bf9\u8def\u5f84\u6216\u76f8\u5bf9\u8def\u5f84<\/div>\n                <\/div>\n                \n                <div class=\"form-group\">\n                    <label for=\"receiver_url\">\u63a5\u6536\u7aefAPI\u5730\u5740\uff1a<\/label>\n                    <input type=\"text\" id=\"receiver_url\" name=\"receiver_url\" value=\"http:\/\/your-domain.com\/backup_system.php?action=receive\" required>\n                <\/div>\n                \n                <div class=\"form-group\">\n                    <label for=\"api_key\">API\u5bc6\u94a5\uff1a<\/label>\n                    <input type=\"password\" id=\"api_key\" name=\"api_key\" value=\"your-secret-api-key-123456\" required>\n                <\/div>\n                \n                <button type=\"submit\" class=\"btn\">\u5f00\u59cb\u5907\u4efd<\/button>\n            <\/form>\n            \n            <div style=\"margin-top: 30px; font-size: 14px; color: #666;\">\n                <h3>\u5907\u4efd\u5386\u53f2\uff1a<\/h3><\/div><\/body><\/html>"}