TheClanIndex Launches!

Written by admin on March 7th, 2008 in General.

TheClanIndex has now launched with a full featured website available for you to take advantage of it’s services. It is a completely free service for clans of any game and the main purpose of the site is to allow clans to gain more website traffic and possibly new recruits.

Adding a clan only takes up to 2 minutes and there is no activation e-mails our unique system does this for you. All we require from you to be listed in our index is a tracking code which is invisible on your website but allows our index to analyze your website traffic and help your site’s ranking improve.

So add your clan today and let your clan progress into the future.

http://www.theclanindex.com


TheClanIndex Team

PHP Global Variables

Written by admin on December 31st, 2007 in General.

PHP ( Hypertext Pre-Processor) uses variables to store information in a page. Standard variables can be called anything for example: $myvariable but PHP also has some global variables. These are variables that are declared on every PHP page and are used differently. Tthe 3 main global variables are: $_GET, $_POST and $_SESSION. All of these 3 global variables are arrays. Global variables can be used from page to page without havign to declare them again. The ones we are going to look at closely are $_GET and $_POST.

Read the rest of this entry »

Visitor Statistics Revised

Written by admin on December 26th, 2007 in Scripts.

Your website can only be successful if it is getting visitors, even better are loyal visitors who keep coming back. But how do you know how many visitors you are getting and when you are getting them? Well that is where a Statistics Counter comes in handy. Our Statistics counter grabs information from a visitor each time they come to your website. With this information our scripts produces statistics about when and how many times they are visiting.

Read the rest of this entry »

PHP Connection to a database

Written by admin on December 25th, 2007 in PHP Tutorials.

PHP and MySQL there has to be a connection somewhere to use them both. But how do you make a connection?

Below will show you.

First…

You should never store any of your connection information anywhere other than in a PHP
document.

Now lets get started.

Create a php file called config.php and place it in the same directory as your index page.

Read the rest of this entry »

CSS Horizontal Lists

Written by admin on December 25th, 2007 in CSS Tutorials.

CSS Lists are very helpful, but what if you want them horizontal? This is easily done with a few attributes. First you need to give your ul and li tags an id. Example:

<div id=”horizontal”>

<ul>

 <li>

 </li>

</ul>

</div>

Read the rest of this entry »



Site Navigation