Help
RSS
API
Feed
Maltego
Contact
Domain > www.333diecasting.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-14
128.199.119.198
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 14 Feb 2026 08:04:12 GMTServer: ApacheX-Powered-By-VelaWeb: VelaClassicExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cacheSet-Cookie: PHPSESSIDmo49t723ubi0tapaj3dicdi3d3; path/; HttpOnlySet-Cookie: use_image_resizenoSet-Cookie: sys_image_size500X-Frame-Options: SAMEORIGINVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html html >head>base hrefhttp://www.333diecasting.com/template//>meta http-equivContent-Type contenttext/html; charsetwindows-874 />meta name robots contentall />title>333 DIECASTING/title>meta nameDESCRIPTION contentบริษัท 333 ไดคัสติ้ง จำกัด />meta nameKEYWORDS content333 DIECASTING ไดคัสติ้ง />script typetext/javascript src/template/lib_js/js/jquery-1.3.2.js>/script> script src/template/lib_js/js/jquery.lazyload.js typetext/javascript charsetutf-8>/script> script languagejavascript> $(function() { $(#lazyimg img).lazyload({ placeholder : /template/lib_images/lazy.gif, failurelimit : 20, lazyskip : gif }); }); /script> script srchttps://www.google.com/recaptcha/api.js?hlEN&render6Lcy3NUbAAAAAAspXTR97SCfKlYsPRzZXqBtPgfO>/script> style> .grecaptcha-badge { display: none !important; } /style> link relpreload asstyle onloadthis.rel stylesheet href/template/lib_css/333diecastingcom.css/>link relpreload asstyle onloadthis.rel stylesheet href/template/lib_js/js/highslide/highslide.css/>noscript> link relstylesheet type text/css href/template/lib_css/333diecastingcom.css/> link relstylesheet typetext/css href/template/lib_js/js/highslide/highslide.css/>/noscript>link relshortcut icon typeimage/x-icon href/favicon.ico /> style typetext/css>/*กำหนดขอบล่าง*/.inputtext{ /*สีตัวอักษร*/ color:#000000; /*กรอบของ textbox*/ border-bottom:2px inherit #FFFFFF; border-top:none; border-left:none; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext2{ /*กำหนดขอบทั้งหมด*/ color:#000000; /*กรอบของ textbox*/ border:2px inherit #FFFFFF; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext3{ /*กำหนดขอบซ้าย*/ color:#6D6D6D; /*กรอบของ textbox*/ border-bottom:none; border-top:none; border-left:2px inherit #FFFFFF; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext4{ /*กำหนดขอบขอบล่างและขอบซ้าย*/ color:#6D6D6D; /*กรอบของ textbox*/ border-bottom:2px inherit #FFFFFF; border-top:none; border-left:2px inherit #FFFFFF; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext5{ /*กำหนดขอบขอบบนและขอบซ้าย*/ color:#6D6D6D; /*กรอบของ textbox*/ border-bottom:none; border-top:2px inherit #FFFFFF; border-left:2px inherit #FFFFFF; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.listboxlogin{ /*กำหนดขอบทั้งหมด*/ color:#000000; /*กรอบของ textbox*/ border:2px inherit #FFFFFF; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }/style> script typetext/javascript languagejavascript> function popUp_AlertMessage(URL) { day new Date(); id day.getTime(); eval(page + id + window.open(URL, + id + , toolbar0,scrollbars1,location0,statusbar0,menubar0,resizable0,width720,height550,left80,top20);); }/script>/head> script>/*! loadCSS. c2017 Filament Group, Inc. MIT License *//* This file is meant as a standalone workflow for- testing support for linkrelpreload- enabling async CSS loading in browsers that do not support relpreload- applying rel preload css once loaded, whether supported or not.*/(function( w ){ use strict; // relpreload support test if( !w.loadCSS ){ w.loadCSS function(){}; } // define on the loadCSS obj var rp loadCSS.relpreload {}; // relpreload feature support test // runs once and returns a function for compat purposes rp.support (function(){ var ret; try { ret w.document.createElement( link ).relList.supports( preload ); } catch (e) { ret false; } return function(){ return ret; }; })(); // if preload isnt supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle function( link ){ // remember existing media attr for ultimate state, or default to all var finalMedia link.media || all; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( load, enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( onload, enableStylesheet ); } link.setAttribute( onload, null ); link.media finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( load, enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( onload, enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel stylesheet; link.media only x; }); // also enable media after 3 seconds, // which will catch very old browsers (android 2.x, old firefox) that dont support onload on link setTimeout( enableStylesheet, 3000 ); }; // loop through link elements in DOM rp.poly function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links w.document.getElementsByTagName( link ); for( var i 0; i links.length; i++ ){ var link links i ; // qualify links to those with relpreload and asstyle attrs if( link.rel preload && link.getAttribute( as ) style && !link.getAttribute( data-loadcss ) ){ // prevent rerunning on link link.setAttribute( data-loadcss, true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( load, function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( onload, function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports ! undefined ){ exports.loadCSS loadCSS; } else { w.loadCSS loadCSS; }}( typeof global ! undefined ? global : this ) );/script>base hrefhttp://www.333diecasting.com/template//>!-- ReadyPlanet TemplateID 256 -->!-- ReadyPlanet LayoutID 99 -->!-- ReadyPlanet LayoutTemplate 0032 -->body stylemargin:0px auto 0px auto;>div classmain-container aligncenter>!--Start readyplanet bar-->table width900 cellpadding0 cellspacing0 border0>tr alignright>td width50%>a hrefhttps://www.readyplanet.com/16544025/r-web?utm_sourcewww.333diecasting.com&utm_mediumreferral&utm_contentreadyplanet_bar target_blank>img srclib_images/ready_bar_button02.png styleborder:0px; altReadyPlanet.com titleReadyPlanet.com/>/a>/td>/tr>/table>table width900 border0 cellspacing0 cellpadding0>tr>td bgcolor>table width900 border0 cellspacing0 cellpadding0>tr>td aligncenter>table width900 height76 border0 cellpadding0 cellspacing0> tbody> tr> td styletext-align: right;>img srchttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5-top-cultural_banner_01.png width840 height76 border0 alt />/td> td>img srchttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5-top-cultural_banner_02.png width29 height76 border0 alt />/td> td>img srchttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5-top-cultural_banner_03.png width31 height76 border0 alt />/td> /tr> /tbody>/table>/td>/tr>/table>/td>/tr>/table>!--End readyplanet bar-->!-- Start head member new version -->!-- End head member new version -->!--Start Top Area-->script srcAC_RunActiveContent.js typetext/javascript>/script> table width900 cellpadding0 cellspacing0 border0> !--Start image top--> tr> td bgcolor> script typetext/javascript> AC_FL_RunContent( codebase,http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version9,0,28,0,width,900,height,268,src,/images_profiles/900x268,quality,high,pluginspage,http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_VersionShockwaveFlash,movie,/images_profiles/900x268,bgcolor,,wmode,transparent ); /script> /td> /tr> /table> !--End image top-->!--End Top Area-->!--Start navbar-->table width900 cellpadding0 cellspacing0 border0 classnav>tr alignright>td> table width900 cellpadding0 cellspacing0 border0 classnav> script typetext/javascript languageJavaScript1.2 srcstm30.js> /script>!--Pulldown Menu--->tr aligncenter valignmiddle>td height26>a hrefhttp://www.333diecasting.com/ classnav>img src/images/main_1307677511/1442460491.png width98 height43 border0 alignabsmiddle alt title/>/a> /td>td height26>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Id539550443 classnav>img src/images/main_1354249830/1442460582.pngwidth112 height43 border0 alignabsmiddle alt title/>/a> /td>td height26 aligncenter valignmiddle>a href/ classnav stm-temp idtemp-menu-539550445>img src/images/main_1354249984/1442461432.png width109 height43 border0>/a>div classstm-none styledisplay:none;> script typetext/javascript languageJavaScript1.2 >//stm_bm(menu0ee2,400,/images/main_1354249984/1442461432.png,,0,,,0,0,250,0,310,1,0,0,,,0,this); stm_bm(menu0ee2,400,,/template/lib_images/dot.gif,0,,,0,0,250,0,310,1,0,0,,,0,this); //stm_bp(p1,1,,0,3,0,0,109,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,5,,0,0,0,);stm_bp(p1,1,,0,3,0,0,109,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-5,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,,,,0,0,0,); stm_ai(p0i1,6,0,,,1,1,0);/*------- Create home pulldown menu ------------------*/ stm_aix(p0i2,p0i1,); seturlTemp(539550445,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype9);stm_ai(p0i0,0,,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype9,_parent,,,/images/main_1354249984/1442461432.png,/images/main_1354249984/1442461432.png,109,43,0,0,,0,0,0,0,1,#fffff7,1,#b5bed6,1,,,3,3,0,0,#fffff7,#000000,#3399FF,#3399FF,bold 13px Tahoma,bold 13px Tahoma,0,1); //create background for all sub pulldown menu stm_bp(p2,1,4,0,3,2,4,3,0,100,progid:DXImageTransform.Microsoft.Fade(overlap.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,3,0,); //cteate all sub pulldown menu stm_aix(p1i,p0i0,0,333 ,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype9,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#33CCFF,1,#33CCFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF,#FFFFFF,bold 13px Tahoma,bold 13px Tahoma); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,GUT ,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype9,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#33CCFF,1,#33CCFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF,#FFFFFF,bold 13px Tahoma,bold 13px Tahoma); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,Maxwin ,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype9,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#33CCFF,1,#33CCFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF,#FFFFFF,bold 13px Tahoma,bold 13px Tahoma); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_ep(); // end pulldown menustm_ep();stm_em();function seturlTemp(id,url){ urlurl.replace(/&/g, &); if(url){urljavascript:void(0);} $(a#temp-menu-+id).attr(href,url);}$(window).load(function(){$(.stm-none).css(display,block);$(.stm-temp).css(display,none);});/script>/div> /td>td height26>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype34 classnav>img src/images/main_1354250001/1442461449.png width201 height43 border0 alignabsmiddle alt title/>/a> /td>td height26>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype12 classnav>img src/images/main_1354250042/1442461481.png width141 height43 border0 alignabsmiddle alt title/>/a> /td>td height26>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Id539733259 classnav>img src/images/main_1435550061/1442461503.pngwidth115 height43 border0 alignabsmiddle alt title/>/a> /td>td height26 aligncenter valignmiddle>a href/ classnav stm-temp idtemp-menu-539550449>img src/images/main_1354250059/1442461519.png width128 height43 border0>/a>div classstm-none styledisplay:none;> script typetext/javascript languageJavaScript1.2 >//stm_bm(menu0ee2,400,/images/main_1354250059/1442461519.png,,0,,,0,0,250,0,310,1,0,0,,,0,this); stm_bm(menu0ee2,400,,/template/lib_images/dot.gif,0,,,0,0,250,0,310,1,0,0,,,0,this); //stm_bp(p1,1,,0,3,0,0,128,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,5,,0,0,0,);stm_bp(p1,1,,0,3,0,0,128,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-5,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,,,,0,0,0,); stm_ai(p0i1,6,0,,,1,1,0);/*------- Create home pulldown menu ------------------*/ stm_aix(p0i3,p0i1,); seturlTemp(539550449,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype21);stm_ai(p0i0,0,,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype21,_parent,,,/images/main_1354250059/1442461519.png,/images/main_1354250059/1442461519.png,128,43,0,0,,0,0,0,0,1,#fffff7,1,#b5bed6,1,,,3,3,0,0,#fffff7,#000000,#3399FF,#3399FF,bold 13px Tahoma,bold 13px Tahoma,0,1); //create background for all sub pulldown menu stm_bp(p2,1,4,0,3,2,4,3,0,100,progid:DXImageTransform.Microsoft.Fade(overlap.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,3,0,); //cteate all sub pulldown menu stm_aix(p1i,p0i0,0,Contact Us ,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype21&Id539551919,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#33CCFF,1,#33CCFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF,#FFFFFF,bold 13px Tahoma,bold 13px Tahoma); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,Work With Us ,,,-1,-1,0,http://www.333diecasting.com/index.php?layshow&acarticle&Ntype21&Id539551921,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#33CCFF,1,#33CCFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF,#FFFFFF,bold 13px Tahoma,bold 13px Tahoma); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#3399FF,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_ep(); // end pulldown menustm_ep();stm_em();function seturlTemp(id,url){ urlurl.replace(/&/g, &); if(url){urljavascript:void(0);} $(a#temp-menu-+id).attr(href,url);}$(window).load(function(){$(.stm-none).css(display,block);$(.stm-temp).css(display,none);});/script>/div> /td> style typetext/css> /style> /tr>/table>/td>/tr>/table>!--End navbar-->!--Start content-->table width900 cellpadding0 cellspacing0 border0>tr>td width200>img srclib_images/dot.gif width200 height1 altdot/>/td>td width100%>img srclib_images/dot.gif width550 height1 altdot/>/td>/tr>tr valigntop>td classside>!--Start Rows Menu--> !-- size bullet-->!-- pulldown menu --> script languagejavascript typetext/javascript> function checkVal(){ if(!validateEmailSubscribe(document.mailsubscribe.emailsubscribe.value)){ alert(Please fill inE-Mail for correction, Example : youremail@abc.com); document.mailsubscribe.emailsubscribe.focus(); return false; } // /* OLD CODE */// if((document.mailsubscribe.emailsubscribe.value) || (document.mailsubscribe.emailsubscribe.value.indexOf(@) -1) ||(document.mailsubscribe.emailsubscribe.value.indexOf(.) -1)){// alert(Please fill inE-Mail for correction, Example : youremail@abc.com);// return false;// }else// mailsubscribe.submit(); } function validateEmailSubscribe(email){ if(email.length 0) { return false; } var splitted email.match(^(.+)@(.+)$); if(splitted null) return false; if(splitted1 ! null ) { var regexp_user/^\?\w-_\.*\?$/; if(splitted1.match(regexp_user) null) return false; } if(splitted2 ! null) { var regexp_domain/^\w-\.*\.A-Za-z{2,4}$/; if(splitted2.match(regexp_domain) null) { var regexp_ip /^\\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\$/; if(splitted2.match(regexp_ip) null) return false; }// if return true; } return false; } function checkLogin(){ if((document.memberform.memberlogin.value) || (document.memberform.memberpassword.value) || (document.memberform.memberlogin.value.indexOf(@) -1) || (document.memberform.memberlogin.value.indexOf(.) -1)){ alert(Please fill inE-Mail,Password for correction, Example : youremail@abc.com); return false; }else memberform.submit(); } function checkLogin1(){ if((document.memberform1.memberlogin.value) || (document.memberform1.memberpassword.value) || (document.memberform1.memberlogin.value.indexOf(@) -1) || (document.memberform1.memberlogin.value.indexOf(.) -1)){ alert(Please fill inE-Mail,Password for correction, Example : youremail@abc.com); return false; }else memberform1.submit(); }/script>script languagejavascript typetext/javascript> // !CDATA function showLogo(){ var frmObj document.getElementById(searchword); if(frmObj.value ){ frmObj.style.background #FFFFFF url(./lib_images/readyplanet_search_engine.gif) left no-repeat; } } function hideLogo(){ var frmObj document.getElementById(searchword); frmObj.style.background #FFFFFF; frmObj.value ; } function frmSubmit(){ if(document.search_vela.searchword.value){ !--alert(Please Insert Keyword!!!); return false;---> return true; } } function showLogocontent(){ var frmObj2 document.getElementById(searchwordcontent); if(frmObj2.value ){ frmObj2.style.background #FFFFFF url(./lib_images/readyplanet_search_engine.gif) left no-repeat; } } function hideLogocontent(){ var frmObj2 document.getElementById(searchwordcontent); var frmBtn document.getElementById(submit); frmObj2.style.background #FFFFFF; frmObj2.value ; } function frmSubmitcontent(){ var frmObj document.getElementById(searchwordcontent); var searchWordcontent frmObj.value; if(searchWordcontent){ alert(Please Insert Keyword!!!); return false; }else{ location.href /index.php?layshow&acsearch_content&searchwordcontent+searchWordcontent+&dosearch; } } function checkEntercontent(e){ var characterCode; if(e && e.which){ e e; characterCode e.which; }else{ e event; characterCode e.keyCode; } if(characterCode 13){ frmSubmitcontent(); return false; }else{ return true; } } function checkEnter(e){ var characterCode; if(e && e.which){ e e; characterCode e.which; }else{ e event; characterCode e.keyCode; } if(characterCode 13){ frmSubmit(); return false; }else{ return true; } } // > /script> script typetext/javascript src/template/encrytion_password.js>/script> script typetext/javascript> function encryt(){ if(document.getElementById(memberdo).value login){ var acc_webdocument.getElementById(account).value ; var memberdo_login document.getElementById(memberdo).value ; var backurl_mem document.getElementById(backurl).value; var memlogindocument.getElementById(memberlogin).value; var message document.getElementById(memberpassword).value; var key document.getElementById(keyset).value; var ciphertextdes des(key,message,1,0,null); var strpwdstringToHex(ciphertextdes); var cipMemuserdes des(key,memlogin,1,0,null); var strUserstringToHex(cipMemuserdes); //document.getElementById(ciphertext).value ciphertextdes ; document.getElementById(tohexpwd).value message ; //document.getElementById(ciphertextUser).value cipMemuserdes ; document.getElementById(tohexUser).value memlogin ; document.getElementById(memberdo).valuememberdo_login; document.getElementById(account).value acc_web; document.getElementById(backurl).valuebackurl_mem; //document.getElementById(memberform).submit(); } } /script> script typetext/javascript> function validateEmail(email){ if(!validateEmailSubscribe(email)){ alert(Please fill inE-Mail for correction, Example : youremail@abc.com); document.mailsubscribe.emailsubscribe.focus(); return false; } } /script> script languagejavascript typetext/javascript> function clearField1() { form document.mailsubscribe; form.emailsubscribe.value ; } /script> script languagejavascript typetext/javascript> function clearField2() { form document.memberform; form.memberlogin.value ; } /script> script languagejavascript typetext/javascript> function clearField3() { form document.memberform; form.memberpassword.value ; } /script> table width100% cellpadding0 cellspacing0 border0>tr>td>img srclib_images/dot.gif border0 width20 height7px altdot />/td>/tr>tr>td>img src/images/sub_1354250652/1354250663.png width200 height58 border0 stylevertical-align:top; alt title/> /td>/tr>tr>td>img srclib_images/dot.gif border0 width20 height7px altdot />/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype35 >img src/images/sub_1354250763/1359431500.png width200 height45 border0 stylevertical-align:top; alt ชุดมือหมุนบานเกล็ด title ชุดมือหมุนบานเกล็ด/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype36 >img src/images/sub_1354250852/1359431540.png width200 height28 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype37 >img src/images/sub_1462962397/1462966659.jpg width190 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td>img srclib_images/dot.gif border0 width20 height7px altdot />/td>/tr>tr>td>img src/images/sub_1354250963/1354250973.png width200 height72 border0 stylevertical-align:top; alt title/> /td>/tr>tr>td>img srclib_images/dot.gif border0 width20 height7px altdot />/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype41 >img src/images/sub_1354251206/1359431621.png width200 height46 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype43 >img src/images/sub_1354251256/1359431659.png width200 height63 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype42 >img src/images/sub_1462963145/1462966363.jpg width182 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td>img srclib_images/dot.gif border0 width20 height7px altdot />/td>/tr>tr>td>img src/images/sub_1462964600/1462966110.png width200 height72 border0 stylevertical-align:top; alt title/> /td>/tr>tr>td>img srclib_images/dot.gif border0 width20 height7px altdot />/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype44 >img src/images/sub_1462965096/1462965139.jpg width170 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype45 >img src/images/sub_1462965145/1462965165.jpg width170 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype46 >img src/images/sub_1462965198/1462965224.jpg width170 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype47 >img src/images/sub_1462965272/1462965286.jpg width170 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Ntype48 >img src/images/sub_1462965294/1462965309.jpg width170 height45 border0 stylevertical-align:top; alt title/> /a>/a>/td>/tr>tr>td stylepadding-left:0px;padding-right:0px;padding-bottom:0px;>a hrefhttp://www.333diecasting.com/index.php?layshow&acarticle&Id539733259 >img src/images/sub_1462963452/1462963476.png width200 height66 border0 stylevertical-align:top; alt title/>/a>/td>/tr> style typetext/css> /style> /table>!--br/>--> br/>br/>table width100% cellpadding0 cellspacing0 border0>tr>td aligncenter stylepadding:5px 0px 10px 0px;>/td>/tr>/table>br/>br/>!--End Rows Menu-->/td>!--Start Column template-->td bgcolor#FFFFFF>span idlazyimg>!--start dynamic layout--> table width100% aligncenter border0 classcontent styleborder-collapse:collapse;border-color:#CCCCCC; height:40px; cellspacing0 cellpadding1> tr> td width100% valigntop aligncenter stylebackground-color:;padding:0;>table width100% cellpadding5 cellspacing0 border0 >tr>td stylepadding-left:10px;padding-right:10px;padding-bottom:15px;text-align:left;>span classh1> /span>br/>p styletext-align: left;>img srchttp://www.333diecasting.com/images/intro_1308561523/about as.jpg width670 height170 alt />/p>p>img srchttp://www.333diecasting.com/images/intro_1308561523/สินค้า.png width670 height33 alt />/p>p>img srchttp://www.333diecasting.com/images/intro_1308561523/aaaaa.jpg width670 height240 alt />/p>p> /p>p>img srchttp://www.333diecasting.com/images/intro_1308561523/aaa.jpg width670 height240 alt />span stylefont-size: 14pt;>span stylefont-family: Tahoma;> /span>/span>img srchttp://www.333diecasting.com/images/intro_1308561523/Untitled-1.jpg width700 height250 alt />/p>/td>/tr>/table>/td> /tr> /table> table width100% aligncenter border0 classcontent styleborder-collapse:collapse;border-color:#CCCCCC; height:40px; cellspacing0 cellpadding1> tr> td width100% valigntop aligncenter stylebackground-color:#FFFFFF;padding:0;>style>. img{ width: ; height: ;}/style>/td> /tr> /table>!--end dynamic layout--> /span>/td>!--End Column template-->/tr>/table>!--End content-->!--Start Foolter-->style>#black-ribbon-div { position: relative;}#black-ribbon-div img { position: fixed; top: 0px; right: 0px; width: 150px; z-index: 1;}/style>table width900 cellpadding0 cellspacing0 border0>tr>td classbottom>strong classfooter>Copyright © 2011 All Rights Reserved./strong>/td>/tr>tr>td classcontent aligncenter styletext-align:center;>p>style typetext/css>body{background-position:top center;}td.side{ background-image:url(http://i1241.photobucket.com/albums/gg510/warareadyplanet/333Diecasgting-2-side-BG.jpg) ; background-repeat:no-repeat;}/style> script>$(td.content:last).css({padding: 0})/script>/p>table width900 height106 border0 cellpadding0 cellspacing0 backgroundhttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5-foot.png> tbody> tr> td width40> table width100% border0 cellpadding0 cellspacing0> tbody> tr> td>img srchttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5_01.png width510 height58 alt />/td> /tr> tr> td> table width100% border0 cellpadding0 cellspacing0> tbody> tr> td width25%>img srchttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5_03.png width271 height27 alt />/td> td>a hrefmailto:sudarat_t@guthome.com target_blank>img srchttp://www.333diecasting.com/images/intro_page_1309229921/333Diecasgting-5_04.png width239 height27 border0 alt />/a>/td> /tr> /tbody> /table> /td> /tr> /tbody> /table> /td> /tr> /tbody>/table>p> /p>br/>/td>/tr>tr>td aligncenter classbanner-bottom>Visitors : 70860/td>/tr>tr>td aligncenter classbanner-bottom>a hrefhttps://www.readyplanet.com/16544025/r-web?utm_sourcewww.333diecasting.com&utm_mediumreferral&utm_contentpowered_by target_blank>img stylewidth: 160px; vertical-align: middle; srclib_images/powered-by-rp-2020.svg border0 altPowered by ReadyPlanet titlePowered by ReadyPlanet>/a>/td>/tr>/table>!--End Foolter-->/div>/body>/html>
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
]