IP : 3.133.124.52Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
var/
softaculous/
hablator/
../
wikka/
../
./
dhtmlx/
../
webid/
./
webid.sql/
/
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */;
-- -- Table structure for table `[[dbprefix]]accounts` --
CREATE TABLE `[[dbprefix]]accounts` ( `id` int(7) NOT NULL AUTO_INCREMENT, `nick` varchar(20) NOT NULL, `name` tinytext NOT NULL, `text` text NOT NULL, `type` varchar(15) NOT NULL, `paid_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `amount` double(6,2) NOT NULL, `day` int(3) NOT NULL, `week` int(2) NOT NULL, `month` int(2) NOT NULL, `year` int(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- -- Table structure for table `[[dbprefix]]faqs` --
CREATE TABLE `[[dbprefix]]faqs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `question` varchar(200) NOT NULL DEFAULT '', `answer` text NOT NULL, `category` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
-- -- Dumping data for table `[[dbprefix]]faqs` --
INSERT INTO `[[dbprefix]]faqs` VALUES (2, 'Registering', 'To register as a new user, click on Register at the top of the window. You will be asked for your name, a username and password, and contact information, including your email address.\r\n\r\n<B>You must be at least 18 years of age to register.</B>!', 1), (4, 'Item Watch', '<b>Item watch</b> notifies you when someone bids on the auctions that you have added to your Item Watch. ', 3), (5, 'What is a Dutch auction?', 'Dutch auction is a type of auction where the auctioneer begins with a high asking price which is lowered until some participant is willing to accept the auctioneer''s price. The winning participant pays the last announced price.', 1);
-- -- Table structure for table `[[dbprefix]]faqs_translated` --
CREATE TABLE `[[dbprefix]]faqs_translated` ( `id` int(11) NOT NULL, `lang` char(2) NOT NULL DEFAULT '', `question` varchar(200) NOT NULL DEFAULT '', `answer` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- -- Dumping data for table `[[dbprefix]]faqs_translated` --
INSERT INTO `[[dbprefix]]faqs_translated` VALUES (2, 'EN', 'Registering', 'To register as a new user, click on Register at the top of the window. You will be asked for your name, a username and password, and contact information, including your email address.\r\n\r\n<B>You must be at least 18 years of age to register.</B>!'), (2, 'ES', 'Registrarse', 'Para registrar un nuevo usuario, haz click en <B>RegíÂÂÂstrate</B> en la parte superior de la pantalla. Se te preguntarán tus datos personales, un nombre de usuario, una contraseña e informacion de contacto como la direccion e-mail.\r\n\r\n<B>¡Tienes que ser mayor de edad para poder registrarte!</B>'), (4, 'EN', 'Item Watch', '<b>Item watch</b> notifies you when someone bids on the auctions that you have added to your Item Watch. '), (4, 'ES', 'En la Mira', '<i><b>En la Mira</b></i> te envía una notificacion por e-mail, cada vez que alguien puja en una de las subastas que has añadido a tu lista <i>En la Mira</i>. '), (6, 'ES', 'Auction Watch', '<i><B>Auction Watch</b></i> es tu asistente para saber cuando se abre una subasta cuya descripcion contiene palabras clave de tu interes.\r\n\r\nPara usar esta opcion inserta las palabras clave en las que estás interesado en la lista de <i>Auction Watch</i>. Todas las palabras claves deben estar separadas por un espacio. Cuando estas palabras claves aparezcan en algún título o descripcion de subasta, recibirás un e-mail con la informacion de que una subasta que contiene tus palabras claves ha sido creada. Tambián puedas agregar el nombre del usuario como palabra clave. ');
-- -- Table structure for table `[[dbprefix]]pendingnotif` --
CREATE TABLE `[[dbprefix]]pendingnotif` ( `id` int(11) NOT NULL AUTO_INCREMENT, `auction_id` int(11) NOT NULL DEFAULT '0', `seller_id` int(11) NOT NULL DEFAULT '0', `winners` text NOT NULL, `auction` text NOT NULL, `seller` text NOT NULL, `thisdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- -- Table structure for table `[[dbprefix]]tax` --
CREATE TABLE `[[dbprefix]]tax` ( `id` int(2) NOT NULL AUTO_INCREMENT, `tax_name` varchar(30) NOT NULL, `tax_rate` double(16,2) NOT NULL, `countries_seller` text NOT NULL, `countries_buyer` text NOT NULL, `fee_tax` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-- -- Table structure for table `[[dbprefix]]winners` --
CREATE TABLE `[[dbprefix]]winners` ( `id` int(11) NOT NULL AUTO_INCREMENT, `auction` int(11) NOT NULL DEFAULT '0', `seller` int(11) NOT NULL DEFAULT '0', `winner` int(11) NOT NULL DEFAULT '0', `bid` double(16,2) NOT NULL DEFAULT '0.00', `auc_title` varchar(70) DEFAULT NULL, `auc_shipping_cost` double(16,2) DEFAULT '0.00', `auc_payment` tinytext, `closingdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `feedback_win` tinyint(1) NOT NULL DEFAULT '0', `feedback_sel` tinyint(1) NOT NULL DEFAULT '0', `qty` int(11) NOT NULL DEFAULT '1', `paid` tinyint(1) NOT NULL DEFAULT '0', `bf_paid` tinyint(1) NOT NULL DEFAULT '0', `ff_paid` tinyint(1) NOT NULL DEFAULT '1', `shipped` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;