Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I installed OSCommerce over 3 years ago and I cannot remember what I used for the administration contribution.

I currently have 3 admin users and I need to change their passwords but cannot figure out how to do it. Do not see an option.

And there is no 'forgot password' option.

 

 

I thought I used the admin user levels contrib but my database does not look like it would.

 

I only have 4 fields in my administrator database table:

IS, SName, SPassword, sGUID (encrypted password), sData

 

And there are no other administrator tables.

 

I thought about installing another contrib, but I am afraid it will conflict with the one I am using and I will not be able to log in at all.

 

I have attached an image of the login page.

administrator-login.jpg

 

Anybody have any suggestions of how I can control the usernames and passwords?

Posted

this is new version of osCommerce Online Merchant v2.2 Release Candidate 2a installed by default, but if you are using older oscommerce you can install the following module:

http://addons.oscommerce.com/info/1359

this module with extra permission level for admins.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

Ok, I have the default admin. I cannot find anywhere where I can add or edit administrators.

So, I have gone to the oscommerce site to find documentation and I cannot find anywhere on the site a manual. I read it is suppose to be under the solutions tab but I still cannot find a manual.

 

I must be blind in one eye and can't see out of the other, so can you give me the URL for the manual.

Posted

Thanks for the manual link.

I have reviewed the manual and I still do not see any info on how you can edit/delete/add administrators with the default admin.

Posted

Check what version of osC yuor using (look in tips if u need to know how to find version)

 

try going to:

 

my_site/admin/administrators.php if you have rc1 or greater.

 

 

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted

OK, so you don't have he default admin login, as it does not exist in MS2, so you need to give more clues or search to find what contrib u used, your pic looks like a standard rc login panel.

 

 

Due to security issues, u would be better upgrading to rc2a anyway http://addons.oscommerce.com/info/6654

 

You also need to look at improving admin security anyway http://www.oscommerce.com/forums/index.php?showtopic=340995

 

And you will also need to secure your site to stop all the hacking thats going around http://www.oscommerce.com/forums/topic/313323-how-to-secure-your-site/

 

Sorry, I hope you did'nt have anything planned for the weekend!! smile.gif

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted

I have tons of contribs and edits to this site. It is not feasible at this time for me to upgrade. I am trying to take other steps to slow down the hacking.

 

One step I am trying is not working right-renaming the admin folder:

I have changed the folder name of my admin folder. Everything is working fine until I click 'Confirm Order'. The order goes through fine, but the sending of email invocie is not working because it shows the wrong path.

 

Here is the error:

PHP Warning: require(/html/admin/includes/languages/english/invoice.php) [function.require]: failed to open stream: No such file or directory in /html/includes/modules/email_invoice/email_invoice.php on line 30, referer: https://www.domain.c...onfirmation.php

 

The path above to the admin folder is showing the old folder name of admin.

 

I have done the following in newadminfolder/includes/configure.php so why is the path above showing admin instead of newadminfolder?

define('DIR_WS_ADMIN', '/newadminfolder/'); // absolute path required

define('DIR_FS_ADMIN', '/newadminfolder/'); // absolute pate required

define('DIR_WS_HTTPS_ADMIN', '/var/www/public_html/ahaplace/html/newadminfolder/');

 

Here is what is strange:

I can keep the above settings in configure.php and change the admin folder name back to admin and then everything works fine. That is telling me that email_invoice.php is not looking at the configure.php file for the path even though the code in email_invoice.php shows it should:

require(DIR_FS_ADMIN . "/" . DIR_WS_LANGUAGES . $language . "/" . FILENAME_ORDERS_INVOICE);

Posted

I was able to find an old backup of my files. I am using admin_login contrib, that is why I could not find any files in admin to control passwords. The contrib has you create usernames and password in the sql before you run the sql. Once you run it the passwords are encrypted. Thus you are not able to edit usernames or passwords without deleting the table and running the sql again.

Posted

I have tons of contribs and edits to this site. It is not feasible at this time for me to upgrade. I am trying to take other steps to slow down the hacking.

 

One step I am trying is not working right-renaming the admin folder:

I have changed the folder name of my admin folder. Everything is working fine until I click 'Confirm Order'. The order goes through fine, but the sending of email invocie is not working because it shows the wrong path.

I had to change [catalog]/includes/local/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...