Share Pastebin
Guest
Public paste!

ProtectedNET

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