• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 02:39
CEST 08:39
KST 15:39
  • 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
Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL30Code S RO12 Preview: Cure, Zoun, Solar, Creator4[ASL19] Finals Preview: Daunting Task30[ASL19] Ro4 Recap : The Peak15
Community News
Code S RO12 Results + RO8 Groups (2025 Season 2)3Weekly Cups (May 19-25): Hindsight is 20/20?0DreamHack Dallas 2025 - Official Replay Pack8[BSL20] RO20 Group Stage2EWC 2025 Regional Qualifiers (May 28-June 1)34
StarCraft 2
General
Is there a place to provide feedback for maps? The Memories We Share - Facing the Final(?) GSL Code S RO12 Results + RO8 Groups (2025 Season 2) CN community: Firefly accused of suspicious activities Maru & Rogue GSL RO12 interviews: "I think the pressure really got to [trigger]"
Tourneys
EWC 2025 Regional Qualifiers (May 28-June 1) RSL: Revival, a new crowdfunded tournament series DreamHack Dallas 2025 Last Chance Qualifiers for OlimoLeague 2024 Winter [GSL 2025] Code S:Season 2 - RO12 - Group B
Strategy
Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 475 Hard Target Mutation # 474 Futile Resistance Mutation # 473 Cold is the Void Mutation # 472 Dead Heat
Brood War
General
Will foreigners ever be able to challenge Koreans? BGH auto balance -> http://bghmmr.eu/ Battle.net is not working BW General Discussion Which player typ excels at which race or match up?
Tourneys
[ASL19] Grand Finals [BSL 2v2] ProLeague Season 3 - Friday 21:00 CET [BSL20] RO20 Group D - Sunday 20:00 CET [BSL20] RO20 Group B - Saturday 20:00 CET
Strategy
[G] How to get started on ladder as a new Z player I am doing this better than progamers do.
Other Games
General Games
Monster Hunter Wilds Path of Exile Nintendo Switch Thread Beyond All Reason Battle Aces/David Kim RTS Megathread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia TL Mafia Community Thread TL Mafia Plays: Diplomacy TL Mafia: Generative Agents Showdown Survivor II: The Amazon
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread All you football fans (soccer)! European Politico-economics QA Mega-thread
Fan Clubs
Serral Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion!
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard How to clean a TTe Thermaltake keyboard?
TL Community
The Automated Ban List TL.net Ten Commandments
Blogs
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Yes Sir! How Commanding Impr…
TrAiDoS
Poker
Nebuchad
Info SLEgma_12
SLEgma_12
SECOND COMMING
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 16361 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 States24637 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
Germany1758 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
Online Event
04:00
May Mayhem: Playoffs
Clem vs ShoWTimE
herO vs MaxPax
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Sea 10030
actioN 592
PianO 261
Larva 66
Mind 50
soO 39
Aegong 37
sSak 21
Icarus 20
Noble 14
[ Show more ]
scan(afreeca) 14
Barracks 9
ajuk12(nOOB) 5
Bale 3
League of Legends
JimRising 780
Counter-Strike
tarik_tv9468
Stewie2K1603
Heroes of the Storm
Khaldor201
Other Games
summit1g7815
WinterStarcraft620
ViBE265
Organizations
Other Games
gamesdonequick705
StarCraft: Brood War
CasterMuse 18
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• practicex 135
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• RayReign 28
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt631
• HappyZerGling87
Upcoming Events
Road to EWC
2h 21m
AllThingsProtoss
4h 21m
Road to EWC
9h 21m
BSL Season 20
11h 21m
Bonyth vs Doodle
Bonyth vs izu
Bonyth vs MadiNho
Bonyth vs TerrOr
MadiNho vs TerrOr
Doodle vs izu
Doodle vs MadiNho
Doodle vs TerrOr
Replay Cast
1d 17h
Replay Cast
2 days
Bellum Gens Elite
3 days
The PondCast
4 days
Bellum Gens Elite
4 days
Replay Cast
4 days
[ Show More ]
Bellum Gens Elite
5 days
Replay Cast
5 days
CranKy Ducklings
6 days
SC Evo League
6 days
Bellum Gens Elite
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2025-05-28
DreamHack Dallas 2025
Calamity Stars S2

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL Season 17: Qualifier 1
2025 GSL S2
Heroes 10 EU
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025

Upcoming

CSL Season 17: Qualifier 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLAN 2025
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Bellum Gens Elite Stara Zagora 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025
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 © 2025 TLnet. All Rights Reserved.