123 Web Messenger Integration with Joomla

You must be wondering why am writing this article when it’s already present on the 123 flash chat site.  So before going into technical aspects for the integration I will share my small experience of integrating the web messenger.  So … Continue reading »

Leave a comment

ISO8583 message transaction method using PHP

Recently we have worked on API system which has sensitive data and we decided to do not send this without encryption to prevent hacking and fishing attempts. To fulfill this requirement we decided to go with ISO 8583, ISO 8583 … Continue reading »

Tagged , | 3 Comments

Convert Microsoft document to text, PDF or XML

Few days ago we were working on a complex project to read MS Document file and parse content. Read too many articles and tried hundreds of programs but didn’t found expected output. After few days I have found one Linux … Continue reading »

Leave a comment

Configuring Postfix Mail Server on Fedora Linux

You must have already read my previous post related to installation of Postfix Mail Server on Fedora. Now here is how you can configure Postfix Mail Server on Fedora. If you want to know about installation of Postfix Mail Server … Continue reading »

Leave a comment

Installing Postfix Mail Server on Fedora Linux

There are lots of things which need to be installed while setting up a new LAMP server i.e. php , mysql, apache etc. Once you are done with installing the above basic and mandatory things one more thing which you … Continue reading »

Leave a comment

Memcached for site optimization using PHP

We were facing problem of MySql query optimization for one of our product, page was taking more than a minute to respond. There were few join queries which were taking too much time for processing and we don’t have any … Continue reading »

Tagged , , , | Leave a comment

Creating thumbnails for your video file using ffmpeg

If you are having a tough time finding a php script which can create thumbnails from your video file, your search ends here. Below is a small php script which can help you create thumbnails for video files within no … Continue reading »

2 Comments

Install phpmyadmin to operate MySQL from web

In my last post, we saw how to setup a LAMP on AWS. Let’s have a look into how to install phpmyadmin on your linux server. To install phpmyadmin to operate MySql from web browser, web server is needed. Steps … Continue reading »

Tagged , , , | Leave a comment

Installing SSL on Amazon EC2 Server

If you are looking to configure SSL signed up using GoDaddy for Apache 2.x here are the steps to reduce your headache. Initially you will need to create an CSR (Certificate Signing Request) which is required while registering SSL. Steps … Continue reading »

1 Comment

Dynamically logging-in to the video chat room

Once you create a room you can allow the users to login to the created room. Below is the code for same. <script src=”123flashchat.js”></script> <script language=”javascript”> init_user=”myusername”; init_password=”mypassword”; init_room=1; init_host =”www.123flashchat.com”; init_port=”91″; init_group=”default”; openSWF(123flashchat.swf’,’634′,’476′); </script> <noscript> <DIV id=”flashchat”> <OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ … Continue reading »

Leave a comment
Page 1 of 212