HEX
Server: LiteSpeed
System: Linux 112.webhostingindonesia.co.id 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User: iyfwylsv (10313)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //proc/thread-self/fd/9/heatmaps.php
<?php
class tableHeatmapUms extends tableUms{
	public function __construct() {
		$this->_table = '@__heatmaps';
		$this->_id = 'id';
		$this->_alias = 'toe_hmp';
		$this->_addField('id', 'int', 'int', '11', __('Heatmap ID', UMS_LANG_CODE))
			->_addField('map_id', 'int', 'int', '11', __('Map Id', UMS_LANG_CODE))
			->_addField('coords', 'text', 'text', '', __('Heatmap coordinates list', UMS_LANG_CODE))
			->_addField('params','text','text','', __('Params', UMS_LANG_CODE))
			->_addField('create_date','text','text','',  __('Creation date', UMS_LANG_CODE));
	}
}