This repository has been archived by the owner on Nov 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
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
293 changed files
with
266 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# OS X | ||
.DS_Store | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git | ||
node_modules | ||
*.project | ||
src/.settings/.jsdtscope | ||
src/.settings/org.eclipse.wst.jsdt.ui.superType.container | ||
src/.settings/org.eclipse.wst.jsdt.ui.superType.name | ||
|
||
#intellj | ||
.idea | ||
|
||
#generated files | ||
highscores.txt | ||
banned.txt | ||
opbyip.txt | ||
filesTemp.json |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
language: node_js | ||
node_js: | ||
- "5.9.0" | ||
|
||
script: | ||
cd src; | ||
node build.js |
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 |
---|---|---|
@@ -0,0 +1,128 @@ | ||
To Install Ogar Unlimited, you need [Node.js](http://nodejs.org) | ||
|
||
(To install Node.js for linux simply do this `curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - | ||
sudo apt-get install -y nodes` Then do this `sudo apt-get install -y build-essential`) | ||
|
||
(You can install and use Ogar unlimited on windows very quickly. First click `InstallWebSocket.bat` in src. then wait (it takes awhile) then click `Start.bat` and your off! the next time you start the server, you only have to click `Start.bat`) | ||
|
||
(If you want to control your server from different locations, use SSH) | ||
|
||
First download the repository and unzip it or do `git clone https://github.com/AJS-development/Ogar-unlimited.git` | ||
|
||
Then locate the folder `Ogar-unlimited/src` by using `cd [directorypath]` in commandprompt/terminal | ||
|
||
Do `npm install` to install ws and request. Or you can do `npm install ws` and do `npm install request` (needed plugins) | ||
|
||
Type in `sudo node index.js` It might require your password. (Note: this will not work if you are not using a root/administrator user) | ||
|
||
Then connect by typing `agar.io/?ip=localhost:443` | ||
|
||
If you want to connect with your friends, you need to port forward | ||
|
||
(you can also host it for free using c9.io) | ||
|
||
(Installation for Linux) | ||
``` | ||
pi@andrewserver:~ $ git clone https://github.com/AJS-development/Ogar-unlimited.git | ||
Cloning into 'Ogar-unlimited'... | ||
remote: Counting objects: 7147, done. | ||
remote: Compressing objects: 100% (66/66), done. | ||
remote: Total 7147 (delta 45), reused 0 (delta 0), pack-reused 7081 | ||
Receiving objects: 100% (7147/7147), 1.10 MiB | 1.83 MiB/s, done. | ||
Resolving deltas: 100% (5082/5082), done. | ||
Checking connectivity... done. | ||
pi@andrewserver:~ $ cd ~/Ogar-unlimited/src | ||
pi@andrewserver:~/Ogar-unlimited/src $ npm install | ||
[email protected] /home/pi/Ogar-unlimited | ||
├─┬ [email protected] | ||
│ ├── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ └─┬ [email protected] | ||
│ │ ├── [email protected] | ||
│ │ └── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ └─┬ [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ └── [email protected] | ||
│ ├── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ └── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ └── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ ├─┬ [email protected] | ||
│ │ │ ├─┬ [email protected] | ||
│ │ │ │ └── [email protected] | ||
│ │ │ ├── [email protected] | ||
│ │ │ ├─┬ [email protected] | ||
│ │ │ │ └── [email protected] | ||
│ │ │ ├── [email protected] | ||
│ │ │ └── [email protected] | ||
│ │ ├─┬ [email protected] | ||
│ │ │ └── [email protected] | ||
│ │ ├─┬ [email protected] | ||
│ │ │ ├── [email protected] | ||
│ │ │ ├─┬ [email protected] | ||
│ │ │ │ └── [email protected] | ||
│ │ │ ├── [email protected] | ||
│ │ │ └── [email protected] | ||
│ │ └─┬ [email protected] | ||
│ │ └── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ └── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├─┬ [email protected] | ||
│ │ │ ├── [email protected] | ||
│ │ │ ├── [email protected] | ||
│ │ │ └── [email protected] | ||
│ │ └─┬ [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├─┬ [email protected] | ||
│ │ │ └── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ ├── [email protected] | ||
│ │ └── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ ├─┬ [email protected] | ||
│ │ └── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ ├── [email protected] | ||
│ └── [email protected] | ||
└─┬ [email protected] | ||
├── [email protected] | ||
└── [email protected] | ||
npm WARN [email protected] license should be a valid SPDX license expression | ||
pi@andrewserver:~/Ogar-unlimited/src $ sudo node index.js | ||
_ _ _ _ | ||
| (_) (_)_ | | | ||
___ ____ ____ ____ _ _ ____ | |_ ____ _| |_ ____ _ | | | ||
/ _ \ / _ |/ _ |/ ___) | | | | _ \| | | \| | _)/ _ ) || | | ||
| |_| ( ( | ( ( | | | | |_| | | | | | | | | | | |_( (/ ( (_| | | ||
\___/ \_|| |\_||_|_| \____|_| |_|_|_|_|_|_|_|\___)____)____| | ||
(_____| | ||
[Game] Ogar Unlimited - An open source Agar.io server implementation | ||
[Game] By The AJS development team | ||
[Game] Server version is 11.6.0 | ||
[Game] Loaded stats server on port 88 | ||
[Game] Listening on port 443 | ||
[Game] Current game mode is Free For All | ||
>[Autopause] The Game Was Paused to save memory. Join the game to resume! | ||
[Console] We recieved a world-wide message!: For those who updated before 11:00 eastern time, you should update again as I added more key features and fixed bugs. For those who didnt update. IT IS ENTIRELY RECCOMENDED TO DO SO AS IT ADDS KEY ANTI BOT MESURES, EVEN PREVENTING DAVIDMANN'S BOTS | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### License (original found at https://github.com/OgarProject/Ogar/blob/master/LICENSE.md) | ||
|
||
>---------------------------------------------------------------------------------------------------- | ||
Devin Ryan wanted this license in this work although it is completely different from his work. Still though, the credit belongs to the AJS-dev group even though legally (and unfairly) it belongs to Devin. So thats that. | ||
>---------------------------------------------------------------------------------------------------- | ||
Copyright 2015 Devin Ryan | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this project 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. | ||
|
||
>---------------------------------------------------------------------------------------------------- |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#### Moneyshit (aka miniclip) has committed these crimes against all the agario community | ||
1. Removed private servers | ||
2. Made us pay for coins | ||
3. made us pay for skins | ||
4. made graphics awful | ||
5. ruined the game | ||
6. Turned agario into a cash cow | ||
7. Ignored the community | ||
8. Acted in their own behalf | ||
9. Obliterated extensions | ||
10. LAG | ||
11. Lied about fixing private servers! | ||
12. And much more | ||
|
||
##### SHAME, fore SHAME on moneyshit |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Coming soon! |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Ogar-Unlimited", | ||
"description": "The Next Generation Ogar", | ||
"repository": "https://github.com/AJS-development/Ogar-unlimited" | ||
} |
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Ogar_Unlimited", | ||
"version": "17.0.0", | ||
"description": "Open source Agar.io server", | ||
"main": "src/index.js", | ||
"engines": { | ||
"node": "5.9.0" | ||
}, | ||
"dependencies": { | ||
"async": "1.5.2", | ||
"collections": "3.0.0", | ||
"glob": "7.0.3", | ||
"md5-file": "2.0.4", | ||
"request": "2.72.0", | ||
"ws": "1.1.0" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "node src/build.js", | ||
"start": "node src/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/AJS-development/Ogar-unlimited" | ||
}, | ||
"author": "AJS-development", | ||
"license": "Apache License 2.0", | ||
"bugs": { | ||
"url": "https://github.com/AJS-development/Ogar-unlimited/issues" | ||
}, | ||
"homepage": "https://github.com/AJS-development/Ogar-unlimited" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.