isolina Posted February 28, 2007 Share Posted February 28, 2007 i am trying to set up secured admin page so i downloaded secure_admin_logout 1_3 from contribution. i followed all the instrction but it doesn't work. so i just want to make sure of the administrator data table coding. i created the administrator as it was instructed and copy the 2 insert lines. CREATE TABLE `administrator` ( `ID` int(10) unsigned NOT NULL auto_increment, `sName` varchar(255) NOT NULL default '', `sPassword` varchar(255) NOT NULL default '', `sGUID` varchar(32) default NULL, `sData` text, PRIMARY KEY (`ID`) ) TYPE=MyISAM AUTO_INCREMENT=3 ; INSERT INTO `administrator` VALUES (1, 'username1', password('your_password1'), NULL, NULL); INSERT INTO `administrator` VALUES (2, 'username2', password('your_password2'), NULL, NULL); but it doesn't work. i got a message says that can't find the page. anybody can advise for this problem?? urgent help is needed. many thanks, Isolina Link to comment Share on other sites More sharing options...
reup Posted March 25, 2007 Share Posted March 25, 2007 3 questions for you why 1.3 and not 1.5, the last version of this contribution did you create the login and logout page in admin folder ? did you replace in your sql code the usernames and password by the ones you want to use ? reup Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.