Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

secure admin log out


isolina

Recommended Posts

Posted

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

  • 4 weeks later...
Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...