IP : 18.188.60.49Hostname : 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/
jackpotjunglegam/
../
../
var/
softaculous/
./
wp58/
./
./
../
magento241/
../
uauctions/
uauctions.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` varchar(16) NOT NULL, `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 ;
-- -- Dumping data for table `[[dbprefix]]conditions` --
INSERT INTO `[[dbprefix]]conditions` VALUES ('As New', 'As New: A used item that is fully functional and in excellent cosmetic condition,possibly without original packaging'), ('As New Never Used', 'As New Never Used: A brand-new unused item may not be in original packaging or packaging may not be sealed'), ('Brand New', 'Brand New: A brand-new unused unopened undamaged item ,in it's original packaging'), ('Faulty Suit Parts Only', 'Faulty Suit Parts Only: An item that has damage or is not working and is not worth repairing but may be used for parts'), ('Faulty Suit Parts or Repair', 'Faulty Suit Parts or Repair: An item that has damage or is not working and is possibly worth repairing or may be used for parts'), ('Manufacturer Refurbished', 'Manufacturer Refurbished: An item that has been restored by either the manufacturer or a professional repairer item should be perfect working order and in good cosmetic condition'), ('New Old Stock', 'New Old Stock: An item which was manufactured long ago but that has never been used and is either out of production or discontinued from the current line of product or has been sitting stored for some'), ('New With Tags', 'New With Tags: A brand-new unused and unworn item in it's original packaging if originally sold packaged with the original manufacturers tags'), ('New Without Tags', 'New Without Tags: A brand-new unused and unworn item maybe missing it's original packaging if originally sold packaged and without the original manufacturers tags'), ('Pre-Owned', 'Pre-Owned: An item that has been worn previously'), ('Seller Refurbished', 'Seller Refurbished: An item that has been restored by either the seller or a non professional repairer item should be perfect working order and in good cosmetic condition'), ('Used', 'Used: An item that has been used and may show signs of wear and tear but should be fully functional,unless stated in the item description.'), ('Factory Second', 'Factory Second: An item that is fully functional but may have some cosmectic damage ie dents or scratches');
-- -- 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', KEY `id` (`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 AUTO_INCREMENT, `lang` char(2) NOT NULL DEFAULT '', `question` varchar(200) NOT NULL DEFAULT '', `answer` text NOT NULL, KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
-- -- 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>!'), (4, 'EN', 'Item Watch', '<b>Item watch</b> notifies you when someone bids on the auctions that you have added to your Item Watch. ');
-- -- 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` varchar(8) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- -- Table structure for table `[[dbprefix]]report_reasons` --
CREATE TABLE `[[dbprefix]]report_reasons` ( `report_reason` tinytext NOT NULL, `report_class` int(2) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- -- Dumping data for table `[[dbprefix]]report_reasons` --
INSERT INTO `[[dbprefix]]report_reasons` VALUES ('Adult material', 3), ('Copyright or Trademark Violation', 3), ('Duplicate listing for one item', 3), ('Firearms, Weapons, or Knives Listed', 3), ('Fraudulent Listing Activities', 3), ('Hazardous Materials', 3), ('Illegal Plant or Animal Listed', 3), ('Inappropriate Category', 3), ('Listing in an Incorrect Category', 3), ('Misleading or Excessive Keywords', 3), ('Offensive Language used in Comments', 3), ('Offensive Language used in Listing', 3), ('Offensive or Violent Material', 3), ('Offering or Requiring Additional Purchases', 3), ('Other Illegal Activity Concerns', 3), ('Other Prohibited or Restricted Items', 3), ('Replica Item listed as Original', 3), ('Stolen Property', 3);
-- -- Table structure for table `[[dbprefix]]settings` --
CREATE TABLE `[[dbprefix]]settings` ( `sitename` varchar(255) NOT NULL DEFAULT '', `siteurl` varchar(255) NOT NULL DEFAULT '', `copyright` varchar(255) NOT NULL DEFAULT '', `version` varchar(10) NOT NULL DEFAULT '', `loginbox` int(1) NOT NULL DEFAULT '0', `newsbox` int(1) NOT NULL DEFAULT '0', `newstoshow` int(11) NOT NULL DEFAULT '0', `helpbox` int(1) NOT NULL DEFAULT '0', `perpage` int(10) NOT NULL DEFAULT '15', `moneyformat` int(1) NOT NULL DEFAULT '0', `moneydecimals` int(11) NOT NULL DEFAULT '2', `moneysymbol` int(1) NOT NULL DEFAULT '0', `currency` varchar(10) NOT NULL DEFAULT '', `adminmail` varchar(100) NOT NULL DEFAULT '', `banners` int(1) NOT NULL DEFAULT '0', `newsletter` int(1) NOT NULL DEFAULT '0', `logo` varchar(255) NOT NULL DEFAULT '', `timecorrection` int(3) NOT NULL DEFAULT '0', `cron` int(1) NOT NULL DEFAULT '0', `archiveafter` int(11) NOT NULL DEFAULT '0', `datesformat` enum('USA','EUR') NOT NULL DEFAULT 'EUR', `errortext` text NOT NULL, `picturesgallery` int(1) NOT NULL DEFAULT '0', `maxpictures` int(11) NOT NULL DEFAULT '0', `buy_now` int(1) NOT NULL DEFAULT '1', `thumb_show` smallint(6) NOT NULL DEFAULT '120', `thumb_list` smallint(6) NOT NULL DEFAULT '120', `lastitemsnumber` int(11) NOT NULL DEFAULT '0', `hotitemsnumber` int(11) NOT NULL DEFAULT '0', `endingsoonnumber` int(11) NOT NULL DEFAULT '0', `boards` enum('y','n') NOT NULL DEFAULT 'y', `wordsfilter` enum('y','n') NOT NULL DEFAULT 'y', `aboutus` enum('y','n') NOT NULL DEFAULT 'y', `aboutustext` text NOT NULL, `terms` enum('y','n') NOT NULL DEFAULT 'y', `termstext` text NOT NULL, `privacypolicy` enum('y','n') NOT NULL DEFAULT 'y', `privacypolicytext` text NOT NULL, `defaultcountry` varchar(30) NOT NULL DEFAULT '217', `defaultlanguage` char(2) NOT NULL DEFAULT 'EN', `catsorting` enum('alpha','counter') NOT NULL DEFAULT 'alpha', `usersauth` enum('y','n') NOT NULL DEFAULT 'y', `descriptiontag` text NOT NULL, `keywordstag` text NOT NULL, `maxuploadsize` int(11) NOT NULL DEFAULT '0', `contactseller` enum('always','logged','never') NOT NULL DEFAULT 'always', `theme` tinytext, `catstoshow` int(11) NOT NULL DEFAULT '0', `bn_only` enum('y','n') NOT NULL DEFAULT 'n', `users_email` enum('y','n') NOT NULL DEFAULT 'y', `boardsmsgs` int(11) NOT NULL DEFAULT '0', `activationtype` int(1) NOT NULL DEFAULT '1', `https` enum('y','n') NOT NULL DEFAULT 'n', `https_url` varchar(255) NOT NULL DEFAULT '', `bn_only_disable` enum('y','n') NOT NULL DEFAULT 'n', `bn_only_percent` int(3) NOT NULL DEFAULT '50', `buyerprivacy` enum('y','n') NOT NULL DEFAULT 'n', `cust_increment` int(1) NOT NULL DEFAULT '1', `subtitle` enum('y','n') NOT NULL DEFAULT 'y', `extra_cat` enum('y','n') NOT NULL DEFAULT 'n', `fees` enum('y','n') NOT NULL DEFAULT 'n', `fee_type` int(1) NOT NULL DEFAULT '1', `fee_max_debt` double(16,2) NOT NULL DEFAULT '25.00', `fee_signup_bonus` double(16,2) NOT NULL DEFAULT '0.00', `fee_disable_acc` enum('y','n') NOT NULL DEFAULT 'y', `tax` enum('y','n') NOT NULL DEFAULT 'n', `taxuser` enum('y','n') NOT NULL DEFAULT 'n', `ae_status` enum('y','n') NOT NULL DEFAULT 'n', `ae_timebefore` int(11) NOT NULL DEFAULT '120', `ae_extend` int(11) NOT NULL DEFAULT '300', `cache_theme` enum('y','n') NOT NULL DEFAULT 'y', `edit_starttime` int(1) NOT NULL DEFAULT '1', `banner_width` int(11) NOT NULL DEFAULT '468', `banner_height` int(11) NOT NULL DEFAULT '60', `banner_types` varchar(75) NOT NULL DEFAULT '', `counter_auctions` enum('y','n') NOT NULL DEFAULT 'y', `counter_users` enum('y','n') NOT NULL DEFAULT 'y', `counter_online` enum('y','n') NOT NULL DEFAULT 'y', `banemail` text NOT NULL, `mandatory_fields` varchar(255) NOT NULL DEFAULT '', `displayed_feilds` varchar(255) NOT NULL DEFAULT '', `ao_hpf_enabled` enum('y','n') NOT NULL DEFAULT 'y', `ao_hi_enabled` enum('y','n') NOT NULL DEFAULT 'y', `ao_bi_enabled` enum('y','n') NOT NULL DEFAULT 'y', `proxy_bidding` enum('y','n') NOT NULL DEFAULT 'y', `recaptcha_public` varchar(40) NOT NULL DEFAULT '', `recaptcha_private` varchar(40) NOT NULL DEFAULT '', `spam_sendtofriend` int(1) NOT NULL DEFAULT '1', `spam_register` int(1) NOT NULL DEFAULT '1', `mod_queue` enum('y','n') NOT NULL DEFAULT 'n', `payment_options` text NOT NULL, `autorelist` enum('y','n') NOT NULL DEFAULT 'y', `autorelist_max` int(3) NOT NULL DEFAULT '10', `invoice_yellow_line` varchar(255) NOT NULL DEFAULT '', `invoice_thankyou` varchar(255) NOT NULL DEFAULT '', `dites_upload_size` int(11) NOT NULL DEFAULT '0', `di_auctions` enum('y','n') NOT NULL DEFAULT 'n', `facebook_login` enum('y','n') NOT NULL DEFAULT 'n', `facebook_app_id` varchar(100) NOT NULL DEFAULT '', `facebook_app_secret` varchar(100) NOT NULL DEFAULT '', `admin_folder` varchar(100) NOT NULL DEFAULT '', `cookiespolicy` enum('y','n') NOT NULL DEFAULT 'y', `cookiespolicytext` text NOT NULL, `counter_users_online` enum('y','n') NOT NULL DEFAULT 'y', `item_conditions` enum('y','n') NOT NULL DEFAULT 'n', `paypal_sandbox` enum('y','n') NOT NULL DEFAULT 'n', `authnet_sandbox` enum('y','n') NOT NULL DEFAULT 'n', `worldpay_sandbox` enum('y','n') NOT NULL DEFAULT 'n', `skrill_sandbox` enum('y','n') NOT NULL DEFAULT 'n', `checkout_sandbox` enum('y','n') NOT NULL DEFAULT 'n', `dutch_auctions` enum('y','n') NOT NULL DEFAULT 'y', `expire_unpaid` int(3) NOT NULL DEFAULT '30', `cookie_name` varchar(150) NOT NULL DEFAULT '', `sessions_name` varchar(150) NOT NULL DEFAULT '', `custom_code` varchar(150) NOT NULL DEFAULT '', `cat_counters` enum('y','n') NOT NULL DEFAULT 'y', `disposable_email_block` enum('y','n') NOT NULL DEFAULT 'y', `counter_sold_items` enum('y','n') NOT NULL DEFAULT 'y', `mail_protocol` int(1) NOT NULL DEFAULT '0', `mail_parameter` varchar(128) NOT NULL, `smtp_authentication` enum('y','n') NOT NULL DEFAULT 'n', `smtp_security` enum('none','tls','ssl') NOT NULL DEFAULT 'none', `smtp_port` int(10) NOT NULL DEFAULT '25', `smtp_host` varchar(128) NOT NULL, `smtp_username` varchar(128) NOT NULL, `smtp_password` varchar(128) NOT NULL, `alert_emails` varchar(128) NOT NULL, `cronlog` enum('y','n') NOT NULL DEFAULT 'y', `encryption_key` varchar(32) NOT NULL, `cookies_directive` enum('y','n') NOT NULL DEFAULT 'y', `minimum_username_length` int(2) NOT NULL DEFAULT '6', `minimum_password_length` int(2) NOT NULL DEFAULT '6', `image_captcha_characters_length` int(2) NOT NULL DEFAULT '7', `image_captcha_width` int(3) NOT NULL DEFAULT '230', `max_image_width` int(5) NOT NULL DEFAULT '1000', `max_image_height` int(5) NOT NULL DEFAULT '800', `daylight_savings` enum('y','n') NOT NULL DEFAULT 'y', `standard_auctions` enum('y','n') NOT NULL DEFAULT 'y', `auction_setup_types` enum('0','1','2') NOT NULL DEFAULT '2', `freemaxpictures` int(11) NOT NULL DEFAULT '5', `shipping_conditions` enum('y','n') NOT NULL DEFAULT 'y', `shipping_terms` enum('y','n') NOT NULL DEFAULT 'y', `google_analytics` varchar(25) NOT NULL DEFAULT '', `watermark` varchar(255) NOT NULL DEFAULT '', `watermark_active` enum('y','n') NOT NULL DEFAULT 'n', `featureditemsnumber` int(3) NOT NULL DEFAULT '8', `upgradeAPIkey` varchar(250) NOT NULL DEFAULT '', `gateways` varchar(250) NOT NULL DEFAULT '', `encryptionType` enum('y','n') NOT NULL DEFAULT 'n', `googleMap` enum('y','n') NOT NULL DEFAULT 'n', `htmLawed_safe` int(1) NOT NULL DEFAULT '1', `htmLawed_deny_attribute` text NOT NULL, `donated` text NOT NULL, `admin_theme` tinytext ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- -- Dumping data for table `[[dbprefix]]settings` --
INSERT INTO `[[dbprefix]]settings` VALUES ('uAuctions', '[[custurl]]/', '', '5.4.0', 1, 1, 5, 1, 15, 1, 2, 2, 'GBP', '[[admin_email]]', 1, 1, 'logo.png', 0, 2, 30, 'EUR', 'An unexpected error occurred. The error has been forwarded to our technical team and will be fixed shortly', 1, 5, 2, 120, 120, 8, 8, 0, 'y', 'y', 'y', '', 'y', '', 'y', '', '217', 'EN', 'alpha', 'y', '', '', 10485760, 'always', 'default', 20, 'n', 'y', 0, 1, 'n', '', 'n', 50, 'n', 1, 'y', 'n', 'n', 1, 25.00, 0.00, 'y', 'n', 'n', 'n', 120, 300, 'y', 1, 468, 60, 'gif, jpg, jpeg, png, swf', 'y', 'y', 'y', '', 'a:7:{s:9:"birthdate";s:1:"y";s:7:"address";s:1:"y";s:4:"city";s:1:"y";s:4:"prov";s:1:"y";s:7:"country";s:1:"y";s:3:"zip";s:1:"y";s:3:"tel";s:1:"y";}', 'a:7:{s:17:"birthdate_regshow";s:1:"y";s:15:"address_regshow";s:1:"y";s:12:"city_regshow";s:1:"y";s:12:"prov_regshow";s:1:"y";s:15:"country_regshow";s:1:"y";s:11:"zip_regshow";s:1:"y";s:11:"tel_regshow";s:1:"y";}', 'y', 'y', 'y', 'y', '', '', 1, 1, 'n', 'a:2:{i:0;s:13:"Wire Transfer";i:1;s:6:"Cheque";}', 'y', 10, '', 'Thank you for shopping with us and we hope to see you return soon!', 0, 'n', 'n', '', '', 'admin', 'y', '', 'y', 'n', 'n', 'n', 'n', 'n', 'n', 'y', 60, 'uAuctions', 'uAuctions', 'uAuctions', 'y', 'y', 'y', 0, '', 'n', 'none', 25, '', '', '', '', 'y', '[[encryption_key]]', 'y', 6, 6, 7, 230, 1000, 800, 'y', 'y', '0', 5, 'y', 'y', '', '', 'n', 8, '', 'a:6:{s:6:"paypal";s:6:"PayPal";s:7:"authnet";s:13:"Authorize.net";s:8:"worldpay";s:8:"WorldPay";s:6:"skrill";s:6:"Skrill";s:11:"toocheckout";s:9:"2Checkout";s:4:"bank";s:13:"Bank Transfer";}', 'n', 'n', 1, 'id, style', 'To remove the u-Auctions copyright please donate $5.00 at www.u-auctions.com. This message will update after you have made a donation and if you are running version 5.4.0 or higher and made a donation the u-Auctions copyright will be automatically deleted in your u-Auctions script footers. INFO! The new Premium SE 1 Version was released and on sale for 75% off for 4 days hurry to get your copy befor time runs out at www.ubidzz.com', 'admin');
-- -- 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(32) NOT NULL DEFAULT '0', `seller` int(32) NOT NULL DEFAULT '0', `winner` int(32) NOT NULL DEFAULT '0', `bid` double(16,2) NOT NULL DEFAULT '0.00', `closingdate` int(15) NOT NULL DEFAULT '0', `feedback_win` tinyint(1) NOT NULL DEFAULT '0', `feedback_sel` tinyint(1) NOT NULL DEFAULT '0', `qty` int(11) NOT NULL DEFAULT '1', `paid` int(1) NOT NULL DEFAULT '0', `bf_paid` int(1) NOT NULL DEFAULT '0', `ff_paid` int(1) NOT NULL DEFAULT '1', `shipped` int(1) NOT NULL DEFAULT '0', `is_read` int(1) NOT NULL DEFAULT '0', `is_counted` enum('y','n') NOT NULL DEFAULT 'n', KEY `id` (`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 */;