Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/tmp/install_53214838987c8/admin/sql/ |
Upload File : |
DROP TABLE IF EXISTS `#__timage`; CREATE TABLE IF NOT EXISTS `#__timage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `greeting` varchar(25) NOT NULL, `catid` int(11) NOT NULL DEFAULT '0', `imageloc` varchar(250) DEFAULT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ); CREATE TABLE IF NOT EXISTS `#__timage_client_customlogo` ( `id` int(11) NOT NULL AUTO_INCREMENT, `logo_id` int(11) DEFAULT NULL, `customize_text` longtext, `pdf_name` varchar(100) DEFAULT NULL, `user_id` varchar(250) DEFAULT NULL, `published` int(1) DEFAULT NULL, `date` date DEFAULT NULL, PRIMARY KEY (`id`) );