Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
login.php
Package: emule.rar [view]
Upload User: skyfeel
Upload Date: 2014-03-01
Package Size: 3818k
Code Size: 2k
Category:
Windows Develop
Development Platform:
MultiPlatform
- <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>aMule CVS - Web Control Panel</title>
- <script language="JavaScript" type="text/javascript">
- function breakout_of_frame()
- {
- // see http://www.thesitewizard.com/archive/framebreak.shtml
- // for an explanation of this script and how to use it on your
- // own website
- if (top.location != location) {
- top.location.href = document.location.href ;
- }
- }
- function login_init()
- {
- breakout_of_frame();
- document.login.pass.focus();
- }
- </script>
- <style type="text/css">
- .ibutton
- {
- cursor:hand;
- position:relative;
- top:5;
- font-weight: bold;
- font-family: Tahoma, Verdana, Arial;
- font-size: 11px;
- }
- </style></head>
- <body onload="login_init();" alink="white" bgcolor="#cccccc" link="white" text="white" vlink="white">
- <table align="center" border="0" cellpadding="4" cellspacing="0" height="100%" width="100%">
- <tbody><tr><td align="center" valign="middle">
- <table align="center" border="0" cellpadding="4" cellspacing="0">
- <tbody><tr>
- <td align="center" bgcolor="#0066cc">
- <br>
- <a href="http://www.amule.org/" target="_blank"><img src="phpamule.png"></a>
- <p><font style="font-size: 10pt;" face="Tahoma"><b>Web Control Panel</b><br>Login</font></p>
- </td>
- </tr>
- <tr>
- <td align="center" bgcolor="#3399ff" valign="top">
- <form action="" method="post" name="login">
- <font style="font-size: 10pt;" face="Tahoma"> <br>Enter your password here<br><br>
- <input name="pass" size="37" style="border: 1px none black;" value="" type="password">
- <br><br><input value="Login Now" type="submit"></font>
- </form>
- <br>
- <?php
- if ($_SESSION["login_error"] != "") {
- echo "<font color=blue size=+2>";
- echo $_SESSION["login_error"];
- echo "</font>";
- }
- ?>
- </td>
- </tr>
- </tbody></table>
- </td>
- </tr>
- </tbody></table>
- </body></html>