This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changelog | |
1.0:: Quick created after spawning on the totally uncertainty. | |
1.1:: Added punishment, 1.0 didn't have anything like that so it went to shit pretty soon. | |
TODO: | |
1.0:: Refactor whole thing to not spawn so many universes, they are basically the same. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ShimLink = { | |
_hosts: { | |
your: 'your.host.com', | |
another: 'another.host.com', | |
www: 'www.host.com', | |
tld: 'host.com', | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ahitrol<? | |
class PushWebservice extends WebService { | |
const publish_key = 'pub-97f307a9-9106-4f70-9669-1f39baebaf4b'; | |
const subscribe_key = 'sub-e7711140-84c5-11e1-9cee-cb71e91be0d6'; | |
public $user; | |
public $user_id; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
* Majestic SDK skeleton; | |
* provides a central point for accessing majestic environments and other configurations. | |
*/ | |
class Majestic { | |
const STAGING_HOST = 'fbsocialapp.co'; |