กำลังโหลด
Math
E-Book
Release 2.7pre2
+ Conc!
หน้าแรก
ดาวน์โหลด
*เรียนเลขพี่นวย
*สมาชิกพรีเมียม
โอเน็ตสนทนา
เว็บบอร์ด
ผลงาน/ผู้เขียน
>>
แก้ไข head.inc
รายละเอียด* :
<!DOCTYPE html> <html lang=th> <head> <?php if ($_SERVER["HTTP_HOST"] != "localhost") echo("<!-- Google Analytics --><script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-131530782-1\"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-131530782-1');</script> <!-- Google Analytics -->"); ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content="คณิต, คณิตศาสตร์, เลข, ม.ปลาย, math, e-book, ข้อสอบ, แบบฝึกหัด"> <meta name="Revisit-After" content="5 Days"> <meta name="robots" content="all,index"> <meta name="format-detection" content="telephone=no"> <meta name="theme-color" content="#237FBE"><!-- แถบบนและฉากหลัง mobile browser รุ่นใหม่ๆ ส่วนแถบล่างใช้ body bgcolor (ถ้าไม่มีแท็กนี้ แถบบนและฉากหลังจะเป็น body bgcolor ด้วย) --> <meta name="google-site-verification" content="T7FC_RJHCT3tKEMBY-a-VE53MQWxwj6vK7lFdIM4q3M"><!-- for https://google.com/webmasters --> <meta property="fb:app_id" content="1798690887051064"><!-- for https://developers.facebook.com/tools/comments --> <?php $pagename = basename(getenv('SCRIPT_NAME'), ".php"); // ------------ พรีวิวสำหรับ search engine และ social share (รับค่า $descrip ที่โยนมาจาก wbshow.php) --------------- if ($pagename != "index-quiz") { echo("<meta property=\"og:image\" content=\"$mainweburl/data/config/the-fbshare.jpg\">\n"); } else { echo("<meta property=\"og:image\" content=\"$mainweburl/quiz/1-".padnum2($ranind).".png\">\n"); } if ($fbcanonurl == "") { $fbcanonurl = $fullweburl; } // fallback if ($pagename != "index-quiz") { echo("<meta property=\"og:url\" content=\"$fbcanonurl\">\n"); } else { echo ("<meta property=\"og:url\" content=\"http://quiz.kanuay.com/?ranind=$ranind\">\n"); } if (!isset($descrip) or $descrip == "") { $descrip = "Math E-Book คณิตศาสตร์ ม.ปลาย โหลดฟรี เนื้อหา/เฉลยข้อสอบ O-NET PAT1 วิชาสามัญ โดยพี่นวย (คณิต มงคลพิทักษ์สุข) ผู้เขียน Hi-Speed Math และ O-NET สนทนา"; } // fallback echo("<meta name=\"description\" content=\"$descrip\">\n"); // -------------- ตรงนี้คือ No Cache สำหรับ premium/class เพื่อกรณีเปลี่ยนลิงก์ใหม่แต่คนที่ดูในมือถือค้างอยู่หน้าเดิม -------------- if (in_array($pagename, array("index-class","index-premium"))) { echo("<meta http-equiv=\"Cache-Control\" content=\"no-cache, no-store, must-revalidate\">\n<meta http-equiv=\"Pragma\" content=\"no-cache\">\n<meta http-equiv=\"Expires\" content=\"0\">\n"); } ?> <link rel="shortcut icon" href="data/config/the-favicon.ico" type="image/x-icon"> <?php // ตรงนี้ไม่ได้นำไปใช้จริงที่จุดอื่นแล้ว แค่เก็บไว้เป็นที่ระลึก // include 'mobile/Mobile_Detect.php'; $mdetect = new Mobile_Detect(); // if ($mdetect->isMobile()) { $mdetect = "Y"; } else { $mdetect = "N"; } $cssfile = "data/config/the-style.css?".strtoupper(base_convert(filemtime('data/config/the-style.css'), 10, 36)); echo("<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n"); echo("<link rel=\"stylesheet\" href=\"$cssfile\" type=\"text/css\" media=\"all\">\n"); $iconsuf = ""; if ($pagename == "index-login") { $iconsuf = "-onet"; } echo ("<link rel=\"apple-touch-icon-precomposed\" href=\"data/config/the-appicon".$iconsuf.".png\" type=\"image/png\">\n"); // ----------- รับค่า $title ที่โยนมาจาก wbshow.php --------- if (isset($title)) { if ($pagename == "wbshow") { echo("<title>$nofile | ".htmlspecialchars($title)."</title>\n"); } elseif ($pagename == "index-quiz") { echo("<title>".htmlspecialchars($title)."</title>\n"); } } else { echo("<title>$board2</title>\n"); } // --------- ส่วนของ RSS subscribe --------- if (isset($okrss) && $okrss == "yes") { echo("<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"rss\">\n"); } if (isset($okrssupd) && $okrssupd == "yes") { echo("<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"rss-update\">\n"); } if (isset($okrssblog) && $okrssblog == "yes") { echo("<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"rss-blog\">\n"); } // ------------- ส่วนของ javascript ---------- $jscall = ""; if (in_array($pagename, array("wbshow","wbwrite","wbedit","index","index-premium","index-class"))) { $jscall = $jscall."Eqs"; } // หน้าที่จะแสดงผลสมการ if (in_array($pagename, array("wbshow","wbwrite","wbedit"))) { $jscall = $jscall."But"."Eqt"; } // ปุ่ม smiley+สมการ+tag และช่องทดสอบสมการ if (in_array($pagename, array("wbshow","wbwrite","wbedit","wbhistory","index-login","index-premium","index-class"))) { $jscall = $jscall."Shh"; } // แสดง+ซ่อน if (in_array($pagename, array("wbshow","index-premium"))) { $jscall = $jscall."Tog"; } // แสดงสลับไปมา if (in_array($pagename, array("index-update"))) { $jscall = $jscall."Stb"; } // เรียงลำดับตาราง include("wbjscript.inc"); ?> <?php /* ////// ใส่เมื่อ ม.ค.60, ยกเลิก ก.ค.65 เพราะไม่เคยใช้งานเลย <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '362939237418015', { em: 'insert_email_variable,' }); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=362939237418015&ev=PageView&noscript=1"></noscript> <!-- End Facebook Pixel Code --> */ ?> <script><!-- menubar auto-hide ในมือถือตะแคง --> function autoHideDetect() { if (matchMedia('all and (max-height: 420px)').matches) { var prevScrollpos = window.pageYOffset; window.onscroll = function() { var currentScrollPos = window.pageYOffset; if (prevScrollpos > currentScrollPos) { document.getElementById("menubg").style.top = "-1px"; } else { document.getElementById("menubg").style.top = "-41px"; } prevScrollpos = currentScrollPos; } } else { document.getElementById("menubg").style.top = "-1px"; window.onscroll = null; } } window.onload = window.onresize = autoHideDetect; if(window.onorientationchange) { window.onorientationchange = autoHideDetect; } </script> <script><!-- แถบ page-scroll indicator ในแถบเมนู --> window.addEventListener('scroll',()=> scrollIndicator()) function scrollIndicator() { var winScroll = document.body.scrollTop || document.documentElement.scrollTop; var height = document.documentElement.scrollHeight - document.documentElement.clientHeight; var scrolled = (winScroll / height) * 100; document.getElementById("scrollindicator").style.width = scrolled + "%"; } </script> </head> <body> <!-- Facebook JS SDK สำหรับแสดงไลค์, ช่องเม้นต์, กล่องแฟนเพจ (ใช้กับล็อกอินด้วย) --> <div id=fb-root></div> <script async defer crossorigin=anonymous src=https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v13.0&appId=1798690887051064&autoLogAppEvents=1 nonce=KiN4vNtG></script> <script><!-- โชว์ spinner เมื่อกดลิงก์ไปยังหน้า class (ครอบคลุมทุกหน้าในเว็บ แก้ที่นี่ที่เดียว -- ยกเว้นการกดปุ่ม refresh/F5/ctrl+R/Enter โค้ดอยู่ในหน้า class) --> window.addEventListener('click', function(e) { if (e.target.closest("a").href.match(/class/) && !e.ctrlKey && !e.shiftKey && !e.metaKey && e.target.target !== "_blank") { // กรณีเปิดลิงก์ในแท็บใหม่ จะไม่แสดง spinner (meta คือปุ่มใน Mac) document.getElementById("spinner-wrap").style.display = "block"; } }, false); window.addEventListener('keydown', function(e) { if (e.key === 'Escape') { document.getElementById("spinner-wrap").style.display = "none"; } // ปิด spinner }, false); </script> <div id=spinner-wrap onclick="this.style.display='none'"><center><div id=spinner><div class=bounce id=bounce1></div> <div class=bounce id=bounce2></div> <div class=bounce id=bounce3></div> <br><h4>กำลังโหลด</h4></div></center></div> <?php echo($svgiconhead); // ประกาศ symbol ไอคอนทั้งหมด เพื่อเอาไว้เรียกใช้ ?> <!-- เริ่ม wrap ชั้นนอกสุด : header + menubar + content-wrap + footer --> <DIV id=wrap> <!-- 01 เริ่ม header --> <DIV id=headerbg><DIV id=header> <span id=logo-text>Math <span id=logo-text2>E-Book</span></span><br> <span id=slogan>Release 2.7pre2 <span id=slogan2>+ Conc!</span></span> <?php // -------------- ส่วน header หาคำพูดไปแสดงมุมบนขวา ----------------- if (isset($nofile)) { $filename= "data/config/my-amount.txt"; $line=file($filename); for ($num = 1; $num < strlen($line[0]); $num++) { $numx = substr_count($line[0], 'X'); $numl = substr_count($line[0], 'L'); $numm = substr_count($line[0], 'M'); $nums = substr_count($line[0], 'S'); $numi = substr_count($line[0], 'I'); $nolast = 10000 * $numx + 1000 * $numl + 100 * $numm + 10 * $nums + $numi; } $nolast = $nolast-1; $nolast = padnum ($nolast); $nofile = padnum ($nofile); $headword = "$hword3a<b>$nofile</b>$hword3b<b>$nolast</b>"; } else { if(!isset($rsslink)) { $rsslink = ""; } if(!isset($allornew)) { $allornew = ""; } $headword = $allornew.$rsslink; } if ($_SERVER["HTTP_HOST"] == "localhost") { $headword = $headword."<br><b style='color:#FFF'>[ LOCALHOST ]</b>"; } if ($headword != "") { echo ("<div id=header-links><p>$headword</p></div>"); } // ---------------------------------------------------------------------------------------------------- ?> </DIV></DIV><!-- จบ 01 header --> <!-- 02 เริ่ม menubar --> <DIV id=menubg><DIV id=menu> <ul> <?php if(!isset($pagetogo) or $pagetogo == "") { if(isset($_POST['pagetogo']) && $_POST['pagetogo'] != "") { $pagetogo = $_POST['pagetogo']; } elseif (isset($_COOKIE['kcpgo']) && $_COOKIE['kcpgo'] != "") { $pagetogo = $_COOKIE['kcpgo']; } } $pagecurrent = ""; $cur = ""; if ($pagename == "index-login") { if (!isset($pagetogo) or $pagetogo == "") { echo("<li id=current><a href=login>*เข้าสู่ระบบ</a></li>"); } if (isset($pagetogo) && in_array($pagetogo, array("class","premium","order"))) { $pagecurrent = $pagetogo; echo("<li><a href=./>หน้าแรก</a></li>"); } } else { if (in_array($pagename, array("index"))) { $cur = " id=current"; } echo("<li$cur><a href=./>หน้าแรก</a></li>"); } ?> <li<?php if (in_array($pagename, array("index-download","index-dlstart","index-dlcstart","index-quiz","index-solution"))) {echo(" id=current");} ?>><a href=download>ดาวน์โหลด</a></li> <li<?php if (in_array($pagename, array("index-class","index-pretest")) or ($pagecurrent == "class")) {echo(" id=current");} ?>><a href=class>*เรียนเลขพี่นวย</a></li> <li<?php if (in_array($pagename, array("index-premium")) or ($pagecurrent == "premium")) {echo(" id=current");} ?>><a href=premium>*สมาชิกพรีเมียม</a></li> <li<?php if (in_array($pagename, array("index-order")) or ($pagecurrent == "order")) {echo(" id=current");} ?>><a href=order>โอเน็ตสนทนา</a></li> <li<?php if(substr($pagename,0,2)=="wb") {echo(" id=current");} ?>><a href=board>เว็บบอร์ด</a></li> <li<?php if (in_array($pagename, array("index-port","index-kanuay","index-thank","index-update"))) {echo(" id=current");} ?>><a href=port>ผลงาน/ผู้เขียน</a></li> </ul> <span id=fixright><b>>></b></span> </DIV> <div id=scrollindicator></div><!-- แถบ page-scroll indicator --> </DIV><div id=picafter></div> <!-- จบ 02 menubar --> <!-- 03 เริ่ม content-wrap : main/kratoo + sidebar --> <DIV id=content-wrap>
*ชื่อ
นวย (admin)
*รหัส
จัดการแก้ไข
ขอเริ่มใหม่..
ค้นหาในเว็บบอร์ด
เริ่มค้น!
ร่วมสนับสนุนอีบุ๊ค
พรีเทสต์ วิชาสามัญ (เก่า)
พรีเทสต์ PAT1 (เก่า)
ติดตามแฟนเพจ
Math E-Book fanpage
ขอขอบคุณ
MathJax
,
PHP
8.0.29
,
StyleShout
,
SVG-icon
,
f0nt
,
Thaiware
,
MathType
,
Acrobat
,
Foxit
,
SumatraPDF
• เอกสาร Math E-Book (คณิตศาสตร์ ม.ปลาย), Math E-Book ฉบับเข้มข้น, O-NET สนทนา ในส่วนเนื้อหา ตัวอย่าง และเฉลย เป็นผลงานเรียบเรียงของ
คณิต มงคลพิทักษ์สุข
• ทุกผลงานได้รับการคุ้มครองจาก พรบ. ลิขสิทธิ์ 2537 และ 2558
•
เผยแพร่เพื่อการอ่านส่วนบุคคลเท่านั้น
และไม่อนุญาตให้แก้ไขเปลี่ยนแปลงส่วนใดทั้งสิ้น
• การใช้หรือดัดแปลงเพื่อประกอบการสอน มอบสิทธิ์เฉพาะสมาชิก
MathHubb Premium
เท่านั้น