Skip to content

OliverBoy/Luna

Repository files navigation

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