Besoin d'aide pour un petit intranet

angelika42100 Messages postés 28 Statut Membre -  
 Utilisateur anonyme -
Bonjour,
Je souhaiterai savoir si quelqu'un pourrai m'expliquer comment intéger l'agenda Phenix sur un serveur externe chez Nuxit plus précisement. Je dois mettre en place un agenda partagé pour une quinzaine de personnes puis une possibilité de saisie de données concernant les nouveau clients à partir du site. J'ai vraiment besoin que quelqu'un m'aide à demarrer car cela fait des heures que je suis dessus et je ne comprend pas......... Merci

18 réponses

Utilisateur anonyme
 
Bonjour, peut -étre que je pourrais t'aider si ytu répond à mes question:
-Est-ce que Php et mysql sont installés sur ton serveur externe ?
-Ton serveur externe est sous Apache ou IIS ?
-Et est-ce que ton agenda phenix est compatible avec Windows ?

A+
0
angelika42100 Messages postés 28 Statut Membre
 
Bonsoir,
Oui, php et mysl sont installés sur le serveur.
Oui, l'agenda phenix est compatible avec Windows
Par contre en ce qui concerne IIS ou Apache, je ne sais pas, j'ai été sur le site Nuxit et je ne retrouve rien a ce sujet?
Pouvez vous m'aider quand même j'ai vraiment besois d'avancer sur ce projet, merci
0
Utilisateur anonyme
 
Une autre question, ton serveur est sous linux ou windows ?
0
angelika42100 Messages postés 28 Statut Membre
 
Il est sous lunix
0
Utilisateur anonyme
 
Ok, donc ton server a obligatoirement Apache-php-mysql,

Est-ce que tu peux te connecter à distance sur le bureau de ton serveur ?
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Utilisateur anonyme
 
et aussi, est-ce que ton serveur est un serveur Dédié?
0
angelika42100 Messages postés 28 Statut Membre
 
oui
0
Utilisateur anonyme
 
Par ailleurs, je te conseille vivement de poster ton problème dans le forum linux/unix, car c'est certainement là que tu aura plus de réponse, et pas dans le forum webmastering.
Précise bien que ton serveur est sous linux.

Normalement, pour installer ton agenda phénix, tu dois tout simplement (si ton serveur est un serveur dédié) te connecter à distance au bureau de ton serveur externe, et une fois placé sur ce bureau, tu installe tout bétement phenix comme si tu installais phénix sur ton propre pc.
0
angelika42100 Messages postés 28 Statut Membre
 
Cela pose un probllème
0
angelika42100 Messages postés 28 Statut Membre
 
oui sauf quand j'arrive sur le serveur et je dois insérer le dossier à importer j'ai à chaque fois un message d'erreur qui apparait
0
Utilisateur anonyme
 
Dis moi par quel moyen tu te connecte à ton serveur ?(comment tu fais ?)
0
angelika42100 Messages postés 28 Statut Membre
 
voici une partie du message

Erreur
Il semble qu'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.

ERROR: Ponctuation invalide @ 1
STR: <?
SQL: <?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/

// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);

if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}

if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}

//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
0
angelika42100 Messages postés 28 Statut Membre
 
je rentre l'adresse de mon serveur enfin je cois? sur la barre d'adresse après je dois renter mes mots de passe, choisir la hote de connexion puis j'arrive sur php my admin????? c'est ce ue je dois faire au mois??????????????????????????????????
0
angelika42100 Messages postés 28 Statut Membre
 
je suis nule c'est ca.... j'ai peut être fais n'importe quoi mais je débute
0
angelika42100 Messages postés 28 Statut Membre
 
j'ai suivie tes conseil j'ai fais ma demande sur l'autre forum je vais voir si quelqu'un peut m'aider
0
Utilisateur anonyme
 
c'est les commentaires qui ne vont pas car un commentaire commence par /* et fini par */.

Là il ya des commentaire qui commence par * au lieu de /*, et qui se termine par * au lieu de */,
C'est pourquoi il ya des message d'erreur.
Par exemple : remplace * Phenix Agenda * par /* Phenix Agenda */, les slash ont été oublié.

De plus un commentaire commence par /* et non \*, et se termine par */ et non *\,
0
angelika42100 Messages postés 28 Statut Membre
 
là je crois que tu est très fort mais moi j'ai du mal, mon programme phenix est sous forme de zip et pour apporter ce modif je fais comment?
0
Utilisateur anonyme
 
Non c'est pas comme ça.
Pour te connecter à ton server à distance, tu va dans visionneuse de bureau dans internet>visionneuse de bureau, et là tu indique l'adresse ip de ton serveur externe, et le mot de passe, et de là tu va atterir sur ton bureau à distance
0
Utilisateur anonyme
 
Là je dois te laisser, car je suis indispo.
En attendant, compte plutot sur les linuxiens du forum linux/unix.

a+
0