Skip to content

OliverBoy/Luna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f258a5 Â· Sep 26, 2019

History

31 Commits
Oct 8, 2017
Oct 14, 2017
Oct 8, 2017
Oct 29, 2017
Oct 29, 2017
Oct 29, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Oct 14, 2017
Jul 18, 2019
Oct 14, 2017
Oct 14, 2017
Oct 8, 2017

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