All Projects → ztizzlegaming → Csgowinbig

ztizzlegaming / Csgowinbig

Licence: mit
Open-source Counter-Strike: Global Offensive jackpot betting website.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Csgowinbig

Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+1316.78%)
Mutual labels:  sql, mysql
Sworm
a write-only ORM for Node.js
Stars: ✭ 128 (-14.09%)
Mutual labels:  sql, mysql
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-14.77%)
Mutual labels:  sql, mysql
Sqlite3 To Mysql
Make an Sqlite3 export MySQL readable.
Stars: ✭ 116 (-22.15%)
Mutual labels:  sql, mysql
Dumpling
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Stars: ✭ 134 (-10.07%)
Mutual labels:  sql, mysql
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (-21.48%)
Mutual labels:  sql, mysql
Go Mysqlstack
MySQL protocol library implementing in Go (golang)
Stars: ✭ 145 (-2.68%)
Mutual labels:  sql, mysql
Sqlfaker
轻量级、易拓展的数据库智能填充Java开源库
Stars: ✭ 109 (-26.85%)
Mutual labels:  sql, mysql
Sql Template Tag
ES2015 tagged template string for preparing SQL statements, works with `pg` and `mysql`
Stars: ✭ 132 (-11.41%)
Mutual labels:  sql, mysql
Firenze
Adapter based JavaScript ORM for Node.js and the browser
Stars: ✭ 131 (-12.08%)
Mutual labels:  sql, mysql
Sql Kit
*️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
Stars: ✭ 115 (-22.82%)
Mutual labels:  sql, mysql
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-5.37%)
Mutual labels:  sql, mysql
Sql To Jdl
Tool to translate SQL databases to JDL format of jHipster (Created due to existing databases to be generated with jHipster and build angular-java web)
Stars: ✭ 114 (-23.49%)
Mutual labels:  sql, mysql
Mysql Container
MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 117 (-21.48%)
Mutual labels:  sql, mysql
Sqhell.vim
An SQL wrapper for vim
Stars: ✭ 113 (-24.16%)
Mutual labels:  sql, mysql
Db Tutorial
💾 db-tutorial 是一个数据库教程。
Stars: ✭ 128 (-14.09%)
Mutual labels:  sql, mysql
Xorm
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
Stars: ✭ 1,394 (+835.57%)
Mutual labels:  sql, mysql
Cslearning
开源项目之「计算机编程自学之路」:计算机自学指南+面试大全+资源分享+技术文章
Stars: ✭ 107 (-28.19%)
Mutual labels:  sql, mysql
Goose
A database migration tool. Supports SQL migrations and Go functions.
Stars: ✭ 2,112 (+1317.45%)
Mutual labels:  sql, mysql
Mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Stars: ✭ 11,735 (+7775.84%)
Mutual labels:  sql, mysql

CSGO Win Big

What is this?

CSGO Win Big is a Counter-Strike: Global Offensive jackpot skin betting website, created by me, Jordan Turley. It is no longer hosted, but you can view images of the site here, or download and inspect the code yourself.

How does CSGO Win Big work?

This is the repository for the website for CSGO Win Big. It is written in HTML/CSS/JavaScript for the client-side, and PHP for the server-side.
We are also making use of the following libraries/frameworks:

In addition to the website, we are also making use of a custom version of Jessecar96's Steam Bot, which can be found here, and is written in C#.

How to setup this project for my own use?

If you would like to setup this project for your own project, there are a couple of steps you must follow:

  • In src/php/default.php, you must configure your own database credentials. The way I have it setup is I have a file outside of the web root with my passwords in it, called 'passwords.txt', which I read and get the password for the database from, instead of writing my password directly in the code. Then, import database-config.sql to your MySQL database. If you want to use a database other than MySQL, you will have to set it up on your own.
  • Also, because you login through Steam for this site, you must have a Steam API Key. You can request a key for yourself here. Like the database password, I also have this key stored outside of the web root in passwords.txt.
  • You will also have to put in your own website url and database stuff in some places, instead of mine. These places are:
  • One last thing, the site assumes that there will always be chat messages, so you have to manually insert one chat message into the chat database table.
  • Here is an example of my passwords.txt:
    {"default-password":"YOUR DATABASE PASSWORD","steamAPIKey":"YOUR STEAM API KEY"}

How can I contribute to this project?

Please read CONTRIBUTING.md.

How can I donate to this project?

Donations are not necessary, but are greatly appreciated and help us out a lot. There are four ways you can donate:

  • Send a trade offer here with skin donations.
  • Send actual money through PayPal here.
  • Send Bitcoin to this address: 1GqszRekcjuUTARfXiroMnPoytRJWdk66A
  • Send Dogecoin to this address: DMWd9PLkDyQqEaQnoCWHi8EFDv2biD4AcS

If you are sending skins or money through PayPal, and would like to be recognized for your donation on our donations page, please add your name to the trade offer message or field on PayPal.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].