Articles » Server/Apache Tutorials
Enabling file_get_contents() and fopen() With Remote URL’s on MediaTemple
February 9th, 2010
How to enable access to remote files on MediaTemple using the functions file_get_contents() and fopen().
Workaround for Forwarding Paypal Emails
October 26th, 2009A workaround for shared hosting environments which will not forward paypal emails.
Setting up VHOSTS using XAMPP/Apache in Windows
September 5th, 2009Setting up a vhost allows you to use an alias of your localhost in your browser. These instructions apply to various Windows operating systems and apache platforms.
Setting custom GoDaddy Nameservers (Video Tutorial)
August 22nd, 2009This video shows you how to go through the process of setting custom nameservers using GoDaddy. This is a requirement to get your website running if you bought your domain through GoDaddy and have a different hosting server.
Guide to installing ClipShare 4.1 on a Linux VPS
July 28th, 2009This guide is currently incomplete, and will likely stay incomplete since we didn’t keep notes and don’t plan on ever installing the application again. Hopefully these introductory steps will help. This is a technical guide detailing the steps a person has to go through to install ClipShare 4.1 on their web-server. Firstly, you’ll need a [...]
FFMPEG installation compile erors
July 28th, 2009We recently attempting to compile ffmpeg 0.5 on a web server, and had the following errors: In file included from libavdevice/v4l.c:32: /usr/include/linux/videodev.h:56: error: syntax error before “ulong” /usr/include/linux/videodev.h:72: error: syntax error before ‘}’ token libavdevice/v4l.c: In function `grab_read_header’: libavdevice/v4l.c:77: error: storage size of ‘tuner’ isn’t known libavdevice/v4l.c:141: error: invalid application of `sizeof’ to incomplete type [...]