Blog



14:21 - Fri 18th February 2022

For a while, I have been making bots for the popular VoIP, instant messaging and digital distribution platform Discord.

Most of the bots have been relatively simple, however, over the last couple of days I have worked on making a Music Bot that joins a voice channel and plays the audio from a specified YouTube video. It also has functionality for queues, skipping and stopping the audio.

More information about my bots can be found here https://samsdiscordbots.co/


8:55 - Wed 10th June 2020

Working with my friend over at TWIISTED STUDIOS I have created a website to pull random things from the website Thingiverse.

You can view the website here: https://thingiverserandomizer.com/


This was partly inspired by the scourge that is the random and newest pages that are provided by the site. They are full of Customized things however with this randomizer you can filter them out, for the most part.


18:39 - Sun 03rd November 2019

Today I decided to make my own simple 2 Factor Authentication system using the IFTTT webhooks system to send a code to my phone, in future I wish to modify this to use my own notification system but this is the first version so I made it easier for myself by using another library for the time being.

Quick Code Breakdown
The code for this is rather simple for now, PHP generates a random number and saves it in a session.
After the code is saved to the session we then send it to the IFTTT webhook which sends the code to my phone where we input the received code onto the page and another script checks the code against the saved one, if they match then we allow the user into the site, if not we redirect back to the login page.

A quick side note: This system does not impliment any actual username/password login system it is just the 2 factor part


14:19 - Wed 03rd April 2019

The Chameleon Game is a website I made that is a version of The Chameleon Board Game by Big Potato Games that makes it possible to play the game without having to be in the same room, aka playing over Discord.


19:29 - Fri 04th January 2019

A website made for StarlightSuper-Nova to show off her art and projects


10:06 - Fri 09th March 2018

Sacred Aftermath is a game made in 30 hours, as a solo project, during the 2018 GameJam at the University of Bolton.


9:59 - Fri 03rd November 2017

God Won't Let You is a game made in 32 hours, as a group, during the 2017 GameJam at the University of Bolton in aid of Special Effect.
As well as working on the game I was also responsible for making the website and online leaderboard system.


22:27 - Wed 16th August 2017

Hacked Website is a small website that shows the anonymous motto using javascript to make the text slowly appear.


17:19 - Thu 15th June 2017

Unix Epoch Time is a small website that uses JavaScript to change the background color based on the current time.


20:19 - Mon 15th August 2016

Golf is a game I made after playing alot of Golf With Your Friends and wanting to try my hand at my own version.


15:13 - Wed 15th June 2016

FirstPersonPool is a game made as part of my college course whilst learning how to use Unity.