Introducing Pub Rankings & Pub demo

Sazid Hossain Banna
Blog of Knight Fall
3 min readApr 26, 2017

--

I have been tracking all of the CS:GO servers maintained by me. The frontend of the tracker has some issues for which I was reluctant to share it with all the players. As a result, I made http://stats.csgobangladesh.com . While stats.csgobangladesh could have many features, it had one major problem: Speed. It was not fast enough and made from default generated code by ASP.Net 4.5. As a result, I abandoned the project.

http://rankings.csgo.com.bd

I had my eyes on Node.js for a while as the candidate for the next stats sight. But ASP.Net Core came along. It is fast and can run on any linux box.
http://rankings.csgo.com.bd is http://stats.csgobangladesh.com reimagined. Eventually, it will be developed into the community site of CS:GO Bangladesh community. Currently, rankings from Mazeda Pubs are available only. New active community casual servers can be added to the tracker to provide a unified ranking.

http://rankings.csgo.com.bd is still under development. Various type of information is stored in the tracker database which can be displayed. I am actively working on it to make it a full fledged site. My personal target is to complete all the features within July 1st.

Currently, you can see basic stats about you from the site. Above is the player page of Flow, showing his basic performance stats. You can access your information in several ways.
1. http://rankings.csgo.com.bd/Player/[STEAMID] | replacing [STEAMID] with your 64bit or 32bit STEAMID get you to your stats page.
2. You can also input your STEAM ID in the search bar, it will also take you directly to your stats page.
3. If you are not sure about your ID, you can just search your name. It will get you to search result page.

Pub Server Demo

Yes, we collect pub servers demo. They were just carefully hidden in the demo repository because of several reasons. One of the reasons is that the server is not powerful enough to handle both the FTP and the game servers. I am looking for a more graceful approach in serving all the demos. If you access http://demo1.csgobangladesh.com , you will see two new folders named pub1 & pub2 has appeared. These folders contains the demos of Mazeda Networks Pub1 & Pub2. The folders contains demos from as old as December 13th 2016. Due to making all the demo folders public, the demo repository will recycle demos older than 90 days. If you want to download old demos, now is the time.

--

--