Monday, May 23, 2011

How do I recover my admin password?

Found this quite helpful in recovering Joomla admin password (1.0 or 1.5)

----------------------------

If you know the email address that was used, the simplest thing is to do is to use the "lost password" Front-end function if you have made it available.

If not, you will need access to the MySQL database.

You have two choices, either add a new super administrator or change the password stored in the data base. To do this you need to go to phpMyAdmin (or use a similar tool) and manually edit the database. Before doing this back up our complete database.

Run this to create a new user known as admin2.

INSERT INTO `jos_users` VALUES
(62, 'Administrator2', 'admin2', 'your-email@email.com', '21232f297a57a5a743894a0e4a801fc3',
'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator2',0);
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);

The password will be admin. Immediately log in and change this password.

Or

You can change the password in the table for your admin user (assuming you never changed the user name; if you have just change the instructions below to .

The password is stored in the MySQL database jos_users table password field. (change this for your table prefix if different)

Open the table, find your admin username, and then select that row for editing.

The password must be hashed, you cannot simply enter text into this field.

Set the password to a known value

- password = "this is the MD5 hashed password"
------------------------------------------------------
- admin = 21232f297a57a5a743894a0e4a801fc3
- secret = 5ebe2294ecd0e0f08eab7690d2a6ee69
- OU812 = 7441de5382cf4fecbaa9a8c538e76783

Paste the hashed password into the field, save the change, and log-in using the new password. Immediately change your password to something more secure!

----------------------------
Source Article by clicking here.

Sunday, May 15, 2011

Deleting the unnecessary [Home] link

Downloading free templates is easy but sometimes what you'll discover, there's this unnecessary feature/functionality that comes with the 'free' template. A good example is using the 'Themza' free template with the [Home] that links to marketing site(s)...

SOLUTION-

All you need to do is get into the files and follow the instructions below-

[home] delete ext link

I also found another way to do this. Find the file functions.php in the template folder and delete or comment out the string:-

$items->_items[500] = (object)$GLOBALS['arr'];

change to

//$items->_items[500] = (object)$GLOBALS['arr'];


Thanks for this Forum/Blog for the solution

Free Joomla Template


Looking for a good free Joomla template - Found this Joomla 1.5 template from Themza very useful, specially if you would like to further customise the template.

Have a look at the East Arnhem Shire Council website, developed using the above template.

View and Download the template from this website

Useful Extensions for this Template

How To MANUALLY Install Joomla 1.5 With cPanel

If you would be manually installing Joomla, below are 2 useful Youtube tutorials (Part 1 & 2)





I found this version of Joomla (Joomla1.5.23) quite stable and easy to use.

Here is where you can download the source files - JoomlaCode

Wednesday, May 11, 2011

Dropbox as a collaborative tool!


Using multiple computer(s) and devices (iPhone, iPads etc) can be a nightmare in terms of managing files, contacts etc. Just to get on top of the file version(s) saved from different machines, tracking, searching which one can be really daunting after a long time.

With this, I've been testing and using Dropbox for all my collaborative and synching of files and found it very helpful and powerful!

Check out some of the links below to learn more about Dropbox -

The Virtual Revolution (BBC)

I found this BBC documentary quite fascinating, explaining the evolution of the Internet and how it all affects us in our daily lives and what the future holds...Check out the introduction to the series below.



Virtual Revolution - The Cost of Free

Monday, May 9, 2011

The future of business is the "mesh"

Watching a short clip of 'Lisa Gansky' from TED inspired me think about this new way sharing things online called 'Mesh'...quite fascinating concept in this day & age of Social Media, where everyone is collaborating and sharing through their social networks (family, friends & colleagues etc) and extending that further to different resources that can be shared like 'Cars', 'Apartments'...etc.