This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this script UHits.
PHP User Stats PHP / Site Analysis
In this tutorial I am going to teach you how to make a User Stats menu in PHP and MySQL which displays: Unique hits, Unique hits today, Total hits, Total hits today. If you don't have MySQL you can get one for free here.
Display ISP PHP / Network and Communication
Have you ever wondered how can you get the IP of a user from behind a proxy that is not totally secure? Well look no more! here I will explain how to use PHP on your favor to fetch these!
Memorable Password Generator PHP / Security
In this tutorial you will learn to create a password generator that creates pronouncable easy to remember passwords.
Creating a Full Statistics Suite With Administration PHP / Site Analysis
The most important part of your website is your visitors. You should know where they come from, what they use, where they go. There are various statistics software that can tell you all these things, but why use a pre-made one when you can build one yourself? Here, you'll learn how to track where your visitor goes, where they come from, what browser they use, and how many total hits and unique hits you get complete with a login check.
Creating a Full Statistics Suite With Administration PHP / Site Analysis
The most important part of your website is your visitors. You should know where they come from, what they use, where they go. There are various statistics software that can tell you all these things, but why use a pre-made one when you can build one yourself? Here, you'll learn how to track where your visitor goes, where they come from, what browser they use, and how many total hits and unique hits you get complete with a login check.
Simple Metatag generator PHP / Miscellaneous
A simple no thrills metatag generator , this could be expanded on easily adding more tags etc. An easy to add tool to your webpage to keep the visitors a little longer.
Table Generator PHP / Navigation
In this tutorial I will show you how you can make a pretty cool html table generator, so that you can show off your excel files, since Excel outputs pretty messy HTML.
PHP Random String Generator PHP / Randomizing and Rotation
This is one of my smallest, most powerful, most widely used function. It takes the input bewteen 1-32 and will return the string of that particular length. The string that is generated is completely random, as is the way it is selected within the function.
A HOWTO on Optimizing PHP PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
What is PHP and Why Should I Care? PHP / Getting Started
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.