Skip to content

A PHP Implementation of Club Penguin's AS2 Protocol

Notifications You must be signed in to change notification settings

twizzler/Sweater

Repository files navigation

Sweater

Sweater is a program written in PHP designed to reverse engineer Club Penguin

Requirements

  • PHP 5.5+
  • PDO w/ MySQL driver enabled
  • Sockets
  • PCNTL (optional)
  • cURL (optional, used for updating crumbs)
  • MySQL server
  • Working Internet connection (optional, for updating crumbs)

Instructions:

  • Make sure you have an AS2 media server - once you have one, set it up
  • Make sure you have the latest version of PHP installed
  • Make sure you have a MySQL server running
  • Create a database and import Install.sql
  • Create a user account using INSERT
  • Configure Server.conf
  • Make sure you've uploaded the openglows (glowing.fla) in your client folder and added it to dependencies.json
  • Execute Runner.php with a server ID from the configuration as an argument
  • Edit Register/includes/config.php to conform to your database installation

###Usage: php Runner.php ServerID

####Example: php Runner.php 1 --update-crumbs
php Runner.php 100

About

A PHP Implementation of Club Penguin's AS2 Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published