<httpHandlers> <add verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler, MSCaptcha"/> </httpHandlers>
<%@ Register Assembly="MSCaptcha" Namespace="MSCaptcha" TagPrefix="cc1" %>
protected void Button1_Click(object sender, EventArgs e) { ccJoin.ValidateCaptcha(txtCap.Text); if (!ccJoin.UserValidated) { lblAlert.Text = "ไม่ถูกโว้ย!!!!!!"; lblAlert.ForeColor = System.Drawing.Color.Red; //Inform user that his input was wrong ... return; } else { lblAlert.Text = string.Empty; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง