Skip to content

Some scripts to simplify your webmaster's tasks (mainly based on the Joomla CMS)

Notifications You must be signed in to change notification settings

micker/joomla_free

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some scripts to simplify your tasks Joomla

In this repository, you'll find a few scripts that I've written for my own use. Perhaps one of these scripts will be usefull for you too.

folder_size

Do you know the size of your website ? How many megabytes/gigabytes ? Do you know how many disk space take all your .zip files ? your images ? Which folder is the biggest one ? All these questions and more will find an answer with the folder_size.php script

go to folder_size

kill_folder

kill_folder.php will allow to quickly remove a folder structure i.e. including subfolders by running the script from an URL. This way is MUCH faster than killing a folder from a FTP client which is awfully slow.

go to kill_folder

show_table

show_table.php allows you to extract informations from your Joomla database : run a SQL query and export it as a table. Nice HTML output with Bootstrap and jQuery or a RAW output to only output a <table> tag so the generated table can be easily reuse in, for instance, a spreadsheet program.

go to show_table

About

Some scripts to simplify your webmaster's tasks (mainly based on the Joomla CMS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%