August 22nd, 2008 Bala Krishna Posted in FFMPEG, FFMPEG-PHP, Linux, Linux Commands, Tips and Tricks, Web Technology 1 Comment »
Ubuntu Archive Manager can not open rar file by default in your Ubuntu. Because of the proprietary issue rar support package not included in Ubuntu distribution. However rar support installtion in very easy with apt-get package mamager. Follow these steps to install Rar Support in your Ubuntu Linux Distribution. Open Terminal Window and Run the below command. You may ask to enter admin password if you are not login as root. sudo apt-get install rar unrar The above command will install rar/unrar capability in your ubuntu linux box. You should now able to UnRar archives using Archive Manager.
Read the rest of this entry »
March 17th, 2008 Bala Krishna Posted in Blogging, Browser Stuff, Bug Fix, FFMPEG, FFMPEG-PHP, Firefox Add-On, Gallery2, General, Linux, Linux Commands, Tips and Tricks, Web Development, Web Technology, Word Press, Wordpress Plugin No Comments »
This is common error occur due to wrong permission setting in Gallery2 data directory.? During module uninstall, gallery2 restore directory permission and other changes as it was before the module installation. This feature sometime break gallery directory permission and directory does not work.? See Image bellow for exact error description. Solution: Try changing gallery data directory “/g2data” permission to 777. If this does not fix your problem then try changing permission to “/g2data/smarty/templates_c“. After this step delete all content including directory inside “/g2data/smarty/templates_c” directory. This should fix ERROR_PLATFORM_FAILURE problem.
Read the rest of this entry »
February 4th, 2008 Bala Krishna Posted in Blogging, Browser Stuff, Bug Fix, CentOS, Crawler, FFMPEG, FFMPEG-PHP, Linux, Linux Commands, Online Media, Operating System Tutorial, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, uber-uploader, VBScript, Web Development, Web Directory, Web Hosting, Web Technology, windows xp 4 Comments »
You may receive “Failed To Find Flength File” error during file upload using uber uploader. The main cause of this problem is due to apache mod_security enabled on your host. Apache mod_security may prevent writing flength file duing file upload. This will cause uploder to determine file length for percentage calculation and uploader produce file length error. Solution: This problem can be easily solve by turn off mod_security through .htaccess . We need to turn off mod_security for uploader directory. To solve this problem, create .htaccess file with the following line and upload file to the directory where uploader files [...]
Read the rest of this entry »
January 24th, 2008 Bala Krishna Posted in Advertising, Blogging, Bug Fix, CentOS, FFMPEG, FFMPEG-PHP, Firefox Add-On, General, Gmail Stuff, Linux, Linux Commands, Online Media, Operating System Tutorial, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, VBScript, Web Design, Web Development, Web Directory, Web Hosting, Web Technology, Word Press, Wordpress Plugin, Wordpress Theme, Wordpress Widget 5 Comments »
Word Press default widget does not allow you to use php code. You can do this by simply editing template files but this is not overall solution. By doing this you are loosing beauty of widget drag and drop functionality. The Samsarin PHP Widget available as plug-in that allow user to create new widget and add php code inline with text. Installation & Usage Go to the Samsarin PHP Widget website. Download and Extract the zip file in wordpress plugins directory. Enable the Samsarin PHP Widget from Admin Panel. In your admin console, go to Presentation, and then go to [...]
Read the rest of this entry »
January 17th, 2008 Bala Krishna Posted in Blogging, Browser Stuff, Bug Fix, Crawler, Error Log, FFMPEG, FFMPEG-PHP, General, Linux, Linux Commands, Operating System Tutorial, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, windows xp No Comments »
Tar is commonly used archive in Linux/Unix platform. Tar is capable to create new archive and can add or extract files files in a archive . Syntax tar c [ bBeEfFhiklnopPqvwX [ 0-7 ] ] [ block ] [ tarfile ] [ exclude-file ] {-I include-file | -C directory | file | file } tar r [ bBeEfFhiklnqvw [ 0-7 ] ] [ block ] {-I include-file | -C directory | file | file } tar t [ BefFhiklnqvX [ 0-7 ] ] [ tarfile ] [ exclude-file ] {-I include-file | file } … tar u [ bBeEfFhiklnqvw [ [...]
Read the rest of this entry »
January 13th, 2008 Bala Krishna Posted in CentOS, Crawler, Error Log, Events, FFMPEG, FFMPEG-PHP, Financial, Firefox Add-On, FLVTool, General, Gmail Stuff, Linux, Linux Commands, Online Media, Operating System Tutorial, Page Rank, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, Web Development, Web Technology, Window Application, windows xp 3 Comments »
Like the windows, gz is common compression utility in Linux. This guide is to extract content of the .gz file by gunzip utility. Here is the command to see and extract content of the gz file. View gz file content gunzip -c mybackup.gz Extract file file content in another file. you can use different file extension depend on the content of file. gunzip -c mybackup.gz > mybackup.sql Compress the mybackup.sql file as mybackup.gz in the current directory. gunzip -c mybackup.sql > mybackup.gz Here is the full details of the gzip command.
Read the rest of this entry »
January 10th, 2008 Bala Krishna Posted in ASP.Net, Asp.Net Tips, Blogging, Browser Stuff, Bug Fix, Dot.Net, FFMPEG, FFMPEG-PHP, Linux, Linux Commands, Operating System Tutorial, Tips and Tricks, Web Design, Web Development, Web Hosting, Web Technology, Window Application, windows xp 6 Comments »
To run ffmpeg commands in asp.net you need to use Media Handler class. Here is an example how to use media handler class to run ffmpeg commands. //Create media handler object of Media_handler class Media_handler mymediahandler=new Media_handler(); // Get web site application path string webapppath =Server.MapPath(Request.ApplicationPath); //Get ffmpeg.exe full path from mapping string ffmpeg_path=HttpContext.Current.Server.MapPath(“ffmpeg.exe”); //Run FFMPEG command by calling Execute_FFMPEG function of Media_handler class mymediahandler.Execute_FFMPEG(ffmpeg_path, “-i c:\\clock.avi -vcodec mp3 c:\\clock.flv”);
Read the rest of this entry »
January 2nd, 2008 Bala Krishna Posted in Browser Stuff, Bug Fix, CentOS, Crawler, FFMPEG, FFMPEG-PHP, Firefox Add-On, FLVTool, General, Google, Linux, Linux Commands, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, Web Technology 11 Comments »
Installing FFMPEG from the source in window platform is easy as you do for other window application. Here is the complete instructios how to build FFMPEG in windows. To install FFMPEG on windows you need to install third party MinGW and MSys library that is compatible with GCC. This library is required to build ffmpeg in windows and support shell to run commands. Download MinGW and MSys MinGW: MinGW Direct download link MSys: MSys Direct download link SF Link: Sourceforge MinGW MSys Package Download Page FFMPEG: FFMPEG Download fully patched version Building FFMPEG It is time to install ffmpeg. Extract [...]
Read the rest of this entry »
December 28th, 2007 Bala Krishna Posted in Bug Fix, CentOS, Error Log, Events, FFMPEG, FFMPEG-PHP, FLVTool, Google, Linux, Linux Commands, Tips and Tricks, Web Development, Web Hosting, Web Technology, Wordpress Theme 4 Comments »
Clip-Share is mature script to run your own video sharing website like YouTube. This script is available variety of features and options at low cost. Unfortunately, they don’t have good knowledge base to short out technical problems related to script installation. The common problem with Clipshare and other video sharing script is in video upload and? conversion module.? Here is the error i received while i tried to upload video. The script produce error in initialization of progress bar. Error:? “returned status code 500 Internal Server Error” Possible Solution: Check cgi-bin directory and files permission. In the script, upload progress [...]
Read the rest of this entry »
December 20th, 2007 Bala Krishna Posted in CentOS, FFMPEG, FFMPEG-PHP, FLVTool, Godaddy Hosting, Hardware, Linux, Linux Commands, Operating System Tutorial, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, Web Design, Web Development, Web Hosting, Web Technology 1 Comment »
WHM? is a Web Host Manager tool that allows server administrators to quickly and easily add new web hosting accounts on a WHM enabled Web server.? Here is steps to create new hosting account without hassle. Log into WHM account with your username and password. Click the Create a New Account link from the Account Functions menu. Enter the domain name into the Domain field, and the username into the UserName field. The UserName field will initially default to a name based on the domain you enter, but you may change it if you wish. Enter a password into the [...]
Read the rest of this entry »