 GomezExile in waitingPremium,Ex-Mod 06-11 join:2001-02-21 Atlanta, GA | Got this working as a native app. Here are the key things to get it working (in C):
#define REQUESTFMT "GET /instantcheck/%s HTTP/1.0\n\n" %s will later be substituted with your user id. The string is the actual HTTP request you need to send. Note the HTTP spec requires two carriage returns.
#define IM_NO "SRC=\"http://i.dslr.net/bb/imsg1.gif\"" #define IM_YES "SRC=\"http://i.dslr.net/bb/imsg.gif\"" These are the strings to use to search the returned HTML. -- Before you criticize a man, walk a mile in his shoes. Then criticize; You're a mile away, and you have his shoes. |