Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Someone Please help me!


NavinR

Recommended Posts

Posted

I tried logging into my ADMIN Panel to configure my oscommerce template, but i cant log in. It keeps saying " Error: Invalid administrator login attempt."

 

can someone help me?

Newbie

Posted

I dont understand what it means by "GO TO ADMINISTRATOR TABLE"

 

ok well go to phpmyadmin where your data resides.

goto administrator table......

there in user_name enter admin and in user_password enter 1d6ec2c4f79e491adc8b75159cf5d02d:bd

so

username: admin

password: admin

Newbie

Posted
I dont understand what it means by "GO TO ADMINISTRATOR TABLE"

 

ok well go to phpmyadmin where your data resides.

goto administrator table......

there in user_name enter admin and in user_password enter 1d6ec2c4f79e491adc8b75159cf5d02d:bd

so

username: admin

password: admin

 

login into host, click on phpmyadmin click on database for oscommerce store click on sql tab now run this sql query

 

INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES
(2, 'admin', '72cc7bf841d77c02b3b91bb85561163d:ce');

 

you can now login admin on oscommerce with the following

username admin

password admin

Posted

im using GODADDY

 

I dont understand how you run an SQL query

 

 

 

 

 

login into host, click on phpmyadmin click on database for oscommerce store click on sql tab now run this sql query

 

INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES
(2, 'admin', '72cc7bf841d77c02b3b91bb85561163d:ce');

 

you can now login admin on oscommerce with the following

username admin

password admin

Newbie

Posted

ok so i ran the SQL QUERY

 

and now i get this error message

 

Warning: mysql_connect(): Access denied for user 'sho0912302441794'@'208.109.181.21' (using password: YES) in /home/content/a/l/p/alphaapparel1/html/Online Store/includes/functions/database.php on line 19

Unable to connect to database server!

 

 

thats what it says when i try to access my site

Newbie

Posted

there's a phpmyadmin of godaddy. Just ask them

Posted

or you could use this http://addons.oscommerce.com/info/5857

 

 

this error

 

Warning: mysql_connect(): Access denied for user 'sho0912302441794'@'208.109.181.21' (using password: YES) in /home/content/a/l/p/alphaapparel1/html/Online Store/includes/functions/database.php on line 19

Unable to connect to database server!

 

is not to do with your admin, its the main database connection as defined in your configure.php files

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...