Giter VIP home page Giter VIP logo

tekbase-game-updater's Introduction

TekBASE - Game Updater

TekBASE 8.X License GNU AGPLv3 CodeFactor

Universal update script for steam games, minecraft and more. TekBASE is a server management software for clans, communities and service providers with an online shop, billing system, and reminder system. More information at TekLab.de

Installation

cd /home
git clone https://github.com/teklab-de/tekbase-game-updater.git
cd tekbase-game-updater
chmod -R 0777 *.sh
tar -cf updater.tar *

Copy the updater.tar on your Imageserver (download server) and create an update entry in your game list. Example for minecraft:

wget ftp://testuser:[email protected]/updater.tar;tar -xf updater.tar;./updater.sh www minecraft

Update methodes

  • imageserver = Your ftp or http download server
  • gamefile = TekBASE admin panel -> gamelist -> edit game -> image file field
  • gamefolder = Folder name in www folder
  • steamuser = Your steam login or anonymous will be selected (not allowed for every game)
  • steampw = Your steam password or anonymous will be selected (not allowed for every game)
  • steamid = Steam id for the dedicated server files

File - download and extract from your server:

wget imageserver/updater.tar;tar -xf updater.tar;./updater.sh file "imageserver" "gamefile"

in example:

wget ftp://testuser:[email protected]/updater.tar;tar -xf updater.tar;./updater.sh file "http://xxxxx.xxx" "css123"

or:

wget ftp://testuser:[email protected]/updater.tar;tar -xf updater.tar;./updater.sh file "http://xxxxx.xxx/css/update" "version_123"

Steam - update via steamcmd:

wget imageserver/updater.tar;tar -xf updater.tar;./updater.sh steam "steamid" "gamefolder" "steamuser" "steampw"

in example:

wget ftp://testuser:[email protected]/updater.tar;tar -xf updater.tar;./updater.sh steam "232330" "" "STEAMUSER" "STEAMPW"

or:

wget ftp://testuser:[email protected]/updater.tar;tar -xf updater.tar;./updater.sh steam "232330" "" "" ""

WWW - download directly from the publisher website:

wget imageserver/updater.tar;tar -xf updater.tar;./updater.sh www "gamefolder"

in example:

wget ftp://testuser:[email protected]/updater.tar;tar -xf updater.tar;./updater.sh www "minecraft"

License

Copyright (c) TekLab.de. Code released under the GNU AGPLv3 License. The use by other commercial control panel providers is explicitly prohibited.

tekbase-game-updater's People

Contributors

teklab-de avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.