
11/08/2005, 15:19
|
 | | | Fecha de Ingreso: enero-2005 Ubicación: Buenos Aires
Mensajes: 72
Antigüedad: 20 años, 3 meses Puntos: 0 | |
login Crea un archivo .php y colocale este codigo en su interior. (recuerda cambiar los textos a español que figuran dentro del código ;)
Saludos!
<?php
#Login Configuration
#cPanel
$protocol = 'http';
$port = 2082;
#Secure cPanel
#$protocol = 'https';
#$port = 2083;
#WHM
#$protocol = 'http';
#$port = 2086;
#Secure WHM
#$protocol = 'https';
#$port = 2087;
#Webmail
#$protocol = 'http';
#$port = 2095;
#Secure Webmail
#$protocol = 'https';
#$port = 2096;
?>
<html>
<h1>[Web Hosting Company Name Here]</h1>
<b>cPanel Login</b><br>
<?php
if ($_GET['failed'] == "1") {
?>
<font color=#FF0000>Your login attempt failed!</font>
<?php
}
print "<form action=\"" . $protocol . "://" . $_SERVER['HTTP_HOST'] . ":" . $port . "/login/\"
method=POST>";
?>
User: <input type=text name=user><br>
Pass: <input type=password name=pass><br>
<?php
print "<input type=hidden name=failurl value=\"http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?failed=1\">";
?>
<input type=submit value=Login>
</form><br>
<a href="cpanel-login.phps">Source</a><br>
Note: This examples requires cPanel 9.4.1 or later!
</html>
__________________ Estudio Hosting.com
Hosting Gratis - Planes Reseller - VPS - Streaming http://www.estudiohosting.com *5 años de experiencia en ISP y 5 en alojamiento web* |