webmail

Kiwi_Tech

Verified User
Joined
Feb 29, 2004
Messages
17
Location
St.Louis
was wondering if I could change the logo on it? But the main thing is when I switch from neotech theme to UebiMiau then try to switch back to neotech screen goes all crazy.

shows this

security=true; $smarty->secure_dir=array("./"); $smarty->compile_dir = $temporary_directory; $smarty->assign("umLanguageFile",$selected_language.".txt"); $smarty->assign("umEmail",$f_email); $jssource = " "; //$smarty->debugging = true; $smarty->assign("umServerType",strtoupper($mail_server_type)); switch(strtoupper($mail_server_type)) { case "DETECT": break; case "ONE-FOR-EACH": $aval_servers = count($mail_servers); $smarty->assign("umAvailableServers",$aval_servers); if(!$aval_servers) die("You must set at least one server in \$mail_servers, please review your config.php"); if ($aval_servers == 1) { $strServers = "@".$mail_servers[0]["domain"]." "; } else { $strServers = "\r"; for($i=0;$i<$aval_servers;$i++) { $sel = ($i == $six)?" selected":""; $strServers .= "@".$mail_servers[$i]["domain"]."\r"; } $strServers .= "\r"; } $smarty->assign("umServer",$strServers); break; case "ONE-FOR-ALL": break; default: die("Unknown server mode, please see config.php"); } $smarty->assign("umUser",$f_user); $smarty->assign("umPass",$f_pass); $smarty->assign("umJS",$jssource); $avallangs = count($languages); if($avallangs == 0) die("You must provide at least one language"); $avalthemes = count($themes); if($avalthemes == 0) die("You must provide at least one theme"); $smarty->assign("umAllowSelectLanguage",$allow_user_change_language); $func($textout); if($allow_user_change_language) { $def_lng = (is_numeric($lid))?$lid:$default_language; $langsel = "\r"; for($i=0;$i<$avallangs;$i++) { $selected = ($lid == $i)?" selected":""; $langsel .= "".$languages[$i]["name"]."\r"; } $langsel .= "\r"; $smarty->assign("umLanguages",$langsel); } $smarty->assign("umAllowSelectTheme",$allow_user_change_theme); if($allow_user_change_theme) { $def_tem = (is_numeric($tid))?$tid:$default_theme; $themsel = "\r"; for($i=0;$i<$avalthemes;$i++) { $selected = ($tid == $i)?" selected":""; $themsel .= "".$themes[$i]["name"]."\r"; } $themsel .= "\r"; $smarty->assign("umThemes",$themsel); } $smarty->display("$selected_theme/login.htm");


anyone have this problem?
 
Hello,

That will only happen if php isn't working properly.
1) Make sure that php is enabled on that domain : User Panel -> Advanced Options -> Domain Administration -> domain.com -> php
2) check to see if it works on the server IP or another domain: http://1.2.3.4/webmail

John
 
hmm

Now I can't get it to do it anymore.... But php access is checked.

Why is it that i can't login to www.mysite/webmail seems like I almost always have to goto www.mysite then do the /webmail or it will only come up one outta every 3 times
 
I think one client had that problem a long time ago.. I don't know what he did to fix it. I think he may have changed hardware.. but can't say for sure.

John
 
Back
Top