Récupérer le dossier autologin, et le décompresser dans un dossier sur Merak/html/webmail/
Dans le fichier login.html, remplacer toute la partie form par :
1 2 3 |
<SCRIPT LANGUAGE="JavaScript" TYPE="TEXT/JAVASCRIPT"> Ext_Login.login('<?=$_GET["username"]?>','<?=$_GET["password"]?>','<?=$_SERVER["REMOTE_ADDR"]?>'); </SCRIPT> |
Fichier login.js :
1 2 |
this.sServerURL = 'proxy.php'; //proxy.php path (or webmail.php path if it is in the same domain) this.sClientUrl = 'http://mail.ledomaine.com:32000/webmail/'; //WebMail Pro URL |
Fichier proxy.php :
1 2 3 |
$host = "mail.ledomaine.com"; $path = "/webmail/server/webmail.php"; $port = 32000; |
Please follow and like us: