Search This Blog

Showing posts with label Joomla. Show all posts
Showing posts with label Joomla. Show all posts

Monday, March 31, 2014

Administrator Login Username and Password Retrieve ?

Welcome to Designers Dairy blog here i have posted How to find the Joomla website administrator

username and password

Step1:

Go to Phpmyadmin -> Select the Database - the wild side - Select k7lt0_users ( users)


Step2:

Click on  k7lt0_users ( users) -> You can see the username and password of the administrator 

login



Step3:

You can click  and see the given username and password which the password was encrpted


Step4:

So u have to create a new password using below link

 
 http://www.teachmejoomla.net/joomla-mambo-tutorials-and-howtos/general-questions/how-to-change-or-recover-joomla-administrator-password.html





Step5:

Copy the General sql string password ="22bf59bcca5b77263b4021cf469528"

and paste in php myadmin and press GO





Step6:

The  new password will be updated . Now u can go to login panel and access the username with  new

password




 Step 7:

Enjoy Folks
 


 



 

Thursday, March 27, 2014

How to Move a Joomla Site from Live Server to local

Welcome to Designers Dairy blog here i have posted How to Move a Joomla Site from Live Server

to local serve

Step1:

Download the Joomla site from live server with joomla installation

Step2:

After that  Export the database  from PHP MySQL - example (thewildside)


Step3:

Go to the localhost ->  PhpMyAdmin -> Create the new database wildside -> Export the Database

as the zip  file




Step4:


Change the Configuration.php file
  
    public $host = 'localhost';    -   Change the local host  ( as per local server setting)
    public $user = 'root';            -   Change the root  ( as per local server setting)
    public $password =" '';        -    Change the  password  ( as per local server setting)
    public $db = 'wlidside';        -   it remains same as live server  


Step5 :


Now go to the particular file set  and click  site will be open as per  live site url



Step6:

Enjoy folks






 

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...