%PDF-1.5 % ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY
| Server IP : 122.155.17.190 / Your IP : 216.73.216.99 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : bungkla ( 1054) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bungkla/domains/bungkla.go.th/public_html/personal/admin/ |
Upload File : |
var enableCache = true;
var jsCache = new Array();
var dynamicContent_ajaxObjects = new Array();
function ajax_showContent(divId,ajaxIndex,url)
{
var targetObj = document.getElementById(divId);
targetObj.innerHTML = dynamicContent_ajaxObjects[ajaxIndex].response;
if(enableCache){
jsCache[url] = dynamicContent_ajaxObjects[ajaxIndex].response;
}
dynamicContent_ajaxObjects[ajaxIndex] = false;
ajax_parseJs(targetObj)
}
function ajax_loadContent(divId,url,fileid)
{
if(enableCache && jsCache[url]){
document.getElementById(divId).innerHTML = jsCache[url];
return;
}
var ajaxIndex = dynamicContent_ajaxObjects.length;
var html ='';
var aphoto_path = '';
if(fileid=='s01_01')
{
aphoto_path = document.webForm.s01_01.value;
}else if(fileid=='s01_02')
{
aphoto_path = document.webForm.s01_02.value;
}else if(fileid=='s01_03')
{
aphoto_path = document.webForm.s01_03.value;
}
else if(fileid=='s01_04')
{
aphoto_path = document.webForm.s01_04.value;
}else if(fileid=='s02_01')
{
aphoto_path = document.webForm.s02_01.value;
}else if(fileid=='s02_02')
{
aphoto_path = document.webForm.s02_02.value;
}else if(fileid=='s02_03')
{
aphoto_path = document.webForm.s02_03.value;
}else if(fileid=='s02_04')
{
aphoto_path = document.webForm.s02_04.value;
}else if(fileid=='s03_01')
{
aphoto_path = document.webForm.s03_01.value;
}else if(fileid=='s03_02')
{
aphoto_path = document.webForm.s03_02.value;
}else if(fileid=='s03_03')
{
aphoto_path = document.webForm.s03_03.value;
}else if(fileid=='s03_04')
{
aphoto_path = document.webForm.s03_04.value;
}else if(fileid=='s04_01')
{
aphoto_path = document.webForm.s04_01.value;
}else if(fileid=='s04_02')
{
aphoto_path = document.webForm.s04_02.value;
}else if(fileid=='s04_03')
{
aphoto_path = document.webForm.s04_03.value;
}else if(fileid=='s04_04')
{
aphoto_path = document.webForm.s04_04.value;
}else if(fileid=='s05_01')
{
aphoto_path = document.webForm.s05_01.value;
}else if(fileid=='s05_02')
{
aphoto_path = document.webForm.s05_02.value;
}else if(fileid=='s05_03')
{
aphoto_path = document.webForm.s05_03.value;
}else if(fileid=='s05_04')
{
aphoto_path = document.webForm.s05_04.value;
}else if(fileid=='s06_01')
{
aphoto_path = document.webForm.s06_01.value;
}else if(fileid=='s06_02')
{
aphoto_path = document.webForm.s06_02.value;
}else if(fileid=='s06_03')
{
aphoto_path = document.webForm.s06_03.value;
}else if(fileid=='s06_04')
{
aphoto_path = document.webForm.s06_04.value;
}else if(fileid=='s07_01')
{
aphoto_path = document.webForm.s07_01.value;
}else if(fileid=='s07_02')
{
aphoto_path = document.webForm.s07_02.value;
}else if(fileid=='s07_03')
{
aphoto_path = document.webForm.s07_03.value;
}else if(fileid=='s07_04')
{
aphoto_path = document.webForm.s07_04.value;
}else if(fileid=='s08_01')
{
aphoto_path = document.webForm.s08_01.value;
}else if(fileid=='s08_02')
{
aphoto_path = document.webForm.s08_02.value;
}else if(fileid=='s08_03')
{
aphoto_path = document.webForm.s08_03.value;
}else if(fileid=='s08_04')
{
aphoto_path = document.webForm.s08_04.value;
}else if(fileid=='s09_01')
{
aphoto_path = document.webForm.s09_01.value;
}else if(fileid=='s09_02')
{
aphoto_path = document.webForm.s09_02.value;
}else if(fileid=='s09_03')
{
aphoto_path = document.webForm.s09_03.value;
}else if(fileid=='s09_04')
{
aphoto_path = document.webForm.s09_04.value;
}else if(fileid=='s10_01')
{
aphoto_path = document.webForm.s10_01.value;
}else if(fileid=='s10_02')
{
aphoto_path = document.webForm.s10_02.value;
}else if(fileid=='s10_03')
{
aphoto_path = document.webForm.s10_03.value;
}else if(fileid=='s10_04')
{
aphoto_path = document.webForm.s10_04.value;
}
url = url+'?c_photo_path='+aphoto_path;
document.getElementById(divId).innerHTML = html;
dynamicContent_ajaxObjects[ajaxIndex] = new sack();
dynamicContent_ajaxObjects[ajaxIndex].requestFile = url; // Specifying which file to get
dynamicContent_ajaxObjects[ajaxIndex].onCompletion = function(){ ajax_showContent(divId,ajaxIndex,url); }; // Specify function that will be executed after file has been found
dynamicContent_ajaxObjects[ajaxIndex].runAJAX(); // Execute AJAX function
}
function ajax_parseJs(inputObj)
{
var jsTags = inputObj.getElementsByTagName('SCRIPT');
for(var no=0;no<jsTags.length;no++){
eval(jsTags[no].innerHTML);
}
}