We are an independent development group based in Buffalo, NY. We work together to help each other out in our fields and open source projects. We live by the name Silo City Labs and work towards a better future for each other.
4 Real Prints Website
This website is for my private on the side 3D printing sales. I run prints for customers but I decided I needed a website. I created this website with images, contact form and more in under a few mins. SEO ready and completely mobile. Some of our clients included ATTO Technology and other smaller customers.
[Read More]ATTO Technology SEO Redesign
I was hired for this company to perform SEO, shortly after google had scheduled the release of a new search algorithm that would reduce views on pages that were not mobile complaint. ATTO got the effect of this with a 50% drop in traffic in a matter of days. A website with over a million views a month it needed to be overhauled. I was tasked with a complete redesign on the website and its 800+ pages. I monitored and improved SEO on the pages over time as well as slowly gained back that 50% loss in traffic. You can checkout the other contributors for refferences.
[Read More]Megatouchmods.com
A website designed to host documentation for an arcade company that went bankrupt. I manage and run this website on my own, Open source the website on github using github actions to automatically build and deploy changes made to the repository.
megatouchmods.com github source code
[Read More]PHP JSON HTML Minify
Both of these functions are designed to be used with ob_start() and process the output before its sent to the user. You can also include caching into this to reduce overhead for static pages. It takes the output of the page and makes the content up to 50% smaller in size by removing unused comments and whitespace in code. Download the file here or look at the code below.
[Read More]PHP Mysqli DB Class
A class written to simplify the use of mysqli in php. Uses similar concepts to other db classes built into other frameworks. Download the file here or look at the code below.
[Read More]Pixelmon
In my time working with Pixelmon team I played a role of working with multiple parts of the team due to my vast experience developing. Pixelmon was a hybrid game mode with minecraft and pokemon mixed in an open world game.
Unfortunately the game faced some pushback including dmca takedown notice from Nintendo themselves which resulted in all development ending. The game had user created content that was similar to the real game pokemon but created by hand as to avoid copyright infringement. It seems that Nintendo still carried on with the takedown however.
[Read More]Sending SMS via the Nexmo SMS gateway.
A class written to simplify the use of the nexmo api gateway for SMS messaging. This class was a fork from another repository with new gateway endpoints added and adding an entirely new service for automated phone calls with a tts engine. Download the file here or look at the code below.
[Read More]RDNS XSS On Industry Standard Looking Glass
My commitment to security is always a goal of mine. The ‘industry standard’ network looking glass now faces a pretty nasty XSS vulnerability which is listed on github and I discovered. An RDNS XSS was disclosed which has been patched by a temporary fix I applied to it.
[Read More]ClouDNS API Library
This is a wrapper library for the ClouDNS API to be used by PHP applications. It tries to ease the integration of the API into your applications by handling all interactions with API and providing a simple interface to interact with. The entire projects source code is posted on gitlab.
[Read More]