Archive for the 'General' Category

Output Data from Text File with PHP

Written by admin on Wednesday, May 7th, 2008 in PHP Tutorials, General.

In this tutorial I am going to teach you how to generate data from a text file with the use of PHP.

To start you must first make a document called data.txt

Open up your data.txt for editing (I highly recommend using Notepad++).

Now put the following code into your text file.


| News 1 | News 2 | News 3

The above is what we can output. Each phrase is separated by a |. We need this so that we can tell our php script when to stop outputting a piece of data.

Now you need to make a PHP file called quotes.php.

This is the file that will generate our data.
Insert the following code into your php file.

(more…)

Revolutionary Pay-to-Click programmes

Written by admin on Tuesday, May 6th, 2008 in General.

As the web grows in size and the opportunities for making money with the internet is becoming even bigger. The newest way of doing this is Pay-to-Click programmes otherwise known as PTC sites. The name is self explanatory but let me explain further.

You get paid x amount for each time you click on a link on the website. The link will take you to an external website which you must view for a certain amount of time for your click to be registered. Each valid click can you get you between $0.005 upto $0.015. Although this does not sound a lot it all mounts up when you click 30+ adds per day. Another catch to these sites are referrals. Referring people boosts your earning power as you earn a percentage from each of their clicks, sometimes even 100% credit from their clicks.

However some sites are there to cause inconvenience to you and to others so here is a list of reliable and worth while PTC sites.

I will update this list once I find some more reliable PTC programmes.

The earning potential from these websites is sometimes unbelievable. Steady investment into these programmes can gain you massive profits in the long run.These are not get rick quick schemes, but can sure put a bit of spare cash in your back pocket.

uPowerHosting Game Servers

Written by admin on Monday, March 17th, 2008 in General.

uPowerHosting Game Servers

uPowerHosting are now offering UK and USA hosted game servers for PC games. They currently host Americas Army, Call of Duty 4, Counter-Strike: Source and Team Fortress 2. Their prices start at just $0.99 per slot for private servers and $1.49 for public servers.

We have personally tried a Call of Duty 4 Private server and are very pleased with the results and latency. We did have one problem with adding a certain modification to the server but everything was quickly dealt with through their Live Support. Although a new company, uPowerHosting has quality services with affordable prices and we would highly recommend them!

TheClanIndex Launches!

Written by admin on Friday, 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 Monday, 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.

(more…)



Site Navigation