See which website a user came from with PHP
Ever clicked a link and seen a spooky popup or mention of the website you just came from on the new page? This is done through HTTP_REFERER. $_SERVER[“HTTP_REFERER”] You can…
Advertising Unlimited data that is throttled should be illegal.
How can companies be allowed to throw around Unlimited data when it gets severely limited after you use 10 or 15GB? Frustrating as it gets. Unlimited means infinite use, for…
Why URL shorten?
URL shortening is when you have links that redirect to content that are either a lot shorter than the redirect to URL or it is a ‘pretty’ URL. When I…
PHP if matching conditions statements
Here are some examples to filter through strings in PHP to meet conditions. PHP functions used during this tutorial are: substr, is_numeric, preg_replace, str_replace and trim. Assume possible strings could…
Re-testing VMHaus Los Angeles location
2 months ago I benchmarked VMHaus servers at their London and Los Angeles locations post here. The Los Angeles location was poor in its I/O speed Which is the disk…
Bunny CDN storage API with PHP
Like all great services Bunny CDN has an API. Making use theoretically easier. The storage API allows you to upload files, delete files and list files/directories. I’m interested in the…
The new CSGO MP5 SD
CSGO update 1.36.4.8 (15/8/2018) Adds the MP5 SD into the game. Whilst there are no skins or the MP5 SD isn’t in match making its very much useable offline and…
Visual if else statements with Dia
Displaying a coding statement or equation visually is a unique way to fully understand what the statement does. A good program for this is Dia, the free software that makes…