Tikier Hosting Offshore, Adult, Warez Linking Hosting Allowed

29Mar/100

Simple PHP Hit Counter Script

Posted by admin

PHP 4+ is required for this tutorial. PHP 5 is optional

This tutorial is for beginners with very limited knowledge of PHP. You will learn to make a very simple hit counter. The counter isn't important -- it's the techniques used that you should try to remember. Something similar will pop up later on, so try to remember what was said in this tutorial.

If you are rather experienced with PHP, you still can follow along. It never hurts to brush up on some old easy stuff. I will show you how to create a hit counter (not uniques, just simple hits) using a flatfile. Alright, let's get started.

Print This Post Print This Post
28Mar/100

Basic Variables

Posted by admin

PHP Basic Variables
Click on "Countinue reading" to see the codes.
Print This Post Print This Post
22Mar/100

Error: “PEAR: command not found”

Posted by admin

The error

If you build PHP with PEAR, and the script pear does not exist on your server, this is what happened:

Print This Post Print This Post
16Mar/100

Check whether your server is up or down

Posted by admin

In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a ping command with PHP.

Print This Post Print This Post
8Mar/100

Creating a guestbook

Posted by admin

In this tutorial I will show you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.

Print This Post Print This Post
8Mar/100

AJAX Using Prototype

Posted by admin

Getting Started
Do you want to take the leap into the world of Ajax (Asynchronous JavaScript and XML) but don't know where to begin. Well I was in your situation. I came across prototype.js a nifty little JavaScript file that makes Ajax calls so easy you can do it within a few minutes. The first step you need to do is download the prototype.js file from http://www.prototypejs.org/. Put this JavaScript file in the directory of the website you wish to add Ajax to. The next step is implementing the Ajax.

Print This Post Print This Post
3Mar/100

What is Fantastico?

Posted by admin

Fantastico is a system designed to make installing popular scripts easy. Fantastico is a program that integrates with the popular online control panel” Cpanel” to offer web hosting customers the ability to install popular programs and scripts with the ease of a click on a button. Fantastico is extremely easy to use. While it is written with the non-technical user in place, it also found great interest from more technically-minded users who wish not to waste time on manually configuring many installation files to install a Perl or PHP script on their websites. Fantastico is a great choice if you want to install something like a blog. WordPress or Nucleus are two supported blog installations done by Fantastico.

Print This Post Print This Post