Posts tagged ‘my work’

New version of the Add FullAjax plugin for Joomla! (2016.03.25).

In this version:

  • fixed critical issue in compatibility with Joomla! 3.5
  • update FullAJAX library to 1.3.4

->Download<-

New version of the Add FullAjax plugin for Joomla! (2015.04.05).

What in this version:

  • drop support for Joomla! 2.5
  • improve compatibility for Joomla! 3.4
  • use jQuery instead of Mootools for default animation

->Download<-

New version of Hierarchical Category Filter module for Joomla!

In this version:

  • drop support for Joomla! 2.5
  • use jQuery instead of Mootools

->Download <-

New version of the Add FullAjax plugin for Joomla! (2013.11.23).

What in this version:

  • fix compatibility for Joomla! 3.2
  • updated FullAJAX library to latest version
  • more detailed description for configuration

->Download<-

Here is a simple way to create your own map, based on you image ;)
PHP MapTiler class allow to prepare the image with PHP, to use it in the own map. It splits the main image in to the standard tiles.

Download here PHP MapTiler

Example make custom map:
(more…)

I have published on Github script to analyze the site files. Can be useful to find changed/hacked files if you are not allowed use any version control system.
Script will scan all files depend from the filter option and store result in to the files.map, that allow you compare the couple maps in future for find changed files. Aslo do sorting by path, filename, extension, size, last modification, last inode change, permissions, file state.

Download here filelist-php

So, how to use it:

  • Put script in to the server
  • Change the script options if need (e.g. current path, exclude filter, default map name)
  • Run it! (open in the browser)
  • As result you will get the full file list table and the file map
  • Script will make the new map file after each click on Scan again, that allow you compare the couple maps in future

Warning! Do not leave this script and the .map files with free access on the server! Use .htaccess for access control.