Following function will generate id’s/keys without using MD5 or SHA1. PHP function uniqid() to generate Unique ID’s. It will create prefixed unique identifier based on current time in microseconds. This function will return (13 + prefix length) characters long identifier. If ‘lcg’ is true then it will return (prefix length + 23) characters. This function [...]
Continue reading...Tuesday, November 24, 2009
To reset password you must have access to Joomla database. Most of the hosting providers come with some sort of control panel or PhpMyAdmin. Also make a backup of your database in case you have to revert back to original database. Find users table, e.g. jos_users. Note you table names may vary depending on the [...]
Continue reading...
Wednesday, March 2, 2011
0 Comments