Sweater is a program written in PHP designed to reverse engineer Club Penguin
- 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)
- 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