���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/update/index.php
���ѧ٧ѧ�
<?php define('ROOT', realpath(__DIR__ . '/..') . '/'); require_once ROOT . 'vendor/autoload.php'; require_once ROOT . 'app/includes/product.php'; require_once ROOT . 'config.php'; require_once ROOT . 'update/info.php'; ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); $database = new \mysqli( DATABASE_SERVER, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME ); if($database->connect_error) { die('The database connection has failed!'); } $product_info = $database->query("SELECT `value` FROM `settings` WHERE `key` = 'product_info'")->fetch_object() ?? null; if($product_info) { $product_info = json_decode($product_info->value); } ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/custom.css"> <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="./assets/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="./assets/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="./assets/favicons/favicon-16x16.png"> <link rel="manifest" href="./assets/favicons/site.webmanifest"> <title><?= PRODUCT_NAME ?> Update</title> </head> <body> <header class="header"> <div class="container"> <div class="d-flex"> <div class="mr-3"> <img src="./assets/images/logo.png" class="img-fluid logo" alt="AltumCode logo" /> </div> <div class="d-flex flex-column justify-content-center"> <h1>Update</h1> <p class="subheader d-flex flex-row"> <span class="text-muted"> <a href="<?= PRODUCT_URL ?>" target="_blank" class="text-gray-500"><?= PRODUCT_NAME ?></a> by <a href="https://altumco.de/site" target="_blank" class="text-gray-500">AltumCode</a> </span> </p> </div> </div> </div> </header> <main class="main"> <div class="container"> <div class="row"> <div class="col col-md-3 d-none d-md-block"> <nav class="nav sidebar-nav"> <ul class="sidebar" id="sidebar-ul"> <li class="nav-item"> <a href="#welcome" class="navigator nav-link">Welcome</a> </li> <li class="nav-item"> <a href="#agreement" class="navigator nav-link" style="display: none">Agreement</a> </li> <li class="nav-item"> <a href="#update" class="navigator nav-link" style="display: none">Update</a> </li> <li class="nav-item"> <a href="#finish" class="navigator nav-link" style="display: none">Finish</a> </li> </ul> </nav> </div> <div class="col" id="content"> <section id="welcome" style="display: none"> <h2>Welcome</h2> <p>The updating process will help you automatically upgrade your database to the latest changes if needed.</p> <p>Thank you for choosing to use <?= PRODUCT_NAME ?>.</p> <a href="#agreement" id="welcome_start" class="navigator btn btn-primary">Next</a> </section> <section id="agreement" style="display: none"> <h2>Agreement</h2> <p>Please make sure to read the agreement before moving forward.</p> <div class="card"> <div class="card-body"> <strong> BY DOWNLOADING, INSTALLING, COPYING, ACCESSING OR USING THIS WEB APPLICATION, YOU AGREE TO THE TERMS OF THIS END USER LICENSE AGREEMENT. IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF ANOTHER PERSON OR COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON, COMPANY OR LEGAL ENTITY TO THESE TERMS. </strong> <h3 class="mt-5">I understand that:</h3> <p></p> <ul> <li>I must first read the <a href="<?= PRODUCT_DOCUMENTATION_URL ?>" target="_blank">full instructions</a> on how the updating process works before continuing.</li> <li>I must backup my database before running this process.</li> <li>This updating process will only update the database and not the files.</li> </ul> </div> </div> <a href="#update" id="areement_agree" class="navigator btn btn-primary mt-3">I agree</a> </section> <section id="update" style="display: none"> <h2>Update</h2> <form id="setup_form" method="post" action="" role="form"> <div class="form-group"> <label for="product_version">Current version</label> <input type="text" class="form-control" id="product_version" name="product_version" value="<?= $product_info ? $product_info->version : (defined('PRODUCT_VERSION') ? PRODUCT_VERSION : '8.0.0') ?>" aria-describedby="license_help" readonly="readonly"> </div> <div class="form-group"> <label for="new_product_version">Final version</label> <input type="text" class="form-control" id="new_product_version" name="new_product_version" value="<?= NEW_PRODUCT_VERSION ?>" aria-describedby="license_help" readonly="readonly"> </div> <button type="submit" name="submit" class="btn btn-primary">Finish update</button> </form> </section> <section id="finish" style="display: none"> <h2>Update Completed</h2> <p class="text-success">Congratulations! The database update has been successful!</p> <p>Make sure to delete the /update folder now and continue to follow the steps from the documentation.</p> </section> </div> </div> </div> </main> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.11 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�