rename pages

This commit is contained in:
Ibnu Maksum 2023-08-28 15:21:57 +07:00
parent 717b21e65e
commit 341e26f4d6
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
6 changed files with 41 additions and 56 deletions

View File

@ -16,11 +16,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo" /></a></div>
</div>
</div>
<!-- contents area start --> <!-- contents area start -->
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">

View File

@ -16,11 +16,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo" /></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>

View File

@ -15,11 +15,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo"/></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>

View File

@ -82,11 +82,8 @@ $wConfig = "../config.php";
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo"/></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>

View File

@ -1,7 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>PHPNuxBill Installer</title> <title>PHPNuxBill Installer</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -9,38 +10,37 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
<link type='text/css' href='css/style.css' rel='stylesheet'/> <link type='text/css' href='css/style.css' rel='stylesheet' />
<link type='text/css' href="css/bootstrap.min.css" rel="stylesheet"> <link type='text/css' href="css/bootstrap.min.css" rel="stylesheet">
</head> </head>
<?php rename('../pages_template','../pages'); ?>
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo"/></a></div> <div class="span12">
</div> <h4> PHPNuxBill Installer </h4>
</div> <p>
<strong>Congratulations!</strong><br>
<div class="span12"> You have just install PHPNuxBill !<br><br>
<h4> PHPNuxBill Installer </h4> <span class="text-danger">But wait!!<br>
<p> Don't forget to rename folder <b>pages_example</b> to <b>pages</b></span><br><br>
<strong>Congratulations!</strong><br> To Login Admin Portal:<br>
You have just install PHPNuxBill !<br> Use this link -
To Login Admin Portal:<br> <?php
Use this link - $cururl = (((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') || $_SERVER['SERVER_PORT'] == 443) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
<?php $appurl = str_replace('/install/step5.php', '', $cururl);
$cururl = (((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off')|| $_SERVER['SERVER_PORT'] == 443)?'https':'http').'://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; $appurl = str_replace('/system', '', $appurl);
$appurl = str_replace('/install/step5.php', '', $cururl); echo '<a href="' . $appurl . '/admin">' . $appurl . '/admin</a>';
$appurl = str_replace('/system', '', $appurl); ?>
echo '<a href="' . $appurl . '/admin">' . $appurl . '/admin</a>'; <br>
?> Username: admin<br>
<br> Password: admin<br>
Username: admin<br> For security, Delete the <b>install</b> directory inside system folder.
Password: admin<br> </p>
For security, Delete the <b>install</b> directory inside system folder. </div>
</p> </div>
</div> <div class="footer">Copyright &copy; 2021 PHPNuxBill. All Rights Reserved<br /><br /></div>
</div>
<div class="footer">Copyright &copy; 2021 PHPNuxBill. All Rights Reserved<br/><br/></div>
</body> </body>
</html> </html>

View File

@ -16,11 +16,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo" /></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Updater </h4> <h4> PHPNuxBill Updater </h4>