Senfarius / ExperimentalPenguins

An avatar chat with penguins, Experimental Penguins by Zaseth! This project has been removed from his Github so I'm posting it here.

Home Page:https://github.com/Senfarius/ExperimentalPenguins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental Penguins

A blazing fast Experimental Penguins emulator, written in Node.js.

Missing files

  • Foreground11.swf (not that useful)
  • Misses 1 Experimental Penguins version called tv-112k.swf (PlayUK)

Features

  • Contains most of the files and comes with a simple HTML design
  • Written to be simple, secure and fast
  • Extensive response validation using JSON
  • Uses no-cache to avoid SWFS getting cached
  • Supports Experimental Penguins, Football Club Penguin Chat and Contact Music Penguin Chat
  • So easy to setup that it feels instant

Installation - Windows

  1. Download this repository.
  2. Download & install the latest version of Node.js
  3. Open CMD and enter this command: npm i fastify fastify-static fastify-formbody fastify-helmet fastify-no-cache underscore knex mysql2
  4. Download & install XAMPP
  5. Open XAMPP and run MySQL (Do not run Apache as the Node.js server runs on port 80)
  6. Import the database that you can find in /setup/experimental.sql by using a tool like MySQL Workbench
  7. Change the options in /setup/Config.json to comfort your MySQL settings
  8. Open CMD and CD to the folder where Run.js is located
  9. Enter the following command to start the server: node Run.js
  10. Browse to http://127.0.0.1/ or your VPS domain/ip if you're running this behind a webserver

Installation - Linux

  1. Download this repository.
  2. Download & install the latest version of Node.js
  3. Execute the following command: npm i fastify fastify-static fastify-formbody fastify-helmet fastify-no-cache underscore knex mysql2
  4. Download & install MySQL
  5. Run MySQL and execute the command: mysql -u username -p database_name < experimental.sql
  6. Change the options in /setup/Config.json to comfort your MySQL settings
  7. CD to the folder where Run.js is located
  8. Enter the following command to start the server: node Run.js
  9. Browse to http://127.0.0.1/ or your VPS domain/ip if you're running this behind a webserver

About

An avatar chat with penguins, Experimental Penguins by Zaseth! This project has been removed from his Github so I'm posting it here.

https://github.com/Senfarius/ExperimentalPenguins

License:MIT License


Languages

Language:JavaScript 39.4%Language:CSS 31.0%Language:HTML 26.8%Language:Batchfile 2.9%