-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
89 lines (83 loc) · 4.49 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php
$appservlang = $_GET['appservlang'];
/************************************************************************/
/* AppServ Open Project */
/* =========================== */
/* */
/* Copyright (c) 2001 by Phanupong Panyadee (http://www.appservnetwork.com) */
/* http://www.appservnetwork.com */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
include("appserv/main.php");
print "<html>
<head>
<title>AppServ Open Project "._APPVERSION."</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<style>
<!-- Hide style for old browsers
BODY {font-family: MS Sans Serif;font-size=\"10\"}
.headd { font-family: Helvetica,Verdana ; font-size: 13pt; text-decoration: none; }
.app { font-family: MS Sans Serif ; font-size: 10pt; text-decoration: none; }
A:link {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none; color: #0000FF}
A:hover {text-decoration: none; color: #FF0000}
A:active {text-decoration: none; color: #FF0000}
-->
</style>
</head>
<body bgcolor=\"#FFFFFF\">
<div align=\"left\">
<table border=\"0\" width=\"100%\" height=\"19\">
<tr bgcolor=\"#D2E9FF\">
<td width=\"100%\" height=\"19\" valign=\"top\"><font color=\"#000080\">
<span class=\"headd\"><strong><big> The AppServ Open Project - "._APPVERSION." "._FOR." "._OS." </big></strong></span></font></td>
</tr>
</table>
</div>
<div align=\"left\">
<table width=\"100%\" border=\"0\">
<tr bgcolor=\"#F9FBFF\">
<td height=\"344\">
<blockquote>
<p><font color=\"#000080\"><span
class=\"headd\"><strong><br>
<img src=\"appserv/members.gif\" width=\"20\"
height=\"20\" align=\"absmiddle\"> <span class=\"app\"><a href=\""._LPHPMYADMIN."/\">"._PHPMYADMIN." "._VERSION." "._VPHPMYADMIN."</a><br>
<img
src=\"appserv/annoicon.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> <a href=\"phpinfo.php\">"._PHPINFO." "._VERSION." "._VPHP."</a> <br>
</strong></span></font> </p>
<p><span
class=\"app\"><u>"._ABOUT." "._APPSERV." "._VERSION." "._APPVERSION." "._FOR." "._OS."</u><br>
"._APPSERV." "._IS." <br><blockquote>
<li><b><a href=\"http://www.apache.org\"> "._APACHE."</b> "._VERSION." <b>"._VAPACHE."</b></a><br>
<li><b><a href=\"http://www.php.net\">"._PHP."</b> "._VERSION." <b>"._VPHP."</b></a><br>
<li><b><a href=\"http://www.mysql.com\">"._MYSQL."</b> "._VERSION." <b>"._VMYSQL."</b></a><br>
<li><b><a href=\"http://www.phpmyadmin.net\">"._PHPMYADMIN."</b> "._VERSION." <b>"._VPHPMYADMIN."</b></a><br>
</blockquote>
</span>
</p>
</blockquote>
<ul>
<li><a href=\"appserv/ChangeLog.txt\"><span class=\"app\">"._CHANGELOG."</span></a></li>
<li> <a href=\"appserv/README-$appservlang.php?appservlang=$appservlang\"><span class=\"app\">"._README."</span></a></li>
<li><a href=\"appserv/AUTHORS.txt\"><span class=\"app\">"._AUTHOR."</span></a></li>
<li><a href=\"appserv/COPYING.txt\"><span class=\"app\">"._COPYING."</span></a></li>
<li><span class=\"app\"><b>"._OFSITE." : </b> <a href=\"http://www.AppServNetwork.com/?appserv\">http://www.AppServNetwork.com</a>
<li><span class=\"app\"><b>"._HSUP." :</b> <a href=\"http://www.AppServHosting.com/?appserv\">http://www.AppServHosting.com</a>
</li> </ul>
<b> "._LANG." : </b><a href=\"index.php?appservlang=th\"><img src=\"appserv/flag-thai.png\" width=\"30\" height=\"16\" align=\"absmiddle\" border=\"0\"></a> <a href=\"index.php?appservlang=en\"><img src=\"appserv/flag-english.png\" width=\"30\" height=\"16\" align=\"absmiddle\" border=\"0\"></a>
<br><br>
</td>
</tr>
<tr>
<td height=\"19\" bgcolor=\"#D2E9FF\"><font color=\"#000080\" class=\"headd\"> <img src=\"appserv/softicon.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> <b>"._SLOGAN."</b> </font></td>
</tr>
</table>
</div>
</body>
</html>
";
?>