Changeset 102
- Timestamp:
- 02/21/06 23:37:36 (7 years ago)
- Location:
- bureau
- Files:
-
- 52 edited
-
admin/adm_add.php (modified) (2 diffs)
-
admin/adm_edit.php (modified) (2 diffs)
-
admin/adm_list.php (modified) (3 diffs)
-
admin/adm_tld.php (modified) (2 diffs)
-
admin/adm_tldadd.php (modified) (2 diffs)
-
admin/aide/help.php (modified) (2 diffs)
-
admin/bro_editor.php (modified) (2 diffs)
-
admin/bro_main.php (modified) (5 diffs)
-
admin/bro_pref.php (modified) (2 diffs)
-
admin/browseforfolder.php (modified) (2 diffs)
-
admin/direct.php (modified) (2 diffs)
-
admin/dom_add.php (modified) (2 diffs)
-
admin/dom_doadd.php (modified) (2 diffs)
-
admin/dom_dodel.php (modified) (3 diffs)
-
admin/dom_edit.php (modified) (3 diffs)
-
admin/dom_editdns.php (modified) (2 diffs)
-
admin/ftp_del.php (modified) (2 diffs)
-
admin/ftp_list.php (modified) (4 diffs)
-
admin/hta_adduser.php (modified) (2 diffs)
-
admin/hta_del.php (modified) (2 diffs)
-
admin/hta_doedituser.php (modified) (2 diffs)
-
admin/hta_edit.php (modified) (3 diffs)
-
admin/hta_edituser.php (modified) (2 diffs)
-
admin/hta_list.php (modified) (3 diffs)
-
admin/mail_add.php (modified) (3 diffs)
-
admin/mail_dodel.php (modified) (2 diffs)
-
admin/mail_doedit.php (modified) (3 diffs)
-
admin/mail_edit.php (modified) (4 diffs)
-
admin/mail_list.php (modified) (3 diffs)
-
admin/mem_chgmail.php (modified) (2 diffs)
-
admin/mem_cm.php (modified) (2 diffs)
-
admin/mem_cm2.php (modified) (2 diffs)
-
admin/mem_logout.php (modified) (2 diffs)
-
admin/mem_param.php (modified) (4 diffs)
-
admin/mime.php (modified) (2 diffs)
-
admin/mman_del.php (modified) (2 diffs)
-
admin/mman_list.php (modified) (4 diffs)
-
admin/plugins/procmail_builder/m_procmail.php (modified) (2 diffs)
-
admin/sql_del.php (modified) (3 diffs)
-
admin/sql_list.php (modified) (2 diffs)
-
admin/sta_del.php (modified) (2 diffs)
-
admin/sta_del_raw.php (modified) (2 diffs)
-
admin/sta_list.php (modified) (2 diffs)
-
admin/web_list.php (modified) (1 diff)
-
class/db_mysql.php (modified) (3 diffs)
-
class/m_admin.php (modified) (2 diffs)
-
class/m_bro.php (modified) (2 diffs)
-
class/m_dom.php (modified) (7 diffs)
-
class/m_ftp.php (modified) (2 diffs)
-
class/m_mail.php (modified) (2 diffs)
-
class/m_mem.php (modified) (2 diffs)
-
class/m_stats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/adm_add.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: adm_add.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: adm_add.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 48 48 } 49 49 ?> 50 <br >51 <br >50 <br /> 51 <br /> 52 52 <form method="post" action="adm_doadd.php"> 53 53 <table border="1" cellspacing="0" cellpadding="4"> -
bureau/admin/adm_edit.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: adm_edit.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: adm_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 104 104 if ($r["su"]) { 105 105 ?> 106 <b><?php __("This account is a super-admin account"); ?></b><br >106 <b><?php __("This account is a super-admin account"); ?></b><br /> 107 107 <?php if ($admin->onesu()) { 108 108 __("There is only one administrator account, you cannot turn this account back to normal"); -
bureau/admin/adm_list.php
r48 r102 1 1 <?php 2 2 /* 3 $Id: adm_list.php,v 1. 3 2003/04/18 10:46:37root Exp $3 $Id: adm_list.php,v 1.4 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 54 54 55 55 <a href="adm_add.php"><?php __("Create a new member"); ?></a> 56 <br >56 <br /> 57 57 <form method="post" action="adm_dodel.php"> 58 58 <?php … … 63 63 ?> 64 64 <table cellspacing="0" cellpadding="4"> 65 <tr><th colspan="4"> </th><th><?php __("Username"); ?></th><th><?php echo _("Surname")." "._("First Name")."<br >("._("Email address").")"; ?></th></tr>65 <tr><th colspan="4"> </th><th><?php __("Username"); ?></th><th><?php echo _("Surname")." "._("First Name")."<br />("._("Email address").")"; ?></th></tr> 66 66 <?php 67 67 reset($r); -
bureau/admin/adm_tld.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: adm_tld.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: adm_tld.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 39 39 for($i=0;$i<count($sel);$i++) { 40 40 if (!$admin->deltld($sel[$i])) { 41 $error.=_("Some TLD cannot be deleted...")." : ".$sel[$i]."<br >";41 $error.=_("Some TLD cannot be deleted...")." : ".$sel[$i]."<br />"; 42 42 } 43 43 } -
bureau/admin/adm_tldadd.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: adm_tldadd.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: adm_tldadd.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 49 49 <h3><?php __("Add a new TLD"); ?></h3> 50 50 <p> 51 <?php __("Enter the new TLD (without the first dot) and choose what check should be done."); ?><br >51 <?php __("Enter the new TLD (without the first dot) and choose what check should be done."); ?><br /> 52 52 <small><?php __("Warning : only some final tld are known in the whois function of AlternC, please check m_domains.php accordingly."); ?></small> 53 53 </p> -
bureau/admin/aide/help.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: help.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: help.php,v 1.2 2003/06/10 06:45:17 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 51 51 </frameset> 52 52 <noframes> 53 Votre navigateur doit supporter les cadres.<br >53 Votre navigateur doit supporter les cadres.<br /> 54 54 Your browser must support frames 55 55 </noframes> -
bureau/admin/bro_editor.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: bro_editor.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: bro_editor.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 55 55 </head> 56 56 <body> 57 <?php if ($error) echo "<font color=\"red\">$error</font><br >"; ?>57 <?php if ($error) echo "<font color=\"red\">$error</font><br />"; ?> 58 58 <p> 59 <?php echo _("File editing")." <code>$R/<b>$file</b></code><br >"; ?>59 <?php echo _("File editing")." <code>$R/<b>$file</b></code><br />"; ?> 60 60 <form action="bro_editor.php" method="POST"> 61 61 <textarea class="int" style="font-family: <?php echo $p["editor_font"]; ?>; font-size: <?php echo $p["editor_size"]; ?>" cols="<?php echo $p["editsizex"]; ?>" rows="<?php echo $p["editsizey"]; ?>" name="texte"><?php 62 62 $bro->content($R,$file); 63 ?></textarea><br >63 ?></textarea><br /> 64 64 <input TYPE="hidden" name="file" value="<?php echo str_replace("\"",""",$file); ?>"> 65 65 <input TYPE="hidden" name="R" value="<?php echo str_replace("\"",""",$R); ?>"> -
bureau/admin/bro_main.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: bro_main.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: bro_main.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 83 83 <hr> 84 84 <table width="100%"><tr><td valign="top"> 85 <a href="bro_main.php?R=/"><?php echo $mem->user["login"]; ?></a> / <?php echo $bro->PathList($R,"bro_main.php") ?><br >85 <a href="bro_main.php?R=/"><?php echo $mem->user["login"]; ?></a> / <?php echo $bro->PathList($R,"bro_main.php") ?><br /> 86 86 <small> 87 87 <b> 88 88 <?php echo format_size($bro->sizetot); ?> / <?php $s=$quota->getquota("web"); echo format_size($s["u"]*1024); ?> 89 89 (max: <?php echo format_size($s["t"]*1024); ?>) 90 </b><br ></small>90 </b><br /></small> 91 91 <?php if ($error) echo "<font color=\"red\">$error</font>"; ?> 92 92 </td><td valign="top" align="right"> … … 173 173 echo "\">".$c[$i]["name"]."</a></td>\n"; 174 174 echo " <td>".format_size($c[$i]["size"])."</td>"; 175 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br ></td>";175 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br /></td>"; 176 176 if ($p["showtype"]) { 177 177 echo "<td>".$bro->mime($c[$i]["name"])."</td>"; … … 193 193 echo "\">".$c[$i]["name"]."/</a></b></td>\n"; 194 194 echo " <td>".format_size($c[$i]["size"])."</td>"; 195 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br ></td>";195 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br /></td>"; 196 196 if ($p["showtype"]) { 197 197 echo "<td>Dossier</td>"; … … 399 399 400 400 if ($id=$ftp->is_ftp($R)) { 401 echo _("There is an ftp account in this folder")." <a href=\"ftp_edit?id=".urlencode($id)."\">"._("click here to edit this ftp account")."</a><br >";401 echo _("There is an ftp account in this folder")." <a href=\"ftp_edit?id=".urlencode($id)."\">"._("click here to edit this ftp account")."</a><br />"; 402 402 } 403 403 else { 404 echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("click here to create an ftp account in this folder")."</a><br >";404 echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("click here to create an ftp account in this folder")."</a><br />"; 405 405 } 406 406 407 407 if ($hta->is_protected($R)) { 408 echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br >";408 echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br />"; 409 409 } 410 410 else { 411 echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br >";411 echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br />"; 412 412 } 413 413 ?> 414 <br >415 <a href="bro_tgzdown.php"><?php __("Download"); ?></a> <?php __("this folder and its subfolders as a compressed file"); ?> (<?php echo $bro->l_tgz[$p["downfmt"]]; ?>)<br >416 <a href="bro_pref.php"><?php __("Configure the file browser"); ?></a><br >414 <br /> 415 <a href="bro_tgzdown.php"><?php __("Download"); ?></a> <?php __("this folder and its subfolders as a compressed file"); ?> (<?php echo $bro->l_tgz[$p["downfmt"]]; ?>)<br /> 416 <a href="bro_pref.php"><?php __("Configure the file browser"); ?></a><br /> 417 417 418 418 </td></tr></table> -
bureau/admin/bro_pref.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: bro_pref.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: bro_pref.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 42 42 </head> 43 43 <body> 44 <?php if ($error) echo "<font color=\"red\">$error</font><br >"; ?>44 <?php if ($error) echo "<font color=\"red\">$error</font><br />"; ?> 45 45 <h3><?php __("File editor preferences"); ?></h3> 46 46 <form action="bro_pref.php" method="post"> -
bureau/admin/browseforfolder.php
r1 r102 104 104 if ($errbrowsefold) { 105 105 /* Si le dossier spécifié n'existe pas ou est un fichier : */ 106 echo "Erreur, Fichier introuvable<br >";106 echo "Erreur, Fichier introuvable<br />"; 107 107 /* Retour : */ 108 echo "<a href=\"browseforfolder.php?caller=".urlencode($caller)."&curdir=".$root."\">Retourner au dossier racine</a><br >";108 echo "<a href=\"browseforfolder.php?caller=".urlencode($caller)."&curdir=".$root."\">Retourner au dossier racine</a><br />"; 109 109 } else { 110 110 /* Sinon, tout va bien, on affiche le tableau */ … … 115 115 <input type="hidden" name="lastcurdir" value="<?php echo $curdir; ?>"> 116 116 117 <input type="text" class="int" name="file" size="20" value="<?php echo $file ?>"><input class="inb" type="submit" name="submit" value="..."><br >117 <input type="text" class="int" name="file" size="20" value="<?php echo $file ?>"><input class="inb" type="submit" name="submit" value="..."><br /> 118 118 119 119 <input type="submit" name="submit" value="Valider" class="inb" > 120 <input type="button" name="cancel" value="Annuler" class="inb" onclick="window.close();"> <br >120 <input type="button" name="cancel" value="Annuler" class="inb" onclick="window.close();"> <br /> 121 121 </form> 122 122 -
bureau/admin/direct.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: direct.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: direct.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 48 48 <frame src="<?php echo $page ?>" name="right"> 49 49 <noframes> 50 Votre navigateur doit supporter les cadres.<br >50 Votre navigateur doit supporter les cadres.<br /> 51 51 Your browser must support frames 52 52 </noframes> -
bureau/admin/dom_add.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: dom_add.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: dom_add.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 58 58 <?php 59 59 if (is_array($dom->dns)) { 60 echo "<br >"._("Whois result on the domain")." : <pre>";60 echo "<br />"._("Whois result on the domain")." : <pre>"; 61 61 reset($dom->dns); 62 62 while (list($key,$val)=each($dom->dns)) { -
bureau/admin/dom_doadd.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: dom_doadd.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: dom_doadd.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 46 46 <div align="center"><h3><?php __("Add a domain"); ?></h3></div> 47 47 <P> 48 <?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br >49 <a href="login.php" target="_top"><?php __("Click here to continue"); ?></a><br >48 <?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br /> 49 <a href="login.php" target="_top"><?php __("Click here to continue"); ?></a><br /> 50 50 <?php $mem->show_help("add_domain"); ?> 51 <br >51 <br /> 52 52 <?php 53 53 if (is_array($dom->dns)) { 54 echo "<br >"._("Whois result on the domain")." : <pre>";54 echo "<br />"._("Whois result on the domain")." : <pre>"; 55 55 reset($dom->dns); 56 56 while (list($key,$val)=each($dom->dns)) { -
bureau/admin/dom_dodel.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: dom_dodel.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: dom_dodel.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 48 48 <div align="center"><h3><?php printf(_("Confirm the deletion of domain %s"),$domain); ?></h3></div> 49 49 <P> 50 <font color=red><b><big><?php __("WARNING"); ?></big><br ><?php printf(_("Confirm the deletion of domain %s"),$domain); ?><br>51 <?php __("This will delete the related sub-domains too."); ?></b><br ></font>50 <font color=red><b><big><?php __("WARNING"); ?></big><br /><?php printf(_("Confirm the deletion of domain %s"),$domain); ?><br /> 51 <?php __("This will delete the related sub-domains too."); ?></b><br /></font> 52 52 <form method="post" action="dom_dodel.php" name="main"> 53 53 <input type="hidden" name="del_confirm" value="y"><input type="hidden" name="domain" value="<?php echo $domain ?>"> … … 65 65 <div align="center"><h3><?php printf(_("Domain %s deleted"),$domain); ?></h3></div> 66 66 <P> 67 <?php printf(_("The domain %s has been successfully deleted."),$domain); ?><br >67 <?php printf(_("The domain %s has been successfully deleted."),$domain); ?><br /> 68 68 <a href="login.php" target="_parent"><?php __("Click here to continue"); ?></a> 69 69 <?php $mem->show_help("del_domain"); ?> -
bureau/admin/dom_edit.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: dom_edit.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: dom_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 84 84 <?php } ?> 85 85 </table> 86 <br >86 <br /> 87 87 <form action="dom_subdoedit.php?" method="post" name="main"> 88 88 <input type="hidden" name="domain" value="<?php echo $r["name"]; ?>"> … … 156 156 destruction du domaine 157 157 --> 158 <br >159 <?php printf(_("help_domain_del %s"),$domain); ?><br >158 <br /> 159 <?php printf(_("help_domain_del %s"),$domain); ?><br /> 160 160 <form action="dom_dodel.php?domain=<?php echo urlencode($domain) ?>" method="post"> 161 <input type="submit" class="inb" name="detruire" value="<?php printf(_("Delete %s"),$domain); ?>"><br >161 <input type="submit" class="inb" name="detruire" value="<?php printf(_("Delete %s"),$domain); ?>"><br /> 162 162 </form> 163 163 <hr> -
bureau/admin/dom_editdns.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: dom_editdns.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: dom_editdns.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 54 54 <div align="center"><h3><?php printf(_("Editing domain %s"),$domain); ?></h3></div> 55 55 <P> 56 <?php printf(_("The domain %s has been changed. The modifications will take effect in 5 minutes."),$domain); ?><br >56 <?php printf(_("The domain %s has been changed. The modifications will take effect in 5 minutes."),$domain); ?><br /> 57 57 <a href="login.php" target="_top"><?php __("Click here to continue"); ?></a> 58 58 </body> -
bureau/admin/ftp_del.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: ftp_del.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: ftp_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 $r=$ftp->delete_ftp($val); 39 39 if (!$r) { 40 $error.=$err->errstr()."<br >";40 $error.=$err->errstr()."<br />"; 41 41 } else { 42 $error.=sprintf(_("The ftp account %s has been successfully deleted"),$r)."<br >";42 $error.=sprintf(_("The ftp account %s has been successfully deleted"),$r)."<br />"; 43 43 } 44 44 } -
bureau/admin/ftp_list.php
r45 r102 1 1 <?php 2 2 /* 3 $Id: ftp_list.php,v 1. 2 2003/04/17 21:39:56 benjaminExp $3 $Id: ftp_list.php,v 1.3 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 44 44 if ($noftp) { 45 45 ?> 46 <font color=red><?php echo $error ?></font><br ><br>47 <a href="ftp_add.php"><?php __("Create a new ftp account") ?></a><br >46 <font color=red><?php echo $error ?></font><br /><br /> 47 <a href="ftp_add.php"><?php __("Create a new ftp account") ?></a><br /> 48 48 <?php $mem->show_help("ftp_list_no"); ?> 49 49 </body></html> … … 54 54 if ($error) { 55 55 ?> 56 <font color=red><?php echo $error ?></font><br ><br>56 <font color=red><?php echo $error ?></font><br /><br /> 57 57 <?php } ?> 58 58 <form method="post" action="ftp_del.php"> … … 81 81 82 82 <?php if ($quota->cancreate("ftp")) { ?> 83 <a href="ftp_add.php"><?php __("Create a new ftp account"); ?></a><br >83 <a href="ftp_add.php"><?php __("Create a new ftp account"); ?></a><br /> 84 84 <?php } 85 85 -
bureau/admin/hta_adduser.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: hta_adduser.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: hta_adduser.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 <?php 39 39 if ($error) { 40 echo "<font color=red>$error</font><br ><br>";40 echo "<font color=red>$error</font><br /><br />"; 41 41 42 42 } -
bureau/admin/hta_del.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: hta_del.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: hta_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 $r=$hta->DelDir($val); 39 39 if (!$r) { 40 $error.=$err->errstr()."<br >";40 $error.=$err->errstr()."<br />"; 41 41 } else { 42 $error.=sprintf(_("The protected folder %s has been successfully unprotected"),$val)."<br >";42 $error.=sprintf(_("The protected folder %s has been successfully unprotected"),$val)."<br />"; 43 43 } 44 44 } -
bureau/admin/hta_doedituser.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: hta_doedituser.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: hta_doedituser.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 40 40 <?php 41 41 if ($error) { 42 echo "<font color=red>$error</font><br ><br>";42 echo "<font color=red>$error</font><br /><br />"; 43 43 } 44 44 else { 45 echo sprintf(_("The password of the user %s has been successfully changed"),$user)."<br ><br>";45 echo sprintf(_("The password of the user %s has been successfully changed"),$user)."<br /><br />"; 46 46 } 47 echo "<a href=\"hta_edit?dir=$dir\">"._("Click here to continue")."</a><br >";47 echo "<a href=\"hta_edit?dir=$dir\">"._("Click here to continue")."</a><br />"; 48 48 ?> 49 49 </body> -
bureau/admin/hta_edit.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: hta_edit.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: hta_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 46 46 <?php 47 47 if (!count($r)) { 48 echo "<font color=red>".sprintf(_("No authorized user in %s"),$dir)."</font><br ><br>";49 echo "<a href=\"hta_adduser.php?dir=$dir\">"._("Add a username")."</a><br >";50 echo "<br ><small><a href=\"bro_main.php?R=$dir\">"._("File browser")."</a><br></small></body></html>";48 echo "<font color=red>".sprintf(_("No authorized user in %s"),$dir)."</font><br /><br />"; 49 echo "<a href=\"hta_adduser.php?dir=$dir\">"._("Add a username")."</a><br />"; 50 echo "<br /><small><a href=\"bro_main.php?R=$dir\">"._("File browser")."</a><br /></small></body></html>"; 51 51 exit(); 52 52 } … … 76 76 </form> 77 77 78 <a href="hta_adduser.php?dir=<?php echo $dir ?>"><?php __("Add a username"); ?></a><br >79 <br >80 <small><a href="bro_main.php?R=<?php echo $dir ?>"><?php __("File browser"); ?></a><br ></small>78 <a href="hta_adduser.php?dir=<?php echo $dir ?>"><?php __("Add a username"); ?></a><br /> 79 <br /> 80 <small><a href="bro_main.php?R=<?php echo $dir ?>"><?php __("File browser"); ?></a><br /></small> 81 81 </body> 82 82 </html> -
bureau/admin/hta_edituser.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: hta_edituser.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: hta_edituser.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 <?php 39 39 if ($error) { 40 echo "<font color=red>$error</font><br ><br>";40 echo "<font color=red>$error</font><br /><br />"; 41 41 42 42 } -
bureau/admin/hta_list.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: hta_list.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: hta_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 48 48 49 49 if (!is_array($r)) { 50 echo "<br ><a href=\"hta_add.php\">"._("Protect a folder")."</a><br>";50 echo "<br /><a href=\"hta_add.php\">"._("Protect a folder")."</a><br />"; 51 51 $mem->show_help("hta_list"); 52 52 echo "</body></html>"; … … 84 84 </table> 85 85 86 <br ><a href="hta_add.php"><?php __("Protect a folder"); ?></a><br>86 <br /><a href="hta_add.php"><?php __("Protect a folder"); ?></a><br /> 87 87 <?php $mem->show_help("hta_list"); ?> 88 88 </body> -
bureau/admin/mail_add.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mail_add.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mail_add.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 39 39 if ($error) { 40 40 echo "<font color=red>$error</font>"; 41 echo "<br ><br>";41 echo "<br /><br />"; 42 42 }else{ 43 echo "<br ><br>";43 echo "<br /><br />"; 44 44 } 45 45 ?> … … 51 51 <tr><td><label for="ispop"><?php __("Is it a POP account?"); ?></label></td><td><input id="ispop" class="inc" type="checkbox" name="pop" value="1" <?php if ($pop=="1") echo "CHECKED"; /*"*/?>></td></tr> 52 52 <tr><td><?php __("POP password"); ?></td><td><input class="int" type="text" name="pass" value="<?php echo $pass; ?>" size="20" maxlength="32"> </td></tr> 53 <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br ><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr>53 <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br /><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr> 54 54 <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Create this mailbox"); ?>"></td></tr> 55 55 </table> -
bureau/admin/mail_dodel.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mail_dodel.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mail_dodel.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 37 37 while (list($key,$val)=each($d)) { 38 38 if (!$mail->del_mail($val)) { 39 $error.=sprintf(_("The mailbox <b>%s</b> does not exist!")."<br >",$val);39 $error.=sprintf(_("The mailbox <b>%s</b> does not exist!")."<br />",$val); 40 40 echo $error; 41 41 } -
bureau/admin/mail_doedit.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mail_doedit.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mail_doedit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 39 39 } else { 40 $ok=sprintf(_("The mailbox <b>%s</b> has been successfully changed"),$mail)."<br >";40 $ok=sprintf(_("The mailbox <b>%s</b> has been successfully changed"),$mail)."<br />"; 41 41 $addok=1; 42 42 $t=explode("@",$email); … … 50 50 <?php 51 51 echo $ok; 52 echo "<br ><a href=\"mail_list.php?domain=$domain\">"._("Click here to continue")."</a>";52 echo "<br /><a href=\"mail_list.php?domain=$domain\">"._("Click here to continue")."</a>"; 53 53 ?> 54 54 </body> -
bureau/admin/mail_edit.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mail_edit.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mail_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 42 42 <?php 43 43 if ($error_edit) { 44 echo "<font color=red>$error_edit</font><br ><br>";44 echo "<font color=red>$error_edit</font><br /><br />"; 45 45 $error_edit=""; 46 46 … … 49 49 $pass=$res["password"]; 50 50 $alias=$res["alias"]; 51 echo "<br ><br>";51 echo "<br /><br />"; 52 52 53 53 } ?> … … 61 61 <?php /*"quanta m'aura pas!!!*/ ?> 62 62 <tr><td><?php __("POP password"); ?></td><td><input type="text" class="int" name="pass" value="<?php echo $pass; ?>" size="20" maxlength="32"> </td></tr> 63 <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br ><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr>63 <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br /><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr> 64 64 <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Change this mailbox"); ?>"></td></tr> 65 65 </table> -
bureau/admin/mail_list.php
r44 r102 1 1 <?php 2 2 /* 3 $Id: mail_list.php,v 1. 3 2003/04/12 19:03:06 root Exp $3 $Id: mail_list.php,v 1.4 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 42 42 <body> 43 43 <div align="center"><h3><?php printf(_("Mailbox list of the domain %s"),"http://$domain"); ?> : </h3></div> 44 <?php echo "<br ><font color=red>$error</font><br>";44 <?php echo "<br /><font color=red>$error</font><br />"; 45 45 echo "<a href=\"mail_add.php?domain=$domain\">".sprintf(_("Add a mailbox on <b>%s</b>"),$domain)."</a>"; 46 46 ?> 47 <br ><br>47 <br /><br /> 48 48 49 49 </body> … … 58 58 <div align="center"><h3><?php printf(_("Mailbox list of the domain %s"),"http://$domain"); ?> : </h3></div> 59 59 60 <br >61 <?php if ($error) echo "<br ><font color=red>$error</font><br>";60 <br /> 61 <?php if ($error) echo "<br /><font color=red>$error</font><br />"; 62 62 echo "<a href=\"mail_add.php?domain=$domain\">".sprintf(_("Add a mailbox on <b>%s</b>"),$domain)."</a>"; 63 63 ?> 64 <br >64 <br /> 65 65 66 66 <form method="post" action="mail_dodel.php" name="main"> -
bureau/admin/mem_chgmail.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mem_chgmail.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mem_chgmail.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 46 46 printf(_("help_mem_chgmail %s"),$newmail); 47 47 ?> 48 <br >49 <center><big><big><code><?php echo $cle; ?></code></big></big></center><br >50 <br >48 <br /> 49 <center><big><big><code><?php echo $cle; ?></code></big></big></center><br /> 50 <br /> 51 51 </body> 52 52 </html> -
bureau/admin/mem_cm.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mem_cm.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mem_cm.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 42 42 } 43 43 ?> 44 <br >44 <br /> 45 45 <form method="post" action="mem_cm2.php"> 46 46 <table border="1" cellspacing="0" cellpadding="4"> 47 <tr><td colspan="2"><?php __("Change the email of the account"); ?><br >47 <tr><td colspan="2"><?php __("Change the email of the account"); ?><br /> 48 48 <?php __("Enter the key you got when you requested the mailbox change, then click the OK button."); ?></td></tr> 49 49 <tr><th><?php __("Key"); ?></th><td><input type="text" class="int" name="cle" value="<?php echo $cle; ?>" size="8" maxlength="8"></td></tr> -
bureau/admin/mem_cm2.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mem_cm2.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mem_cm2.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 48 48 __("The mailbox has been successfully changed."); 49 49 ?> 50 <br >50 <br /> 51 51 </body> 52 52 </html> -
bureau/admin/mem_logout.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mem_logout.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mem_logout.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 42 42 <div align="center"><h3><?php __("Disconnected"); ?></h3></div> 43 43 44 <?php __("You have been logged out of your administration desktop."); ?><br >44 <?php __("You have been logged out of your administration desktop."); ?><br /> 45 45 <a href="index.php"><?php __("Click here to log in"); ?></a> 46 46 </body> -
bureau/admin/mem_param.php
r99 r102 1 1 <?php 2 2 /* 3 $Id: mem_param.php,v 1. 4 2003/06/10 05:52:08root Exp $3 $Id: mem_param.php,v 1.5 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 49 49 <hr> 50 50 <p> 51 <?php __("Password change"); ?> : <br >51 <?php __("Password change"); ?> : <br /> 52 52 <?php 53 53 … … 73 73 <form method="post" action="mem_chgmail.php"> 74 74 <table border="1" cellspacing="0" cellpadding="4"> 75 <tr><td colspan="2"><?php __("Change the email of the account"); ?><br >75 <tr><td colspan="2"><?php __("Change the email of the account"); ?><br /> 76 76 <?php __("help_chg_mail"); ?></td></tr> 77 77 <tr><th><?php __("Current mailbox"); ?></th><td><big><code><?php echo $mem->user["mail"]; ?></code></big></td></tr> … … 84 84 <form method="post" action="mem_param.php"> 85 85 <table border="1" cellspacing="0" cellpadding="4"> 86 <tr><td colspan="2"><?php __("Online help settings"); ?><br >86 <tr><td colspan="2"><?php __("Online help settings"); ?><br /> 87 87 <?php __("help_help_settings"); ?></td></tr> 88 88 <tr><th><label for="showhelp"><?php __("Do you want to see the help texts and links on each page?"); ?></label></th><td><input type="checkbox" class="inc" id="showhelp" name="showhelp" value="1" <?php if ($mem->get_help_param()) echo "CHECKED"; ?>></td></tr> -
bureau/admin/mime.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mime.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mime.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 136 136 echo($i); 137 137 mysql_query("insert into mime (tid,ext,mime,icon,descr) values ($i,'$mime_ext[$i]','','$mime_icon[$i]','".addslashes($mime_desc[$i])."')"); 138 if (mysql_errno()!=0) echo("erreur : ".mysql_error()."<br >\n");138 if (mysql_errno()!=0) echo("erreur : ".mysql_error()."<br />\n"); 139 139 } 140 140 -
bureau/admin/mman_del.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mman_del.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mman_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 40 40 $r=$mailman->delete_lst($val); 41 41 if (!$r) { 42 $error.=$err->errstr()."<br >";42 $error.=$err->errstr()."<br />"; 43 43 } else { 44 $error.=sprintf(_("The list %s has been successfully deleted"),$r)."<br >";44 $error.=sprintf(_("The list %s has been successfully deleted"),$r)."<br />"; 45 45 } 46 46 } -
bureau/admin/mman_list.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: mman_list.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: mman_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 <body> 39 39 <div align="center"><h3><?php __("Mailing lists"); ?></h3></div> 40 <?php echo "<br ><font color=red>$error</font>";?>41 <br ><br>40 <?php echo "<br /><font color=red>$error</font>";?> 41 <br /><br /> 42 42 </body> 43 43 </html> … … 51 51 <div align="center"><h3><?php __("Mailing lists"); ?></h3></div> 52 52 53 <br >54 <?php if ($error) echo "<br ><font color=red>$error</font>"; ?>53 <br /> 54 <?php if ($error) echo "<br /><font color=red>$error</font>"; ?> 55 55 56 56 <form method="post" action="mman_del.php"> … … 81 81 82 82 if ($quota->cancreate("mailman")) { ?> 83 <a href="mman_add.php"><?php __("Create a list"); ?></a><br >83 <a href="mman_add.php"><?php __("Create a list"); ?></a><br /> 84 84 <?php 85 85 } -
bureau/admin/plugins/procmail_builder/m_procmail.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: m_procmail.php,v 1. 1.1.1 2003/03/26 17:41:29 root Exp $3 $Id: m_procmail.php,v 1.2 2003/06/10 06:45:19 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 428 428 $s.=_("procmail_crit_5"); 429 429 } 430 $s.="<br >\n";430 $s.="<br />\n"; 431 431 } 432 432 if (count($cond)) { -
bureau/admin/sql_del.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: sql_del.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: sql_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 37 37 $r=$mysql->del_db($val); 38 38 if (!$r) { 39 $error.=$err->errstr()."<br >";39 $error.=$err->errstr()."<br />"; 40 40 } else { 41 $error.=sprintf(_("The database %s has been successfully deleted"),$mem->user["login"].(($val)?"_":"").$val)."<br >";41 $error.=sprintf(_("The database %s has been successfully deleted"),$mem->user["login"].(($val)?"_":"").$val)."<br />"; 42 42 } 43 43 } … … 52 52 <body> 53 53 <div align="center"><h3><?php __("MySQL Databases"); ?></h3></div> 54 <font color=red><b><big><?php __("WARNING"); ?></big><br ><?php __("Confirm the deletion of the following SQL databases"); ?><br>55 <?php __("This will delete all the tables currently in those db."); ?></b><br ></font>54 <font color=red><b><big><?php __("WARNING"); ?></big><br /><?php __("Confirm the deletion of the following SQL databases"); ?><br /> 55 <?php __("This will delete all the tables currently in those db."); ?></b><br /></font> 56 56 <form method="post" action="sql_del.php" name="main"> 57 57 <input type="hidden" name="confirm" value="y"> 58 <br >58 <br /> 59 59 <?php 60 60 reset($_POST); 61 61 while (list($key,$val)=each($_POST)) { 62 62 if (substr($key,0,4)=="del_") { 63 echo "<input type=\"hidden\" name=\"$key\" value=\"$val\">".$mem->user["login"].(($val)?"_":"")."$val<br >\n";63 echo "<input type=\"hidden\" name=\"$key\" value=\"$val\">".$mem->user["login"].(($val)?"_":"")."$val<br />\n"; 64 64 } 65 65 } 66 66 67 67 ?> 68 <br >68 <br /> 69 69 <input type="submit" class="inb" name="sub" value="<?php __("Yes"); ?>"> - <input type="button" class="inb" name="non" value="<?php __("No"); ?>" onclick="history.back()"> 70 70 </form> -
bureau/admin/sql_list.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: sql_list.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: sql_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 80 80 <p> 81 81 <?php if ($quota->cancreate("mysql")) { ?> 82 <a href="sql_add.php"><?php __("Create a new database"); ?></a><br ><br>82 <a href="sql_add.php"><?php __("Create a new database"); ?></a><br /><br /> 83 83 <?php } ?> 84 <a href="sql_passchg.php"><?php __("Change the SQL password"); ?></a><br ><br>85 <a href="sql_getparam.php"><?php __("Get the current SQL parameters"); ?></a><br ><br>84 <a href="sql_passchg.php"><?php __("Change the SQL password"); ?></a><br /><br /> 85 <a href="sql_getparam.php"><?php __("Get the current SQL parameters"); ?></a><br /><br /> 86 86 87 87 </p> -
bureau/admin/sta_del.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: sta_del.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: sta_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 $r=$stats->delete_stats($val); 39 39 if (!$r) { 40 $error.=$err->errstr()."<br >";40 $error.=$err->errstr()."<br />"; 41 41 } else { 42 $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br >";42 $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br />"; 43 43 } 44 44 } -
bureau/admin/sta_del_raw.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: sta_del_raw.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: sta_del_raw.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 $r=$stats->delete_stats_raw($val); 39 39 if (!$r) { 40 $error.=$err->errstr()."<br >";40 $error.=$err->errstr()."<br />"; 41 41 } else { 42 $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br >";42 $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br />"; 43 43 } 44 44 } -
bureau/admin/sta_list.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: sta_list.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: sta_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 43 43 <?php 44 44 if ($quota->cancreate("stats")) { ?> 45 - <a href="sta_add.php"><?php __("Create new Statistics"); ?></a><br >46 - <a href="sta_add_raw.php"><?php __("Create new Raw Statistics (apache)"); ?></a><br >45 - <a href="sta_add.php"><?php __("Create new Statistics"); ?></a><br /> 46 - <a href="sta_add_raw.php"><?php __("Create new Raw Statistics (apache)"); ?></a><br /> 47 47 <?php } 48 48 -
bureau/admin/web_list.php
r1 r102 1 1 2 2 <?php if ($quota->cancreate("webaccess")) { ?> 3 <a href="hta_add.php"><?php __("Protect a folder"); ?></a><br >3 <a href="hta_add.php"><?php __("Protect a folder"); ?></a><br /> 4 4 <?php } ?> -
bureau/class/db_mysql.php
r1 r102 6 6 * Boris Erdmann, Kristian Koehntopp 7 7 * 8 * $Id: db_mysql.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $8 * $Id: db_mysql.php,v 1.2 2003/06/10 06:45:20 root Exp $ 9 9 * 10 10 */ … … 112 112 113 113 if ($this->Debug) 114 printf("Debug: query = %s<br >\n", $Query_String);114 printf("Debug: query = %s<br />\n", $Query_String); 115 115 116 116 $this->Query_ID = @mysql_query($Query_String,$this->Link_ID); … … 401 401 402 402 function haltmsg($msg) { 403 printf("</td></tr></table><b>Database error:</b> %s<br >\n", $msg);404 printf("<b>MySQL Error</b>: %s (%s)<br >\n",403 printf("</td></tr></table><b>Database error:</b> %s<br />\n", $msg); 404 printf("<b>MySQL Error</b>: %s (%s)<br />\n", 405 405 $this->Errno, 406 406 $this->Error); -
bureau/class/m_admin.php
r59 r102 1 1 <?php 2 2 /* 3 $Id: m_admin.php,v 1. 2 2003/05/01 10:32:57root Exp $3 $Id: m_admin.php,v 1.3 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 26 26 * 27 27 * Cette classe permet de créer / modifier / détruire les comptes, ainsi que de 28 * modifier les paramètres du serveur.<br >28 * modifier les paramètres du serveur.<br /> 29 29 * Copyleft {@link http://alternc.net/ AlternC Team} 30 30 * -
bureau/class/m_bro.php
r45 r102 1 1 <?php 2 2 /* 3 $Id: m_bro.php,v 1. 2 2003/04/17 21:39:56 benjaminExp $3 $Id: m_bro.php,v 1.3 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 25 25 * 26 26 * Cette classe permet de gérer les fichiers, dossiers ... 27 * d'un membre hébergé.<br >27 * d'un membre hébergé.<br /> 28 28 * Copyleft {@link http://alternc.net/ AlternC Team} 29 29 * -
bureau/class/m_dom.php
r63 r102 1 1 <?php 2 2 /* 3 $Id: m_dom.php,v 1. 2 2003/05/01 13:56:09 benjaminExp $3 $Id: m_dom.php,v 1.3 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 25 25 * 26 26 * Cette classe permet de gérer les domaines / sous-domaines, redirections 27 * dns et mx des domaines d'un membre hébergé.<br >27 * dns et mx des domaines d'un membre hébergé.<br /> 28 28 * Copyleft {@link http://alternc.net/ AlternC Team} 29 29 * … … 283 283 $err->log("dom","whois",$domain); 284 284 // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 285 // echo "whois : $domain<br >";285 // echo "whois : $domain<br />"; 286 286 ereg(".*\.([^\.]*)",$domain,$out); 287 287 $ext=$out[1]; 288 288 // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 289 // echo "ext: $ext<br >";289 // echo "ext: $ext<br />"; 290 290 $egal=""; 291 291 switch($ext) { … … 325 325 } 326 326 // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 327 // echo "serveur : $serveur <br >";327 // echo "serveur : $serveur <br />"; 328 328 if (($fp=fsockopen($serveur, 43))>0) { 329 329 fputs($fp, "$egal$domain\r\n"); … … 333 333 $ligne = fgets($fp,128); 334 334 // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 335 // echo "| $ligne<br >";335 // echo "| $ligne<br />"; 336 336 switch($ext) { 337 337 case "org": … … 414 414 * @param string $dom Domaine dont on souhaite les informations 415 415 * @return array Retourne toutes les infos du domaine sous la forme d'un 416 * tableau associatif comme suit :<br ><pre>416 * tableau associatif comme suit :<br /><pre> 417 417 * $r["name"] = Nom fqdn 418 418 * $r["dns"] = Gestion du dns ou pas ? … … 524 524 * Modifier les information du sous-domaine demandé. 525 525 * 526 * <b>Note</b> : si le sous-domaine $sub.$dom n'existe pas, il est créé.<br >527 * <b>Note : TODO</b> : vérification de concordance de $dest<br >526 * <b>Note</b> : si le sous-domaine $sub.$dom n'existe pas, il est créé.<br /> 527 * <b>Note : TODO</b> : vérification de concordance de $dest<br /> 528 528 * 529 529 * @param string $dom Domaine dont on souhaite modifier/ajouter un sous domaine 530 * @param string $sub Sous domaine à modifier / créer530 * @param string $subk Sous domaine à modifier / créer 531 531 * @param integer $type Type de sous-domaine (local, ip, url ...) 532 532 * @param string $action Action : vaut "add" ou "edit" selon que l'on -
bureau/class/m_ftp.php
r54 r102 1 1 <?php 2 2 /* 3 $Id: m_ftp.php,v 1. 3 2003/04/19 16:35:14root Exp $3 $Id: m_ftp.php,v 1.4 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 24 24 * Classe de gestion des comptes FTP de l'hébergé. 25 25 * 26 * Cette classe permet de gérer les Comptes FTP d'un membre hébergé.<br >26 * Cette classe permet de gérer les Comptes FTP d'un membre hébergé.<br /> 27 27 * Copyleft {@link http://alternc.net/ AlternC Team} 28 28 * -
bureau/class/m_mail.php
r67 r102 1 1 <?php 2 2 /* 3 $Id: m_mail.php,v 1. 6 2003/05/07 17:16:53root Exp $3 $Id: m_mail.php,v 1.7 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 25 25 * 26 26 * Cette classe permet de gérer les comptes pop, alias 27 * mail des domaines d'un membre hébergé.<br >27 * mail des domaines d'un membre hébergé.<br /> 28 28 * Copyleft {@link http://alternc.net/ AlternC Team} 29 29 * -
bureau/class/m_mem.php
r48 r102 1 1 <?php 2 2 /* 3 $Id: m_mem.php,v 1. 3 2003/04/18 10:46:40 root Exp $3 $Id: m_mem.php,v 1.4 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 27 27 * Cette classe permet de gérer les membres hébergés sur AlternC, (par les 28 28 * super-administrateurs) ainsi que les sessions de connexion des membres 29 * sur leur interface web.<br >29 * sur leur interface web.<br /> 30 30 * Copyleft {@link http://alternc.net/ AlternC Team} 31 31 * -
bureau/class/m_stats.php
r50 r102 1 1 <?php 2 2 /* 3 $Id: m_stats.php,v 1. 3 2003/04/19 13:44:33 benjaminExp $3 $Id: m_stats.php,v 1.4 2003/06/10 06:45:20 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 32 32 * 33 33 * Cette classe permet de gérer les statistiques web générées par webalizer 34 * dans la langue de votre choix, ainsi que les fichiers logs bruts d'apache.<br >34 * dans la langue de votre choix, ainsi que les fichiers logs bruts d'apache.<br /> 35 35 * Copyleft {@link http://alternc.net/ AlternC Team} 36 36 *
Note: See TracChangeset
for help on using the changeset viewer.
