Remember Me?
Forgot your password?
PR2 is more or less made up of two parts: the multiplayer servers (derron, fitz, etc), and an http server. The multiplayer servers handle sending data between players, such as sending chat messages or shooting someone's hat off. The http server handles the loading and saving of data, such as loading a level or saving your progress. I've been working on moving PR2's http server over to pr2hub.com over the last few days. (PR2 used to be hosted on jiggmin2.com) There have been some problems, ...
I spent most of today trying to get nginx working on a test server. The nginx part was actually quite easy, but it took me a while to figure out how to install and run php in such a way that it could work with nginx. Then it took me a while longer to figure out why php was always returning a "no input file specified." error. Now it is all working, and it is a lovely thing. Right now this site (jiggmin.com) and the site that hosts the logins and levels for PR2 (jiggmin2.com) ...