MySQL Search & Replace Tool
This web-based tool written in PHP makes it easy to search and replace text strings in a MySQL database. Source: http://sewmyheadon.com/2009/mysql-search-replace-tool/
This web-based tool written in PHP makes it easy to search and replace text strings in a MySQL database. Source: http://sewmyheadon.com/2009/mysql-search-replace-tool/
Sometimes you would need to extract or create an archive file (i.e to install a script, you would usually download an archive and extract it to continue the installation). The…
Login to SSH using terminal Extract a tar.bz2 file Backing up Database: The command for backing up your database is the following: Type the above command in your command line…
If you only want to change default sort order you can do it in catalog.xml just by adding the following action: This action will work in any block of type…
The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to…
Where USERNAME -> Database username PASSWORD -> Database password DATABASENAME -> Database name Note: Don't remove "-p" let say that your database name is "mydatabase" and password is "1234abcd" and…
to allow your custom components to access Joomla's content plugins
add this code on your .htaccess file where xxx.xxx.xxx.xxx is your ip address
The correct place for the jQuery.noConflict() call would be after mootools, after jQuery (which you've got in the right order - mootools first, then jQuery), and before any other javascript…