This was a project I started building in 2011 to learn programming. Written in PHP, it's a network of sites like Google (and heavily inspired).
At the time I didn't know git
, so source code was backed up into different folders. It was during my pre-teen age of 11 & 12 when I started writing all these code. So it's pretty bad. It worked but is vulnerable to SQL Injection and many other stuff.
Screenshots & more info at my blog
After building Subins, I learnt some of my mistakes and built a better network of sites called Nokedo in 2013.
geany
as editor (usedgedit
too IIRC)- Ubuntu 10.04
- Apache server
- PHP 5
- MySQL
Subins composed of different sites. Each of them are stored in separate folders. Since they're in PHP5, it's hard to set them up now and make it work. But from looking at the source code, here's what I think the folders are :
accounts
- Accounts site like accounts.google.comanalytics
- Like Google Analyticsapps
- Like Chrome Web Storechat
- Chat sitefd
- FriendsHood, a social network like Facebookgames
- Similar to Chrome Web Store I guessget
- File download site like SourceForgemusic
- Music streaming siteshortener
- A URL shortener like goo.glstatic
- CDN sitesubins
- Search enginequiz
- A quiz app like Who Wants To Be A Millionairevideos
- Like YouTube
All the source code is licensed under GNU GPL 3.0
.
It's likely that there is copyrighted material like pictures, videos or other files in the folders. Apologies, at the time I didn't know of copyright and the legal obligations. If you'd like your copyrighted content to be removed, please contact me. And also thanks, your work helped my effort to learn programming.