diff --git a/install/base.xml b/install/base.xml new file mode 100644 index 0000000..70a2999 --- /dev/null +++ b/install/base.xml @@ -0,0 +1,19 @@ + + + + + + kghk + ghj@k.kcom + aa36dc6e81e2ac7ad03e12fedcb6a2c0 + + 1 + defaut + 0 + 0.1a + off + Votre site est actuellement en maintenance. <br /> +<br /> +Merci de revenir plus tard ! + + diff --git a/install/index.php b/install/index.php new file mode 100644 index 0000000..b4d41f2 --- /dev/null +++ b/install/index.php @@ -0,0 +1,238 @@ + + + + + + AEOS | Installation + + + + + + +
+
+
NNSPROD LOGO
+
InstallInstallation - AEOS
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Préface d'installation

+

AEOS 0.1 Alpha [CALVARIUM]

+

+ Bienvenue sur l'assistant d'installation d'AEOS [CALVARIUM] !
+ Veuillez suivre les étapes et valider avec la touche "suivant" afin de progresser.

+ Prérequis:

+ PHP version >= 5.x.x + =5) {echo "OK
";} + else {$erreur="Vous ne disposez pas de la version 5 de PHP."; echo "ERREUR
";} + ?> + Possibilité d'écrire dans le dossier DATA + ERREUR";} + else {echo "OK";} + ?> + + ".$erreur.""; + ?>
+

+

+
+
+
+

Etape 1

+

Configuration générale

+

+ Titre du site
+

+ Description du site
+ + + + +

+
+
+
+

Etape 2

+

Configuration du compte Administrateur

+

+ Identifiant:

+ Mot de passe:

+ Confirmer mot de passe:

+ eMail:

+ + Les deux mots de passe ne sont pas identiques !
"; + elseif (@$_GET['erreur']==2) echo "Votre adresse email n'est pas conforme.
"; + ?> + + +

+
+
+
+

Etape 3

+

Licence publique générale GNU

+ Veuillez accepter les conditions !
"; + elseif (isset($_POST['mdp_admin']) && md5($_POST['mdp_admin']) != md5($_POST['mdp_confirme_admin'])) + { + @header('Location:index.php?etape=2&erreur=1'); + } + elseif (checkMail($_POST['email_admin'])==FALSE) + { + @header('Location:index.php?etape=2&erreur=2'); + } + else + { + if(!isset($_GET['erreur'])) + { + ecriture_xml('base.xml', 'login_admin', $_POST['login_admin']); + ecriture_xml('base.xml', 'mdp_admin', md5($_POST['mdp_admin'])); + ecriture_xml('base.xml', 'email_admin', $_POST['email_admin']); + } + }?> +

+
+ Oui j'ai lu et j'accepte les termes et conditions d'utilisation + + +

+
+
+
+

Etape 4

+

Finalisation

+ +

+ AEOS 0.1 Alpha [CALVARIUM] installé avec succés !

+ N'oubliez pas d'effacer le dossier INSTALL de votre serveur !
+ (Vous avez la possibilité de l'effacer via l'administration du site)

+ Remerciements:
+ N.n.S Production, PHP.NET + +

+
+
+
+
+
+ + + \ No newline at end of file diff --git a/install/install.css b/install/install.css new file mode 100644 index 0000000..cac778c --- /dev/null +++ b/install/install.css @@ -0,0 +1,25 @@ +/* +Utilisation de la CSS de base du thème defaut. +*/ + +table {margin-top:10px;} +td {background-color:#A0D2FC;} +h2 {font-weight:bold; font-size:16px;} +h3 {font-weight:bold; font-size:14px;} +p {text-align:left; margin:0 5px 0 5px; padding:4px; color:#0E6696;} + +li {list-style-type:none; background-color:#79C0FB; border:1px solid #0E6696;} +.validation {font-weight:bold; color:green; float:right;} +.erreur {font-weight:bold; color:red; float:right;} +.erreur2 {font-weight:bold; color:red;} +.menu {height:55px; width:90px; background:none;} +.listing {margin:1px 0 0 0;} +.blocD {width:400px; border:1px solid #0E6696;} +.textWidth {width:375px; border:1px solid #219AD2;} +#actif {height:20px; padding:8px 7px 0 7px; margin:-2px 0 4px 0; border:1px solid white; font-weight:bold;} +.onglet {height:20px; padding:8px 7px 0 7px; margin:-2px 0 4px 0;} +#input1 {float:right; margin:5px -5px 5px 5px;} +#input2 {float:left; margin:5px 5px 5px -5px;} + +#center {height: 300px;} +.tableCenter {margin:0 auto 0; width:510px;} \ No newline at end of file