Skip to content
View in the app

A better way to browse. Learn more.

OldStyle Gaming Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Install csgo.network core (latest)

  • Administrator

Minimal Requirements:

Server
Ubuntu 14.04 or higher 64 bit
Minimal RAM is 1024MB

Database
MySQL 5.0.15 or higher

NodeJS
Version 6_x or higher

Additional requirements
NPM
PM2
Navicat or alternate mysql management software

 

Install mysql server:

apt-get update
apt-get upgrade
apt-get install mysql-server

After installation you need to allow incomming connection to your mysql server

Open op the file located in
/etc/mysql/my.cnf
change bind-address 127.0.0.1
to #bind-address 127.0.0.1

When this done login into your mysql server and create a database & password

mysql -u root -p mysql

CREATE DATABASE db;
GRANT ALL ON db.* TO root@'%' IDENTIFIED BY 'YOURPASSWORD';
exit

service mysql restart

 

Setting up your server : Uploading your files

Connect to your server using filezilla or winscp
navigate to the folder "var" in this foldere create a new folder named "apps"

command ubuntu: 
cd && mkdir -p /var/apps

Upload "JackpotServer" and "MainServer" folders to the "apps" folder

 

Installing MainServer ( webfiles )

In this folder you will see a file named "config.json" op up this file and edit it to the information you have.

Follow the steps in that file and save the file.

Important note :

"api": {
"steamid": "you_ADMIN_account_steamid",
"api_key": "you_CSGO.IM_api_account_apikey",
"trade_link": "you_ADMIN_account_tradelink"
},

 

Setting up your server : Install NodeJS and Modules

Be carefull since you need to install a version from 6_x as a min or latest version.
To make sure you install the correct NodeJS version do the following

curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
apt-get install --yes nodejs

You can also install the latest version by doing the following ( BE AWARE TO ONLY INSTALL ONE VERSION )

curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
apt-get install --yes nodejs

To see what version you have installed type

nodejs -v

To install the Modules in needed go to the folder "MainServer" and "JackpotServer" and type the following command

npm install

ubuntu command:
cd /var/apps/MainServer && curl --silent --location https://deb.nodesource.com/setup_6.x | bash - && apt-get install --yes nodejs && npm install
cd /var/apps/JackpotServer && curl --silent --location https://deb.nodesource.com/setup_6.x | bash - && apt-get install --yes nodejs && npm install

 

Featured Replies

Folositor :D

  • 3 months later...
  • Author
  • Administrator

au inchis site-ul

Ce sa faci :)) 

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.