RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a Linux Backup Script to Backup all the needed Count.ly Settings and Databases of your Count.ly Server It supports both Local and Remote Backups as well as Backup Rotation and can be Automated via Crontab. The Git Repo can…
Titanium Alloy iOS Android Modules: Count.ly – Google Analytics, Flurry Alternative – Android Module Updated – Segmentation Event Tracking – Example
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineUPDATED VERSION: Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative I have recently had to move away from Google Analytics for our Titanium Alloy Mobile apps for different reasons – I…
How to: MySQL search and replace, PHPMyadmin, Joomla Params etc.
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineBelow are a few SQL statements I use to search and replace the value of params in Joomla, in this case I added another value. UPDATE `joomla_database_name`.`j15_modules` SET params = replace(params, '"cache":"0"', '"backname":"1","backlink":"1","cache":"0"') WHERE `j15_modules`.`module` ="mod_menu"; Here is another statement…