Subversion Repositories Games.Chess Giants

Rev

Rev 75 | Rev 124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 89
Line 12... Line 12...
12
#define PROGRAM_URL L"http://www.pmbaty.com/chess"
12
#define PROGRAM_URL L"http://www.pmbaty.com/chess"
13
#define AUTHOR_NAME L"Pierre-Marie Baty"
13
#define AUTHOR_NAME L"Pierre-Marie Baty"
14
#define AUTHOR_EMAIL L"pm@pmbaty.com"
14
#define AUTHOR_EMAIL L"pm@pmbaty.com"
15
///////////////////////
15
///////////////////////
16
// PayPal stuff - BEGIN
16
// PayPal stuff - BEGIN
17
#define PAYPAL_BUTTONID L"DC5JKRXQQFNKQ"
17
#define PAYPAL_BUTTONID_FR L"DC5JKRXQQFNKQ" // french version of the button
-
 
18
#define PAYPAL_BUTTONID_XX L"XEQFUPRM5WN68" // english and other languages
18
#define PAYPAL_NOTIFYURL PROGRAM_URL L"/notify.php"
19
#define PAYPAL_NOTIFYURL PROGRAM_URL L"/notify.php"
19
#define PAYPAL_RETURNURL PROGRAM_URL L"/thankyou.php"
20
#define PAYPAL_RETURNURL PROGRAM_URL L"/thankyou.php"
-
 
21
#define PAYPAL_URL_FR L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=" PAYPAL_BUTTONID_FR L"&notify_url=" PAYPAL_NOTIFYURL L"&return=" PAYPAL_RETURNURL
20
#define PAYPAL_URL L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=" PAYPAL_BUTTONID L"&notify_url=" PAYPAL_NOTIFYURL L"&return=" PAYPAL_RETURNURL
22
#define PAYPAL_URL_XX L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=" PAYPAL_BUTTONID_XX L"&notify_url=" PAYPAL_NOTIFYURL L"&return=" PAYPAL_RETURNURL
21
#define NOPAYPAL_URL PROGRAM_URL L"/nopaypal.php"
23
#define NOPAYPAL_URL PROGRAM_URL L"/nopaypal.php"
22
// PayPal stuff - END
24
// PayPal stuff - END
23
/////////////////////
25
/////////////////////
24
#define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s"
26
#define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s"
25
#define MAX_STACKABLE_PARTS 7
27
#define MAX_STACKABLE_PARTS 7