The Wayback Machine - http://web.archive.org/web/20200911134805/https://github.com/OliverBoy/Luna
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
SQL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Luna

Club Penguin Server Emulator - AS2 Protocol

Tutorial for VPS: here.
Tutorial for localhost: here.

Requirements:

  • PHP 5.5+
  • Perl v5.12 till v5.18
  • Apache2/Nginx
  • Phpmyadmin/Adminer
  • MySQL
  • Internet Connection

Required Perl modules

Perl Modules required but not installed by default.

To install use:

$ cpan
cpan[2]> install [MODULE]
cpan[2]> exit
  • Module::Find
  • Method::Signatures
  • LWP::Simple
  • XML::Simple
  • Coro
  • Data::Alias
  • DBI
  • Switch
  • JSON
  • Math::Round
  • List::MoreUtils
  • Data::RandomPerson

The following need to be installed with force install instead of install:

  • WebService::UrbanDictionary
  • DBD::mysql
You can’t perform that action at this time.