Skip to content
/ Sweater Public

Reverse-engineered Club Penguin written in PHP.

Notifications You must be signed in to change notification settings

mrcmrc/Sweater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • If you need help, go to this topic for a tutorial on how to install the latest PHP version
  • Make sure you have a MySQL server running
  • Create a database and import Install.sql
  • Create a user account using INSERT
  • Configure Server.conf
  • Execute Runner.php with a server ID from the configuration as an argument

###Usage: php Runner.php ServerID [--update-crumbs]

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

About

Reverse-engineered Club Penguin written in PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages