Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: inscription.fonct.spip.php,v 1.3 2007-04-06 08:35:46 neiluj Exp $
|
22 |
// CVS : $Id: inscription.fonct.spip.php,v 1.4 2007-04-11 08:30:12 neiluj Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fonctions wikini
|
24 |
* Fonctions wikini
|
25 |
*
|
25 |
*
|
26 |
* Ce fichier propose 3 fonctions pour intervenir sur la table interwikini_users.
|
26 |
* Ce fichier propose 3 fonctions pour intervenir sur la table interwikini_users.
|
27 |
*
|
27 |
*
|
Line 30... |
Line 30... |
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.3 $ $Date: 2007-04-06 08:35:46 $
|
35 |
*@version $Revision: 1.4 $ $Date: 2007-04-11 08:30:12 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 53... |
Line 53... |
53 |
} else {
|
53 |
} else {
|
54 |
$login = $valeur['email'] ;
|
54 |
$login = $valeur['email'] ;
|
55 |
}
|
55 |
}
|
56 |
$requete = "insert into spip_auteurs set id_auteur=$id, nom=\"".$valeur['prenom']." ".$valeur['nom'].
|
56 |
$requete = "insert into spip_auteurs set id_auteur=$id, nom=\"".$valeur['prenom']." ".$valeur['nom'].
|
57 |
"\",email=\"".$valeur['email']."\",login=\"".$login.
|
57 |
"\",email=\"".$valeur['email']."\",login=\"".$login.
|
58 |
"\", pass=\"".md5($valeur['password'])."\", statut=\"nouveau\", lang=\"".
|
58 |
"\", pass=\"".md5($valeur['mot_de_passe'])."\", statut=\"nouveau\", lang=\"".
|
59 |
strtolower($valeur['pays'])."\"" ;
|
59 |
strtolower($valeur['pays'])."\"" ;
|
60 |
@mysql_query($requete) or die ("$requete<br>Echec <br>".mysql_error()) ;
|
60 |
@mysql_query($requete) or die ("$requete<br>Echec <br>".mysql_error()) ;
|
61 |
}
|
61 |
}
|
Line 62... |
Line 62... |
62 |
|
62 |
|
Line 68... |
Line 68... |
68 |
$login = $valeur['email'] ;
|
68 |
$login = $valeur['email'] ;
|
69 |
}
|
69 |
}
|
70 |
//BIEN METTRE alea_actuel, htpass ET alea_futur À ""
|
70 |
//BIEN METTRE alea_actuel, htpass ET alea_futur À ""
|
71 |
$requete = "update spip_auteurs set nom=\"".$valeur['prenom']." ".$valeur['nom'].
|
71 |
$requete = "update spip_auteurs set nom=\"".$valeur['prenom']." ".$valeur['nom'].
|
72 |
"\",email=\"".$valeur['email']."\",login=\"".$login.
|
72 |
"\",email=\"".$valeur['email']."\",login=\"".$login.
|
73 |
"\", pass=\"".md5($valeur['password'])."\", htpass=\"\", alea_actuel=\"\", alea_futur=\"\", lang=\"fr\" where id_auteur=$id" ;
|
73 |
"\", pass=\"".md5($valeur['mot_de_passe'])."\", htpass=\"\", alea_actuel=\"\", alea_futur=\"\", lang=\"fr\" where id_auteur=$id" ;
|
74 |
//echo $requete;
|
74 |
//echo $requete;
|
75 |
@mysql_query($requete) or die ("$requete<br>Echec <br>".mysql_error()) ;
|
75 |
@mysql_query($requete) or die ("$requete<br>Echec <br>".mysql_error()) ;
|
76 |
}
|
76 |
}
|
77 |
function desinscription_spip($id_utilisateur)
|
77 |
function desinscription_spip($id_utilisateur)
|
78 |
{
|
78 |
{
|
Line 80... |
Line 80... |
80 |
@mysql_query($requete) or die ("$requete<br>Echec de la requête de mise à la poubelle de l'utilisateur dans spip <br>".mysql_error()) ;
|
80 |
@mysql_query($requete) or die ("$requete<br>Echec de la requête de mise à la poubelle de l'utilisateur dans spip <br>".mysql_error()) ;
|
81 |
}
|
81 |
}
|
Line 82... |
Line 82... |
82 |
|
82 |
|
83 |
function spip_cookie() {
|
83 |
function spip_cookie() {
|
84 |
if ($userid != 0) {
|
84 |
if ($userid != 0) {
|
85 |
setcookie("spip_admin", "@$login", time()+3600*24*30, "/vecam/") ;
|
85 |
setcookie("spip_admin", "@$login", time()+3600*24*30, INS_CHEMIN_SPIP) ;
|
86 |
include ("ecrire/inc_version.php3");
|
86 |
include ("ecrire/inc_version.php3");
|
87 |
include_ecrire ("inc_meta.php3");
|
87 |
include_ecrire ("inc_meta.php3");
|
88 |
include_ecrire ("inc_session.php3");
|
88 |
include_ecrire ("inc_session.php3");
|
89 |
$query = "SELECT * FROM spip_auteurs WHERE id_auteur=$userid";
|
89 |
$query = "SELECT * FROM spip_auteurs WHERE id_auteur=$userid";
|
Line 104... |
Line 104... |
104 |
}
|
104 |
}
|
Line 105... |
Line 105... |
105 |
|
105 |
|
106 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
106 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
107 |
*
|
107 |
*
|
- |
|
108 |
* $Log: not supported by cvs2svn $
|
- |
|
109 |
* Revision 1.2 2006/03/15 11:03:34 alexandre_tb
|
- |
|
110 |
* généralisation du code
|
108 |
* $Log: not supported by cvs2svn $
|
111 |
*
|
109 |
* Revision 1.1 2005/09/22 14:02:49 ddelon
|
112 |
* Revision 1.1 2005/09/22 14:02:49 ddelon
|
110 |
* nettoyage annuaire et php5
|
113 |
* nettoyage annuaire et php5
|
111 |
*
|
114 |
*
|
112 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
115 |
* Revision 1.4 2005/09/22 13:30:49 florian
|