This file contains hidden or 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
<?php | |
define(COOKIE_FILE, "/var/tmp/sn-run"); | |
define(GAME_NUMBER, "5566012476882944"); | |
define(MY_ID, 5); // Player id | |
touch(COOKIE_FILE); | |
$allies = array(1,10); // Optional ally ids - disable notifications for these players if it gets too annoying. | |
$from = $to = "[email protected]"; // Notification address |