Introducing rNBAye
r/nba Reddits NBA sub has a side to it most wouldn’t see or know about. A lot of posts get removed by the mods for being either or a mixture…
PHP backend web language
r/nba Reddits NBA sub has a side to it most wouldn’t see or know about. A lot of posts get removed by the mods for being either or a mixture…
Using PHPs inbuilt image compression function imagejpeg I did a test to find out is it worth compressing images? and is there a big difference? The usage is simple for…
BunnyCDN storage servers are very affordable and work fast. You can fast track content delivery across the globe using them. Whilst uploading file/s with FTP in a PHP script isn’t…
Fortnite Tracker is a third-party service that creates an API endpoint for the Fortnite game. Here is a guide on getting your player stats, however in this post I will…
Part 1 here In part 1 the focus was on scraping and storing the data. Now let’s get into using the stored data to download the videos. What I needed…
I do not encourage web scraping nor will I post full code to do so, this was simply a challenge to myself and was documented as so. LivestreamFails the place…
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…
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…
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…
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…