Rev 185 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 185 | Rev 194 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | #define AUTHOR_EMAIL L"pm@pmbaty.com" |
11 | #define AUTHOR_EMAIL L"pm@pmbaty.com" |
12 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
12 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
13 | // PayPal stuff - BEGIN <-button ID-> <--------notify URL-------> <---------return URL--------> <-user UUID-> |
13 | // PayPal stuff - BEGIN <-button ID-> <--------notify URL-------> <---------return URL--------> <-user UUID-> |
14 | #define PAYPAL_URL_FR L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DC5JKRXQQFNKQ¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php&custom=" // french |
14 | #define PAYPAL_URL_FR L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DC5JKRXQQFNKQ¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php&custom=" // french |
15 | #define PAYPAL_URL_XX L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XEQFUPRM5WN68¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php&custom=" // rest of the world |
15 | #define PAYPAL_URL_XX L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XEQFUPRM5WN68¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php&custom=" // rest of the world |
- | 16 | #define NO_REGISTRATION 1 // define this to DISABLE registration -- comment to enable it |
|
16 | // PayPal stuff - END |
17 | // PayPal stuff - END |
17 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
18 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
18 | #define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s" |
19 | #define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s" |
19 | #define MAX_STACKABLE_PARTS 7 |
20 | #define MAX_STACKABLE_PARTS 7 |
20 | #define MAX_PITCH_FOR_FLAT_ICONS 75.0f |
21 | #define MAX_PITCH_FOR_FLAT_ICONS 75.0f |