Category Archives: Uncategorized

Video Corsi Maya e zBrush – Effetti Speciali

This post is pretty out of the line with respect to this blog’s contents, but as you can see this php blog hasn’t been updated for a while. It will come back, and it will boost some pretty strong new … Continue reading

Posted in Uncategorized | Leave a comment

Flatfile PHP simple CMS tutorial Part 2 the code

This is part two of our simple CMS or blog in flatfile format. We’ll see how to structure the flat file, and the code needed to read it in. This code is not optimized, so it’s easier to understand. As … Continue reading

Posted in Uncategorized | Leave a comment

Simple Flat File PHP CMS or Blog

In this and the next few posts, we’ll see how to create a simple flat file blog or CMS in PHP. I mean a really simple one, useful when you have just a few pages to manage, and installing WordPress … Continue reading

Posted in Uncategorized | Leave a comment

PHP Mini Sites CMS

In this fourth post we’ll have to actually do something useful with our code. Simply add the following at the end of the previous script. if($found) {// set up variables with content $title=$items[0]; $url=$items[1]; $post=$items[2]; $tags=$items[3]; $description=$items[4]; $author=$items[5]; $date=$items[6]; } … Continue reading

Posted in Uncategorized | Leave a comment

Ventrilo Server Hosting

Ventrilo is a voice over IP program that allows multiple people to communicate with each other over an internet connection. You have a choice of audio codecs like Speex and GSM, Ventrilo is based on the client-server model, the client … Continue reading

Posted in Uncategorized | Tagged | Leave a comment