Skip to content

eltrueno/Sourcemod-SQLMatches

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development status

This project will remain archived until I have time to re-write it.

Setup

Game Server

  • Move sqlmatch.smx into addons/sourcemod/plugins
  • Edit addons/sourcemod/configs/databases.cfg
"sql_matches"
 {
    "driver"            "mysql"
    "host"                "ip"
    "database"            "db"
    "user"                "user"
    "pass"                "pass"
    //"timeout"            "0"
    "port"            "3306"
}

Web Server

  • Upload files inside of the web server folder into your web server.
  • Configure config.php.

Matches Page

SQL Matches Preview

Scoreboard Page

SQL Matches Preview

About

Saves CS:GO matches into a SQL database, includes web script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.8%
  • SourcePawn 23.2%
  • CSS 5.7%
  • JavaScript 1.3%