1 <html
><head
><meta http
-equiv
="content-type" content
="text/html; charset=UTF-8"><title
>aMule CVS
- Web Control Panel
</title
>
3 <script language
="JavaScript" type
="text/javascript">
5 function breakout_of_frame()
7 // see http://www.thesitewizard.com/archive/framebreak.shtml
8 // for an explanation of this script and how to use it on your
10 if (top
.location
!= location
) {
11 top
.location
.href
= document
.location
.href
;
18 document
.login
.pass
.focus();
23 <style type
="text/css">
30 font
-family
: Tahoma
, Verdana
, Arial
;
35 <body onload
="login_init();" alink
="white" bgcolor
="#cccccc" link
="white" text
="white" vlink
="white">
36 <table align
="center" border
="0" cellpadding
="4" cellspacing
="0" height
="100%" width
="100%">
37 <tbody
><tr
><td align
="center" valign
="middle">
38 <table align
="center" border
="0" cellpadding
="4" cellspacing
="0">
40 <td align
="center" bgcolor
="#0066cc">
42  
; 
; 
; 
; 
;<a href
="http://www.amule.org/" target
="_blank"><img src
="phpamule.png"></a
> 
; 
; 
; 
; 
;
43 <p
><font style
="font-size: 10pt;" face
="Tahoma"><b
>Web Control Panel
</b
><br
>Login
</font
></p
>
47 <td align
="center" bgcolor
="#3399ff" valign
="top">
48 <form action
="" method
="post" name
="login">
49 <font style
="font-size: 10pt;" face
="Tahoma"> 
;<br
>Enter your password here
<br
><br
>
50 <input name
="pass" size
="37" style
="border: 1px none black;" value
="" type
="password">
51 <br
><br
><input value
="Login Now" type
="submit"></font
>
55 if ($_SESSION["login_error"] != "") {
56 echo "<font color=blue size=+2>";
57 echo $_SESSION["login_error"];