Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.217.35 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/www/administrator/components/com_uniterevolution2/sql/ |
Upload File : |
CREATE TABLE IF NOT EXISTS `#__revslider_sliders` ( `id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__revslider_slides` ( `id` int(10) unsigned NOT NULL auto_increment, `slider_id` int(10) unsigned NOT NULL default '0', `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__revslider_settings` ( `id` int(10) unsigned NOT NULL auto_increment, `general` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__revslider_css` ( `id` int(10) unsigned NOT NULL auto_increment, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__revslider_layer_animations` ( `id` int(10) unsigned NOT NULL auto_increment, `handle` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__revslider_static_slides` ( `id` int(10) unsigned NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) )ENGINE=MyISAM DEFAULT CHARSET=utf8;