-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
osFighter | ||
========= | ||
[](http://www.ultimate-survival.net/views/FrenzoTheme/images/layout/logo.png) | ||
|
||
<strong>Soon (~within 3 months, from October 29th) this application will be under active devolpment.</strong> | ||
:octocat: **Live Demo**: http://www.ultimate-survival.net/ | ||
|
||
OpenSource Roll Playing Click Game. | ||
Currently under development. Theme(s) by Frenzo Brouwer. | ||
|
||
Currently not under development. | ||
osFighter is an OS RPG. This RPG has loads of settings to fine tune. | ||
|
||
By: | ||
- Dees Oomens | ||
<h2>Features</h2> | ||
|
||
Theme(s) By: | ||
- Frenzo Brouwer | ||
Most important features: | ||
- Settings | ||
- Create/manage pages | ||
- Manage menu's | ||
- Edit/ban users | ||
- Ban ip's | ||
- Manage city's and rank's | ||
- themes | ||
- PayPal integration | ||
- Very safe login/registration system | ||
|
||
More information will be added soon. | ||
<h2>Setup</h2> | ||
1. Create a database | ||
2. Set your database instance in '<i>core/constants.php</i>' | ||
3. Upload the db_dump.sql into your database | ||
4. Create an administrator account by signing up as 'admin' | ||
5. Application is ready to go | ||
|
||
<h3>PayPal integration</h3> | ||
|
||
To use PayPal you need to have a developer account (https://developer.paypal.com/), then you need to create a new application (https://developer.paypal.com/webapps/developer/applications/createapp) and if you're done with that you need to save the Client ID and Secret ID to the database. You can fine the right fields in: <i>(your database) > configuration > PAYPAL_CLIENT_ID / PAYPAL_SECRET_ID</i>. If you follow the steps right you can now use PayPal on the application. |