#define SUCCESS_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 28\r\n\r\n1 \nYour post was successful." #define QUEUED_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 78\r\n\r\n2 \nYour post was queued. Next time you are online, your message will be sent." #define QUEUE_UNSUCCESSFUL_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 141\r\n\r\n-1 \nYour post was not queued. We don't know why -- please contact 0@zeroaltitude.org with details of what you were doing when this happened." #define SOCKETSERVER_BROKEN_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 245\r\n\r\n-2 \nThe socketserver encountered an error. You may have entered the wrong APPKEY, BlogId, Blogger username or Blog password. If you are sure these are correct, contact 0@zeroaltitude.org with details of what you were doing when this happened." #define GUESTPOST_BROKEN_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 252\r\n\r\n-3 \nThe guestpost.pl script encountered a problem. You may have entered the wrong APPKEY, BlogId, Blogger username or Blog password. If you are sure these are correct, contact 0@zeroaltitude.org with details of what you were doing when this happened." #define NOAPPKEY_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 85\r\n\r\n-4 \nYou did not enter an APPKEY in your preferences. Please do this, then try again." #define NOBLOGID_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 84\r\n\r\n-5 \nYou did not enter a BlogID in your preferences. Please do this, then try again." #define NOBLOGUSER_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 94\r\n\r\n-6 \nYou did not enter a Blogger username in your preferences. Please do this, then try again." #define NOBLOGPASS_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 94\r\n\r\n-7 \nYou did not enter a Blogger password in your preferences. Please do this, then try again." #define NOMESSAGE_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 95\r\n\r\n-8 \nYou did not type a message to be posted to Blogger. Please type a message, then try again." #define NOCOMMAND_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 118\r\n\r\n-9 \nThere was no command issued to the socketserver. This is unusual, please contact 0@zeroaltitude.org with details." #define NOCOMMANDDATA_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 124\r\n\r\n-10 \nThere was no command data issued to the socketserver. This is unusual, please contact 0@zeroaltitude.org with details." #define NOKNOWNCOMMAND_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 126\r\n\r\n-11 \nThere was no *known* command issued to the socketserver. This is unusual, please contact 0@zeroaltitude.org with details." #define NOKNOWNMETHOD_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 126\r\n\r\n-12 \nThere was no *known* method issued to the socketserver. This is unusual, please contact 0@zeroaltitude.org with details." #define MISSING_BLOG_DATA_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 181\r\n\r\n-13 \nSome Blog data, such as the APPKEY, BlogId, Blogger username or Blogger password, was not entered into your preferences. Please enter all of your Blogger data, then try again." #define NOKNOWNBLOGTYPE_CODE "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 126\r\n\r\n-14 \nThere was no *known* blogty issued to the socketserver. This is unusual, please contact 0@zeroaltitude.org with details."