Help
RSS
API
Feed
Maltego
Contact
Domain > www.katikaent.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-07
122.155.7.48
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Thu, 07 Nov 2024 01:23:51 GMTServer: Apache/2X-Powered-By: PHP/5.2.8Vary: Accept-Encoding,User-AgentTransfer-Encoding: chunkedContent-Type: text/html !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>html xmlnshttp://www.w3.org/1999/xhtml>head>meta http-equivContent-Type contenttext/html; charsetutf-8 />link relstylesheet hrefcss/katika.css typetext/css />title>Katika Enterpries :: ::/title>meta namedescription contentKatika Enterpries>meta namekeywords contentบริษัท กติกา เอ็นเตอร์ไพรส์ จำกัด , เศรษฐกิจพอเพียง , มาตรฐาน GMP , ผลิตภัณฑ์เพื่อสุขภาพ , ชาสมุนไพร , ชาใบหม่อน , ชาเขียว , Detoxification , เนเจอร์ คลีน ที , Nature’s Cleanse Tea , green tea , ดอกเก็กฮวย , มะตูม , มะขามป้อม , ninewebsite.com , รับจัดทำเว็บไซต์ , ชาเพื่อสุขภาพ , ดื่มชา , Natural Organic Herbal tea>style typetext/css>!--body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}.style1 {color: #76B679}-->/style>script srcScripts/AC_RunActiveContent.js typetext/javascript>/script> !-- it works the same with all jquery version from 1.x to 2.x --> script typetext/javascript srcjs/jquery-1.9.1.min.js>/script> !-- use jssor.slider.mini.js (40KB) instead for release --> !-- jssor.slider.mini.js (jssor.js + jssor.slider.js) --> script typetext/javascript srcjs/jssor.js>/script> script typetext/javascript srcjs/jssor.slider.js>/script> script> jQuery(document).ready(function ($) { //Reference http://www.jssor.com/development/slider-with-slideshow-jquery.html //Reference http://www.jssor.com/development/tool-slideshow-transition-viewer.html var _SlideshowTransitions {$Duration:500,$Delay:30,$Cols:8,$Rows:4,$Clip:15,$Formation:$JssorSlideshowFormations$.$FormationStraightStairs,$Assembly:2050,$Easing:$JssorEasing$.$EaseInQuad} ; var options { $AutoPlay: true, //Optional Whether to auto play, to enable slideshow, this option must be set to true, default value is false $AutoPlaySteps: 1, //Optional Steps to go for each navigation request (this options applys only when slideshow disabled), the default value is 1 $AutoPlayInterval: 1500, //Optional Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000 $PauseOnHover: 1, //Optional Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, 4 freeze for desktop, 8 freeze for touch device, 12 freeze for desktop and touch device, default value is 1 $ArrowKeyNavigation: false, //Optional Allows keyboard (arrow key) navigation or not, default value is false $SlideDuration: 500, //Optional Specifies default duration (swipe) for slide in milliseconds, default value is 500 $MinDragOffsetToSlide: 20, //Optional Minimum drag offset to trigger slide , default value is 20 //$SlideWidth: 331, //Optional Width of every slide in pixels, default value is width of slides container //$SlideHeight: 256, //Optional Height of every slide in pixels, default value is height of slides container $SlideSpacing: 0, //Optional Space between each slide in pixels, default value is 0 $DisplayPieces: 1, //Optional Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1 $ParkingPosition: 0, //Optional The offset position to park slide (this options applys only when slideshow disabled), default value is 0. $UISearchMode: 1, //Optional The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc). $PlayOrientation: 1, //Optional Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1 $DragOrientation: 0, //Optional Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0) $SlideshowOptions: { //Optional Options to specify and enable slideshow or not $Class: $JssorSlideshowRunner$, //Required Class to create instance of slideshow $Transitions: _SlideshowTransitions, //Required An array of slideshow transitions to play slideshow $TransitionsOrder: 1, //Optional The way to choose transition to play slide, 1 Sequence, 0 Random $ShowLink: true //Optional Whether to bring slide link on top of the slider when slideshow is running, default value is false }, $BulletNavigatorOptions: { //Optional Options to specify and enable navigator or not $Class: $JssorBulletNavigator$, //Required Class to create navigator instance $ChanceToShow: 2, //Required 0 Never, 1 Mouse Over, 2 Always $AutoCenter: 0, //Optional Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0 $Steps: 1, //Optional Steps to go for each navigation request, default value is 1 $Lanes: 1, //Optional Specify lanes to arrange items, default value is 1 $SpacingX: 10, //Optional Horizontal space between each item in pixel, default value is 0 $SpacingY: 10, //Optional Vertical space between each item in pixel, default value is 0 $Orientation: 1 //Optional The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1 }, $ArrowNavigatorOptions: { $Class: $JssorArrowNavigator$, //Requried Class to create arrow navigator instance $ChanceToShow: 2 //Required 0 Never, 1 Mouse Over, 2 Always } }; var jssor_slider2 new $JssorSlider$(slider2_container, options); //responsive code begin //you can remove responsive code if you dont want the slider scales while window resizes function ScaleSlider() { var parentWidth jssor_slider2.$Elmt.parentNode.clientWidth; if (parentWidth) jssor_slider2.$ScaleWidth(Math.min(parentWidth, 600)); else window.setTimeout(ScaleSlider, 30); } ScaleSlider(); $(window).bind(load, ScaleSlider); $(window).bind(resize, ScaleSlider); $(window).bind(orientationchange, ScaleSlider); //responsive code end }); /script>/head>body>table width1003 border0 cellpadding0 cellspacing0 stylemargin:auto;> tr> td width116 valigntop bgcolorCCF2B4 stylebackground-image:url(images/bg_left.gif); background-repeat:no-repeat; background-position:top; background-attachment:inherit;>img srcimages/bg_trans.gif width116 height2 />/td> td width771 height620 valigntop>table width100% border0 cellpadding0 cellspacing0> tr> td>table width100% border0 cellpadding0 cellspacing0> tr> td>img srcimages/header-3.jpg width772 height193 />/td> /tr> tr> td valigntop>table width100% border0 cellpadding0 cellspacing0> tr> td width100% height28>script typetext/javascript>AC_FL_RunContent( codebase,http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version7,0,19,0,width,771,height,28,src,swf/menu_tha,quality,high,pluginspage,http://www.macromedia.com/go/getflashplayer,movie,swf/menu_tha ); //end AC code/script> noscript> object classidclsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebasehttp://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version7,0,19,0 width771 height28> param namemovie valueswf/menu_tha.swf /> param namequality valuehigh /> embed srcswf/menu_tha.swf qualityhigh pluginspagehttp://www.macromedia.com/go/getflashplayer typeapplication/x-shockwave-flash width771 height28>/embed> /object> /noscript>/td> /tr> tr> td>div stylebackground-image:url(images/line.gif); background-repeat:repeat-x; height:4px;>/div>/td> /tr> /table>/td> /tr>/table>/td> /tr> tr> td>table width100% border0 cellpadding0 cellspacing0> tr> td width41% alignleft valigntop>table width300 border0 cellpadding0 cellspacing0 stylepadding-top:3px;> tr> td width153 height25 alignleft valignbottom>div alignright classtxt_google stylepadding-bottom:4px;>Search By Google /div>/td> td width221 height25 alignleft >form actionhttp://www.google.co.th/search methodget nameGoogle_form_name target_blank idGoogle_form_name styledisplay:inline;> input typetext nameq stylewidth100px; height19px; fontnormal 10px arial; border: solid 1px #333333 ; size15 /> input namesubmit typesubmit idbutt5 stylewidth50px; height16px; fontnormal 10px arial; font-weight:bold; valueSubmit /> /form> script languageJavaScript typetext/javascript> /script> script languageJavaScript typetext/javascript>// set the text input background to an image document.Google_form_name.q.style.backgroundurl( images/google.gif) #ffffff no-repeat; // declare the text input function for when input is entered document.Google_form_name.q.onfocusremove_the_image; // remove the image and replace it with a color when // the text input area is toggled to or click on function remove_the_image() { document.Google_form_name.q.style.background#ffffCC; } /script> script languageJavaScript typetext/javascript> !-- document.the_form.q_input.focus(); //--> /script>/td> /tr> /table>/td> td width59% alignright valignmiddle>table width80% border0 cellpadding0 cellspacing0 stylepadding-top:5px;> tr > td> /td> td width55% alignright classtxt_address>a hrefdownload.php titleดาวน์โหลดโบชัวร์>img srcimages/txt-download.gif border0 styleposition:relative; top:-2px />/a>/td> td width14% alignright classtxt_address>Language : /td> td width4% alignleft>img srcimages/th.jpg width16 height11 / stylepadding-right:5px; />/td> td width7% alignleft classtxt_address stylepadding-right:10px;>a hrefindex.php target_self classreadmore_link>THA/a>/td> td width5%>img srcimages/cha.png width16 height11 / stylepadding-right:5px; />/td> td width7% alignleft classtxt_address stylepadding-right:10px;>a hrefindex_cha.php target_self classreadmore_link>CHA/a>/td> td width5%>img srcimages/us.jpg width16 height11 / stylepadding-right:5px; />/td> td width8% alignright classtxt_address stylepadding-right:10px;>a hrefindex_eng.php target_self classreadmore_link>ENG/a>/td> /tr> /table>/td> /tr> /table>/td> /tr> tr> td valigntop>table width100% border0 cellpadding0 cellspacing0> tr> td width46% alignleft valigntop> img srcimages/2Roll-Up3.jpg width335 height397 / stylepadding-left:15px; >/td> td width54% alignleft valigntop>table width100% border0 cellpadding0 cellspacing0> tr> td aligncenter> !-- Jssor Slider Begin --> !-- You can move inline styles to css file or css block. --> div idslider2_container styleposition: relative; width: 331px; height: 256px;> !-- Loading Screen --> div uloading styleposition: absolute; top: 0px; left: 0px;> div stylefilter: alpha(opacity70); opacity:0.7; position: absolute; display: block; background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;> /div> div styleposition: absolute; display: block; background: url(../img/loading.gif) no-repeat center center; top: 0px; left: 0px;width: 100%;height:100%;> /div> /div> !-- Slides Container --> div uslides stylecursor: move; position: absolute; left: 0px; top: 0px; width: 311px; height: 256px; overflow: hidden; text-align:center; margin:auto; margin-left:6px;> div>a uimage href#>img srcimg/n1.jpg />/a>/div>div>a uimage href#>img srcimg/n2.jpg />/a>/div>div>a uimage href#>img srcimg/n3.jpg />/a>/div>div>a uimage href#>img srcimg/n4.jpg />/a>/div>div>a uimage href#>img srcimg/n5.jpg />/a>/div> div>a uimage href#>img srcimg/1.jpg />/a>/div>div>a uimage href#>img srcimg/2.jpg />/a>/div>div>a uimage href#>img srcimg/3.jpg />/a>/div>div>a uimage href#>img srcimg/4.jpg />/a>/div>div>a uimage href#>img srcimg/5.jpg />/a>/div>div>a uimage href#>img srcimg/6.jpg />/a>/div>div>a uimage href#>img srcimg/7.jpg />/a>/div>div>a uimage href#>img srcimg/8.jpg />/a>/div>div>a uimage href#>img srcimg/9.jpg />/a>/div>div>a uimage href#>img srcimg/10.jpg />/a>/div>div>a uimage href#>img srcimg/11.jpg />/a>/div>div>a uimage href#>img srcimg/12.jpg />/a>/div>div>a uimage href#>img srcimg/13.jpg />/a>/div>div>a uimage href#>img srcimg/14.jpg />/a>/div>div>a uimage href#>img srcimg/15.jpg />/a>/div>div>a uimage href#>img srcimg/16.jpg />/a>/div>div>a uimage href#>img srcimg/17.jpg />/a>/div>div>a uimage href#>img srcimg/18.jpg />/a>/div>div>a uimage href#>img srcimg/19.jpg />/a>/div>div>a uimage href#>img srcimg/20.jpg />/a>/div>div>a uimage href#>img srcimg/21.jpg />/a>/div>div>a uimage href#>img srcimg/22.jpg />/a>/div>div>a uimage href#>img srcimg/23.jpg />/a>/div>div>a uimage href#>img srcimg/24.jpg />/a>/div>div>a uimage href#>img srcimg/25.jpg />/a>/div>div>a uimage href#>img srcimg/26.jpg />/a>/div>div>a uimage href#>img srcimg/27.jpg />/a>/div>div>a uimage href#>img srcimg/28.jpg />/a>/div>div>a uimage href#>img srcimg/29.jpg />/a>/div>div>a uimage href#>img srcimg/30.jpg />/a>/div>div>a uimage href#>img srcimg/31.jpg />/a>/div>div>a uimage href#>img srcimg/32.jpg />/a>/div>div>a uimage href#>img srcimg/33.jpg />/a>/div>div>a uimage href#>img srcimg/34.jpg />/a>/div>div>a uimage href#>img srcimg/35.jpg />/a>/div>div>a uimage href#>img srcimg/36.jpg />/a>/div>div>a uimage href#>img srcimg/37.jpg />/a>/div> /div> !-- Bullet Navigator Skin Begin --> !-- jssor slider bullet navigator skin 01 --> style> /* .jssorb01 div (normal) .jssorb01 div:hover (normal mouseover) .jssorb01 .av (active) .jssorb01 .av:hover (active mouseover) .jssorb01 .dn (mousedown) */ .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av { filter: alpha(opacity70); opacity: .7; overflow:hidden; cursor: pointer; border: #000 1px solid; } .jssorb01 div { background-color: gray; } .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; } .jssorb01 .av { background-color: #fff; } .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; } /style> !-- bullet navigator container --> !-- Bullet Navigator Skin End --> !-- Arrow Navigator Skin Begin --> style> /* jssor slider arrow navigator skin 05 css */ /* .jssora05l (normal) .jssora05r (normal) .jssora05l:hover (normal mouseover) .jssora05r:hover (normal mouseover) .jssora05ldn (mousedown) .jssora05rdn (mousedown) */ .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn { position: absolute; cursor: pointer; display: block; background: url(../img/a17.png) no-repeat; overflow:hidden; } .jssora05l { background-position: -10px -40px; } .jssora05r { background-position: -70px -40px; } .jssora05l:hover { background-position: -130px -40px; } .jssora05r:hover { background-position: -190px -40px; } .jssora05ldn { background-position: -250px -40px; } .jssora05rdn { background-position: -310px -40px; } /style> !-- Arrow Left --> span uarrowleft classjssora05l stylewidth: 40px; height: 40px; top: 123px; left: 8px;> /span> !-- Arrow Right --> span uarrowright classjssora05r stylewidth: 40px; height: 40px; top: 123px; right: 8px> /span> !-- Arrow Navigator Skin End --> /div> !-- Jssor Slider End --> /td> /tr> tr> td>div classtxt_index style vertical-align:top; width:330px; padding-left:5px; padding-top:5px;> img srcimages/text_about.jpg width389 height225 /> div alignright classtxt_zoom stylepadding-bottom:10px;>a hrefproduct_th.php target_self classzoom_link>อ่านต่อ.../a>br /> br /> /div> /div>/td> /tr> /table>/td> /tr> tr> td colspan2 aligncenter>img srcimages/pics2.jpg width770 height160 />/td> /tr> tr> td colspan2>div stylebackground-image:url(images/line.gif); background-repeat:repeat-x; height:4px;>/div>/td> /tr> /table>/td> /tr> tr> td valigntop>table width100% border0 cellpadding0 cellspacing0> tr> td width30% valigntop classtxt_google stylepadding-left:5px; padding-top:4px;> /td> td width70% alignright classtxt_address stylepadding-right:5px; padding-top:4px;>strong>บริษัท กติกา เอ็นเตอร์ไพรส์ จำกัด/strong>br /> 111/3 หมู่ที่ 1 ซ.ถนนพระองค์เจ้าสาย หมู่บ้านอยู่เจริญโครงการ 1 br /> ถ.รังสิต-คลอง4 ตำบลบึงยี่โถ อำเภอธัญบุรี จังหวัดปทุมธานี 12130 br /> โทรศัพท์.0-2577-1296, มือถือ. 096-8608688, Fax. 0-2577-2854br /> E-mail : a hrefmailto:katika8688@gmail.com classemail>katika8688@gmail.com/a> , a hrefmailto:katika888@yahoo.co.th classemail>katika888@yahoo.co.th/a> /td> /tr>/table>/td> /tr> /table>/td> td width116 valigntop bgcolorCCF2B4 stylebackground-image:url(images/bg_left.gif); background-repeat:no-repeat; background-position:top; background-attachment:inherit;>img srcimages/bg_trans.gif width116 height2 />/td> /tr>/table>/body>/html>
Subdomains
Date
Domain
IP
mail.katikaent.com
2024-10-13
122.155.7.48
smtp.katikaent.com
2024-09-18
122.155.7.48
www.katikaent.com
2024-11-07
122.155.7.48
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]