Jump to content

aradams75

Clients
  • Posts

    4
  • Joined

  • Last visited

aradams75's Achievements

  1. I'm not receiving emails from my forum right now, so I will need to wait until I get that taken care of to try that. Hostinger and GoDaddy both tell me I need to contact the other for DNS record editing, so I am getting the runaround.
  2. Hey all. I migrated my site to Hostinger last week, and everything went smooth - or so I thought. I cannot access my Admin CP due to the credentials not being correct. Where do I need to go to find what my actual credential are in the database? Can I do that and change it from there? I have copied and pasted some of the support I received from them, but they really haven't offered anything that works yet...Some of the correspondence is in italics below. I do understand now that the .htaccess from the old host would not necessarily be carried over in migration. You should typically be able to reset your admin panel password via the forum software itself. The specific process can vary between different forum software, so you might need to refer to IPS community suite's support resources or documentation for detailed instructions. I was not able to do this. Find your admin user record: Once you're in phpMyAdmin, open your IPS database and find the table that contains user data. It's usually named something like core_members. Within that table, you should find your admin user record. Change your password: IPS usually uses a one-way hashing function to store passwords, which means you can't just change the password directly. You might need to use a MD5 hash function, depending on your IPS version. You can use an online generator to get an MD5 hash of a new password, and then replace the current hashed password with the new one. I browsed this record but I'm not comfortable trying this just yet. As for the .htaccess and conf_global files, those wouldn't typically contain the admin credentials for your IPS. The .htaccess file is a configuration file for use on web servers running Apache, while the conf_global.php file contains the settings for your IPS installation, which usually includes database connection details, but not admin credentials. Can anyone explain or offer any suggestions that will point me in the right direction? Thank you.
×
×
  • Create New...