GitHub - widd/kitsune: PHP implementation of Club Penguin's latest protocol

This repository was archived by the owner on Jun 25, 2018. It is now read-only.

A PHP implementation of Club Penguin's latest protocol.

Prerequisites

  • PHP version ≥ 5.6
    • PHP 5.6 (as of writing this) is bundled with XAMPP.
    • You'll want to install or enable the cURL extension, which may involve installing the php5-curl package on GNU/Linux distributions.
    • Depending on your PHP version, you need to install php5-xml and php5-json as well (php-xml and php-json for PHP 7).
  • MySQL server
    • MariaDB (which works) is also bundled with XAMPP.

Configuration

Edit Database.xml to conform to your database installation.