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

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

Record Audio from Websites

Flex is a platform for developing and deploying Applications that run on Flash player on Web using Red5 Server. Flex / Red5 applications are compiled to SWF files and are executed at runtime by Adobe Flash Player. Open source Red5 video flex flash recorder and player project allows you to insert a red5 / flex … Read more

Amazon S3 CloudBerry Explorer PRO Limited Time Offer 40% OFF

  CloudBerry Lab Team has prepared a very special Halloween offer for all CloudBerry software users. For a limited time only*, you can GET 40% DISCOUNT and buy CloudBerry Explorer Pro for only $23.99. Look at what you will get in PRO version: Multipart upload (copy large objects up to 5TB) Upload Rules (compres and … Read more

Install Etherpad on SUSE Linux

Collaborate on documents in really real-time on SUSE Linux EtherPad is the first web-based word processor that allows people to work together in really real-time. All editing of the document is instantly visible on the screens of all participating users, enabling new and productive ways to collaborate on text documents. Etherpad is useful for meeting … Read more

SVNLabs Tools

HTML2CSV converts html/xhtml to csv/xls. VMG2TXT converts Nokia VMG message file to text file. VCard Parser Extract information from VCard. HTML2RSS converts html/xhtml to rss/xml feed. Amazon S3 upload file to Amazon S3 Bucket. CSV Mapper Import CSV file after adjusting Columns. JavaScript Twitter Bird a2zVideoAPI – search videos with page link EBook Search Engine … Read more

Red5 figure out audio/video out of sync issue

I had worked Red5 WebCam application that lets users to record video clips from their webcams. The users could talk while they record clips. I was using PHP with Zend Gdata for uploading recorded video clips to YouTube. But I had issue in FLV files generated by Red5 server, the clip’s audio / video content … Read more

Amazon SES – Emails In Cloud

Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. The service integrates with other AWS services, making it easy to send … Read more

Amazon S3 Server Side Encryption (SSE)

Amazon S3 announced a new encryption feature Server Side Encryption (SSE). Amazon S3 SSE provides you the ability to encrypt data stored at rest in Amazon S3. With Amazon S3 SSE, you can encrypt data on upload simply by adding an additional request header when writing the object to Amazon S3. Decryption happens automatically when … Read more

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