https://github.com/agrafix/dsconnect
Social Network for TribalWars
https://github.com/agrafix/dsconnect
Last synced: about 1 month ago
JSON representation
Social Network for TribalWars
- Host: GitHub
- URL: https://github.com/agrafix/dsconnect
- Owner: agrafix
- License: apache-2.0
- Created: 2014-02-28T15:27:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T22:26:35.000Z (about 10 years ago)
- Last Synced: 2026-03-12T07:58:59.356Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 727 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dsconnect
=========
# Intro
Social Network for TribalWars
This is a social network for TribalWars. You can follow players, villages and tribes and get updates about enoblements and point changes. You can also write custom posts and discuss. A mapping tool and an attack-planner is included too. The software is internationalized for german and english.
# Notes
## Configuration
You'll need to change:
PYTHON:
Database access data
PHP:
Database access data and
* ```$config['encryption_key'] ```
* ```$config['tw_private_key'] ```
* ```private static $salt = 'SOME_STATIC_SALT';```
## Code
The code is from 2012 an based on an old version of CodeIgniter.
## Cronjobs
To import world-data correctly, you'll need to run the included python-script via cronjob.
## Unit Graph
To get the graphics of the game-units, you'll need to add:
* 'static/image/ds/speed.png'
* 'static/image/ds/unit_archer.png'
* 'static/image/ds/unit_axe.png'
* 'static/image/ds/unit_catapult.png'
* 'static/image/ds/unit_heavy.png'
* 'static/image/ds/unit_knight.png'
* 'static/image/ds/unit_light.png'
* 'static/image/ds/unit_marcher.png'
* 'static/image/ds/unit_ram.png'
* 'static/image/ds/unit_snob.png'
* 'static/image/ds/unit_spear.png'
* 'static/image/ds/unit_spy.png'
* 'static/image/ds/unit_sword.png'
# License
Copyright 2014 Alexander Thiemann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.