Browsing the archives for the Server/Apache Tutorials category

Enabling file_get_contents() and fopen() With Remote URL’s on MediaTemple

2 Comments
Server/Apache Tutorials, Uncategorized

How to enable access to remote files on MediaTemple using the functions file_get_contents() and fopen().

Workaround for Forwarding Paypal Emails

No Comments
Server/Apache Tutorials

On my shared hosting server, we had the need to setup a secondary paypal address for not one but two clients. The clients originally had their paypal accounts created using a shared email service (such as gmail), but later decided it would be more professional to use a paypal@example.com type of email address. Normally, we create [...]

Setting up VHOSTS using XAMPP/Apache in Windows

5 Comments
Server/Apache Tutorials

Setting up a vhost allows you to use an alias of your localhost in your browser. For example, say that you want to work with a website which is normally located in http://localhost/example, but your script loads its assets from the root of the domain (in this example http://localhost/). This method allows you to load [...]

Setting custom GoDaddy Nameservers (Video Tutorial)

No Comments
Server/Apache Tutorials

This 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

No Comments
Server/Apache Tutorials

(This guide is currently incomplete) 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 real server or a virtual private server to install this script, it will not install smoothly on shared hosting. Shared hosts will not have the required [...]

FFMPEG installation compile erors

1 Comment
Server/Apache Tutorials

I was recently attempting to compile ffmpeg 0.5 on a web server, and I 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 `video_tuner’ libavdevice/v4l.c:148: error: invalid application [...]