• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 03:12
CET 09:12
KST 17:12
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT28Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0258LiuLi Cup: 2025 Grand Finals (Feb 10-16)46Weekly Cups (Feb 2-8): Classic, Solar, MaxPax win2
StarCraft 2
General
Terran AddOns placement How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Nexon's StarCraft game could be FPS, led by UMS maker ByuL: The Forgotten Master of ZvT Oliveira Would Have Returned If EWC Continued
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) Sparkling Tuna Cup - Weekly Open Tournament SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 515 Together Forever Mutation # 514 Ulnar New Year Mutation # 513 Attrition Warfare
Brood War
General
Soma Explains: JD's Unrelenting Aggro vs FlaSh Recent recommended BW games TvZ is the most complete match up BGH Auto Balance -> http://bghmmr.eu/ ACS replaced by "ASL Season Open" - Starts 21/02
Tourneys
BWCL Season 64 Announcement The Casual Games of the Week Thread [Megathread] Daily Proleagues [LIVE] [S:21] ASL Season Open Day 1
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Battle Aces/David Kim RTS Megathread Nintendo Switch Thread Online Quake Live Config Editor Tool Diablo 2 thread Path of Exile
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
US Politics Mega-thread NASA and the Private Sector Things Aren’t Peaceful in Palestine UK Politics Mega-thread YouTube Thread
Fan Clubs
The IdrA Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Just Watchers: Why Some Only…
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1655 users

Starting Web

Blogs > Greem
Post a Reply
1 2 Next All
Greem
Profile Blog Joined September 2010
730 Posts
Last Edited: 2012-12-18 14:38:26
December 18 2012 11:42 GMT
#1
Hello TL, i'm looking to start a web, but sadly my knowledge in this area are pretty limited. I purchased a domain in godaddy.com , they also offer hosting services, so my question is to support high traffic sites , like mmo-champion, curse.com, what kind of hosting is needed ?

I'm building a simple site which is kind of item finder, similar to ebay let's say, so as i understand it's gonna work a lot with access to different databases, pulling in and out information, search like engine. No video, no downloads, maybe simple message system with real time chat. What would you recommend for this ?


Just read http://www.forbes.com/sites/kellyclay/2012/09/10/5-reasons-you-should-leave-godaddy-and-how/ and so probably gonna use different site now, the CEO killing an elephant is unacceptable.


Decided to go with https://www.gandi.net/, for domain registration. And http://www.ipage.com/ for hosting. Also looking into importance of http://dyn.com.

youtube.com/N0rthernL1ght
Rannasha
Profile Blog Joined August 2010
Netherlands2398 Posts
December 18 2012 12:38 GMT
#2
I would start by learning HTML, PHP and MySQL.

HTML (HyperText Markup Language) is the language that structures webpages. You use it to divide information in paragraphs, define headers, add figures, etc... It is complemented by CSS (Cascading Style Sheets), which is a language that describes style (colour, size, font, etc...) of elements of the webpage.

PHP (PHP Hypertext Processor) is a scripting language. It is very widely used to create server-side scripts that make up dynamic webpages. These scripts take user input (if any) and combine it with database input, calculations, etc... to generate a webpage (in HTML) on the fly. TeamLiquid uses PHP for their website, as do many other large and small sites.

MySQL is a database system that allows you to easily store and query data. It is freely available on all platforms and has a good enough performance for all but the most extreme applications. There's a good interface between PHP and MySQL, allowing you to use PHP commands to query the database.

As for hosting, it doesn't really matter that much. Any hosting service that isn't too small will be able to host a growing website and scale up with the needs of the user. Small websites are hosted on machines with dozens of sites on them, with no access to programs running the background. Larger websites may run from a virtual server, meaning that the website owner can treat it as a separate machine for his site, allowing him to run specialized software in the background (perhaps for indexing purposes if it's a search-engine-type-website), but in reality there are still several of these virtual machines running on one physical machine, each virtual machine unaware of the presence of others. As you scale up, the website will use an entire physical machine and eventually may have to start adding additional servers. Really large websites have servers dedicated to specific tasks: Database, serving static content (images), generating dynamic content, caching, etc...

Start out small. You say you have very limited knowledge in this area, so it's best to just start with a very basic hosting account and build up your website. As the website grows, you can either expand the account or, if your hoster has limited options, switch alltogether. A properly executed hoster-switch hardly incurs any downtime.
Such flammable little insects!
Greem
Profile Blog Joined September 2010
730 Posts
Last Edited: 2012-12-18 12:56:43
December 18 2012 12:56 GMT
#3
On December 18 2012 21:38 Rannasha wrote:
I would start by learning HTML, PHP and MySQL.

HTML (HyperText Markup Language) is the language that structures webpages. You use it to divide information in paragraphs, define headers, add figures, etc... It is complemented by CSS (Cascading Style Sheets), which is a language that describes style (colour, size, font, etc...) of elements of the webpage.

PHP (PHP Hypertext Processor) is a scripting language. It is very widely used to create server-side scripts that make up dynamic webpages. These scripts take user input (if any) and combine it with database input, calculations, etc... to generate a webpage (in HTML) on the fly. TeamLiquid uses PHP for their website, as do many other large and small sites.

MySQL is a database system that allows you to easily store and query data. It is freely available on all platforms and has a good enough performance for all but the most extreme applications. There's a good interface between PHP and MySQL, allowing you to use PHP commands to query the database.

As for hosting, it doesn't really matter that much. Any hosting service that isn't too small will be able to host a growing website and scale up with the needs of the user. Small websites are hosted on machines with dozens of sites on them, with no access to programs running the background. Larger websites may run from a virtual server, meaning that the website owner can treat it as a separate machine for his site, allowing him to run specialized software in the background (perhaps for indexing purposes if it's a search-engine-type-website), but in reality there are still several of these virtual machines running on one physical machine, each virtual machine unaware of the presence of others. As you scale up, the website will use an entire physical machine and eventually may have to start adding additional servers. Really large websites have servers dedicated to specific tasks: Database, serving static content (images), generating dynamic content, caching, etc...

Start out small. You say you have very limited knowledge in this area, so it's best to just start with a very basic hosting account and build up your website. As the website grows, you can either expand the account or, if your hoster has limited options, switch alltogether. A properly executed hoster-switch hardly incurs any downtime.


Couldn't imagine a better answer than this, thank you sir! The thing i fear is that as i start as a beginner, if the idea will work, anyone out there with better understanding of things in this area, who is able to provide high quality service doing basically the same, is gonna destroy me altogether ) But i guess that is another problem i need to look into Thank you again!
youtube.com/N0rthernL1ght
SgtCoDFish
Profile Blog Joined July 2010
United Kingdom1520 Posts
December 18 2012 14:01 GMT
#4
Javascript (not to be confused with Java) is also pretty important for the web, as is CSS. I'd say learn HTML before anything, then CSS. Then learn Javascript/PHP + MySQL... which is more important will depend very much on what you're actually going to try and do. If you need specific tips once you've got the basics down, visit the Big Programming Thread on TL, or one of the programming subreddits such as reddit.com/r/learnprogramming

I also would recommend against godaddy, purely because of their lack of support for net neutrality. Haven't shopped for hosting in a while so I can't help beyond recommending against godaddy.
Rannasha
Profile Blog Joined August 2010
Netherlands2398 Posts
Last Edited: 2012-12-18 14:02:57
December 18 2012 14:01 GMT
#5
If you lack the technical skills to implement your idea yourself, you'll have to work together with someone who does have the tech-skills, but no projects to use them on. If you really have a good idea, you may even get a loan from a bank or some other investor for it to get the thing jumpstarted, but that's rather hard in todays economy and new internet-ideas being so common.

Either way, if you feel that your idea is really unique (do research, there are often sites that are very similar to what you're wanting to make, but they're just not that well known) and easy to copy once it's out there, you should wait with making it publicly available until it's fully operational. And even then, you shouldn't count on large traffic-volume in the first weeks or months, so don't overbudget your hosting too much. Instead, find a hoster that will migrate you to a larger hosting-plan if your needs grow.
Such flammable little insects!
Greem
Profile Blog Joined September 2010
730 Posts
December 18 2012 14:16 GMT
#6
On December 18 2012 23:01 SgtCoDFish wrote:
Javascript (not to be confused with Java) is also pretty important for the web, as is CSS. I'd say learn HTML before anything, then CSS. Then learn Javascript/PHP + MySQL... which is more important will depend very much on what you're actually going to try and do. If you need specific tips once you've got the basics down, visit the Big Programming Thread on TL, or one of the programming subreddits such as reddit.com/r/learnprogramming

I also would recommend against godaddy, purely because of their lack of support for net neutrality. Haven't shopped for hosting in a while so I can't help beyond recommending against godaddy.


Thank you ) Godaddy was the fastest thing i found, but then looking closely on what people thing i found that they were in favor of pipa/sopa, on top of that they CEO posted a picture killing an elephant, that is just beyond disgusting.
youtube.com/N0rthernL1ght
Greem
Profile Blog Joined September 2010
730 Posts
December 18 2012 14:21 GMT
#7
On December 18 2012 23:01 Rannasha wrote:
If you lack the technical skills to implement your idea yourself, you'll have to work together with someone who does have the tech-skills, but no projects to use them on. If you really have a good idea, you may even get a loan from a bank or some other investor for it to get the thing jumpstarted, but that's rather hard in todays economy and new internet-ideas being so common.

Either way, if you feel that your idea is really unique (do research, there are often sites that are very similar to what you're wanting to make, but they're just not that well known) and easy to copy once it's out there, you should wait with making it publicly available until it's fully operational. And even then, you shouldn't count on large traffic-volume in the first weeks or months, so don't overbudget your hosting too much. Instead, find a hoster that will migrate you to a larger hosting-plan if your needs grow.


I did searching for similar sites, and i found none, and it kinda surprised me since i been in that "business" for long time and it just hit me. Sadly i got no friends with such skills, and telling the idea to someone else with technical skills could just result in major mistake, they just can do it for themselves. So i just in a middle of nothing, trying to protect and to make. Thanks a lot for your insight, again!
youtube.com/N0rthernL1ght
Recognizable
Profile Blog Joined December 2011
Netherlands1552 Posts
December 18 2012 14:31 GMT
#8
On December 18 2012 23:21 Greem wrote:
Show nested quote +
On December 18 2012 23:01 Rannasha wrote:
If you lack the technical skills to implement your idea yourself, you'll have to work together with someone who does have the tech-skills, but no projects to use them on. If you really have a good idea, you may even get a loan from a bank or some other investor for it to get the thing jumpstarted, but that's rather hard in todays economy and new internet-ideas being so common.

Either way, if you feel that your idea is really unique (do research, there are often sites that are very similar to what you're wanting to make, but they're just not that well known) and easy to copy once it's out there, you should wait with making it publicly available until it's fully operational. And even then, you shouldn't count on large traffic-volume in the first weeks or months, so don't overbudget your hosting too much. Instead, find a hoster that will migrate you to a larger hosting-plan if your needs grow.


I did searching for similar sites, and i found none, and it kinda surprised me since i been in that "business" for long time and it just hit me. Sadly i got no friends with such skills, and telling the idea to someone else with technical skills could just result in major mistake, they just can do it for themselves. So i just in a middle of nothing, trying to protect and to make. Thanks a lot for your insight, again!


It'll take you some time tho. Unless you have all day I guess it can take up to a year to learn how to properly make a website like this.
KillerSOS
Profile Blog Joined July 2010
United States4207 Posts
December 18 2012 14:34 GMT
#9
If you dont know how to code Wordpress is a solid way to start.
Greem
Profile Blog Joined September 2010
730 Posts
December 18 2012 14:36 GMT
#10
On December 18 2012 23:31 Recognizable wrote:
Show nested quote +
On December 18 2012 23:21 Greem wrote:
On December 18 2012 23:01 Rannasha wrote:
If you lack the technical skills to implement your idea yourself, you'll have to work together with someone who does have the tech-skills, but no projects to use them on. If you really have a good idea, you may even get a loan from a bank or some other investor for it to get the thing jumpstarted, but that's rather hard in todays economy and new internet-ideas being so common.

Either way, if you feel that your idea is really unique (do research, there are often sites that are very similar to what you're wanting to make, but they're just not that well known) and easy to copy once it's out there, you should wait with making it publicly available until it's fully operational. And even then, you shouldn't count on large traffic-volume in the first weeks or months, so don't overbudget your hosting too much. Instead, find a hoster that will migrate you to a larger hosting-plan if your needs grow.


I did searching for similar sites, and i found none, and it kinda surprised me since i been in that "business" for long time and it just hit me. Sadly i got no friends with such skills, and telling the idea to someone else with technical skills could just result in major mistake, they just can do it for themselves. So i just in a middle of nothing, trying to protect and to make. Thanks a lot for your insight, again!


It'll take you some time tho. Unless you have all day I guess it can take up to a year to learn how to properly make a website like this.


I've got all day , and ye, i believe from 0 its gonna take painfully long period of time. But i'm up for it. I will edit this blog with every new thing i find and learn. Maybe someone else , sometime in the future will choke with the same obstacle.
youtube.com/N0rthernL1ght
Greem
Profile Blog Joined September 2010
730 Posts
December 18 2012 14:44 GMT
#11
On December 18 2012 23:34 KillerSOS wrote:
If you dont know how to code Wordpress is a solid way to start.


I will look into it, thanks !
youtube.com/N0rthernL1ght
Rannasha
Profile Blog Joined August 2010
Netherlands2398 Posts
December 18 2012 15:25 GMT
#12
Wordpress isn't really a good start if you want to make any form of interactive website. Wordpress is great for making a blog-like website, where you just add content as you go, but everything remains static. You don't really learn much from using Wordpress. It's excellent at quickly setting up a semi-static webpage with a decent CMS behind it, but if you want to go further than what it has to offer, you might as well skip it alltogether.

There's really no way to get around learning things like HTML, PHP, CSS, MySQL and JavaScript (and how much you need to know of each depends on your goals) if you want to make something like a search-engine.
Such flammable little insects!
micronesia
Profile Blog Joined July 2006
United States24755 Posts
December 18 2012 15:27 GMT
#13
I just started learning html/css and you should probably do the same:

http://www.codecademy.com/tracks/htmlcss

They also have javascript but that's probably much less important for us new web designers than html/css. I'm about 65% done with the html/css section. After that I will probably play around with my new knowledge and possibly learn some php as was suggested earlier in this thread. Personally, I don't think I'll be needing mySQL any time soon.
ModeratorThere are animal crackers for people and there are people crackers for animals.
Deleted User 135096
Profile Blog Joined December 2010
3624 Posts
December 18 2012 16:33 GMT
#14
yea, if you do start with html, don't learn html only... css is pretty much indespensable in today's landscape.
Administrator
JDub
Profile Joined December 2010
United States976 Posts
December 18 2012 17:11 GMT
#15
Just fyi, as far as server technologies go, there are many great alternatives to PHP, many that make getting started a lot easier. Django (a Python framework) is one of my favorites, but as you can see, there are a ton of frameworks just in Python alone: http://wiki.python.org/moin/WebFrameworks

If you do want to go with PHP, after learning the basics of PHP I would really recommend picking up one of the PHP frameworks, as it will save you a massive amount of time: http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#PHP_2.

Most of the frameworks basically take a lot of the boring work out of the web development, and let you get started on the meat of your web app right after getting them set up.
LML
Profile Blog Joined March 2007
Germany1780 Posts
December 18 2012 17:12 GMT
#16
for hosting I can highly suggest networksolutions.com
I think I got the basic package and already have alot of storage, unlimited traffic, a domain, and FTP/MySQL support
LML
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
December 18 2012 17:41 GMT
#17
I'd say stick with HTML5, CSS and javascript for as long as you can. Using a server side language such like PHP, ASP.NET, JSP, Python, Ruby etc lets you do powerful stuff, but you shouldn't learn these things "just to learn them", find a situation where you need them and go from there.

Depending on the site you're making, you might not even need javascript. HTML and CSS alone lets you make beautiful presentations of information. Javascript lets you make it a bit more dynamic... and with server side scripting/databases, you can start to make sites with a more "application feel" to them. One should, IMO, never use too much. If you want a site with some information and images etc, HTML and CSS will do just fine.
StatixEx
Profile Blog Joined August 2011
United Kingdom779 Posts
December 18 2012 18:25 GMT
#18
after christmas im starting a learn html with css with 12-13 yr olds if you message me past han 7th ill link you to the lesson content and you can follow the resources and vid tutorials i make
willoc
Profile Joined February 2011
Canada1530 Posts
December 18 2012 19:38 GMT
#19
Wow. Those Forbes articles you linked make them look like amateur journalists especially the article that came out the same day on why you should use GoDaddy. So much misinformation, bad logic and retarded assumptions made by them and now they looks like fools.

http://www.forbes.com/sites/tomwatson/2012/09/10/five-reasons-you-should-use-godaddy-and-why/
Be bold and mighty forces will come to your aid!
Clbull
Profile Blog Joined February 2011
United Kingdom1439 Posts
December 18 2012 19:46 GMT
#20
On December 18 2012 21:56 Greem wrote:
Show nested quote +
On December 18 2012 21:38 Rannasha wrote:
I would start by learning HTML, PHP and MySQL.

HTML (HyperText Markup Language) is the language that structures webpages. You use it to divide information in paragraphs, define headers, add figures, etc... It is complemented by CSS (Cascading Style Sheets), which is a language that describes style (colour, size, font, etc...) of elements of the webpage.

PHP (PHP Hypertext Processor) is a scripting language. It is very widely used to create server-side scripts that make up dynamic webpages. These scripts take user input (if any) and combine it with database input, calculations, etc... to generate a webpage (in HTML) on the fly. TeamLiquid uses PHP for their website, as do many other large and small sites.

MySQL is a database system that allows you to easily store and query data. It is freely available on all platforms and has a good enough performance for all but the most extreme applications. There's a good interface between PHP and MySQL, allowing you to use PHP commands to query the database.

As for hosting, it doesn't really matter that much. Any hosting service that isn't too small will be able to host a growing website and scale up with the needs of the user. Small websites are hosted on machines with dozens of sites on them, with no access to programs running the background. Larger websites may run from a virtual server, meaning that the website owner can treat it as a separate machine for his site, allowing him to run specialized software in the background (perhaps for indexing purposes if it's a search-engine-type-website), but in reality there are still several of these virtual machines running on one physical machine, each virtual machine unaware of the presence of others. As you scale up, the website will use an entire physical machine and eventually may have to start adding additional servers. Really large websites have servers dedicated to specific tasks: Database, serving static content (images), generating dynamic content, caching, etc...

Start out small. You say you have very limited knowledge in this area, so it's best to just start with a very basic hosting account and build up your website. As the website grows, you can either expand the account or, if your hoster has limited options, switch alltogether. A properly executed hoster-switch hardly incurs any downtime.


Couldn't imagine a better answer than this, thank you sir! The thing i fear is that as i start as a beginner, if the idea will work, anyone out there with better understanding of things in this area, who is able to provide high quality service doing basically the same, is gonna destroy me altogether ) But i guess that is another problem i need to look into Thank you again!

There's a really good Sitepoint book called "PHP & MySQL: Novice To Ninja" that goes into a lot of this stuff.
1 2 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 48m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko330
SortOf 126
StarCraft: Brood War
Sea 47171
GuemChi 2561
actioN 843
PianO 508
Mong 480
Stork 270
Dewaltoss 165
Leta 132
ToSsGirL 98
Soma 88
[ Show more ]
Backho 23
zelot 4
Dota 2
NeuroSwarm92
XaKoH 25
League of Legends
JimRising 574
Counter-Strike
Stewie2K1185
m0e_tv692
shoxiejesuss193
Super Smash Bros
Westballz11
Other Games
summit1g12407
ceh9453
Happy310
C9.Mang0295
crisheroes77
Mew2King43
Organizations
Other Games
gamesdonequick700
Counter-Strike
PGL242
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 12 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 2
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo1532
Upcoming Events
Replay Cast
48m
Wardi Open
3h 48m
Monday Night Weeklies
8h 48m
Replay Cast
15h 48m
Replay Cast
2 days
Replay Cast
2 days
The PondCast
3 days
KCM Race Survival
3 days
Replay Cast
3 days
Ultimate Battle
4 days
Light vs ZerO
[ Show More ]
Replay Cast
4 days
CranKy Ducklings
5 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS5
PiG Sty Festival 7.0
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
FISSURE Playground #3
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.