PDF
Contents1Db SchemaContents使public class RegistrationDialog...JButton localJButton1 = new JButton(getAction("register"));/* */ public void register() {/* 96 */ String str1 = this.b.getText();/* */ /* 98 */ if ((str1 == null) || (str1.length() == 0)) {/* 99 */ JOptionPane.showMessageDialog(this, d.a(11), "Error", 0);/* 100 */ return;/* */ }/* 102 */ String str2 = this.c.getText();/* 103 */ if (str2 == null) {/* 104 */ JOptionPane.showMessageDialog(this, d.a(19), "Error", 0);/* 105 */ return;/* */ }/* 107 */ str1 = str1.trim();/* 108 */ str2 = str2.trim();/* 109 */ e.b(d.a(31), str1);/* 110 */ e.b(d.a(21), str2);/* */ /* 112 */ int i = g.b();/* 113 */ if (i == Integer.MAX_VALUE) {/* 114 */ dispose();/* 115 */ JOptionPane.showMessageDialog(this.a.c(), d.a(23), "Info", 1, null);/* 116 */ this.a.c().c(); Contents2/* 117 */ } else if ((i > 0) && (str1.toLowerCase().startsWith("extend"))) {/* 118 */ dispose();/* 119 */ JOptionPane.showMessageDialog(this.a.c(), d.a(24).replaceAll("\\{days\\}", "" + i), "Info", 1, null);/* 120 */ } else if (i == -2) {/* 121 */ String str3 = d.a(77).replace("{0}", new SimpleDateFormat("dd.MMMMM.yyyy").format(new Date(g.c())));/* 122 */ JOptionPane.showMessageDialog(this.a.c(), str3, "Error", 0);/* */ } else {/* 124 */ JOptionPane.showMessageDialog(this.a.c(), d.a(8), "Error", 0);/* */ }/* */ }西public static int b() { String str1 = e.d(d.a(31), null); String str2 = e.d(d.a(21), null); int m = -1; if ((str1 != null) && (str2 != null) && (str2.length() > 3)) { if ((str1.toLowerCase().startsWith("extend")) && (c(str1, str2))) { m = Math.max(15 - f("mmax"), -1); } else if (str2.length() > 15) { String str3 = str2.substring(4, 9); String str4 = str2.substring(0, 4) + str2.substring(9); if (c("ax5" + str1 + "b52w" + str3 + "vb3", str4)) { try { k = Integer.parseInt(str3) * 86400000L + 1356994800000L; } catch (NumberFormatException localNumberFormatException) { c.b(localNumberFormatException); } m = Integer.MAX_VALUE; } } } else { m = Math.max(15 - f("mma"), -1); } Contents3 return m; }inline const string generateKey(string name){ string salt = getSalt(); cout << "salt:" << salt << endl; string encryptSource = "ax5" + name + "b52w" + salt + "vb3"; cout << "encrypt:" << encryptSource << endl; string hash = MD5(encryptSource).toStr(); cout << "md5:" << hash << endl; return hash.substr(0, 4) + salt + hash.substr(4);}

HTML view coming soon.

Download PDF for the full formatted version.