Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
Titanium Alloy iOS Android Modules: Count.ly – Google Analytics, Flurry Alternative – Android Module Updated – Segmentation Event Tracking – Example
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboUPDATED 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…
How to: MySQL search and replace, PHPMyadmin, Joomla Params etc.
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow 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"')…