How to prevent downloading and leeching media files

How Do I Stop Hotlinking, Bandwidth Theft, Downloading and Leeching media files? You can stop downloading / hotlinking / leeching your site’s files using .htaccess in your Apache root or directory. The Apache mod_rewrite must be enabled for this. The 1st line of the above code begins the rewrite. The 2nd line matches any requests … Read more

Configure Line In with SAM Broadcaster & SHOUTcast Server

Take your radio station online SAM Broadcaster is something of a genius. It’s equipped with the Radio/FM tools professionals use 🙂 SHOUTcast is cross-platform proprietary software for streaming media over the Internet. This software can broadcast to and from media player software, enabling the creation of Internet radio “stations”. SHOUTcast Radio is a related website … Read more

FBTerminal – Tool to access facebook on command lines

FBTerminal is a command line interface (CLI) for facebook designed in PHP using Facebook Application ID, Secret and Access Token. It will work on Windows (CMD.exe), Linux/MAC (Terminal). Right now FBTerminal have limited commands like status update, text post, photo upload etc. FBTerminal will be updated for all basic commands on facebook. You must have … Read more

How to be proactive, not reactive?

Everyone wants to be successful in this era of globalization. This uncontrollable growth of innovation, invention, creation…….Where we stand? Do you think ever? If no……………………… It’s time to prove yourself and do something extraordinarily to get name, fame and satisfaction. According to my view the key qualification that should be exist in every innovator to … Read more

How to Install ANT with Java in Windows

Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java … Read more

HaPpY FrIeNdShIp dAy!!

Happy Friendship Day !!! New Friends may be a poem but old friends are the alphabets. Don’t 4get alphabets, bcoz without alphabets its hard to read the poem. Friends are like a page in a book of life,every page with a different chapter.but best friends are the index page covering every chapter of life.

AWS CloudFront with PHP

Amazon CloudFront is a web service for content delivery (CDN). It integrates with other Amazon Web Services EC2 / S3 to give developers and businesses an easy way to distribute content to end users with low latency and high data transfer speeds. http://aws.amazon.com/cloudfront/ Digital Inspiration – Thanks to http://www.labnol.org… it always provides help for all … Read more

Exceptions with Facebook Apps

OAuthException: Error validating access token: Session has expired at unix time 1311357600. The current unix time is 1311357734 Request FB Access Token each & every time… Rotate Apps… OAuthException: (#1) An unknown error occurred Sometime facebook block App’s domain and text, images, links etc. used on apps, You can use URL Linter to cross check … Read more

Youtube / Vimeo embed resizer

Resizes a Youtube / Vimeo embed code from a Template variable with the variables given in the snippet call… 1- Create a new Snippet and call it  videoresizer 2- Copy – paste the content of videoresizer.snippet.txt on your new snippet 3- Enjoy! Example: [[videoresizer? &id='[*id*]’ &width=’300′ &height=’350′ &my_tv=’video’]] videoresizer.snippet.txt <?php //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Snippet Name: … Read more

Emails are not working on server?

Emails are essential tool / facility on web server to manage all communications among users. Here are few issues: 1. Send mail function is not configured 2. No responsible mail server service on web server 3. Email port blocked 4. SMTP service 5. IP blacklist How to fix: 1. Check Mail server (sendmail or postfix) … Read more