Question #40563 on phpns changed: https://answers.launchpad.net/phpns/+question/40563
Status: Answered => Open amine fadri is still having a problem: tanks alecwh there is the database. user row ============================================== -- -- Structure de la table `phpns_users` -- CREATE TABLE `phpns_users` ( `id` int(15) NOT NULL auto_increment, `user_name` varchar(100) NOT NULL, `full_name` varchar(150) NOT NULL, `email` varchar(100) NOT NULL, `password` varchar(40) NOT NULL, `timestamp` varchar(15) NOT NULL, `ip` varchar(15) NOT NULL, `msn` varchar(100) NOT NULL, `aim` varchar(100) NOT NULL, `yahoo` varchar(100) NOT NULL, `skype` varchar(100) NOT NULL, `display_picture` varchar(150) NOT NULL, `rank_id` varchar(15) NOT NULL, `notifications` varchar(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Contenu de la table `phpns_users` -- INSERT INTO `phpns_users` (`id`, `user_name`, `full_name`, `email`, `password`, `timestamp`, `ip`, `msn`, `aim`, `yahoo`, `skype`, `display_picture`, `rank_id`, `notifications`) VALUES (1, 'amine', 'amine', '[EMAIL PROTECTED]', '93ac222e3bb8ff225ba32a39584e7a3f9eb90b22', '1217292512', '127.0.0.1', '', '', '', '', '', '1', '1'); ============================================= i forget to tel that i m installing script in local with wamp server but i think thats the same =====>version of server -- phpMyAdmin SQL Dump -- version 2.11.6 -- http://www.phpmyadmin.net -- -- Serveur: localhost -- Généré le : Mer 30 Juillet 2008 à 00:14 -- Version du serveur: 5.0.51 -- Version de PHP: 5.2.6 tanks for your support another thing i can contribute in translation to frensh You received this question notification because you are a member of Phpns-team, which is an answer contact for phpns. _______________________________________________ Mailing list: https://launchpad.net/~phpns-team Post to : phpns-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~phpns-team More help : https://help.launchpad.net/ListHelp