Mobile Apps for Safety

Mobile apps across various operating systems that can help to save our souls and keep our loved ones informed about each other. Lot of people are searching mobile applications for personal security these days, I am trying to help to find some useful Mobile Applications on Android Google Play Market. Life360 Family Locator http://www.life360.com/ Family … Read more

Remote Secure Token

Remote Secure Token Wowza Token We already compiled FlowPlayer & JWPlayer for remote secure token in flex / flash files 😉 https://www.svnlabs.com/blogs/compile-or-build-flowplayer-or-jwplayer-to-create-secure-token-for-wowza-server/ https://www.svnlabs.com/blogs/wowza-mediasecurity-addon-package/ https://www.svnlabs.com/blogs/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) Local Media Files We already protected local files using .htaccess file media hiding logic 😉 https://www.svnlabs.com/blogs/secure-token-plugin-with-php/ https://www.svnlabs.com/blogs/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) External Media Files File can be protected both on server … Read more

Update will patch security holes outdated versions have opened

Malware can be removed from hosting account, Updating your scripts will patch the security holes the outdated versions have opened.
Vulnerable Applications: Any of web application might infected from virus or malware.

No, renaming the file will not keep your site safe from it being exploited again. As I noted in my previous response, if you wish to prevent your site from being hacked again through the exploit of the bookmarks script, you will need to disable, remove or secure the bookmarks.php file to prevent further exploits.

Open Source Software Packages

Open-source software is computer software with the source code and some rights reserved for copyright or software license that permits coders/users to study, change, improve and distribute the software.

SourceForge is dedicated to making open source projects successful.

GitHub make it easier to collaborate with others and share your projects with the universe.

BigBlueButton API in PHP

BigBlueButton supports sharing of slides (PDF and PPT), video, whiteboard, chat, voice (using Asterisk or FreeSWITCH), and desktops. It’s built using over many open source components, runs on Mac, Unix, and PC computers, and is supported by a community that cares about good design and a streamlined user experience. BigBlueButton is built using the following … Read more

EC2 instance using Amazon SQS queues

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages. Amazon SQS can be used to applications that perform different tasks, without losing messages. Amazon SQS enables users to build an automated workflow. Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the … Read more

Fix File Upload on Nginx

Nginx (Engine-X) is a Web server and reverse proxy server for HTTP, SMTP, POP3 and IMAP, It have a strong focus on high concurrency, performance and low memory usage. Here are the steps to fix file upload on nginx. 1. SSH to nginx box 2. Edit nginx.conf a) backup the config file: # cp /etc/nginx/nginx.conf … Read more

PHP strip_tags not working

PHP have rich set of function to deal with errors 🙂 Sometime single setting in php.ini can effect the output of function. Magic Quotes is a process that automagically escapes incoming data to the PHP script. It’s preferred to code with magic quotes off and to instead escape the data at runtime, as needed. Magic … Read more

Stock Indicator using CSS Sprite

An image/css sprite is a collection of images put into a single image. A web page with many images can take a long time to load and generates multiple server requests. So, using image sprites we can reduce the number of server requests and save bandwidth. CSS Sprites can be generated using online Tools or … Read more

Install Union Development Platform

Union is a development platform for creating multiuser applications which runs in a central location on the Internet or a LAN. Users need to connect to Union server then users are in constant real-time contact or session. Users can send messages to/from Union Server. Application may be chat, game, shared document, widget on web page. … Read more