อีเมลในการเข้าสู่ระบบ <input name="email" type="text" id="email" size="30" class="uiButton" / >
$emailcustomer="$email"; $host="ต้องใส่อะไรคะ"; $usersmtp="[email protected]"; $passwordsmtp="password"; $from="[email protected]"; $fromname="[email protected]"; $subject="รหัสผ่านใหม่ในการเข้าสู่ระบบ"; $message="ข้อความหาสมาชิก"; $errormsg="ไม่สามารถส่งอีเมลล์ถึงคุณได้กรุณาติดต่อ webmaster"; $complatemsg="ระบบได้ทำการส่งรหัสผ่านไปยังอีเมล์ของท่านเรียบร้อยแล้วค่ะ "; $from="[email protected]"; $fromname="[email protected]"; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = "$host"; // SMTP servers $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "$usersmtp"; // SMTP username $mail->Password = "$passwordsmtp"; // SMTP password $mail->From = "$from"; $mail->FromName = "$fromname"; $mail->AddAddress("$emailcustomer"," $emailcustomer"); // email customer $mail->WordWrap = 50; // set word wrap $mail->IsHTML(true); // send as HTML $mail->Subject = "$subject"; $mail->Body = "<font face='MS Sans Serif' size='2px' color='#000000'> $message<br> </font>"; $ps= substr(md5($txt_pass),3,8); $sql_update="UPDATE `member` SET `pass` = '$ps' WHERE `member`.`id` =$rs[id] LIMIT 1"; if(!$mail->Send()) { echo "<center>$errormsg<p><center>"; //echo "<center>Mailer Error: " . $mail->ErrorInfo; exit; } if(mysql_query($sql_update)){ echo "<center><font color=#0066CC>$complatemsg</font></center>"; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง