session_id() or $ses_username ==""){ echo "You are Not Log in"; echo ""; }else { include "config.php"; include"bl.php"; include"coml.php"; $dblog = mysql_fetch_array(mysql_query("select * from member where email='$ses_username'")); if($dblog[status_school_social]!=1){echo "";}else{ if($dblog[status]='1'){ $action=htmlspecialchars(mysql_real_escape_string(strip_tags($_GET[action]))); $mode=htmlspecialchars(mysql_real_escape_string(strip_tags($_GET[mode]))); $commentator=htmlspecialchars(mysql_real_escape_string(strip_tags($_POST[commentator]))); $ptr=htmlspecialchars(mysql_real_escape_string(strip_tags($_GET[ptr]))); $comment_user=htmlspecialchars(mysql_real_escape_string(strip_tags($_POST[comment_user]))); $comment=htmlspecialchars(mysql_real_escape_string(strip_tags($_POST[member_select]))); $detail_upload=htmlspecialchars(mysql_real_escape_string(strip_tags($_POST[detail_upload]))); //----------edit---------// $title=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[title]))); $firstname=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[firstname]))); $lastname=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[lastname]))); $tel=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[tel]))); $position=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[position]))); $Organisation=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[Organisation]))); $address=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[address]))); $city=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[city]))); $state=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[state]))); $postal=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[postal]))); $dr=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[dr]))); $password=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[password]))); $se1=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[se1]))); $se2=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[se2]))); //----------acceptpaper-----------// $select_accept=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[select_accept]))); $papertitle=mysql_real_escape_string(htmlspecialchars(strip_tags($_POST[papertitle]))); $com_m=mysql_real_escape_string(htmlspecialchars($_POST[com_m])); //-------------// $dayup=date(j); $monthup=date(n); $yearup=date(Y); if($password!=""){ if($dblog[password]==$password){ if($dblog[payment_c]!=0){ $sql=mysql_query("update member set Title='$title', FirstName='$firstname', LastName='$lastname', tel='$tel', Position='$position', Organisation='$Organisation', address='$address', City='$city', state='$state', PostalCode='$postal', dr='$dr' where email='$ses_username'"); }else{ $sql=mysql_query("update member set Title='$title', FirstName='$firstname', LastName='$lastname', tel='$tel', Position='$position', Organisation='$Organisation', address='$address', City='$city', state='$state', PostalCode='$postal',school='$se1',social='$se2', dr='$dr' where email='$ses_username'"); } echo ""; } else { echo "";}} //----------edd edit---------// if($ptr!=""){ $uploader=$ptr; } else { if($comment!=""){ $uploader=$comment; }else{ $uploader=$ses_username;}} $prestype=htmlspecialchars(mysql_real_escape_string(strip_tags($_POST[prestype]))); if($detail_upload!=""){ $Upload_Dir = "upload/"; $Max_File_Size = 100000000000; //กำหนดขนาดไฟล์ที่ใหญ่ที่สุดที่อนุญาตให้ upload มาที่ Server มีหน่วยเป็น byte $File_Type_Allow = array("application/msword" ,"application/vnd.openxmlformats-officedocument.wordprocessingml.document"); //กำหนดประเภทของไฟล์ว่าไฟล์ประเภทใดบ้างที่อนุญาตให้ upload มาที่ Server function validate_form($file_input,$file_size,$file_type) { //เป็น function ที่เอาไว้ตรวจสอบว่าไฟล์ที่ผู้ใช้ upload ตรงตามเงื่อนไขหรือเปล่า global $Max_File_Size,$File_Type_Allow; if ($file_input == "none") { $error = "ไม่มี file ให้ Upload"; } elseif ($file_size > $Max_File_Size) { } elseif (!check_type($file_type,$File_Type_Allow)) { $error = "Do not allow file type"; } else { $error = false; } return $error; } function check_type($type_check) { //เป็นฟังก์ชัน ที่ตรวจสอบว่า ไฟล์ที่ upload อยู่ในประเภทที่อนุญาตหรือเปล่า global $File_Type_Allow; for ($i=0;$iIsHTML(true); $mail->IsSMTP(); $mail->SMTPAuth = true; // enable SMTP authentication $mail->SMTPSecure = "ssl"; // sets the prefix to the servier $mail->Host = "smtp.gmail.com"; // sets GMAIL as the SMTP server $mail->Port = 465; // set the SMTP port for the GMAIL server $mail->Username = "wals2015@kku.ac.th"; // GMAIL username $mail->Password = "EDkku343453"; // GMAIL password $mail->From = "Admin@wals2015"; // "name@yourdomain.com"; //$mail->AddReplyTo = "wals2015@kku.ac.th"; // Reply $mail->FromName = "Wals2015 at Thailand"; // set from Name $mail->Subject = "WALS 2015 International Conference - Acceptance of Proposal"; $c=base64_encode($dblog[id]); $mail->Body = "Thank you for submitting a proposal to WALS 2015. We are pleased to inform you that your proposal entitled $papertitle has been accepted for the conference to be held on 24 to 26 November 2015 at Khon Kaen University, Thailand. Congratulations!
You can download your acceptance letter from your WALS account."; $mail->AddAddress("$comment", "WALS 2015 International Conference - Acceptance of Proposal"); // to Address $mail->set('X-Priority', '1'); //Priority 1 = High, 3 = Normal, 5 = low $mail->Send(); }elseif($commentator!=""){ $sql = mysql_query("insert into upload_comment(user,comment) values('$comment','$commentator')"); } $del= base64_decode(htmlspecialchars(mysql_real_escape_string(strip_tags($_GET[del])))); $sqldel=mysql_query("delete from upload_comment where id='$del'"); $dbarry=mysql_fetch_array(mysql_query("select * from member where email='$uploader'")); ?> WALS International Conference 2015 | Lesson Study for Improvement of Classroom Quality

Conference Cancellation Policy

 

1.If a registrant is unable to attend an event for any reason they may substitute, by arrangement with the registrar, someone else from the same institute/organization. 
2.Where the registrant is unable to attend, and is not in a position to transfer his/her place to another person or to another event, then the following refund arrangements apply: 
----->a.Registrations cancelled before September 30, 2015 will be refunded 80% of the registration fees.
----->b.Registrations cancelled during October 1-31, 2015 will be refunded 50% of the registration fees.  
----->c.Registrations cancelled after November 1, 2015 will not be eligible for a refund.
Refunds will be made in the following ways:
----->For all payments, a bank transfer will be made to the payee nominated account (the account will be asked from the registrant later). 
Please note: the refund will be made by bank transfer and all bank charges will be for the registrants account.

   

 

User Profile

 

WALS ID wals2015
Enter your email address
Personal Data
Telephone Number
Position
Organisation
Mailing Address
Country
City
State/Province
Postal Code
Conference Fees
School Visit Not selected";}else{echo "Selected";} ?>
Social Program Not selected";}else{echo "Selected";} ?>
Dietray Requirement
   
  EditProfile
   
Edit Profile  
Personal Data
Title
First Name
Last Name
Telephone Number
Position
Organisation
Mailing Address
Country
City
State/Province
Postal Code
Dietray Requirement
School Visit Selected Not Selected
Social Program Selected Not Selected
Confirm Edit
   
 
   

  

Presentation type -->
--- Delete Post
Paper Title :

Download Letter for accepting paper
--- Delete Post

---> Download submission form



Detail
(you must type at least one letter or symbol/mark, e.g. - (hyphen), before uploading the file.)




Presentation type

Comment

Accept paper  




Visitors


"; } } } ?>