These applications can be installed through cPanel >> Softaculous. This configuration file list is not comprehensive.
This list is currently organized by the default "Top Scripts" page in Softaculous.
WordPress | ./wp-config.php |
Joomla | ./configuration.php |
OpenCart | ./config.php ./admin/config.php |
phpBB | ./config.php with common.php file |
PrestaShop | ./config/settings.inc.php |
Drupal | ./sites/default/settings.php |
SMF | ./Settings.php |
MyBB | ./inc/config.php |
Dolphin | ./inc/header.inc.php |
Magento | ./app/etc/local.xml |
Moodle | ./config.php |
Gallery | ./var/database.php |
Jcow | ./my/config.php |
Piwigo | ./local/config/config.inc.php |
ZenCart | ./admin/includes/configure.php ./includes/configure.php |
Additional details regarding configuration files for some of these applications.
Drupal
- Path to DB Config: sites/default/settings.php
- Path to Config: sites/default/settings.php
- Admin Login: /
- Reset a Lost Password
- Go to phpMyAdmin
- Select the Drupal database from the drop-down box on the left.
- Click on the dr_users table on the left.
- Click the Browse link at the top of the screen.
- Put a check next to the username, then click the pencil icon.
- Delete what is in the password field. Enter the desired password.
- Select MD5 from the drop-down box in the function field.
- Click go at the bottom of the screen.
Joomla
- Path to DB Config: configuration.php
- Path to Config: configuration.php
- Admin Login: /administrator/
- Reset a Lost Password
- Go to phpMyAdmin
- Select the Joomla database from the drop-down box on the left.
- Click on the jos_users table on the left.
- Click the Browse link at the top of the screen.
- Put a check next to the username, then click the pencil icon.
- Delete what is in the password field. Enter the desired password.
- Select MD5 from the drop-down box in the function field
- Click Go at the bottom of the screen.
osCommerce
- Path to DB Config: /includes/configure.php
- Path to Config:
- /includes/configure.php
- /includes/admin/configure.php
- **Note there are two config files, one for the admin section and one for the storefront.
- Admin Login: /admin/
- Reset a Lost Password
- Go to phpMyAdmin
- Select the oscommerce database from the drop-down box on the left.
- Click on the administrator's table on the left.
- Click the Browse link at the top of the screen.
- Click on the pencil icon next to the username.
- Delete what is in the password field. Enter 45a69a4ce54427f72bb93dcb1b2e46ff:92
- Click Go at the bottom of the screen.
- The admin password is now changed. Login to the osCommerce administration control panel and click on “Administrators” to switch to the user’s desired new password.
phpBB
- Path to DB Config: /config.php/
- Path to Config: /config.php/
- Admin Login: /
- Reset a Lost Password
- Go to phpMyAdmin
- Select the phpBB database from the drop-down box on the left.
- Click on the phpbb_users table on the left.
- Click the Browse link at the top of the screen.
- Put a check next to the username, then click the pencil icon.
- Delete what is in the password field. Enter the desired password.
- Select MD5 from the drop-down box in the function field
- Click Go at the bottom of the screen.
WordPress
- Path to DB Config: wp-config.php
- Path to Config: wp-config.php
- Admin Login: /wp-admin/
- Reset a Lost Password
- Browse to /wp-content/cache (You might want to create a backup!)
- Remove anything in this directory. “rm –rf *”
- Go to phpMyAdmin
- Select the WordPress database from the drop-down box on the left.
- Click on the wp_users table on the left.
- Click the Browse link at the top of the screen.
- Put a check next to the username, then click the pencil icon.
- Delete what is in the password field. Enter the desired password.
- Select MD5 from the drop-down box in the function field.
- Click Go at the bottom of the screen.
Zencart
- Path to DB Config: /includes/configure.php
- Path to Config: /includes/configure.php
- Admin Login: /admin/
- Reset a Lost Password
- Go to phpMyAdmin
- Select the Zencart database from the drop-down box on the left.
- Click on the zen_admin table on the left.
- Click the Browse link at the top of the screen.
- Click on the pencil icon next to the username.
- Delete what is in the password field. Enter 45a69a4ce54427f72bb93dcb1b2e46ff:92
- Click Go at the bottom of the screen.
- The admin password is now changed. Login to the Zencart administration control panel and click on “Tools” -> “Admin Settings” -> “Reset pwd” to switch to the user’s desired new password.