| Server IP : 172.67.187.206 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/news/elearning/ |
Upload File : |
<?php
require './configs/app_top.php';
$title = "ยินดีต้อนรับสู่แบบทดสอบออนไลน์";
include './includes/header.php';
?>
<style type="text/css">
footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height:90px;
}
</style>
<div class="preload">
<img src="loading_spinner.gif" /></div>
<div class="content">
<center><h3>การพัฒนาระบบสอบออนไลน์</h3></center><br>
<div class="panel panel-default">
<div class="panel-body">
<div class="container">
<p><b>รายละเอียดในการพัฒนาระบบ</b></p>
<table class="table table-striped" style="width:970px;">
<tbody>
<tr>
<td width="200">ผู้พัฒนาระบบ</td>
<td>นายเสรี โพธิ์นิล</td>
<td>webserver</td>
<td>apache 2.4</td>
</tr>
<tr>
<td>ระบบปฏิบัติการที่ใช้</td>
<td>Centos 7.1 Linux server</td>
<td>PHP version</td>
<td>5.4 , 5.6</td>
</tr>
<tr>
<td>เขียนโปรแกรมด้วยภาษา</td>
<td>PHP+mysql</td>
<td>MariaDB version</td>
<td> 5.5+ .. 10.1 (mysqli connect)</td>
</tr>
<tr>
<td>คอมโพเน้นท์</td>
<td>Bootstrap + Ajax Countdows</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</br>
<div class="padding30 clearfix"></div>
<div class="padding30 clearfix"></div>
<script>
$(function() {
$(".preload").fadeOut(2000, function() {
$(".content").fadeIn(1000);
});
});
</script>
</div>
<?php
include './includes/footer.php';
require './configs/app_bottom.php';
?>