Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: fresh_dbv2.sql
-- phpMyAdmin SQL Dump -- version 4.9.5 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Apr 12, 2021 at 06:59 PM -- Server version: 10.3.28-MariaDB-cll-lve -- PHP Version: 7.3.27 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; 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 utf8mb4 */; -- -- Database: `default_dbv2` -- -- -------------------------------------------------------- -- -- Table structure for table `crypto_payments` -- CREATE TABLE `crypto_payments` ( `paymentID` int(11) UNSIGNED NOT NULL, `boxID` int(11) UNSIGNED NOT NULL DEFAULT 0, `boxType` enum('paymentbox','captchabox') NOT NULL, `orderID` varchar(50) NOT NULL DEFAULT '', `userID` varchar(50) NOT NULL DEFAULT '', `countryID` varchar(3) NOT NULL DEFAULT '', `coinLabel` varchar(6) NOT NULL DEFAULT '', `amount` double(20,8) NOT NULL DEFAULT 0.00000000, `amountUSD` double(20,8) NOT NULL DEFAULT 0.00000000, `unrecognised` tinyint(1) UNSIGNED NOT NULL DEFAULT 0, `addr` varchar(34) NOT NULL DEFAULT '', `txID` char(64) NOT NULL DEFAULT '', `txDate` datetime DEFAULT NULL, `txConfirmed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0, `txCheckDate` datetime DEFAULT NULL, `processed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0, `processedDate` datetime DEFAULT NULL, `recordCreated` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_admin` -- CREATE TABLE `tbl_gf_admin` ( `AdminId` int(10) UNSIGNED NOT NULL, `FirstName` varchar(50) NOT NULL, `LastName` varchar(50) NOT NULL, `AdminUserName` varchar(50) NOT NULL, `AdminUserPassword` varchar(200) NOT NULL, `IsAdmin` tinyint(1) DEFAULT 0, `DisableAdmin` tinyint(4) DEFAULT NULL, `Phone` varchar(50) DEFAULT NULL, `RoleId` int(11) DEFAULT 0, `GAuthSecret` varchar(100) DEFAULT NULL, `GoogleAuth` tinyint(4) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_admin` -- INSERT INTO `tbl_gf_admin` (`AdminId`, `FirstName`, `LastName`, `AdminUserName`, `AdminUserPassword`, `IsAdmin`, `DisableAdmin`, `Phone`, `RoleId`, `GAuthSecret`, `GoogleAuth`) VALUES (1, 'Super', 'Admin', 'gsmtool', '$2a$08$z1jqbxB.6unADOX88w6DoOaPK0PWcfTP7fF/Objano57oT0VD/Hgy', 1, 0, '000000', 0, 'D488PlSqJeV8ClZhYDqONx81iGP1TZd6XN5srjy0b4ljKh32+E0IX1l0', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_admin_api_ips` -- CREATE TABLE `tbl_gf_admin_api_ips` ( `Id` int(11) NOT NULL, `IP` varchar(50) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_admin_login_log` -- CREATE TABLE `tbl_gf_admin_login_log` ( `Id` int(11) NOT NULL, `AdminId` int(11) DEFAULT NULL, `LoginTime` datetime DEFAULT NULL, `LogoutTime` datetime DEFAULT NULL, `IP` varchar(50) DEFAULT NULL, `CldFrm` tinyint(4) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_admin_login_log` -- INSERT INTO `tbl_gf_admin_login_log` (`Id`, `AdminId`, `LoginTime`, `LogoutTime`, `IP`, `CldFrm`) VALUES (1, 1, '2021-04-12 14:34:10', NULL, '111.119.187.60', 1), (2, 1, '2021-04-12 17:17:18', NULL, '72.255.7.248', 1), (3, 1, '2021-04-12 17:19:02', NULL, '190.109.199.121', 1), (4, 1, '2021-04-12 17:42:29', NULL, '190.109.199.121', 1), (5, 1, '2021-04-12 17:43:04', NULL, '190.109.199.121', 1), (6, 1, '2021-04-12 17:54:50', NULL, '186.18.28.23', 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_allowed_ips` -- CREATE TABLE `tbl_gf_allowed_ips` ( `Id` int(11) NOT NULL, `IP` varchar(100) DEFAULT NULL, `IPType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_allow_ips` -- CREATE TABLE `tbl_gf_allow_ips` ( `Id` int(11) NOT NULL, `IP` varchar(250) CHARACTER SET utf8 DEFAULT NULL, `UserId` int(11) DEFAULT NULL, `Comments` text DEFAULT NULL, `DtTm` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_alternate_apis` -- CREATE TABLE `tbl_gf_alternate_apis` ( `AltAPISrvcId` int(11) NOT NULL, `AltServiceId` int(11) DEFAULT NULL, `AltAPIId` int(11) DEFAULT NULL, `AltAPIServiceId` int(11) DEFAULT NULL, `AltServiceType` tinyint(1) DEFAULT 0, `AltAPISortBy` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_analytics` -- CREATE TABLE `tbl_gf_analytics` ( `Id` int(11) NOT NULL, `Code` text DEFAULT NULL, `DisableCode` tinyint(1) DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_api` -- CREATE TABLE `tbl_gf_api` ( `APIId` int(11) NOT NULL, `APITitle` varchar(150) DEFAULT NULL, `DisableAPI` tinyint(1) DEFAULT 0, `APIKey` varchar(255) DEFAULT NULL, `ServerURL` varchar(100) DEFAULT NULL, `AccountId` varchar(100) DEFAULT NULL, `APIAction` varchar(100) DEFAULT NULL, `ResponseURL` varchar(100) DEFAULT NULL, `ServiceId` varchar(50) DEFAULT NULL, `SendExternalId` tinyint(4) DEFAULT 0, `APIType` tinyint(1) DEFAULT 0, `SystemAPI` tinyint(1) DEFAULT 0, `APIKey2` varchar(100) DEFAULT NULL, `APIPassword` varchar(100) DEFAULT NULL, `APIServiceType` varchar(5) DEFAULT '1,1,1', `ThresholdAmount` float DEFAULT NULL, `ThresholdEmails` varchar(255) DEFAULT NULL, `APIInUse` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_api` -- INSERT INTO `tbl_gf_api` (`APIId`, `APITitle`, `DisableAPI`, `APIKey`, `ServerURL`, `AccountId`, `APIAction`, `ResponseURL`, `ServiceId`, `SendExternalId`, `APIType`, `SystemAPI`, `APIKey2`, `APIPassword`, `APIServiceType`, `ThresholdAmount`, `ThresholdEmails`, `APIInUse`) VALUES (1, 'gsmhnfile.com', 0, NULL, 'https://gsmhnfile.com/api/v1/', '', '', '', '', 1, 0, 0, '', '', '1,1,1', 0, '', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_api_brands` -- CREATE TABLE `tbl_gf_api_brands` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `BrandId` int(11) DEFAULT NULL, `Brand` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_api_custom_fields` -- CREATE TABLE `tbl_gf_api_custom_fields` ( `Id` int(11) NOT NULL, `ApiId` int(11) DEFAULT NULL, `ServiceId` int(11) DEFAULT NULL, `PackId` int(11) DEFAULT NULL, `PackType` int(11) DEFAULT NULL, `FieldLabel` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `FieldName` varchar(255) CHARACTER SET latin1 DEFAULT NULL, `FieldType` varchar(255) CHARACTER SET latin1 DEFAULT NULL, `MinQnt` int(11) DEFAULT NULL, `MaxQnt` int(11) DEFAULT NULL, `UserCreated` tinyint(1) DEFAULT 0, `Bulk` tinyint(1) DEFAULT 0, `MinLen` int(11) DEFAULT NULL, `MaxLen` int(11) DEFAULT NULL, `IsCustomIMEI` tinyint(1) DEFAULT 0, `AllowDigits` tinyint(1) DEFAULT 0, `AllowSmallAlphabets` tinyint(1) DEFAULT 0, `AllowCapitalAlphabets` tinyint(1) DEFAULT 0, `Description` varchar(255) CHARACTER SET latin1 DEFAULT NULL, `CustomField` tinyint(1) DEFAULT 0, `UseAsQuantity` tinyint(1) DEFAULT 0, `UseAsIMEI` tinyint(4) DEFAULT 0, `IsDeleted` tinyint(1) DEFAULT 0, `FieldOptions` varchar(255) CHARACTER SET latin1 DEFAULT NULL, `Required` tinyint(1) DEFAULT NULL, `CreatedAt` datetime DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_api_models` -- CREATE TABLE `tbl_gf_api_models` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `BrandId` int(11) DEFAULT NULL, `ModelId` int(11) DEFAULT NULL, `Model` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_api_srv_history` -- CREATE TABLE `tbl_gf_api_srv_history` ( `Id` int(11) NOT NULL, `PackageId` int(11) NOT NULL, `DtTm` datetime NOT NULL, `ServiceType` tinyint(4) NOT NULL DEFAULT 0, `APIId` int(11) DEFAULT 0, `APIServiceId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_banner` -- CREATE TABLE `tbl_gf_banner` ( `BannerId` int(11) NOT NULL, `BannerTitle` varchar(50) DEFAULT NULL, `BannerPath` varchar(255) DEFAULT NULL, `DisableBanner` tinyint(1) DEFAULT NULL, `BannerTitle_Local` varchar(100) DEFAULT NULL, `OrderBy` tinyint(2) DEFAULT 0, `Detail` text DEFAULT NULL, `BannerType` tinyint(1) DEFAULT 0, `URL` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_banner` -- INSERT INTO `tbl_gf_banner` (`BannerId`, `BannerTitle`, `BannerPath`, `DisableBanner`, `BannerTitle_Local`, `OrderBy`, `Detail`, `BannerType`, `URL`) VALUES (1, 'Welcome to GSM Fastest', 'banners/1.jpg', 1, '', 0, '<p>all box's dongle activation instant / we can ship all box's and dongle worldwide</p>\r\n', 0, ''), (15, 'Ebanner1', 'banners/15.jpeg', 0, NULL, 0, '', 1, ''), (16, 'Ebanner2', 'banners/16.jpeg', 0, NULL, 0, '', 1, ''), (2, 'WorldWide Samsung ', 'banners/2.jpg', 1, NULL, 4, '<p>Info service</p>\r\n', 0, ''), (3, 'iPhone Unlocking', 'banners/3.jpg', 1, NULL, 6, '<p>Instant Delivery on All iPhone Unlocking Networks!</p>\r\n', 0, NULL), (11, 'LG', 'banners/11.jpeg', 1, NULL, 1, '', 0, ''), (12, 'Banner3', 'banners/12.jpeg', 0, NULL, 0, '', 1, ''), (13, 'banner4', 'banners/13.jpeg', 0, NULL, 0, '', 1, ''), (14, 'banner5', 'banners/14.jpeg', 0, NULL, 0, '', 1, ''), (17, ' test', 'banners/17.jpg', 1, NULL, 2, '', 0, ''), (18, 'some banner', 'banners/18.jpg', 1, NULL, 5, '', 0, ''), (19, ' test', 'banners/19.jpg', 1, NULL, 3, '', 0, ''), (20, ' ', 'banners/20.jpg', 1, NULL, 0, '', 0, ''), (21, 'v2 banner 1', 'banners/21.jpg', 0, NULL, 0, '', 0, ''), (22, 'v2 banner 2', 'banners/22.jpg', 0, NULL, 0, '', 0, ''), (23, 'v2 banner 3', 'banners/23.jpg', 0, NULL, 0, '', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_blocked_ips` -- CREATE TABLE `tbl_gf_blocked_ips` ( `Id` int(11) NOT NULL, `IP` varchar(50) DEFAULT NULL, `UserId` int(11) DEFAULT NULL, `Comments` text DEFAULT NULL, `DtTm` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_brands` -- CREATE TABLE `tbl_gf_brands` ( `brand_id` int(11) NOT NULL, `brand_title` varchar(250) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_brand_logos` -- CREATE TABLE `tbl_gf_brand_logos` ( `Id` int(11) NOT NULL, `BrandImage` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_brand_models` -- CREATE TABLE `tbl_gf_brand_models` ( `model_id` int(11) NOT NULL, `model_title` varchar(250) NOT NULL, `brand_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_carriers` -- CREATE TABLE `tbl_gf_carriers` ( `CarrierId` int(11) NOT NULL, `CountryId` int(11) NOT NULL, `Carrier` varchar(100) DEFAULT NULL, `DisableCarrier` tinyint(1) DEFAULT 0, `OrderBy` tinyint(4) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_cart` -- CREATE TABLE `tbl_gf_cart` ( `CartId` int(11) NOT NULL, `OrderId` int(11) DEFAULT 0, `ProductId` int(11) NOT NULL DEFAULT 0, `Price` float DEFAULT 0, `Quantity` tinyint(3) DEFAULT 1, `S4L1B6G0W3Z4K2S3P1` varchar(100) DEFAULT NULL, `M1G7N1F3I2F5T4U1D1` varchar(100) DEFAULT NULL, `W7A1Z0Q6R9H7T8M5L5` varchar(100) DEFAULT NULL, `K9O5B0U4T1Q9O8V5W2` varchar(100) DEFAULT NULL, `PromoDiscount` float DEFAULT 0, `Z7C0C2E8U0Z6V9O4U6` varchar(255) DEFAULT NULL, `Z0E3E4T1E5F0E8A5I2` varchar(255) DEFAULT NULL, `K1J4K0O2C3W5M5C8O0` varchar(255) DEFAULT NULL, `N4B2M2P3R3U4G0B6Q5` varchar(255) DEFAULT NULL, `N1R1Y6S8P2I1I8G0V3` varchar(255) DEFAULT NULL, `Q4X9P2D4I3X8Y1N6E8` varchar(255) DEFAULT NULL, `U9V2Z4E1P9M3J6H8Z1` varchar(255) DEFAULT NULL, `H5Y6U9D2Y7L4X0G9G7` varchar(255) DEFAULT NULL, `T7N5P6M1B1B8M1R7D1` varchar(255) DEFAULT NULL, `F9H7Y6U3L0U2P4N6N7` varchar(255) DEFAULT NULL, `I9K9P9N5R7W6I9J0B7` varchar(255) DEFAULT NULL, `R9G7Q0G2J5S9H7A4P4` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_category` -- CREATE TABLE `tbl_gf_category` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT NULL, `HTMLTitle` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SEOURLName` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaKW` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaTags` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Description` text DEFAULT NULL, `ArchivedCategory` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_client_menu` -- CREATE TABLE `tbl_gf_client_menu` ( `id` int(11) NOT NULL, `dashboard` varchar(100) DEFAULT NULL, `ordernow` varchar(100) DEFAULT NULL, `imeiservices` varchar(100) DEFAULT NULL, `fileservices` varchar(100) DEFAULT NULL, `serverservices` varchar(100) DEFAULT NULL, `orderhistory` varchar(100) DEFAULT NULL, `imeiorders` varchar(100) DEFAULT NULL, `fileorders` varchar(100) DEFAULT NULL, `serverorders` varchar(100) DEFAULT NULL, `tickets` varchar(100) DEFAULT NULL, `submitticket` varchar(100) DEFAULT NULL, `mytickets` varchar(100) DEFAULT NULL, `invoices` varchar(100) DEFAULT NULL, `clientinvoices` varchar(100) DEFAULT NULL, `admininvoices` varchar(100) DEFAULT NULL, `addcredits` varchar(100) DEFAULT NULL, `myprofile` varchar(100) DEFAULT NULL, `changepassword` varchar(100) DEFAULT NULL, `loginhistory` varchar(100) DEFAULT NULL, `transfercredits` varchar(100) DEFAULT NULL, `thresholdamount` varchar(100) DEFAULT NULL, `mystatement` varchar(100) DEFAULT NULL, `productsandservices` varchar(100) DEFAULT NULL, `downloads` varchar(100) DEFAULT NULL, `logout` varchar(100) DEFAULT NULL, `home` varchar(100) DEFAULT NULL, `register` varchar(100) DEFAULT NULL, `login` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_client_prices_notice` -- CREATE TABLE `tbl_gf_client_prices_notice` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `UserId` int(11) NOT NULL, `ServiceType` tinyint(1) DEFAULT 0, `Message` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_codes` -- CREATE TABLE `tbl_gf_codes` ( `CodeId` int(11) NOT NULL, `UserId` int(11) DEFAULT 0, `PhoneLockedOn` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '', `ModelNo` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '', `IMEINo` varchar(75) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `bulkIMEINo` varchar(555) NOT NULL, `csutomIMEINo` varchar(555) NOT NULL, `PackageId` int(11) NOT NULL DEFAULT 0, `PersonalRecord` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CountryId` int(11) DEFAULT 0, `CodeStatusId` tinyint(2) NOT NULL DEFAULT 0, `RequestedAt` datetime DEFAULT NULL, `Day` varchar(10) DEFAULT NULL, `Month` varchar(10) DEFAULT NULL, `Year` varchar(10) DEFAULT NULL, `Credits` float DEFAULT 0, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CodeSentToOtherServer` tinyint(4) DEFAULT NULL, `MessageFromServer` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Code` text DEFAULT NULL, `OrderIdFromServer` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CheckDuplication` tinyint(1) DEFAULT 1, `Mep` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Model` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SerialNo` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ServiceId` varchar(50) DEFAULT NULL, `ModelId` varchar(50) DEFAULT NULL, `ProviderId` varchar(50) DEFAULT NULL, `OperatorId` varchar(50) DEFAULT NULL, `MobileId` varchar(50) DEFAULT NULL, `PRD` varchar(50) DEFAULT NULL, `PIN` varchar(50) DEFAULT NULL, `KBH` varchar(50) DEFAULT NULL, `OtherId` varchar(50) DEFAULT NULL, `OtherValue` varchar(150) DEFAULT NULL, `ZTE` varchar(50) DEFAULT NULL, `MType` varchar(50) DEFAULT NULL, `Network` varchar(50) DEFAULT NULL, `Locks` varchar(50) DEFAULT NULL, `Downloaded` tinyint(1) DEFAULT 0, `Archived` tinyint(1) DEFAULT 0, `AdminArchived` tinyint(1) DEFAULT 0, `AlternateEmail` varchar(100) DEFAULT NULL, `Verify` tinyint(1) DEFAULT 0, `IP` varchar(30) DEFAULT NULL, `VerifyIP` varchar(30) DEFAULT NULL, `ShowToSupplier` tinyint(4) DEFAULT 0, `Payout` float DEFAULT NULL, `SupplierId` int(11) DEFAULT NULL, `OrderAPIId` int(11) DEFAULT NULL, `OrderAPIURL` varchar(100) DEFAULT NULL, `OrderAPIUserName` varchar(100) DEFAULT NULL, `OrderAPIType` int(11) DEFAULT NULL, `OrderAPIKey` varchar(255) DEFAULT NULL, `OrderAPIServiceId` varchar(100) DEFAULT NULL, `ReplyDtTm` datetime DEFAULT NULL, `HiddenStatus` tinyint(1) DEFAULT 0, `Refunded` tinyint(4) DEFAULT 0, `CancelledByUser` tinyint(1) DEFAULT 0, `CalculatePreCode` tinyint(1) DEFAULT 0, `Comments1` text DEFAULT NULL, `Profit` float DEFAULT 0, `CostPrice` float DEFAULT 0, `OrderCostPrice` float DEFAULT 0, `newtextfield` varchar(100) DEFAULT NULL, `dd` varchar(100) DEFAULT NULL, `OrderPlcdFrm` tinyint(1) DEFAULT 0, `serialno_Z2O5` varchar(100) DEFAULT NULL, `productidcode_E0U2` varchar(100) DEFAULT NULL, `phoneno_C2Q9` varchar(100) DEFAULT NULL, `meid_Z5H1` varchar(100) DEFAULT NULL, `country_V6A3` varchar(100) DEFAULT NULL, `network_S4A4` varchar(100) DEFAULT NULL, `providerid_H1Y9` varchar(100) DEFAULT NULL, `mepcode_J8G4` varchar(100) DEFAULT NULL, `prdnumber_Q3V3` varchar(100) DEFAULT NULL, `checkmendreport_V7B8` varchar(100) DEFAULT NULL, `modelno_T3R8` varchar(100) DEFAULT NULL, `icloudemailid_G0D4` varchar(100) DEFAULT NULL, `udid_I1A9` varchar(100) DEFAULT NULL, `kbhkrh_B7K3` varchar(100) DEFAULT NULL, `imageurl_F8O2` varchar(100) DEFAULT NULL, `sentpictures_L1T0` varchar(100) DEFAULT NULL, `mepcodes_P7Y0` varchar(100) DEFAULT NULL, `prdcodes_D3O0` varchar(100) DEFAULT NULL, `CustomFldLbl` varchar(100) DEFAULT NULL, `OrderType` tinyint(1) DEFAULT 0, `ResponseDelayTm` int(4) DEFAULT 0, `CronDelayTm` int(4) DEFAULT 1, `OrderAPIName` varchar(100) DEFAULT NULL, `U4G4T7U9K8R6F3L1J9` varchar(100) DEFAULT NULL, `N2B4R0Y7T4W5D0I4K3` varchar(100) DEFAULT NULL, `OrderData` text DEFAULT NULL, `VerifyData` text DEFAULT NULL, `LinkedOrderId` int(11) DEFAULT 0, `AltAPIIds` varchar(75) DEFAULT '0', `LastUpdatedBy` varchar(50) DEFAULT '', `E4C6G0W5U1K0X4K7P5` varchar(100) DEFAULT NULL, `Q4X7N6P2D5U4Q4U4G7` varchar(100) DEFAULT NULL, `S9Z5X9R6B4M8C9J5L5` text DEFAULT NULL, `Y1S9G8O0G7U3L5O0J9` varchar(100) DEFAULT NULL, `O9N7W0F1N0E8L2V0U9` varchar(100) DEFAULT NULL, `F0O6I9O9F2P8F4H5M6` varchar(255) DEFAULT NULL, `Q2Y9P4W8E2I4A9I0Q5` varchar(255) DEFAULT NULL, `L0Z0Z9F8X3H5A3G3W9` text DEFAULT NULL, `A7G1Q6U1M3W9V1W4L1` varchar(255) DEFAULT NULL, `X2Z8Q6F8V5M8V0K9I5` varchar(255) DEFAULT NULL, `N2E9M8K9T7X7Z5R6O5` varchar(255) DEFAULT NULL, `E4J2K7C2T2R8Q8G8B9` varchar(255) DEFAULT NULL, `IMEI_2` varchar(255) DEFAULT NULL, `TOKEN` text DEFAULT NULL, `ID_INFO` varchar(255) DEFAULT NULL, `IMEI_OR_SERIAL` varchar(255) DEFAULT NULL, `MI_ID` varchar(255) DEFAULT NULL, `TOKEN_6152` varchar(255) DEFAULT NULL, `DEV_2497` varchar(255) DEFAULT NULL, `USERNAME_3063` varchar(255) DEFAULT NULL, `LOGIN_ACCOUNT_7958` varchar(50) DEFAULT NULL, `LOGIN_PASSWORD_5015` varchar(50) DEFAULT NULL, `LOGIN_ACCOUNT_8844` varchar(50) DEFAULT NULL, `USERNAME` varchar(50) DEFAULT NULL, `SERIAL_NO` varchar(50) DEFAULT NULL ) ENGINE=INNODB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_codes_slbf` -- CREATE TABLE `tbl_gf_codes_slbf` ( `CodeId` int(11) NOT NULL, `UserId` int(11) DEFAULT 0, `HashValue` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `IMEINo` varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `PackageId` int(11) NOT NULL DEFAULT 0, `CodeStatusId` tinyint(2) NOT NULL DEFAULT 1, `RequestedAt` datetime DEFAULT NULL, `Day` varchar(10) DEFAULT NULL, `Month` varchar(10) DEFAULT NULL, `Year` varchar(10) DEFAULT NULL, `Credits` float DEFAULT 0, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Code` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CheckDuplication` tinyint(1) DEFAULT 1, `CodeFile` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `FileName` varchar(500) DEFAULT NULL, `Archived` tinyint(1) DEFAULT 0, `AdminArchived` tinyint(1) DEFAULT 0, `CodeSentToOtherServer` tinyint(1) DEFAULT 0, `MessageFromServer` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `OrderIdFromServer` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Verify` tinyint(1) DEFAULT 0, `AlternateEmail` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `IP` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `VerifyIP` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ShowToSupplier` tinyint(4) DEFAULT 0, `Payout` float DEFAULT NULL, `SupplierId` int(11) DEFAULT NULL, `OrderAPIId` int(11) DEFAULT NULL, `OrderAPIURL` varchar(100) DEFAULT NULL, `OrderAPIUserName` varchar(100) DEFAULT NULL, `OrderAPIType` int(11) DEFAULT NULL, `OrderAPIKey` varchar(255) DEFAULT NULL, `OrderAPIServiceId` varchar(50) DEFAULT NULL, `ReplyDtTm` datetime DEFAULT NULL, `HiddenStatus` tinyint(1) DEFAULT 0, `Refunded` tinyint(4) DEFAULT 0, `CancelledByUser` tinyint(1) DEFAULT 0, `FileContents` text DEFAULT NULL, `CalculatePreCode` tinyint(1) DEFAULT 0, `Comments1` text DEFAULT NULL, `CostPrice` float DEFAULT 0, `Profit` float DEFAULT 0, `OrderCostPrice` float DEFAULT 0, `OrderType` tinyint(1) DEFAULT 0, `ResponseDelayTm` int(4) DEFAULT 0, `CronDelayTm` int(4) DEFAULT 1, `OrderAPIName` varchar(100) DEFAULT NULL, `OrderAPIKey2` varchar(50) DEFAULT NULL, `OrderAPIPassword` varchar(50) DEFAULT NULL, `VerifyData` text DEFAULT NULL, `LinkedOrderId` int(11) DEFAULT 0, `LastUpdatedBy` varchar(50) DEFAULT '', `ReplyFile` varchar(100) DEFAULT NULL ) ENGINE=INNODB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_code_status` -- CREATE TABLE `tbl_gf_code_status` ( `CodeStatusId` int(11) NOT NULL, `CodeStatus` varchar(50) DEFAULT NULL, `DisableCodeStatus` tinyint(1) DEFAULT 0, `CodeStatus_Local` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_code_status` -- INSERT INTO `tbl_gf_code_status` (`CodeStatusId`, `CodeStatus`, `DisableCodeStatus`, `CodeStatus_Local`) VALUES (1, 'Pending', 0, ''), (2, 'Completed', 0, ''), (3, 'Rejected', 0, ''), (4, 'In Process', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_configuration` -- CREATE TABLE `tbl_gf_configuration` ( `ConfigurationId` int(11) NOT NULL, `AllowDuplicateIMEIs` tinyint(1) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_copyrights` -- CREATE TABLE `tbl_gf_copyrights` ( `CopyRightTextId` int(11) NOT NULL, `CopyRightText` varchar(255) DEFAULT NULL, `DisableCopyRightText` tinyint(1) DEFAULT 0, `CopyrightText_Local` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_copyrights` -- INSERT INTO `tbl_gf_copyrights` (`CopyRightTextId`, `CopyRightText`, `DisableCopyRightText`, `CopyrightText_Local`) VALUES (1, '2016 © Futuelink FZE Trading', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_countries` -- CREATE TABLE `tbl_gf_countries` ( `CountryId` int(11) NOT NULL, `Country` varchar(50) DEFAULT NULL, `DisableCountry` tinyint(1) DEFAULT 0, `ISO` varchar(3) DEFAULT NULL, `BlockedPMethodIds` varchar(100) DEFAULT NULL, `ISO3` varchar(3) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_countries` -- INSERT INTO `tbl_gf_countries` (`CountryId`, `Country`, `DisableCountry`, `ISO`, `BlockedPMethodIds`, `ISO3`) VALUES (1, 'Afghanistan', 0, 'AF', NULL, 'AFG'), (2, 'Albania', 0, 'AL', NULL, 'ALB'), (3, 'Algeria', 0, 'DZ', NULL, 'DZA'), (4, 'American Samoa', 0, 'AS', NULL, 'ASM'), (5, 'Andorra', 0, 'AD', NULL, 'AND'), (6, 'Angola', 0, 'AO', NULL, 'AGO'), (7, 'Anguilla', 0, 'AI', NULL, 'AIA'), (8, 'Antarctica', 0, 'AQ', NULL, 'ATA'), (9, 'Antigua and Barbuda', 0, 'AG', NULL, 'ATG'), (10, 'Argentina', 0, 'AR', NULL, 'ARG'), (11, 'Armenia', 0, 'AM', NULL, 'ARM'), (12, 'Aruba', 0, 'AW', NULL, 'ABW'), (13, 'Australia', 0, 'AU', '', 'AUS'), (14, 'Austria', 0, 'AT', NULL, 'AUT'), (15, 'Azerbaijan', 0, 'AZ', NULL, 'AZE'), (16, 'Bahamas', 0, 'BS', NULL, 'BHS'), (17, 'Bahrain', 0, 'BH', NULL, 'BHR'), (18, 'Bangladesh', 0, 'BD', NULL, 'BGD'), (19, 'Barbados', 0, 'BB', NULL, 'BRB'), (20, 'Belarus', 0, 'BY', NULL, 'BLR'), (21, 'Belgium', 0, 'BE', NULL, 'BEL'), (22, 'Belize', 0, 'BZ', NULL, 'BLZ'), (23, 'Benin', 0, 'BJ', NULL, 'BEN'), (24, 'Bermuda', 0, 'BM', NULL, 'BMU'), (25, 'Bhutan', 0, 'BT', NULL, 'BTN'), (26, 'Bolivia', 0, 'BO', NULL, 'BOL'), (27, 'Bosnia and Herzegovina', 0, 'BA', NULL, 'BIH'), (28, 'Botswana', 0, 'BW', NULL, 'BWA'), (29, 'Bouvet Island', 0, 'BV', NULL, 'BVT'), (30, 'Brazil', 0, 'BR', NULL, 'BRA'), (31, 'British Indian Ocean Territory', 0, 'IO', NULL, 'IOT'), (32, 'Brunei Darussalam', 0, 'BN', NULL, 'BRN'), (33, 'Bulgaria', 0, 'BG', NULL, 'BGR'), (34, 'Burkina Faso', 0, 'BF', NULL, 'BFA'), (35, 'Burundi', 0, 'BI', NULL, 'BDI'), (36, 'Cambodia', 0, 'KH', NULL, 'KHM'), (37, 'Cameroon', 0, 'CM', NULL, 'CMR'), (38, 'Canada', 0, 'CA', NULL, 'CAN'), (39, 'Cape Verde', 0, 'CV', NULL, 'CPV'), (40, 'Cayman Islands', 0, 'KY', NULL, 'CYM'), (41, 'Central African Republic', 0, 'CF', NULL, 'CAF'), (42, 'Chad', 0, 'TD', NULL, 'TCD'), (43, 'Chile', 0, 'CL', NULL, 'CHL'), (44, 'China', 0, 'CN', NULL, 'CHN'), (45, 'Christmas Island', 0, 'CX', NULL, 'CXR'), (46, 'Cocos (Keeling) Islands', 0, 'CC', NULL, 'CCK'), (47, 'Colombia', 0, 'CO', NULL, 'COL'), (48, 'Comoros', 0, 'KM', NULL, 'COM'), (49, 'Congo', 0, 'CG', NULL, 'COG'), (50, 'Congo, the Democratic Republic of the', 0, 'CD', NULL, 'COD'), (51, 'Cook Islands', 0, 'CK', NULL, 'COK'), (52, 'Costa Rica', 0, 'CR', NULL, 'CRI'), (53, 'Cote D\'Ivoire', 0, 'CI', NULL, 'CIV'), (54, 'Croatia', 0, 'HR', NULL, 'HRV'), (55, 'Cuba', 0, 'CU', NULL, 'CUB'), (56, 'Cyprus', 0, 'CY', NULL, 'CYP'), (57, 'Czech Republic', 0, 'CZ', NULL, 'CZE'), (58, 'Denmark', 0, 'DK', NULL, 'DNK'), (59, 'Djibouti', 0, 'DJ', NULL, 'DJI'), (60, 'Dominica', 0, 'DM', NULL, 'DMA'), (61, 'Dominican Republic', 0, 'DO', NULL, 'DOM'), (62, 'Ecuador', 0, 'EC', NULL, 'ECU'), (63, 'Egypt', 0, 'EG', NULL, 'EGY'), (64, 'El Salvador', 0, 'SV', NULL, 'SLV'), (65, 'Equatorial Guinea', 0, 'GQ', NULL, 'GNQ'), (66, 'Eritrea', 0, 'ER', NULL, 'ERI'), (67, 'Estonia', 0, 'EE', NULL, 'EST'), (68, 'Ethiopia', 0, 'ET', NULL, 'ETH'), (69, 'Falkland Islands (Malvinas)', 0, 'FK', NULL, 'FLK'), (70, 'Faroe Islands', 0, 'FO', NULL, 'FRO'), (71, 'Fiji', 0, 'FJ', NULL, 'FJI'), (72, 'Finland', 0, 'FI', NULL, 'FIN'), (73, 'France', 0, 'FR', NULL, 'FRA'), (74, 'French Guiana', 0, 'GF', NULL, 'GUF'), (75, 'French Polynesia', 0, 'PF', NULL, 'PYF'), (76, 'French Southern Territories', 0, 'TF', NULL, 'ATF'), (77, 'Gabon', 0, 'GA', NULL, 'GAB'), (78, 'Gambia', 0, 'GM', NULL, 'GMB'), (79, 'Georgia', 0, 'GE', NULL, 'GEO'), (80, 'Germany', 0, 'DE', NULL, 'DEU'), (81, 'Ghana', 0, 'GH', '', 'GHA'), (82, 'Gibraltar', 0, 'GI', NULL, 'GIB'), (83, 'Greece', 0, 'GR', NULL, 'GRC'), (84, 'Greenland', 0, 'GL', NULL, 'GRL'), (85, 'Grenada', 0, 'GD', NULL, 'GRD'), (86, 'Guadeloupe', 0, 'GP', NULL, 'GLP'), (87, 'Guam', 0, 'GU', NULL, 'GUM'), (88, 'Guatemala', 0, 'GT', NULL, 'GTM'), (89, 'Guinea', 0, 'GN', NULL, 'GIN'), (90, 'Guinea-Bissau', 0, 'GW', NULL, 'GNB'), (91, 'Guyana', 0, 'GY', NULL, 'GUY'), (92, 'Haiti', 0, 'HT', '', 'HTI'), (93, 'Heard Island and Mcdonald Islands', 0, 'HM', NULL, 'HMD'), (94, 'Holy See (Vatican City State)', 0, 'VA', NULL, 'VAT'), (95, 'Honduras', 0, 'HN', NULL, 'HND'), (96, 'Hong Kong', 0, 'HK', NULL, 'HKG'), (97, 'Hungary', 0, 'HU', NULL, 'HUN'), (98, 'Iceland', 0, 'IS', NULL, 'ISL'), (99, 'India', 0, 'IN', NULL, 'IND'), (100, 'Indonesia', 0, 'ID', NULL, 'IDN'), (101, 'Iran, Islamic Republic of', 0, 'IR', '', 'IRN'), (102, 'Iraq', 0, 'IQ', '', 'IRQ'), (103, 'Ireland', 0, 'IE', NULL, 'IRL'), (104, 'Israel', 0, 'IL', NULL, 'ISR'), (105, 'Italy', 0, 'IT', NULL, 'ITA'), (106, 'Jamaica', 0, 'JM', NULL, 'JAM'), (107, 'Japan', 0, 'JP', NULL, 'JPN'), (108, 'Jordan', 0, 'JO', NULL, 'JOR'), (109, 'Kazakhstan', 0, 'KZ', NULL, 'KAZ'), (110, 'Kenya', 0, 'KE', NULL, 'KEN'), (111, 'Kiribati', 0, 'KI', NULL, 'KIR'), (112, 'Korea, Democratic People\'s Republic of', 0, 'KP', NULL, 'PRK'), (113, 'Korea, Republic of', 0, 'KR', NULL, 'KOR'), (114, 'Kuwait', 0, 'KW', NULL, 'KWT'), (115, 'Kyrgyzstan', 0, 'KG', NULL, 'KGZ'), (116, 'Lao People\'s Democratic Republic', 0, 'LA', NULL, 'LAO'), (117, 'Latvia', 0, 'LV', NULL, 'LVA'), (118, 'Lebanon', 0, 'LB', NULL, 'LBN'), (119, 'Lesotho', 0, 'LS', NULL, 'LSO'), (120, 'Liberia', 0, 'LR', NULL, 'LBR'), (121, 'Libyan Arab Jamahiriya', 0, 'LY', NULL, 'LBY'), (122, 'Liechtenstein', 0, 'LI', NULL, 'LIE'), (123, 'Lithuania', 0, 'LT', NULL, 'LTU'), (124, 'Luxembourg', 0, 'LU', NULL, 'LUX'), (125, 'Macao', 0, 'MO', NULL, 'MAC'), (126, 'Macedonia, the Former Yugoslav Republic of', 0, 'MK', NULL, 'MKD'), (127, 'Madagascar', 0, 'MG', NULL, 'MDG'), (128, 'Malawi', 0, 'MW', NULL, 'MWI'), (129, 'Malaysia', 0, 'MY', NULL, 'MYS'), (130, 'Maldives', 0, 'MV', NULL, 'MDV'), (131, 'Mali', 0, 'ML', NULL, 'MLI'), (132, 'Malta', 0, 'MT', NULL, 'MLT'), (133, 'Marshall Islands', 0, 'MH', NULL, 'MHL'), (134, 'Martinique', 0, 'MQ', NULL, 'MTQ'), (135, 'Mauritania', 0, 'MR', NULL, 'MRT'), (136, 'Mauritius', 0, 'MU', NULL, 'MUS'), (137, 'Mayotte', 0, 'YT', NULL, 'MYT'), (138, 'Mexico', 0, 'MX', NULL, 'MEX'), (139, 'Micronesia, Federated States of', 0, 'FM', NULL, 'FSM'), (140, 'Moldova, Republic of', 0, 'MD', NULL, 'MDA'), (141, 'Monaco', 0, 'MC', NULL, 'MCO'), (142, 'Mongolia', 0, 'MN', NULL, 'MNG'), (143, 'Montserrat', 0, 'MS', NULL, 'MSR'), (144, 'Morocco', 0, 'MA', '', 'MAR'), (145, 'Mozambique', 0, 'MZ', NULL, 'MOZ'), (146, 'Myanmar', 0, 'MM', NULL, 'MMR'), (147, 'Namibia', 0, 'NA', NULL, 'NAM'), (148, 'Nauru', 0, 'NR', NULL, 'NRU'), (149, 'Nepal', 0, 'NP', NULL, 'NPL'), (150, 'Netherlands', 0, 'NL', NULL, 'NLD'), (151, 'Netherlands Antilles', 0, 'AN', NULL, 'ANT'), (152, 'New Caledonia', 0, 'NC', NULL, 'NCL'), (153, 'New Zealand', 0, 'NZ', NULL, 'NZL'), (154, 'Nicaragua', 0, 'NI', NULL, 'NIC'), (155, 'Niger', 0, 'NE', NULL, 'NER'), (156, 'Nigeria', 0, 'NG', NULL, 'NGA'), (157, 'Niue', 0, 'NU', NULL, 'NIU'), (158, 'Norfolk Island', 0, 'NF', NULL, 'NFK'), (159, 'Northern Mariana Islands', 0, 'MP', NULL, 'MNP'), (160, 'Norway', 0, 'NO', NULL, 'NOR'), (161, 'Oman', 0, 'OM', NULL, 'OMN'), (162, 'Pakistan', 0, 'PK', NULL, 'PAK'), (163, 'Palau', 0, 'PW', NULL, 'PLW'), (164, 'Palestinian Territory, Occupied', 0, 'PS', NULL, 'PSE'), (165, 'Panama', 0, 'PA', NULL, 'PAN'), (166, 'Papua New Guinea', 0, 'PG', NULL, 'PNG'), (167, 'Paraguay', 0, 'PY', NULL, 'PRY'), (168, 'Peru', 0, 'PE', NULL, 'PER'), (169, 'Philippines', 0, 'PH', NULL, 'PHL'), (170, 'Pitcairn', 0, 'PN', NULL, 'PCN'), (171, 'Poland', 0, 'PL', NULL, 'POL'), (172, 'Portugal', 0, 'PT', NULL, 'PRT'), (173, 'Puerto Rico', 0, 'PR', NULL, 'PRI'), (174, 'Qatar', 0, 'QA', NULL, 'QAT'), (175, 'Reunion', 0, 'RE', NULL, 'REU'), (176, 'Romania', 0, 'RO', NULL, 'ROU'), (177, 'Russian Federation', 0, 'RU', NULL, 'RUS'), (178, 'Rwanda', 0, 'RW', NULL, 'RWA'), (179, 'Saint Helena', 0, 'SH', NULL, 'SHN'), (180, 'Saint Kitts and Nevis', 0, 'KN', NULL, 'KNA'), (181, 'Saint Lucia', 0, 'LC', NULL, 'LCA'), (182, 'Saint Pierre and Miquelon', 0, 'PM', NULL, 'SPM'), (183, 'Saint Vincent and the Grenadines', 0, 'VC', NULL, 'VCT'), (184, 'Samoa', 0, 'WS', NULL, 'WSM'), (185, 'San Marino', 0, 'SM', NULL, 'SMR'), (186, 'Sao Tome and Principe', 0, 'ST', NULL, 'STP'), (187, 'Saudi Arabia', 0, 'SA', NULL, 'SAU'), (188, 'Senegal', 0, 'SN', NULL, 'SEN'), (189, 'Serbia and Montenegro', 0, 'CS', NULL, NULL), (190, 'Seychelles', 0, 'SC', NULL, 'SYC'), (191, 'Sierra Leone', 0, 'SL', '', 'SLE'), (192, 'Singapore', 0, 'SG', NULL, 'SGP'), (193, 'Slovakia', 0, 'SK', NULL, 'SVK'), (194, 'Slovenia', 0, 'SI', NULL, 'SVN'), (195, 'Solomon Islands', 0, 'SB', NULL, 'SLB'), (196, 'Somalia', 0, 'SO', NULL, 'SOM'), (197, 'South Africa', 0, 'ZA', NULL, 'ZAF'), (198, 'South Georgia and the South Sandwich Islands', 0, 'GS', NULL, 'SGS'), (199, 'Spain', 0, 'ES', NULL, 'ESP'), (200, 'Sri Lanka', 0, 'LK', NULL, 'LKA'), (201, 'Sudan', 0, 'SD', NULL, 'SDN'), (202, 'Suriname', 0, 'SR', NULL, 'SUR'), (203, 'Svalbard and Jan Mayen', 0, 'SJ', NULL, 'SJM'), (204, 'Swaziland', 0, 'SZ', NULL, 'SWZ'), (205, 'Sweden', 0, 'SE', NULL, 'SWE'), (206, 'Switzerland', 0, 'CH', NULL, 'CHE'), (207, 'Syrian Arab Republic', 0, 'SY', '', 'SYR'), (208, 'Taiwan, Province of China', 0, 'TW', NULL, 'TWN'), (209, 'Tajikistan', 0, 'TJ', NULL, 'TJK'), (210, 'Tanzania, United Republic of', 0, 'TZ', NULL, 'TZA'), (211, 'Thailand', 0, 'TH', NULL, 'THA'), (212, 'Timor-Leste', 0, 'TL', NULL, 'TLS'), (213, 'Togo', 0, 'TG', NULL, 'TGO'), (214, 'Tokelau', 0, 'TK', NULL, 'TKL'), (215, 'Tonga', 0, 'TO', NULL, 'TON'), (216, 'Trinidad and Tobago', 0, 'TT', NULL, 'TTO'), (217, 'Tunisia', 0, 'TN', NULL, 'TUN'), (218, 'Turkey', 0, 'TR', NULL, 'TUR'), (219, 'Turkmenistan', 0, 'TM', NULL, 'TKM'), (220, 'Turks and Caicos Islands', 0, 'TC', NULL, 'TCA'), (221, 'Tuvalu', 0, 'TV', NULL, 'TUV'), (222, 'Uganda', 0, 'UG', NULL, 'UGA'), (223, 'Ukraine', 0, 'UA', NULL, 'UKR'), (224, 'United Arab Emirates', 0, 'AE', NULL, 'ARE'), (225, 'United Kingdom', 0, 'GB', NULL, 'GBR'), (226, 'United States', 0, 'US', '29', 'USA'), (227, 'United States Minor Outlying Islands', 0, 'UM', NULL, 'UMI'), (228, 'Uruguay', 0, 'UY', NULL, 'URY'), (229, 'Uzbekistan', 0, 'UZ', NULL, 'UZB'), (230, 'Vanuatu', 0, 'VU', NULL, 'VUT'), (231, 'Venezuela', 0, 'VE', NULL, 'VEN'), (232, 'Viet Nam', 0, 'VN', NULL, 'VNM'), (233, 'Virgin Islands, British', 0, 'VG', NULL, 'VGB'), (234, 'Virgin Islands, U.s.', 0, 'VI', NULL, 'VIR'), (235, 'Wallis and Futuna', 0, 'WF', NULL, 'WLF'), (236, 'Western Sahara', 0, 'EH', NULL, 'ESH'), (237, 'Yemen', 0, 'YE', NULL, 'YEM'), (238, 'Zambia', 0, 'ZM', NULL, 'ZMB'), (239, 'Zimbabwe', 0, 'ZW', NULL, 'ZWE'), (240, 'Kosovo', 0, 'XK', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_credits_offers` -- CREATE TABLE `tbl_gf_credits_offers` ( `OfferId` int(11) NOT NULL, `OfferDesc` text NOT NULL, `Credits` float DEFAULT NULL, `OfferFor` tinyint(1) DEFAULT 1, `Amount` float DEFAULT NULL, `Comments` text DEFAULT NULL, `AddedAt` datetime DEFAULT NULL, `UpdatedAt` datetime DEFAULT NULL, `DisableOffer` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_credit_history` -- CREATE TABLE `tbl_gf_credit_history` ( `HistoryId` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `IMEINo` text DEFAULT NULL, `PackageId` int(11) DEFAULT 0, `HistoryDtTm` datetime DEFAULT NULL, `Description` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Credits` float DEFAULT NULL, `PaymentId` int(11) DEFAULT NULL, `LogRequestId` int(11) DEFAULT NULL, `InvoiceId` int(11) DEFAULT NULL, `CreditsLeft` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ByAdmin` tinyint(1) DEFAULT 0, `Comments` text DEFAULT NULL, `Currency` varchar(10) DEFAULT NULL, `IP` varchar(30) DEFAULT NULL, `FeePercentage` varchar(20) DEFAULT NULL, `OType` tinyint(4) DEFAULT 0 ) ENGINE=INNODB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_crons` -- CREATE TABLE `tbl_gf_crons` ( `CronId` tinyint(2) NOT NULL, `CronStatus` tinyint(1) DEFAULT NULL, `Description` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_crons` -- INSERT INTO `tbl_gf_crons` (`CronId`, `CronStatus`, `Description`) VALUES (1, 0, 'To send IMEI orders'), (2, 0, 'To get IMEI orders'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_currency` -- CREATE TABLE `tbl_gf_currency` ( `CurrencyId` int(11) NOT NULL, `Currency` varchar(50) DEFAULT NULL, `DisableCurrency` tinyint(1) DEFAULT 0, `CurrencyAbb` varchar(15) DEFAULT NULL, `CurrencySymbol` varchar(15) DEFAULT NULL, `ConversionRate` float DEFAULT NULL, `DefaultCurrency` tinyint(1) DEFAULT 0, `RetailCurrency` tinyint(1) DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_currency` -- INSERT INTO `tbl_gf_currency` (`CurrencyId`, `Currency`, `DisableCurrency`, `CurrencyAbb`, `CurrencySymbol`, `ConversionRate`, `DefaultCurrency`, `RetailCurrency`) VALUES (1, 'USD', 0, 'USD', '$', 1, 1, 0), (4, 'AED', 0, 'AED', 'AED', 3.6725, 0, 1), (8, 'PKR', 0, 'PKR', 'PKR', 163, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_customers` -- CREATE TABLE `tbl_gf_customers` ( `CustomerId` int(11) NOT NULL, `UserName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `FirstName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `LastName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `UserPassword` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Phone` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableUser` tinyint(1) DEFAULT 0, `Address` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `City` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `State` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Zip` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Fax` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Company` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `PricePlanId` int(11) DEFAULT 0, `Subscribed` tinyint(1) DEFAULT 1, `SendSMS` tinyint(1) DEFAULT 0, `IP` varchar(30) DEFAULT NULL, `AddedAt` datetime DEFAULT NULL, `Notes` text DEFAULT NULL, `CountryId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_custom_fields` -- CREATE TABLE `tbl_gf_custom_fields` ( `FieldId` int(11) NOT NULL, `FieldLabel` varchar(100) DEFAULT NULL, `FieldType` varchar(30) DEFAULT NULL, `FieldColName` varchar(100) DEFAULT NULL, `DisableField` tinyint(1) DEFAULT 0, `Mandatory` tinyint(1) DEFAULT 0, `ServiceType` tinyint(1) DEFAULT 0, `SystemField` tinyint(1) DEFAULT 0, `MaxLength` int(3) DEFAULT 0, `FieldOrderBy` tinyint(2) NOT NULL DEFAULT 0, `FInstructions` text DEFAULT NULL, `UseAsQuantity` tinyint(1) DEFAULT 0, `Restriction` tinyint(1) DEFAULT 0, `MinLength` int(3) DEFAULT NULL, `description` varchar(1000) NOT NULL, `fieldOptions` varchar(1000) NOT NULL, `serviceId` int(11) NOT NULL, `ApiFieldId` int(11) DEFAULT NULL, `ApiFieldName` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_custom_field_values` -- CREATE TABLE `tbl_gf_custom_field_values` ( `RegValueId` int(11) NOT NULL, `RegValue` varchar(100) DEFAULT NULL, `FieldId` int(11) DEFAULT 0, `DisableRegValue` tinyint(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_default_prices_notice` -- CREATE TABLE `tbl_gf_default_prices_notice` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `PackTitle` varchar(150) DEFAULT NULL, `UserId` int(11) NOT NULL, `CurrencyId` int(11) NOT NULL, `ServiceType` tinyint(1) DEFAULT 0, `Price` float DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_dhru_brands` -- CREATE TABLE `tbl_gf_dhru_brands` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `ServiceId` int(11) DEFAULT NULL, `BrandId` int(11) DEFAULT NULL, `Brand` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_dhru_models` -- CREATE TABLE `tbl_gf_dhru_models` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `ServiceId` int(11) DEFAULT NULL, `BrandId` int(11) DEFAULT NULL, `ModelId` int(11) DEFAULT NULL, `Model` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_downloads` -- CREATE TABLE `tbl_gf_downloads` ( `DownloadId` int(11) NOT NULL, `Title` varchar(100) DEFAULT NULL, `FileURL` varchar(255) DEFAULT NULL, `DisableDownload` tinyint(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_ecat_pcat` -- CREATE TABLE `tbl_gf_ecat_pcat` ( `Id` int(11) NOT NULL, `ECategoryId` int(11) DEFAULT NULL, `CategoryId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_ecat_products` -- CREATE TABLE `tbl_gf_ecat_products` ( `Id` int(11) NOT NULL, `CategoryId` int(11) NOT NULL, `ProductId` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_ecommerce_pstatus` -- CREATE TABLE `tbl_gf_ecommerce_pstatus` ( `PaymentStatusId` int(11) NOT NULL, `PaymentStatus` varchar(50) DEFAULT NULL, `DisablePaymentStatus` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_efields` -- CREATE TABLE `tbl_gf_efields` ( `FieldId` int(11) NOT NULL, `FieldLabel` varchar(100) DEFAULT NULL, `FieldType` varchar(30) DEFAULT NULL, `FieldColName` varchar(100) DEFAULT NULL, `MaxLength` int(3) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_eheader_cats` -- CREATE TABLE `tbl_gf_eheader_cats` ( `ECategoryId` int(11) NOT NULL, `ECategory` varchar(255) DEFAULT NULL, `Picture` varchar(100) DEFAULT NULL, `DisableECategory` tinyint(1) DEFAULT 0, `EOrderBy` tinyint(1) DEFAULT 0, `CatType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_email_integrations` -- CREATE TABLE `tbl_gf_email_integrations` ( `Id` int(11) NOT NULL, `APIName` varchar(100) DEFAULT NULL, `APIKey` varchar(100) DEFAULT NULL, `GroupId` varchar(100) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_email_log` -- CREATE TABLE `tbl_gf_email_log` ( `LogId` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `EmailText` text DEFAULT NULL, `DtTm` datetime DEFAULT NULL, `Title` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_email_settings` -- CREATE TABLE `tbl_gf_email_settings` ( `Id` int(11) NOT NULL, `FromName` varchar(100) DEFAULT NULL, `FromEmail` varchar(100) DEFAULT NULL, `Company` varchar(100) DEFAULT NULL, `SiteURL` varchar(100) DEFAULT NULL, `TimeDifference` varchar(20) DEFAULT '', `CheckSumIMEI` tinyint(1) DEFAULT 0, `AutoAdminArchived` tinyint(1) DEFAULT 0, `Theme` tinyint(4) DEFAULT 1, `CurrentVersion` int(11) DEFAULT 1, `LastUpdateCheckedAt` date DEFAULT NULL, `UpdateAvailable` tinyint(1) DEFAULT 0, `ShowEPricesAtWeb` tinyint(1) DEFAULT 1, `Design` tinyint(1) DEFAULT 1, `SAAS` varchar(20) DEFAULT '1,0,0', `LocalLanguage` varchar(3) DEFAULT 'en', `TextDirection` tinyint(1) DEFAULT 0, `IMEIFieldType` tinyint(1) DEFAULT 0, `Phone` varchar(50) DEFAULT NULL, `Telegram` varchar(255) DEFAULT NULL, `Address` text DEFAULT NULL, `CanAddNewAPI` tinyint(4) DEFAULT NULL, `MinCredits` float DEFAULT 0, `IMEIOrderDropDownType` tinyint(4) DEFAULT 0, `FileOrderDropDownType` tinyint(4) DEFAULT 0, `ServerOrderDropDownType` tinyint(4) DEFAULT 0, `AllowNewUserToLogIn` tinyint(4) DEFAULT 1, `AutoCredits` tinyint(1) DEFAULT 0, `MaxCredits` float DEFAULT NULL, `LoginAttempts` int(11) DEFAULT 5, `IMEIServices` tinyint(1) DEFAULT 0, `FileServices` tinyint(1) DEFAULT 0, `ServerServices` tinyint(1) DEFAULT 0, `PinCode` tinyint(1) DEFAULT 0, `isv` tinyint(1) DEFAULT 1, `CanBuyCredits` tinyint(1) DEFAULT 1, `Retail` tinyint(1) DEFAULT 0, `ShowPricesAtWeb` tinyint(1) DEFAULT 1, `ForcefullPwdChangeDays` tinyint(2) DEFAULT 30, `NewClients` tinyint(1) DEFAULT 0, `PayTo` text DEFAULT NULL, `SendNewIMEIOrderEmail` tinyint(1) DEFAULT 0, `SendNewFileOrderEmail` tinyint(1) DEFAULT 0, `SendNewServerOrderEmail` tinyint(1) DEFAULT 0, `SendNLViaCron` tinyint(1) DEFAULT 1, `CustomDesign` tinyint(1) DEFAULT 0, `SendSuccessIMEIOrderEmail` tinyint(1) DEFAULT 1, `SendSuccessFileOrderEmail` tinyint(1) DEFAULT 1, `SendSuccessSrvrOrderEmail` tinyint(1) DEFAULT 1, `SendFailureIMEIOrderEmail` tinyint(1) DEFAULT 1, `SendFailureFileOrderEmail` tinyint(1) DEFAULT 1, `SendFailureSrvrOrderEmail` tinyint(1) DEFAULT 1, `IPRestriction` tinyint(1) DEFAULT 1, `SendSMS` tinyint(1) DEFAULT 0, `ClientPanelStyle` tinyint(1) DEFAULT 0, `KnowledgeBase` tinyint(1) DEFAULT 0, `TicketSystem` tinyint(1) DEFAULT 0, `FAQs` tinyint(1) DEFAULT 0, `Videos` tinyint(1) DEFAULT 0, `ThemeStyle` tinyint(1) DEFAULT 0, `GeniePay` tinyint(1) DEFAULT 0, `CreditsTransferFee` float DEFAULT 0, `PPTransferFee` float DEFAULT 0, `SMTP` tinyint(1) DEFAULT 0, `SMTPAuth` tinyint(1) DEFAULT 0, `SMTPHost` varchar(100) DEFAULT NULL, `SMTPPort` varchar(10) DEFAULT NULL, `SMTPUN` varchar(100) DEFAULT NULL, `SMTPPwd` varchar(150) DEFAULT NULL, `Brnd` varchar(255) DEFAULT 'GSM Tool|www.gsmtool.net', `ServicePriceEmails` tinyint(1) DEFAULT 1, `HomePage` tinyint(1) DEFAULT 0, `ToEmail` varchar(50) DEFAULT NULL, `EmailSignature` text DEFAULT NULL, `GoogleCaptchaSiteKey` varchar(100) DEFAULT NULL, `GoogleCaptchaSecretKey` varchar(100) DEFAULT NULL, `EncKeyPwd` varchar(50) DEFAULT NULL, `EncKeyLen` varchar(2) DEFAULT '22', `AdminLoginCaptcha` tinyint(1) DEFAULT 1, `ClientLoginCaptcha` tinyint(1) DEFAULT 0, `GTranslatorS` tinyint(1) DEFAULT 0, `GTranslatorU` tinyint(1) DEFAULT 0, `RushPaymentNotification` tinyint(2) DEFAULT 0, `AdminInvoiceNotification` tinyint(2) DEFAULT 0, `RegisterCaptcha` tinyint(1) DEFAULT 1, `ContactCaptcha` tinyint(1) DEFAULT 1, `RestrictAPIIP` tinyint(1) DEFAULT 1, `AdminTitle` varchar(100) DEFAULT NULL, `SiteTitle` varchar(100) DEFAULT NULL, `ShopSiteTitle` varchar(100) DEFAULT NULL, `ForcedGoogleAuth` tinyint(1) NOT NULL DEFAULT 1, `PwdUpdated` tinyint(1) NOT NULL DEFAULT 0, `MobileApp` tinyint(1) NOT NULL DEFAULT 0, `Copyrights` varchar(100) DEFAULT NULL, `ContactUsEmail` varchar(50) DEFAULT NULL, `EncDataKey` varchar(50) DEFAULT NULL, `EncDataAlgo` varchar(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_email_settings` -- INSERT INTO `tbl_gf_email_settings` (`Id`, `FromName`, `FromEmail`, `Company`, `SiteURL`, `TimeDifference`, `CheckSumIMEI`, `AutoAdminArchived`, `Theme`, `CurrentVersion`, `LastUpdateCheckedAt`, `UpdateAvailable`, `ShowEPricesAtWeb`, `Design`, `SAAS`, `LocalLanguage`, `TextDirection`, `IMEIFieldType`, `Phone`, `Telegram`, `Address`, `CanAddNewAPI`, `MinCredits`, `IMEIOrderDropDownType`, `FileOrderDropDownType`, `ServerOrderDropDownType`, `AllowNewUserToLogIn`, `AutoCredits`, `MaxCredits`, `LoginAttempts`, `IMEIServices`, `FileServices`, `ServerServices`, `PinCode`, `isv`, `CanBuyCredits`, `Retail`, `ShowPricesAtWeb`, `ForcefullPwdChangeDays`, `NewClients`, `PayTo`, `SendNewIMEIOrderEmail`, `SendNewFileOrderEmail`, `SendNewServerOrderEmail`, `SendNLViaCron`, `CustomDesign`, `SendSuccessIMEIOrderEmail`, `SendSuccessFileOrderEmail`, `SendSuccessSrvrOrderEmail`, `SendFailureIMEIOrderEmail`, `SendFailureFileOrderEmail`, `SendFailureSrvrOrderEmail`, `IPRestriction`, `SendSMS`, `ClientPanelStyle`, `KnowledgeBase`, `TicketSystem`, `FAQs`, `Videos`, `ThemeStyle`, `GeniePay`, `CreditsTransferFee`, `PPTransferFee`, `SMTP`, `SMTPAuth`, `SMTPHost`, `SMTPPort`, `SMTPUN`, `SMTPPwd`, `Brnd`, `ServicePriceEmails`, `HomePage`, `ToEmail`, `EmailSignature`, `GoogleCaptchaSiteKey`, `GoogleCaptchaSecretKey`, `EncKeyPwd`, `EncKeyLen`, `AdminLoginCaptcha`, `ClientLoginCaptcha`, `GTranslatorS`, `GTranslatorU`, `RushPaymentNotification`, `AdminInvoiceNotification`, `RegisterCaptcha`, `ContactCaptcha`, `RestrictAPIIP`, `AdminTitle`, `SiteTitle`, `ShopSiteTitle`, `ForcedGoogleAuth`, `PwdUpdated`, `MobileApp`, `Copyrights`, `ContactUsEmail`, `EncDataKey`, `EncDataAlgo`) VALUES (1, 'gsmtool.com', 'no_reply@gsmtool.com', 'gsmtool.com', 'gsmtool.com', '0|0|0', 1, 0, 1, 2, '2021-04-12', 0, 1, 0, '1,0,0', 'en', 0, 0, '', '', '', 1, 1, 0, 0, 0, 0, 0, 10000, 5, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, '', '', '', '', 'GSM Tool|www.gsmtool.net', 1, 0, '', '', '6LeSFqcaAAAAACexxIFvgLM9dNEUXlIEJVNjSK-T', '6LeSFqcaAAAAAJprBkHBnAJCxdehTCRUUzPpYQzW', '3NC4Y6TA61K3Y', '22', 0, 1, 0, 0, 3, 7, 1, 1, 1, 'GSM Tool', 'GSM Tool', 'GSM Tool', 1, 0, 0, 'GSM Tool', '', 'cjvL4V5GDKPkHLhfg7u2Ue502UPB3tys', '22'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_email_templates` -- CREATE TABLE `tbl_gf_email_templates` ( `TemplateId` int(11) NOT NULL, `TemplateName` varchar(100) DEFAULT NULL, `Subject` varchar(100) DEFAULT NULL, `Contents` text DEFAULT NULL, `SendCopyToAdmin` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_email_templates` -- INSERT INTO `tbl_gf_email_templates` (`TemplateId`, `TemplateName`, `Subject`, `Contents`, `SendCopyToAdmin`) VALUES (17, 'Retail Invoice And Order', 'New Retail Service Order', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n #INTRO_MSG#\r\n </div>\r\n<div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\"><p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Invoice Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Invoice #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#INVOICE_NO#</p>\r\n </td>\r\n </tr>\r\n #USER_NAME#\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Payment Method:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#PAYMENT_METHOD#</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Invoice amount:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#INVOICE_AMOUNT#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Amount Paid:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#AMOUNT_PAID#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Fees:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#FEE#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td nowrap=\"nowrap\" width=\"160\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Invoice Net Amount:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#NET_AMOUNT#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Date Added:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#INVOICE_DATE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n #INVOICE_LINK#\r\n </div>\r\n \r\n\r\n\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Order Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATA#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Price:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_DEDUCTED#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n\r\n\r\n\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 0), (37, 'Cancelled Server Retail Order', 'Server Order Cancellation Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"font: normal 14px/20px Arial,Helvetica,sans-serif; color: red;\">Your following order has been rejected.</p>\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Rejected Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Job Data:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Price:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_RETURNED#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Comments:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n<p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 1), (36, 'Successful Server Retail Order', 'Server Order Completion Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #dff0d8; border: 1px solid #d6e9c6; font: normal 14px Arial,Helvetica,sans-serif; color: #3c763d; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Your server order has been Completed successfully.\r\n </p>\r\n\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Completed Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"150\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"150\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Job Data:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Code Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Price:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Comments:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 1), (35, 'Order Verification Email', 'Order Verification Email', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear Admin,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding-bottom: 35px; line-height: 18px\">\r\n <p style=\"margin: 0; padding: 0; font: normal 14px Arial,Helvetica,sans-serif; color: #253131\">#MESSAGE#</p>\r\n</div>\r\n\r\n<div style=\"margin-bottom: 35px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Orders details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order ID:</p>\r\n </td>\r\n\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE#</p>\r\n </td>\r\n </tr>\r\n\r\n #IMEI#\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Unlock Code:</p>\r\n </td>\r\n\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CODE#</p>\r\n </td>\r\n </tr>\r\n \r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credit:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IP Address:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IP#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n #VIDEO_LINK#\r\n </tbody></table>\r\n <p style=\"font: normal 14px Arial,Helvetica,sans-serif; color: #3c763d\">You can view order details by clicking #ORDER_ADMIN_LINK#</p>\r\n</div>\r\n\r\n</div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (34, 'General Admin Template', 'General Admin Template', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #NAME#,</div>\r\n <div style=\"padding-bottom: 25px; line-height: 18px\">\r\n #CONTENTS1#\r\n #CONTENTS2#\r\n </div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (33, 'Bulk IMEI Orders', 'Your Unlock Code', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\"> <tbody><tr> <td> <div style=\"width: 680px; margin: 0 auto\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody><tr> <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\"> <tbody><tr> <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\"> <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\"> <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" /> </a> </td> <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\"> <tbody><tr> <td align=\"right\" valign=\"middle\" height=\"26\"> <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\"> <tbody><tr> <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody><tr> <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\"> <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div><div style=\"padding-bottom: 25px; line-height: 18px\"> <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\"> <p style=\"font: normal 14px Arial,Helvetica,sans-serif;\"><strong>Available Credits: #AVAILABLE_CREDITS#</strong></p> <br /> #MSGE# <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">#HEADING1#</p> <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"padding: 10px 0; text-align: left\"> <thead style=\"border: 1px solid #e5e5e5; background-color: #f5f5f5\"> <tr><th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 0 1px 1px\">Service</th> <th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 0 1px 1px\">IMEI</th> <th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 0 1px 1px\">Credit</th> <th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 0 1px 1px\">Order Code</th> <th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 0 1px 1px\">Status</th> <th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 1px 1px 1px\">Unlock Code</th><th style=\"font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #8c8c8c; padding: 9px; border: 1px solid #e5e5e5; border-width: 1px 1px 1px 1px\">Notes</th> </tr></thead> <tbody>#CONTENTS1#</tbody> </table> <p style=\"margin: 10px 0 0 0; padding: 0; font: normal 14px Arial,Helvetica,sans-serif; color: #333\">#HEADING2#:</p> <ul style=\"border: 1px solid #e5e5e5; padding: 10px; list-style: none; margin: 5px 0 40px\"> #CONTENTS2# </ul> </div></div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </div> </td> </tr> <tr> <td> <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\"> <tbody><tr> <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\"> <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at #COMPANY_EMAIL_ADDRESS# </p> <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p> <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span> All rights reserved. </p> <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span> <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm/\" target=\"_blank\" rel=\"noreferrer\"> <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" /> </a> </p> </td> </tr> <tr> <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\"> <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe. </p> </td></tr></tbody></table></td></tr></tbody></table>', 0); INSERT INTO `tbl_gf_email_templates` (`TemplateId`, `TemplateName`, `Subject`, `Contents`, `SendCopyToAdmin`) VALUES (20, 'New Ticket', 'New Ticket', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #USER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">#WELCOME_NOTE#</div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">UserName:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Subject:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SUBJECT#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Category:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CATEGORY#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Priority:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#PRIORITY#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Department:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#DEPARTMENT#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Status:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#STATUS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Ticket Message:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#TICKET_MSG#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Ticket Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#TICKET_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"140\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IP Address:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#IP#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 140px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm/\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (28, 'Shop - Normal Registration', 'Your New #COMPANY_NAME# Account Information', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Thank you for registering with #COMPANY_NAME#.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td valign=\"top\" align=\"left\">\r\n In order to complete the registration process, please click the following link #ACTIVATION_LINK#\r\n<br />\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (27, 'Shop - Quick Registration', 'Your New #COMPANY_NAME# Account Information', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Thank you for registering with #COMPANY_NAME#.\r\n </p>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (25, 'Threshold Notification', 'Threshold Notification!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\nThis is to notify you that your credits have become lower than your threshold amount of #THRESHOLD_AMOUNT#. You are requested to add credits into your account so that you can keep placing orders without any issues.<br /> </p>\r\n </div>\r\n</div>\r\n\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (26, 'Price Change Notification', 'Price Change Notification', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n This service order price has be changes and from today will effect this price on your account.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: blue; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#USER_NOTES#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Delivery Time:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DELIVERY_TIME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service Info:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_DESCRIPTION#</p>\r\n </td>\r\n </tr>\r\n <tr><td colspan=\"2\"> </td></tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Features:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#FEATURES#</p>\r\n </td>\r\n </tr>\r\n \r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (24, 'Resubmitted IMEI Order', 'IMEI Order Resubmittion!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Your order has been resubmitted. The details of your order can be found below:\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Order Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (39, 'Price Change Notification - Ecommerce', 'Price Change Notification', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\"> <tbody><tr> <td> <div style=\"width: 680px; margin: 0 auto\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody><tr> <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\"> <tbody><tr> <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\"> <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\"> <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" /> </a> </td> <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\"> <tbody><tr> <td align=\"right\" valign=\"middle\" height=\"26\"> <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\"> <tbody><tr> <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody><tr> <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\"> <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #NAME#,</div><div style=\"padding-bottom: 25px; line-height: 18px\"> <div style=\"padding: 5px 0 15px 0; margin: 0\"> <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\"> This service order price has be changes and from today will effect this price on your account. </p> </div> <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\"> <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tbody><tr> <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"> <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p> </td> <td valign=\"top\" align=\"left\"> <p style=\"padding: 0; margin: 0 0 15px 0; color: blue; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#USER_NOTES#</p> </td> </tr> <tr> <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"> <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p> </td> <td valign=\"top\" align=\"left\"> <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p> </td> </tr> <tr> <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap> <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Delivery Time:</p> </td> <td valign=\"top\" align=\"left\"> <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DELIVERY_TIME#</p> </td> </tr> <tr> <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap> <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p> </td> <td valign=\"top\" align=\"left\"> <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p> </td> </tr> <tr> <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap> <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service Info:</p> </td> <td valign=\"top\" align=\"left\"> <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_DESCRIPTION#</p> </td> </tr> <tr><td colspan=\"2\"> </td></tr>\r\n\r\n </tbody></table> \r\n </div>\r\n <div align=\"center\">\r\n <a href=\"#PRODUCT_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #4B8DF8; border-radius: 4px\" target=\"_blank\">View Product</a></div> \r\n \r\n \r\n \r\n </div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </div> </td> </tr> <tr> <td> <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\"> <tbody><tr> <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\"> <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at #COMPANY_EMAIL_ADDRESS# </p> <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p> <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span> All rights reserved. </p> <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span> <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm/\" target=\"_blank\" rel=\"noreferrer\"> <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" /> </a> </p> </td> </tr> <tr> <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\"> <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe. </p> </td></tr></tbody></table></td></tr></tbody></table>', 0); INSERT INTO `tbl_gf_email_templates` (`TemplateId`, `TemplateName`, `Subject`, `Contents`, `SendCopyToAdmin`) VALUES (30, 'New Shop Order', '#COMPANY_NAME# - Order Acknowledgement', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 55%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"45%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#TRACK_ORDER_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Track My Order</a>\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">My Account</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\"> <tbody><tr> <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody><tr> <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\"> <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #NAME#,</div><div style=\"padding-bottom: 25px; line-height: 18px\"> <div style=\"padding: 5px 0 15px 0; margin: 0\"> <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">Thank you for your order with us. Your Order # is #ORDER_NO#</p> </div> <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #F7F7F7; border: 1px solid #eaeaea; border-radius: 3px\"> \r\n\r\n<table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> \r\n<tbody>\r\n<tr>\r\n<td width=\"60%\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> \r\n <tbody>\r\n <tr>\r\n <td colspan=\"2\"><p style=\"padding: 0; margin: 0 0 15px 0; font: bold 13px Arial,Helvetica,sans-serif;\">Order Details</p></td> \r\n </tr>\r\n <tr>\r\n <td><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; font-size:13px;\">Order #:</p></td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0;; font: normal 13px Arial,Helvetica,sans-serif;\">#ORDER_NO#</p></td> \r\n </tr>\r\n <tr>\r\n <td><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; font-size:13px;\">Payment Method:</p></td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0;; font: normal 13px Arial,Helvetica,sans-serif;\">#PAYMENT_METHOD#</p></td> \r\n </tr>\r\n <tr>\r\n <td><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; font-size:13px;\">Shipping Method:</p></td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0;; font: normal 13px Arial,Helvetica,sans-serif;\">#SHIPPING_METHOD#</p></td> \r\n </tr>\r\n <tr>\r\n <td><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; font-size:13px;\">Payment Status:</p></td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0;; font: normal 13px Arial,Helvetica,sans-serif;\">#PAYMENT_STATUS#</p></td> \r\n </tr>\r\n</tbody></table>\r\n</td>\r\n\r\n<td width=\"10%\"> \r\n \r\n</td>\r\n\r\n<td width=\"30%\" valign=\"top\">\r\n<table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> \r\n<tbody>\r\n <tr>\r\n <td colspan=\"2\"><p style=\"padding: 0; margin: 0 0 15px 0; font: bold 13px Arial,Helvetica,sans-serif;\">Shipping Details</p></td> \r\n </tr>\r\n <tr>\r\n <td style=\"font: normal 13px/20px Arial,Helvetica,sans-serif\" colspan=\"2\">\r\n #SHIPPING_DETAILS#\r\n </td> \r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n <tr><td colspan=\"2\"> </td></tr>\r\n </tbody></table> \r\n </div>\r\n<div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #FFF; border: 1px solid #eaeaea; border-radius: 3px\"> \r\n<table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> \r\n<tbody>\r\n\r\n <tr>\r\n <td style=\"color: #f67d00; font-size: 14px; font-weight: bold; padding-top: 30px; padding-bottom: 10px\">Items In Your Order</td>\r\n </tr>\r\n <tr>\r\n <td style=\"font-size: 12px; border-top: 1px solid #222; border-bottom: 1px solid #ebebeb\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" style=\"padding-top: 7px; padding-bottom: 5px; border-bottom: 1px solid #ebebeb\">\r\n <tbody>\r\n\r\n #CART#\r\n </tbody></table>\r\n \r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #999\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom: 1px solid #ebebeb; padding: 4px; font-size: 12px\">\r\n <tbody><tr>\r\n <td colspan=\"2\">Price</td>\r\n <td align=\"right\">#CART_PRICE#</td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom: 1px solid #ebebeb; padding: 4px; font-size: 12px\">\r\n <tbody><tr>\r\n <td>Shipping Amount</td>\r\n <td align=\"right\"> #SHIPPING_AMOUNT# </td>\r\n </tr>\r\n </tbody></table>\r\n \r\n <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom: 1px solid #ebebeb; padding: 4px; font-size: 12px\">\r\n <tbody><tr>\r\n <td>Payment Fee</td>\r\n <td align=\"right\">#CART_FEE#</td>\r\n </tr>\r\n </tbody></table>\r\n \r\n <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-top: 1px solid #222; border-bottom: 1px solid #222; padding: 6px 4px; color: #222; font-weight: bold; font-size: 12px\">\r\n <tbody><tr>\r\n <td>Amount to be paid</td>\r\n <td align=\"right\">#CART_AMOUNT#</td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"font-size: 14px; font-weight: bold; padding-top: 30px; padding-bottom: 10px\">Notes: #NOTES# </td>\r\n </tr> </tbody></table> \r\n \r\n </div>\r\n \r\n \r\n </div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </div> </td> </tr> <tr> <td> <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\"> <tbody><tr> <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\"> <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at #COMPANY_EMAIL_ADDRESS# </p> <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p> <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span> All rights reserved. </p> <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span> <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm/\" target=\"_blank\" rel=\"noreferrer\"> <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" /> </a> </p> </td> </tr> <tr> <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\"> <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe. </p> </td></tr></tbody></table></td></tr></tbody></table>', 0), (22, 'Disabling Client Account', '#COMPANY_NAME# Account Disabled!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: red; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\nUnfortunately your account with #COMPANY_NAME# has been disabled.<br /> </p>\r\n </div>\r\n</div>\r\n\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (23, 'Registration - Admin Approval', 'Your New #COMPANY_NAME# Account Information', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Thank you for registering with #COMPANY_NAME#. To activate your account, please contact Admin\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Email:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#EMAIL#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Username:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#USERNAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Phone:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#PHONE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Country:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#COUNTRY#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IP:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IP#</p>\r\n </td>\r\n </tr>\r\n \r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 1), (21, 'Enabling Client Account', '#COMPANY_NAME# Account Enabled!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\nYour account with #COMPANY_NAME# has been enabled, please click the login button above to login and start placing orders.\r\n<br /> </p>\r\n </div>\r\n</div>\r\n\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (18, 'Successful IMEI Retail Order', 'IMEI Order Completion Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #dff0d8; border: 1px solid #d6e9c6; font: normal 14px Arial,Helvetica,sans-serif; color: #3c763d; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Your unlock code has been successfully calculated.\r\n </p>\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Completed Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_NO#</p>\r\n </td>\r\n </tr>\r\n<tr>\r\n <td width=\"150\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Price:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Comments:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 0), (19, 'Cancelled IMEI Retail Order', 'IMEI Order Cancellation Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"font: normal 14px/20px Arial,Helvetica,sans-serif; color: red;\">Your following order has been rejected.</p>\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Rejected Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Price:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_RETURNED#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Comments:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 0), (16, 'API Key Generation', 'Your #COMPANY_NAME# API details!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Your API Access Key is #API_KEY#<br />\r\n </p>\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td valign=\"top\" align=\"left\">\r\nThe remote API allows you to request codes, get account information and check the status of your orders without login to our site. This allows you to integrate your site with ours. <br /><br />We have made our remote API interface simple enough to use so with a little XML and PHP experience, you should be able to implement and develop a system to use at your own site.<br /><br />\r\n You can download Api document and sample code by clicking #API_DOWNLOAD_LINK#<br /><br />\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0); INSERT INTO `tbl_gf_email_templates` (`TemplateId`, `TemplateName`, `Subject`, `Contents`, `SendCopyToAdmin`) VALUES (4, 'New IMEI Order', 'Your IMEI Service Order Request', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n We have received your New IMEI Order. Your order will be processed shortly.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Order Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI(s):</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"160\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_DEDUCTED# - Each IMEI</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits Left:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#FINAL_CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 1), (5, 'New File Order', 'Your File Service Order Request', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #USER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n We have received your New File Order. Your order will be processed shortly.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Order Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"160\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits Deducted:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_DEDUCTED#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits Left:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#FINAL_CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 1), (6, 'New Server Order', 'Your Server Service Order Request', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #USER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n We have received your New Server Order. Your order will be processed shortly.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Order Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATA#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_DEDUCTED#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits Left:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#FINAL_CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\" nowrap>\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 1), (11, 'Invoice Generation', 'Invoice No. #INVOICE_NO#', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n #INTRO_MSG#\r\n </div>\r\n<div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\"><p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Invoice Details</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Invoice #:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#INVOICE_NO#</p>\r\n </td>\r\n </tr>\r\n #USER_NAME#\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Payment Method:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#PAYMENT_METHOD#</strong></p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Invoice amount:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#INVOICE_AMOUNT#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Amount Paid:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#AMOUNT_PAID#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Fees:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#FEE#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td nowrap=\"nowrap\" width=\"160\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Invoice Net Amount:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">\r\n <strong>#NET_AMOUNT#</strong> #CURRENCY#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\"><p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Date Added:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\"><p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#INVOICE_DATE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n #INVOICE_LINK#\r\n </div>\r\n \r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (10, 'Updating Credits', 'Your Credits have been updated!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n #CREDITS# credits have been #ADDED_REBATED# into your account.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Current Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CURRENT_CREDITS#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_UPDATED_DATE#</p>\r\n </td>\r\n </tr>\r\n \r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (7, 'Successful IMEI Order', 'IMEI Order Completion Confirmation!', '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#e5e5e5; margin:33px; padding:10px 0; width:700px\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"height:69px; width:100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:31px; width:88%\"><a href=\"#LOGO_LINK#\" rel=\"noreferrer\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\"><img alt=\"LOGO\" src=\"#LOGO#\" style=\"border:0\" /> </a></td>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin:23px 3px\">\r\n <tbody>\r\n <tr>\r\n <td><a href=\"#LOGIN_LINK#\" rel=\"noreferrer\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\">Login</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"background:#F4F4F4; padding:30px; width:100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n <div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p>Your unlock code has been successfully calculated.</p>\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p>Completed Order</p>\r\n\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:98%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>Service:</p>\r\n </td>\r\n <td>\r\n <p>#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>IMEI:</p>\r\n </td>\r\n <td>\r\n <p>#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Details:</p>\r\n </td>\r\n <td>\r\n <p>#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Credits:</p>\r\n </td>\r\n <td>\r\n <p>#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Available Credits:</p>\r\n </td>\r\n <td>\r\n <p>#CREDITS_LEFT#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Order Date:</p>\r\n </td>\r\n <td>\r\n <p>#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Notes:</p>\r\n </td>\r\n <td>\r\n <p>#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n\r\n <p>#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#e5e5e5; height:63px; margin:0 auto; width:680px\">\r\n <tbody>\r\n <tr>\r\n <td style=\"text-align:center\">\r\n <p>For any help you can contact our customer support at #COMPANY_EMAIL_ADDRESS#</p>\r\n\r\n <p>Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p>© gsmtool.net All rights reserved.</p>\r\n\r\n <p>Follow us on <a href=\"https://www.facebook.com/xavisgsm\" rel=\"noreferrer\" style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" target=\"_blank\"> <img alt=\"Facebook\" src=\"http://gsmtool.net/images/facebook.png\" style=\"border:0; height:16px; width:16px\" /> </a></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n', 0); INSERT INTO `tbl_gf_email_templates` (`TemplateId`, `TemplateName`, `Subject`, `Contents`, `SendCopyToAdmin`) VALUES (8, 'Successful File Order', 'File Order Completion Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <br />\r\n <p style=\"background: #dff0d8; border: 1px solid #d6e9c6; font: normal 14px Arial,Helvetica,sans-serif; color: #3c763d; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Your unlock code has been successfully calculated.\r\n </p>\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Completed Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"150\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Available Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_LEFT#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 0), (9, 'Successful Server Order', 'Server Order Completion Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #dff0d8; border: 1px solid #d6e9c6; font: normal 14px Arial,Helvetica,sans-serif; color: #3c763d; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Your server order has been Completed successfully.\r\n </p>\r\n\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Completed Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"150\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Job Data:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Code Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Available Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_LEFT#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div> <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 0), (13, 'Cancelled IMEI Order', 'IMEI Order Cancellation Confirmation!', '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#e5e5e5; margin:33px; padding:10px 0; width:700px\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"height:69px; width:100%\">\r\n <tbody>\r\n <tr>\r\n <td style=\"height:31px; width:88%\"><a href=\"#LOGO_LINK#\" rel=\"noreferrer\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\"><img alt=\"LOGO\" src=\"#LOGO#\" style=\"border:0\" /> </a></td>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin:23px 3px\">\r\n <tbody>\r\n <tr>\r\n <td><a href=\"#LOGIN_LINK#\" rel=\"noreferrer\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\">Login</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" style=\"background:#F4F4F4; padding:30px; width:100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n <div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p><strong>Available Credits: #CREDITS_LEFT#</strong></p>\r\n \r\n\r\n <p>Your following order has been rejected.</p>\r\n\r\n <p>Rejected Order</p>\r\n\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:98%\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p>Service:</p>\r\n </td>\r\n <td>\r\n <p>#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>IMEI:</p>\r\n </td>\r\n <td>\r\n <p>#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Details:</p>\r\n </td>\r\n <td>\r\n <p>#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Credits:</p>\r\n </td>\r\n <td>\r\n <p>#CREDITS_RETURNED#</p>\r\n </td>\r\n </tr>\r\n <!--\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits Left:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_LEFT#</p>\r\n </td>\r\n </tr>-->\r\n <tr>\r\n <td>\r\n <p>Order Date:</p>\r\n </td>\r\n <td>\r\n <p>#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <p>Notes:</p>\r\n </td>\r\n <td>\r\n <p>#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n\r\n <p>#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#e5e5e5; height:63px; margin:0 auto; width:680px\">\r\n <tbody>\r\n <tr>\r\n <td style=\"text-align:center\">\r\n <p>For any help you can contact our customer support at #COMPANY_EMAIL_ADDRESS#</p>\r\n\r\n <p>Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p>© gsmtool.net All rights reserved.</p>\r\n\r\n <p>Follow us on <a href=\"https://www.facebook.com/xavisgsm\" rel=\"noreferrer\" style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" target=\"_blank\"> <img alt=\"Facebook\" src=\"http://gsmtool.net/images/facebook.png\" style=\"border:0; height:16px; width:16px\" /> </a></p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n', 0), (29, 'API Credit Balance Threshold Limit Notification', '#API_NAME# notification: WARNING: You\\\'ve small amount of credits', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear Admin,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\nYou have just received a notification message from #API_URL#<br /><br />\r\n\r\nTitle: WARNING: You\'ve small amount of credits at #API_URL#<br /><br />\r\nYour credit level has reached the warning value that you set on our page.<br /><br />\r\nNow You have #API_CREDITS# credits.<br />\r\n </p>\r\n </div>\r\n</div>\r\n\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (14, 'Cancelled File Order', 'File Order Cancellation Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"font: normal 14px Arial,Helvetica,sans-serif;\"><strong>Available Credits: #CREDITS_LEFT#</strong></p>\r\n <br />\r\n <p style=\"font: normal 14px/20px Arial,Helvetica,sans-serif; color: red;\">Your following order has been rejected.</p>\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Rejected Order</p>\r\n\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IMEI:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IMEI_NO#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Hash:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#HASH#</p>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 1), (38, 'Service API Disconnection', '#SERVICE_TYPE# Service API Disconnection', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear Admin,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Disconnected API: #API_NAME#<br />\r\n </p>\r\n </div>\r\n\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td valign=\"top\" align=\"left\">\r\n Service name: #SERVICE_NAME#<br /><br />\r\n #SERVICE_TYPE#<br /><br />\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n<p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0), (15, 'Cancelled Server Order', 'Server Order Cancellation Confirmation!', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <p style=\"font: normal 14px Arial,Helvetica,sans-serif;\"><strong>Available Credits: #CREDITS_LEFT#</strong></p>\r\n <br />\r\n <p style=\"font: normal 14px/20px Arial,Helvetica,sans-serif; color: red;\">Your following order has been rejected.</p>\r\n <p style=\"margin: 10px 0 15px 0; padding: 0; font: bold 14px Arial,Helvetica,sans-serif; color: #333\">Rejected Order</p>\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody><tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Service:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#SERVICE_NAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Details:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Job Data:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DETAILS#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Credits:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#CREDITS_RETURNED#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Order Date:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#ORDER_DATE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Notes:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 10px 0; color: #1a1a1a; font: normal 12px Arial,Helvetica,sans-serif; line-height: 20px\">#NOTES#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n<p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span> gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n <p style=\"margin: 0 auto; padding: 0; width: 120px\"><span style=\"float: left\">Follow us on</span>\r\n <a style=\"text-decoration: none; width: 16px; height: 16px; overflow: hidden; text-decoration: none; display: inline-block\" href=\"https://www.facebook.com/xavisgsm\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" width=\"16\" height=\"16\" src=\"http://gsmtool.net/images/facebook.png\" alt=\"Facebook\" />\r\n </a>\r\n </p>\r\n </td>\r\n </tr></tbody></table></td></tr></tbody></table>', 0); INSERT INTO `tbl_gf_email_templates` (`TemplateId`, `TemplateName`, `Subject`, `Contents`, `SendCopyToAdmin`) VALUES (1, 'Registration', 'Your New #COMPANY_NAME# Account Information', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\n Thank you for registering with #COMPANY_NAME#.\r\n </p>\r\n </div>\r\n <div style=\"margin-bottom: 25px; line-height: 18px; padding: 10px 20px; background: #fff; border: 1px solid #eaeaea; border-radius: 3px\">\r\n <table width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Email:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#EMAIL#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Username:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#USERNAME#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Phone:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#PHONE#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">Country:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#COUNTRY#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"120\" valign=\"top\" align=\"left\" style=\"font: bold 13px/20px Arial,Helvetica,sans-serif\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #8c8c8c; display: inline-block; width: 85%\">IP:</p>\r\n </td>\r\n <td valign=\"top\" align=\"left\">\r\n <p style=\"padding: 0; margin: 0 0 15px 0; color: #1a1a1a; font: normal 13px Arial,Helvetica,sans-serif; line-height: 20px\">#IP#</p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\" align=\"left\" colspan=\"2\">\r\n In order to complete the registration process, please click the following link #ACTIVATION_LINK#\r\n<br />\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n</div>\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 1), (3, 'Forgot Password', 'Forgot Password', '<table border=\"0\" bgcolor=\"#e5e5e5\" cellspacing=\"0\" cellpadding=\"0\" style=\"background: #e5e5e5; width: 700px; padding: 10px 0; margin: 33px\">\r\n <tbody><tr>\r\n <td>\r\n <div style=\"width: 680px; margin: 0 auto\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td bgcolor=\"#f7f7f7\" style=\"background: #f7f7f7; padding: 0 10px; border-bottom: 1px solid #e5e5e5\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"69\">\r\n <tbody><tr>\r\n <td style=\"padding: 14px 14px 14px 3px; width: 88%; height: 31px\" align=\"left\" valign=\"middle\">\r\n <a href=\"#LOGO_LINK#\" style=\"border: 0; color: #000; font-size: 18px; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">\r\n <img style=\"border: 0\" alt=\"LOGO\" src=\"#LOGO#\" />\r\n </a>\r\n </td>\r\n\r\n <td style=\"padding: 8px 0 8px 8px\" valign=\"top\" align=\"right\" width=\"12%\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin: 23px 3px\">\r\n <tbody><tr>\r\n <td align=\"right\" valign=\"middle\" height=\"26\">\r\n <a href=\"#LOGIN_LINK#\" style=\"font: bold 12px \'Arial\'; color: #fff; text-decoration: none; padding: 8px 16px; background-color: #ED8446; border-radius: 4px\" target=\"_blank\" rel=\"noreferrer\">Login</a>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4; padding: 30px\">\r\n <tbody><tr>\r\n <td bgcolor=\"#F4F4F4\" style=\"background: #F4F4F4\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td style=\"font: 14px Arial,Helvetica,sans-serif; color: #383838\">\r\n <div style=\"padding-bottom: 25px; font: normal 13px Arial,Helvetica,sans-serif; color: #333\">Dear #CUSTOMER_NAME#,</div>\r\n\r\n<div style=\"padding-bottom: 25px; line-height: 18px\">\r\n <div style=\"padding: 5px 0 15px 0; margin: 0\">\r\n <p style=\"background: #d9edf7; border: 1px solid #bce8f1; font: normal 14px/20px Arial,Helvetica,sans-serif; color: #31708f; border-radius: 4px; margin: 0 0 20px 0; padding: 15px\">\r\nYour #COMPANY_NAME# account Password:- #PASSWORD#\r\n<br /> </p>\r\n </div>\r\n</div>\r\n\r\n <p style=\"padding-bottom: 5px; margin: 0; font: normal 12px/18px Arial,Helvetica,sans-serif; color: #0E0E0E;\">#SIGNATURE#</p>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <table width=\"680\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"63\" style=\"margin: 0 auto; background: #e5e5e5\">\r\n <tbody><tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 20px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">For any help you can contact our customer support at\r\n #COMPANY_EMAIL_ADDRESS#\r\n </p>\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">Be sure to add #COMPANY_EMAIL_ADDRESS# to your address book or safe sender list so our emails get to your inbox.</p>\r\n\r\n <p style=\"margin: 20px 0 10px; padding: 0\">© <span>2021 gsmtool.net</span>\r\n All rights reserved.\r\n </p>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"color: #383838; text-align: center; font: normal 12px \'Arial\'; padding: 10px 10px\">\r\n <p style=\"margin: 0; padding: 0; line-height: 24px\">If you don\'t want to receive these emails from us in the future, please <a href=\"#UNSUBSCRIBE_LINK#\" style=\"color: #0f68b4; font-weight: bold; text-decoration: none\" target=\"_blank\" rel=\"noreferrer\">click here</a> to unsubscribe.\r\n </p>\r\n </td></tr></tbody></table></td></tr></tbody></table>', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_faqs` -- CREATE TABLE `tbl_gf_faqs` ( `FAQId` int(11) NOT NULL, `Question` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Answer` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableFAQ` tinyint(1) DEFAULT NULL, `Question_Local` text DEFAULT NULL, `Answer_Local` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_favorite_orders` -- CREATE TABLE `tbl_gf_favorite_orders` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `order_type` tinyint(1) NOT NULL COMMENT '1 for imei, 2 for file and 3 for server' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_fcm_tokens` -- CREATE TABLE `tbl_gf_fcm_tokens` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `token` varchar(500) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_flag_counter` -- CREATE TABLE `tbl_gf_flag_counter` ( `Id` int(11) NOT NULL, `ScriptCode` text DEFAULT NULL, `DisableFCounter` tinyint(1) DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_forms` -- CREATE TABLE `tbl_gf_forms` ( `FormId` int(11) NOT NULL, `Form` varchar(255) DEFAULT NULL, `FormTypeId` int(11) DEFAULT NULL, `FormURL` varchar(100) DEFAULT NULL, `IsNew` tinyint(1) DEFAULT 0, `HiddenForm` tinyint(1) DEFAULT 0, `FormUrlNew` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_forms` -- INSERT INTO `tbl_gf_forms` (`FormId`, `Form`, `FormTypeId`, `FormURL`, `IsNew`, `HiddenForm`, `FormUrlNew`) VALUES (1, 'Dashboard', 1, 'dashboard.php', 0, 0, 'admin/dashboard'), (4, 'Add Service', 2, 'package.php', 0, 1, 'package.php'), (3, 'Manage Categories', 2, 'categories.php', 0, 1, 'admin/category/add'), (5, 'Manage Services', 2, 'services.php', 0, 0, 'admin/services/services'), (6, 'Quick Price Change', 2, 'quickpricing.php', 0, 0, 'admin/services/quickpricing'), (7, 'Custom Fields', 2, 'customfields.php', 0, 0, 'admin/services/customfields'), (108, 'In Process Server Orders', 18, 'ipserverorders.php', 0, 0, 'admin/services/ipserverorders'), (11, 'SMS Integration', 2, 'smsintegration.php', 0, 0, 'admin/services/smsintegration'), (283, 'IMEI Services - Quick Edit', 2, 'services_quickedit.php', 0, 1, 'services_quickedit.php'), (284, 'File Services - Quick Edit', 3, 'services_quickedit.php', 0, 1, 'services_quickedit.php'), (15, 'Manage Services', 3, 'services.php?fs=1', 0, 0, 'admin/services/services?fs=1'), (16, 'Quick Price Change', 3, 'quickpricing.php?srvc=1', 0, 0, 'admin/services/quickpricing?srvc=1'), (17, 'SMS Integration', 3, 'smsintegration.php?type=1', 0, 0, 'admin/services/smsintegration?type=1'), (285, 'Server Services - Quick Edit', 4, 'services_quickedit.php', 0, 1, 'services_quickedit.php'), (2, 'Add Category', 2, 'category.php', 0, 1, 'category.php'), (21, 'Manage Services', 4, 'serverservices.php', 0, 0, 'admin/services/serverservices'), (22, 'Quick Price Change', 4, 'quickpricing.php?srvc=2', 0, 0, 'admin/services/quickpricing?srvc=2'), (23, 'Custom Fields', 4, 'customfields.php?sc=2', 0, 0, 'admin/services/customfields?sc=2'), (24, 'SMS Integration', 4, 'smsintegration.php?type=2', 0, 0, 'admin/services/smsintegration?type=2'), (25, 'Add New Client', 5, 'user.php', 0, 0, 'admin/clients/user'), (26, 'Manage Clients', 5, 'users.php', 0, 0, 'admin/clients/users'), (49, 'Login News Popup', 5, 'newspopup.php', 0, 0, 'admin/clients/newspopup'), (28, 'Add a Client Group', 5, 'clientgroup.php', 0, 0, 'admin/clients/clientgroup'), (29, 'Manage Client Groups', 5, 'clientgroups.php', 0, 0, 'clientgroups.php'), (30, 'Reset All Passwords', 5, 'resetpasswords.php', 0, 1, 'admin/clients/resetpasswords'), (31, 'Reset All Pins', 5, 'resetpins.php', 0, 1, 'admin/clients/resetpins'), (32, 'SMS Integration', 5, 'smsintegration.php?type=3', 0, 0, 'admin/services/smsintegration?type=3'), (33, 'Add a System Admin', 6, 'subadmin.php', 0, 0, 'admin/system/subadmin'), (34, 'System Admins', 6, 'subadmins.php', 0, 0, 'admin/system/subadmins'), (35, 'Add Admin Role', 6, 'adminrole.php', 0, 0, 'admin/system/adminrole'), (36, 'Manage Admin Roles', 6, 'adminroles.php', 0, 0, 'admin/system/adminroles'), (37, 'Manage Invoices', 7, 'payments.php', 0, 0, 'admin/clients/payments'), (38, 'Payment Statuses', 7, 'viewlookuplist.php?iFrm=7', 0, 0, 'admin/Settings/viewlookuplist?iFrm=7'), (39, 'Payment Methods', 7, 'paymentmethods.php', 0, 0, 'admin/sales/paymentmethods'), (40, 'Manage Testimonials', 8, 'reviews.php', 0, 0, 'admin/cms/reviews'), (41, 'Manage Logos', 8, 'logos.php', 0, 0, 'admin/cms/logos'), (42, 'Theme Banners', 8, 'banners.php', 0, 0, 'admin/cms/banners'), (43, 'Social Media Links', 8, 'socialmedialinks.php', 0, 0, 'admin/cms/socialmedialinks'), (44, 'Manage Pages', 8, 'pages.php', 0, 0, 'admin/cms/pages'), (347, 'Allow IPs', 13, 'allowips.php', 0, 0, 'admin/Settings/allowips'), (48, 'Email Templates', 9, 'emailtpls.php', 0, 0, 'admin/template/emailtpls'), (288, 'Hide Services At Web', 4, 'hideservices.php?sc=2', 0, 0, 'admin/services/hideservices?sc=2'), (50, 'SMS Gateways', 10, 'smsgateways.php', 0, 0, 'admin/smsgateway/smsgateways'), (51, 'Live Chat', 11, 'livechat.php', 0, 0, 'admin/chat/livechat'), (52, 'All Tickets', 12, 'tickets.php', 0, 0, 'admin/tickets/tickets'), (53, 'Departments', 12, 'departments.php', 0, 0, 'admin/tickets/departments'), (54, 'Ticket Category', 12, 'viewlookuplist.php?iFrm=15', 0, 0, 'admin/Settings/viewlookuplist?iFrm=15'), (55, 'Ticket Statuses', 12, 'viewlookuplist.php?iFrm=14', 0, 0, 'admin/Settings/viewlookuplist?iFrm=14'), (56, 'Priority Levels', 12, 'viewlookuplist.php?iFrm=9', 0, 1, 'admin/Settings/viewlookuplist?iFrm=9'), (57, 'General Settings', 13, 'settings.php', 0, 0, 'admin/Settings/settings'), (59, 'API Settings', 13, 'apis.php', 0, 0, 'admin/Settings/apis'), (60, 'Registration Fields', 13, 'regfields.php', 0, 0, 'admin/Settings/regfields'), (61, 'Order Statuses', 13, 'viewlookuplist.php?iFrm=3', 0, 0, 'admin/Settings/viewlookuplist?iFrm=3'), (62, 'Maintenance Mode', 13, 'maintenance.php', 0, 0, 'admin/Settings/maintenance'), (63, 'Forcefully Convert Prices', 13, 'convertprices.php', 0, 0, 'admin/Settings/convertprices'), (64, 'Currencies', 13, 'currencies.php', 0, 0, 'admin/Settings/currencies'), (65, 'News Categories', 14, 'newscats.php', 0, 0, 'admin/miscellaneous/newscats'), (66, 'Manage News', 14, 'viewnews.php', 0, 0, 'admin/miscellaneous/viewnews'), (67, 'Manage FAQs', 14, 'viewfaqs.php', 0, 0, 'admin/miscellaneous/viewfaqs'), (68, 'Knowledge Base Categories', 14, 'knowledgebasecats.php', 0, 0, 'admin/miscellaneous/knowledgebasecats'), (69, 'Knowledge Base Contents', 14, 'knbasecontents.php', 0, 0, 'admin/miscellaneous/knbasecontents'), (70, 'Newsletters Categories', 14, 'newsltrcats.php', 0, 0, 'admin/miscellaneous/newsltrcats'), (71, 'Manage Newsletters', 14, 'newsletters.php', 0, 0, 'admin/miscellaneous/newsletters'), (72, 'Send Newsletter', 14, 'sendnewsletter.php', 0, 0, 'admin/miscellaneous/sendnewsletter'), (73, 'Manage Videos', 14, 'videos.php', 0, 0, 'admin/miscellaneous/videos'), (74, 'Flag Counter', 14, 'flagcounter.php', 0, 0, 'admin/miscellaneous/flagcounter'), (75, 'Google Analytics', 14, 'analytics.php', 0, 0, 'admin/miscellaneous/analytics'), (76, 'Marquee Slider', 14, 'marquee.php', 0, 0, 'admin/miscellaneous/marquee'), (77, 'Download API Document', 14, '../data/api/GSM_Fusion_API.pdf', 0, 0, 'admin/Miscellaneous/gsm_fusion_api'), (78, 'Download API Sample Code', 14, '../data/api/apisamplecode.rar', 0, 0, 'admin/Miscellaneous/apisamplecode'), (79, 'Database Backup', 14, 'databasebackup.php', 0, 0, 'admin/miscellaneous/databasebackup'), (80, 'Statistics', 15, 'statistics.php', 0, 0, 'admin/reports/statistics'), (81, 'API Stats', 15, 'apisrpt.php', 0, 0, 'admin/reports/apisrpt'), (82, 'Profit/Loss Report', 15, 'profitlossrpt.php', 0, 0, 'admin/reports/profitlossrpt'), (12, 'Add Category', 3, 'category.php?fs=1', 0, 1, 'category.php?fs=1'), (85, 'Credits Report', 15, 'creditsrpt.php', 0, 0, 'admin/reports/creditsrpt'), (86, 'Clients By Income', 15, 'clientsbyincomerpt.php', 0, 0, 'admin/reports/clientsbyincomerpt'), (88, 'Pre Codes History', 15, 'precodeshistory.php', 0, 0, 'admin/reports/precodeshistory'), (89, 'Credits Eaten-IMEI Services', 15, 'creditseatenrpt.php', 0, 0, 'admin/reports/creditseatenrpt'), (90, 'Credits Eaten-File Services', 15, 'creditseatenrpt.php?sc=1', 0, 0, 'admin/reports/creditseatenrpt?sc=1'), (91, 'Credits Eaten-Server Services', 15, 'creditseatenrpt.php?sc=2', 0, 0, 'admin/reports/creditseatenrpt?sc=2'), (92, 'Credits Updated By Admin', 15, 'admincrlog.php', 0, 0, 'admin/reports/admincrlog'), (93, 'Clients IP Log', 15, 'clientiplogrpt.php', 0, 0, 'admin/reports/clientiplogrpt'), (94, 'Admin IP Log', 15, 'iplogrpt.php', 0, 0, 'admin/reports/iplogrpt'), (95, 'Blocked IPs', 15, 'blockedipsrpt.php', 0, 0, 'admin/reports/blockedipsrpt'), (96, 'New IMEI Orders', 16, 'newimeiorders.php', 0, 0, 'admin/services/newimeiorders'), (97, 'In Process IMEI Orders', 16, 'inprocessimeiorders.php', 0, 0, 'admin/services/inprocessimeiorders'), (98, 'Accepted IMEI Orders', 16, 'codes.php?codeStatusId=4&pT=2&searchType=3', 0, 0, 'admin/services/codes?codeStatusId=4&pT=2&searchType=3'), (99, 'IMEI Order History', 16, 'codes.php?bulk=1&searchType=3', 0, 0, 'admin/services/codes?bulk=1&searchType=3'), (100, 'IMEI Orders For Verification', 16, 'verifyorders.php', 0, 0, 'admin/services/verifyorders'), (101, 'Bulk Reply - FAST', 16, 'multilinebulkreply.php', 0, 0, 'admin/services/multilinebulkreply'), (102, 'Stop Orders Retrieval via API', 16, 'apiorders.php', 0, 0, 'admin/services/apiorders'), (103, 'New File Orders', 17, 'newfileorders.php', 0, 0, 'admin/services/newfileorders'), (104, 'Accepted File Orders', 17, 'codesslbf.php?codeStatusId=4&searchType=3', 0, 0, 'admin/services/codesslbf?codeStatusId=4&searchType=3'), (105, 'File Order History', 17, 'codesslbf.php?searchType=3', 0, 0, 'admin/services/codesslbf?searchType=3'), (106, 'File Orders For Verification', 17, 'verifyfileorders.php', 0, 0, 'admin/services/verifyfileorders'), (236, 'Reset Custom Prices', 5, 'resetclientprices.php', 0, 1, 'admin/clients/resetclientprices'), (107, 'New Server Orders', 18, 'newserverorders.php', 0, 0, 'admin/services/newserverorders'), (109, 'Accepted Server Orders', 18, 'logrequests.php?codeStatusId=4&searchType=3', 0, 0, 'admin/services/logrequests?codeStatusId=4&searchType=3'), (110, 'Server Orders History', 18, 'logrequests.php?searchType=3', 0, 0, 'admin/services/logrequests?searchType=3'), (115, 'Orders For Verification', 18, 'verifyserverorders.php', 0, 0, 'admin/services/verifyserverorders'), (114, 'Monthly Orders', 15, 'monthlyordersrpt.php', 0, 0, 'admin/reports/monthlyordersrpt'), (291, 'In Process IMEI Orders', 19, 'ipretailorders.php', 0, 0, 'admin/retail/ipretailorders'), (290, 'New SERVER Orders', 19, 'newretailorders.php?type=1', 0, 0, 'admin/retail/newretailorders?type=1'), (227, 'Add API on Pending Orders', 17, 'pendingorders.php?sc=1', 0, 0, 'admin/services/pendingorders?sc=1'), (237, 'Add a Brand', 20, 'manufacturer.php', 0, 0, 'admin/retail/manufacturer'), (287, 'Hide Services At Web', 3, 'hideservices.php?sc=1', 0, 0, 'admin/services/hideservices?sc=1'), (286, 'Hide Services At Web', 2, 'hideservices.php', 0, 0, 'admin/services/hideservices?sc=0'), (231, 'Manage Retail Invoices', 7, 'rinvoices.php', 0, 0, 'admin/sales/rinvoices'), (232, 'Reset Custom Prices', 2, 'resetprices.php', 0, 0, 'admin/services/resetprices'), (233, 'Reset Custom Prices', 3, 'resetprices.php?srvc=1', 0, 0, 'admin/services/resetprices?srvc=1'), (234, 'Reset Custom Prices', 4, 'resetprices.php?srvc=2', 0, 0, 'admin/services/resetprices?srvc=2'), (235, 'Email Integrations', 5, 'emailintegrations.php', 0, 0, 'admin/clients/emailintegrations'), (238, 'Manage Brands', 20, 'manufacturers.php', 0, 0, 'admin/retail/manufacturers'), (239, 'Add IMEI Service', 20, 'rtlservice.php', 0, 0, 'admin/retail/rtlservice'), (240, 'Manage IMEI Services', 20, 'rtlservices.php', 0, 0, 'admin/retail/rtlservices'), (292, 'In Process Server Orders', 19, 'ipretailorders.php?type=1', 0, 0, 'admin/retail/ipretailorders?type=1'), (243, 'Manage Server Services', 20, 'rtlservices.php?type=1', 0, 0, 'admin/retail/rtlservices?type=1'), (242, 'Add Server Service', 20, 'rtlservice.php?type=1', 0, 0, 'admin/retail/rtlservice?type=1'), (261, 'Order Statuses', 21, 'viewlookuplist.php?iFrm=21', 0, 0, 'admin/Settings/viewlookuplist?iFrm=21'), (260, 'Quick Price Change', 21, 'equickpricing.php', 0, 0, 'equickpricing.php'), (259, 'Manage Products', 21, 'products.php', 0, 0, 'products.php'), (258, 'Add a Product', 21, 'product.php', 0, 0, 'product.php'), (257, 'Manage Categories', 21, 'categories.php?iFrm=2', 0, 0, 'admin/category/add?iFrm=2'), (256, 'Add Category', 21, 'ecategory.php', 0, 0, 'admin/category'), (262, 'Payment Statuses', 21, 'viewlookuplist.php?iFrm=20', 0, 0, 'admin/Settings/viewlookuplist?iFrm=20'), (263, 'New Orders', 22, 'eorders.php?statusId=1&searchType=1', 0, 0, 'eorders.php?statusId=1&searchType=1'), (264, 'Accepted Orders', 22, 'eorders.php?statusId=4&searchType=3', 0, 0, 'eorders.php?statusId=4&searchType=3'), (265, 'Orders History', 22, 'eorders.php', 0, 0, 'eorders.php'), (266, 'Manage Logo', 21, 'logo.php?id=5', 0, 0, 'logo.php?id=5'), (268, 'Manage Banners', 21, 'banners.php?type=1', 0, 0, 'banners.php?type=1'), (269, 'Manage Pages', 21, 'pages.php?type=1', 0, 0, 'pages.php?type=1'), (270, 'Social Media Links', 21, 'socialmedialinks.php', 0, 0, 'admin/cms/socialmedialinks'), (271, 'Manage News', 21, 'viewnews.php?type=1', 0, 0, 'admin/miscellaneous/viewnews?type=1'), (272, 'Manage Testimonials', 21, 'reviews.php?type=1', 0, 0, 'admin/cms/reviews?type=1'), (273, 'Manage Customers', 21, 'customers.php', 0, 0, 'customers.php'), (274, 'Ecommerce Invoices', 7, 'einvoices.php', 0, 0, 'admin/sales/einvoices'), (275, 'Sort Products', 21, 'sortproducts.php', 0, 0, 'sortproducts.php'), (276, 'Header Categories', 21, 'hcategories.php', 0, 0, 'hcategories.php'), (277, 'Shipping Countries & Methods', 21, 'shippingcountries.php', 0, 0, 'shippingcountries.php'), (278, 'Edit IMEI Order', 16, 'code.php', 0, 1, 'code.php'), (279, 'Edit File Order', 17, 'codeslbf.php', 0, 1, 'codeslbf.php'), (280, 'Edit Server Order', 18, 'logrequest.php', 0, 1, 'logrequest.php'), (289, 'New IMEI Orders', 19, 'newretailorders.php', 0, 0, 'admin/retail/newretailorders'), (282, 'Edit Ecommerce Order', 22, 'eorder.php', 0, 1, 'eorder.php'), (13, 'Manage Categories', 3, 'categories.php?fs=1', 0, 1, 'admin/category/add?fs=1'), (14, 'Add Service', 3, 'package.php?fs=1', 0, 1, 'package.php?fs=1'), (18, 'Add Category', 4, 'category.php?iFrm=1', 0, 1, 'category.php?iFrm=1'), (19, 'Manage Categories', 4, 'categories.php?iFrm=1', 0, 1, 'admin/category/add?iFrm=1'), (20, 'Add Service', 4, 'serverservice.php', 0, 1, 'serverservice.php'), (27, 'Auto Payments', 5, 'autopayments.php', 0, 0, 'admin/clients/autopayments'), (293, 'Accepted IMEI Orders', 19, 'retailorders.php?codeStatusId=4&pT=2&searchType=3', 0, 0, 'admin/retail/retailorders?codeStatusId=4&pT=2&searchType=3'), (294, 'Accepted Server Orders', 19, 'serverrtlorders.php?codeStatusId=4&pT=2&searchType=3', 0, 0, 'serverrtlorders.php?codeStatusId=4&pT=2&searchType=3'), (295, 'IMEI Order History', 19, 'retailorders.php?searchType=3', 0, 0, 'admin/retail/retailorders?searchType=3'), (296, 'Server Order History', 19, 'serverrtlorders.php?searchType=3', 0, 0, 'serverrtlorders.php?searchType=3'), (297, 'Brand Logos', 8, 'brandlogos.php', 0, 0, 'admin/cms/brandlogos'), (298, 'UnArchive Services', 2, 'unarchiveservices.php', 0, 0, 'admin/services/unarchiveservices?sc=0'), (299, 'UnArchive Services', 3, 'unarchiveservices.php?sc=1', 0, 0, 'admin/services/unarchiveservices?sc=1'), (300, 'UnArchive Services', 4, 'unarchiveservices.php?sc=2', 0, 0, 'admin/services/unarchiveservices?sc=2'), (301, 'UnArchive Clients', 5, 'unarchiveclients.php', 0, 0, 'admin/clients/unarchiveclients'), (10, 'Manage Home Categories', 21, 'categories.php?iFrm=3', 0, 0, 'admin/category/add?iFrm=3'), (311, 'Product Visitors Report', 15, 'eproductvisitors.php', 0, 0, 'admin/reports/eproductvisitors'), (312, 'Manage Zones', 21, 'zones.php', 1, 0, 'zones.php'), (313, 'Shipping Methods', 21, 'shipmethods.php', 1, 0, 'shipmethods.php'), (315, 'Quick Group Price Change', 2, 'groupquickpricing.php', 1, 0, 'admin/services/groupquickpricing'), (316, 'Quick Group Price Change', 3, 'groupquickpricing.php?srvc=1', 1, 0, 'admin/services/groupquickpricing?srvc=1'), (317, 'Quick Group Price Change', 4, 'groupquickpricing.php?srvc=2', 1, 0, 'admin/services/groupquickpricing?srvc=2'), (318, 'Update GSM TOOL', 13, 'updategsmtool.php', 1, 0, 'updategsmtool.php'), (8, 'Add News', 14, 'news.php', 0, 1, 'news.php'), (9, 'Block Payment Methods For Countries', 7, 'blockpmethods.php', 0, 0, 'admin/sales/blockpmethods'), (346, 'Edit Client', 5, 'user.php', 0, 1, 'admin/clients/user'), (345, 'Newsletter Subscriptions', 14, 'nlsubscriptions.php', 0, 0, 'admin/miscellaneous/nlsubscriptions'), (332, 'Add/Edit a Testimonial', 8, 'review.php', 0, 1, 'review.php'), (333, 'Edit a Logo', 8, 'logo.php', 0, 1, 'logo.php'), (334, 'Add/Edit a Banner', 8, 'banner.php', 0, 1, 'banner.php'), (335, 'Add/Edit a Social Media Link', 8, 'socialmedialink.php', 0, 1, 'socialmedialink.php'), (336, 'Add/Edit a Page', 8, 'page.php', 0, 1, 'page.php'), (337, 'Add/Edit a Brand Logo', 8, 'addbrandlogo.php', 0, 1, 'addbrandlogo.php'), (319, 'Delete Invoices', 7, 'payments.php', 0, 1, 'admin/clients/payments'), (320, 'Mark Invoices As Paid', 7, 'payments.php', 0, 1, 'admin/clients/payments'), (321, 'Show All Invoices', 7, 'payments.php', 0, 1, 'admin/clients/payments'), (322, 'Delete IMEI Services', 2, 'services.php', 0, 1, 'admin/services/services'), (323, 'Delete File Services', 3, 'services.php', 0, 1, 'admin/services/services'), (324, 'Delete Server Services', 4, 'serverservices.php', 0, 1, 'admin/services/serverservices'), (325, 'Delete Client Group', 5, 'clientgroups.php', 0, 1, 'clientgroups.php'), (326, 'Archive a Client', 5, 'clients.php', 0, 1, 'clients.php'), (327, 'Overview Client Page', 5, 'overview.php', 0, 1, 'overview.php'), (328, 'Login As Client', 5, 'lgn_a_s_clint.php', 0, 1, 'lgn_a_s_clint.php'), (329, 'Credit History', 5, 'credithistory.php', 0, 1, 'credithistory.php'), (330, 'Add/Rebate Credits', 5, 'addcredits.php', 0, 1, 'addcredits.php'), (331, 'Client API', 5, 'userapi.php', 0, 1, 'userapi.php'), (338, 'Add/Edit a FAQ', 14, 'faqs.php', 0, 1, 'faqs.php'), (339, 'Add/Edit a Knowledgebase Contents', 14, 'knbasecontent.php', 0, 1, 'knbasecontent.php'), (340, 'Add/Edit a Newsletter', 14, 'newsletter.php', 0, 1, 'newsletter.php'), (341, 'Add/Edit a Video', 14, 'video.php', 0, 1, 'video.php'), (342, 'Add/Edit a Currency', 13, 'currency.php', 0, 1, 'currency.php'), (343, 'Add/Edit an API', 13, 'manageapi.php', 0, 1, 'manageapi.php'), (344, 'Add/Edit a Registration Field', 13, 'regfield.php', 0, 1, 'regfield.php'), (350, 'Service Prices', 5, 'userpackageprices.php', 0, 1, 'userpackageprices.php'), (351, 'Reset Service Prices', 5, 'resetpackprices.php', 0, 1, 'resetpackprices.php'), (352, 'Remove Services', 5, 'setpcksforusers.php', 0, 1, 'setpcksforusers.php'), (353, 'Change Password', 5, 'changepassword.php', 0, 1, 'changepassword.php'), (354, 'Invoice', 5, 'payment.php', 0, 1, 'payment.php'), (355, 'Import Emails', 5, 'importemails.php', 0, 0, 'importemails.php'), (358, 'Payment Aggregators', 7, 'paymentaggregators.php', 0, 0, 'admin/sales/paymentaggregators'), (359, 'Import Products', 21, 'fetch_nck_shops_products.php?clear', 0, 0, 'fetch_nck_shops_products.php?clear'), (360, 'Gateway Reports', 15, 'rptpayments.php', 0, 0, 'rptpayments.php'), (361, 'Suspicious Invoices', 15, 'suspiciouspmntsrpt.php', 0, 0, 'suspiciouspmntsrpt.php'), (362, 'Pending API Orders', 16, 'pendingapiorders.php', 0, 0, 'admin/services/pendingapiorders'), (348, 'Manage Downloads', 14, 'downloads.php', 0, 0, 'admin/miscellaneous/downloads'), (349, 'Brand & Models', 2, 'admin/services/brands', 0, 0, 'admin/services/brands'), (363, 'Client Menu Settings', 13, 'admin/clients/clientmenu', 0, 0, 'admin/clients/clientmenu'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_form_type` -- CREATE TABLE `tbl_gf_form_type` ( `FormTypeId` int(11) NOT NULL, `FormType` varchar(100) DEFAULT NULL, `InHeader` tinyint(1) DEFAULT 0, `Class` varchar(30) DEFAULT NULL, `FTOrderBy` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_form_type` -- INSERT INTO `tbl_gf_form_type` (`FormTypeId`, `FormType`, `InHeader`, `Class`, `FTOrderBy`) VALUES (1, 'Dashboard', 0, NULL, 0), (2, 'IMEI Services', 0, 'fa-shopping-cart', 1), (3, 'File Services', 0, 'fa-shopping-cart', 2), (4, 'Server Services', 0, 'fa-shopping-cart', 3), (5, 'Clients', 0, 'fa-user', 6), (7, 'Sales', 0, 'fa-dollar', 8), (8, 'CMS', 0, 'fa-file', 9), (9, 'Templates', 0, 'fa-file', 10), (10, 'SMS Gateways', 0, 'fa-envelope', 11), (11, 'Live Chat', 0, 'fa-comments', 12), (13, 'Settings', 0, 'fa-cogs', 14), (14, 'Miscellaneous', 0, 'fa-list', 15), (15, 'Reports', 0, 'fa-cog', 16), (6, 'System Administrators', 0, 'fa-user', 7), (12, 'Tickets', 0, 'fa-comments', 13), (16, 'IMEI', 1, NULL, 17), (17, 'File', 1, NULL, 18), (18, 'Server', 1, NULL, 19), (19, 'Retail', 1, NULL, 20), (20, 'Retail Services', 0, 'fa-shopping-cart', 4), (22, 'Ecommerce', 1, NULL, 21); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_group_prices_notice` -- CREATE TABLE `tbl_gf_group_prices_notice` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `PackTitle` varchar(150) DEFAULT NULL, `PlanId` int(11) NOT NULL, `UserId` int(11) NOT NULL, `CurrencyId` int(11) NOT NULL, `ServiceType` tinyint(1) DEFAULT 0, `Price` float DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_home_ecategory` -- CREATE TABLE `tbl_gf_home_ecategory` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0, `HTMLTitle` varchar(200) DEFAULT NULL, `SEOURLName` varchar(100) DEFAULT NULL, `MetaKW` text DEFAULT NULL, `MetaTags` text DEFAULT NULL, `Description` text DEFAULT NULL, `ArchivedCategory` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_imei_restricted_series` -- CREATE TABLE `tbl_gf_imei_restricted_series` ( `SeriesId` int(11) NOT NULL, `SeriesName` varchar(50) DEFAULT NULL, `IMEISeries` text DEFAULT NULL, `DisableSeries` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_knowledgebase` -- CREATE TABLE `tbl_gf_knowledgebase` ( `Id` int(11) NOT NULL, `CategoryId` int(11) DEFAULT 0, `Title` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableKB` tinyint(1) DEFAULT NULL, `Contents` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_knowledgebase_cat` -- CREATE TABLE `tbl_gf_knowledgebase_cat` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_labels` -- CREATE TABLE `tbl_gf_labels` ( `id` int(11) NOT NULL, `label_name` varchar(250) CHARACTER SET utf8 NOT NULL, `label_value` varchar(250) CHARACTER SET utf8 NOT NULL, `translation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `lang` varchar(250) CHARACTER SET utf8 NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_labels_translate` -- CREATE TABLE `tbl_gf_labels_translate` ( `id` int(11) NOT NULL, `label_name` varchar(250) CHARACTER SET utf8 NOT NULL, `label_value` varchar(250) CHARACTER SET utf8 NOT NULL, `translation` varchar(20) CHARACTER SET utf8 NOT NULL, `lang` varchar(250) CHARACTER SET utf8 NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_live_chat` -- CREATE TABLE `tbl_gf_live_chat` ( `Id` int(11) NOT NULL, `ScriptCode` text DEFAULT NULL, `DisableChat` tinyint(1) DEFAULT 1, `AtWebsite` tinyint(1) DEFAULT 1, `InClientPanel` tinyint(1) DEFAULT 0, `InAdminPanel` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_live_chat` -- INSERT INTO `tbl_gf_live_chat` (`Id`, `ScriptCode`, `DisableChat`, `AtWebsite`, `InClientPanel`, `InAdminPanel`) VALUES (1, '<!-- GetButton.io widget -->\r\n<script type=\\\"text/javascript\\\">\r\n (function () {\r\n var options = {\r\n whatsapp: \\\"+54 9 11 3284-3195\\\", // WhatsApp number\r\n call_to_action: \\\"Soporte en vivo\\\", // Call to action\r\n position: \\\"right\\\", // Position may be \\\'right\\\' or \\\'left\\\'\r\n };\r\n var proto = document.location.protocol, host = \\\"getbutton.io\\\", url = proto + \\\"//static.\\\" + host;\r\n var s = document.createElement(\\\'script\\\'); s.type = \\\'text/javascript\\\'; s.async = true; s.src = url + \\\'/widget-send-button/js/init.js\\\';\r\n s.onload = function () { WhWidgetSendButton.init(host, proto, options); };\r\n var x = document.getElementsByTagName(\\\'script\\\')[0]; x.parentNode.insertBefore(s, x);\r\n })();\r\n</script>\r\n<!-- /GetButton.io widget -->\r\n', 0, 1, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_logo` -- CREATE TABLE `tbl_gf_logo` ( `LogoId` int(11) NOT NULL, `LogoTitle` varchar(50) DEFAULT NULL, `LogoPath` varchar(255) DEFAULT NULL, `DisableLogo` tinyint(1) DEFAULT NULL, `ForAdminPanel` tinyint(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_logo` -- INSERT INTO `tbl_gf_logo` (`LogoId`, `LogoTitle`, `LogoPath`, `DisableLogo`, `ForAdminPanel`) VALUES (1, 'Logo For Admin Panel', 'logos/1.png', 0, 1), (2, 'Logo For Customer Panel', 'logos/2.png', 0, 0), (3, 'Admin Login Page', 'logos/3.png', 0, 3), (4, 'For Website', 'logos/4.png', 0, 2), (5, 'Logo For Ecommerce Website', 'logos/5.png', 0, 0), (7, 'Fav Icon For Ecommerce Web Page', 'logos/7.png', 0, 4), (6, 'Fav Icon For Unlock Web Page', 'logos/6.png', 0, 4); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_log_packages` -- CREATE TABLE `tbl_gf_log_packages` ( `LogPackageId` int(11) NOT NULL, `LogPackageTitle` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableLogPackage` tinyint(1) DEFAULT NULL, `LogPackagePrice` float DEFAULT NULL, `LogPackageDetail` text DEFAULT NULL, `CategoryId` int(11) DEFAULT 0, `MandatoryField` tinyint(1) DEFAULT 0, `DeliveryTime` varchar(150) DEFAULT NULL, `NewTplType` tinyint(1) DEFAULT 0, `SuccessTplType` tinyint(1) DEFAULT 0, `CancelledTplType` tinyint(1) DEFAULT 0, `NewTplSubject` varchar(100) DEFAULT NULL, `NewTplBody` text DEFAULT NULL, `SuccessTplSubject` varchar(100) DEFAULT NULL, `SuccessTplBody` text DEFAULT NULL, `CancelTplSubject` varchar(100) DEFAULT NULL, `CancelTplBody` text DEFAULT NULL, `SendNewCopyToAdmin` tinyint(1) DEFAULT 0, `SendSuccessCopyToAdmin` tinyint(1) DEFAULT 0, `SendRejectCopyToAdmin` tinyint(1) DEFAULT 0, `CostPrice` float DEFAULT 0, `EditedAt` datetime DEFAULT NULL, `Supplier` varchar(100) DEFAULT NULL, `CalculatePreCodes` tinyint(1) DEFAULT 0, `APIId` int(11) DEFAULT NULL, `ExternalNetworkId` varchar(20) DEFAULT NULL, `SendSMS` tinyint(1) DEFAULT 0, `ArchivedPack` tinyint(1) DEFAULT 0, `PricePerQuantity` tinyint(1) DEFAULT 0, `ServiceType` tinyint(1) DEFAULT 1, `ResponseDelayTm` int(4) DEFAULT 0, `CronDelayTm` int(4) DEFAULT 1, `CancelOrders` tinyint(1) DEFAULT 1, `VerifyOrders` tinyint(1) DEFAULT 1, `OrderVerifyMins` int(11) DEFAULT 60, `OrderVerifyUnit` varchar(250) NOT NULL, `RedirectionURL` varchar(100) DEFAULT NULL, `HTMLTitle` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SEOURLName` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaKW` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaTags` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `FileName` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `PackOrderBy` tinyint(4) NOT NULL DEFAULT 0, `TOCs` tinyint(1) NOT NULL DEFAULT 0, `CostPriceFromAPI` tinyint(1) DEFAULT 0, `NewOrderEmailIDs` varchar(255) DEFAULT NULL, `HideServiceAtWeb` tinyint(1) DEFAULT 0, `ServiceTypeId` int(11) DEFAULT 0, `MinimumQty` float DEFAULT 1, `OrderCancelMins` int(11) DEFAULT 60, `OrderCancelUnit` varchar(255) DEFAULT NULL, `chkCnvrtPrice` int(2) DEFAULT 0, `allowQty` int(2) NOT NULL DEFAULT 0, `qntyDropDown` varchar(250) NOT NULL, `minQnty` int(10) NOT NULL, `maxQnty` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_log_packages_currencies` -- CREATE TABLE `tbl_gf_log_packages_currencies` ( `Id` int(11) NOT NULL, `PackageId` int(11) DEFAULT NULL, `CurrencyId` int(11) DEFAULT NULL, `Price` float DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_log_package_category` -- CREATE TABLE `tbl_gf_log_package_category` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0, `Category_Local` varchar(100) DEFAULT NULL, `HTMLTitle` varchar(200) DEFAULT NULL, `SEOURLName` varchar(100) DEFAULT NULL, `MetaKW` text DEFAULT NULL, `MetaTags` text DEFAULT NULL, `ArchivedCategory` tinyint(1) DEFAULT 0, `Description` text DEFAULT NULL, `RemoteCategory` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_log_requests` -- CREATE TABLE `tbl_gf_log_requests` ( `LogRequestId` int(11) NOT NULL, `UserId` int(11) DEFAULT 0, `LogPackageId` int(11) NOT NULL DEFAULT 0, `FileByUser` varchar(100) NOT NULL DEFAULT '', `StatusId` tinyint(2) NOT NULL DEFAULT 1, `RequestedAt` datetime DEFAULT NULL, `Day` varchar(10) DEFAULT NULL, `Month` varchar(10) DEFAULT NULL, `Year` varchar(10) DEFAULT NULL, `Credits` float DEFAULT 0, `Comments` text DEFAULT NULL, `Code` text DEFAULT NULL, `SerialNo` varchar(100) DEFAULT NULL, `BoxUserName` varchar(100) DEFAULT NULL, `Verify` tinyint(1) DEFAULT 0, `AlternateEmail` varchar(100) DEFAULT NULL, `IP` varchar(30) DEFAULT NULL, `VerifyIP` varchar(30) DEFAULT NULL, `ShowToSupplier` tinyint(4) DEFAULT 0, `Payout` float DEFAULT NULL, `SupplierId` int(11) DEFAULT NULL, `SUsername` varchar(10) DEFAULT NULL, `ReplyDtTm` datetime DEFAULT NULL, `Refunded` tinyint(4) DEFAULT 0, `CancelledByUser` tinyint(1) DEFAULT 0, `CalculatePreCode` tinyint(1) DEFAULT 0, `Comments1` text DEFAULT NULL, `OrderAPIId` int(11) DEFAULT NULL, `OrderAPIURL` varchar(100) DEFAULT NULL, `OrderAPIUserName` varchar(100) DEFAULT NULL, `OrderAPIType` int(11) DEFAULT NULL, `OrderAPIKey` varchar(255) DEFAULT NULL, `OrderAPIServiceId` varchar(50) DEFAULT NULL, `CodeSentToOtherServer` tinyint(1) DEFAULT 0, `HiddenStatus` tinyint(1) DEFAULT 0, `OrderIdFromServer` varchar(50) DEFAULT NULL, `CheckDuplication` tinyint(1) NOT NULL DEFAULT 1, `CostPrice` float DEFAULT 0, `Profit` float DEFAULT 0, `OrderCostPrice` float DEFAULT 0, `serialno_U4L6` varchar(100) DEFAULT NULL, `email_B5D9` varchar(100) DEFAULT NULL, `quantity_G7V7` varchar(100) DEFAULT NULL, `username_K4I8` varchar(100) DEFAULT NULL, `MessageFromServer` text DEFAULT NULL, `OrderType` tinyint(1) DEFAULT 0, `ResponseDelayTm` int(4) DEFAULT 0, `CronDelayTm` int(4) DEFAULT 1, `OrderAPIName` varchar(100) DEFAULT NULL, `dongleid_D7V1` varchar(100) DEFAULT NULL, `activecode_Q7B2` varchar(100) DEFAULT NULL, `pasward_V6I0` varchar(100) DEFAULT NULL, `OrderData` varchar(255) DEFAULT NULL, `VerifyData` text DEFAULT NULL, `LinkedOrderId` int(11) DEFAULT 0, `LastUpdatedBy` varchar(50) DEFAULT '', `K9Y2N8V1A4X1C4Y7Y8` varchar(100) DEFAULT NULL, `Q6H1H9H4I2H2I4Y2K6` varchar(100) DEFAULT NULL, `O7V8E3J2J4X6X1V6V2` varchar(100) DEFAULT NULL, `R5C9X7Y9C2J3K9J9P0` varchar(100) DEFAULT NULL, `P8V9H2R1G5H6E6X7K5` varchar(100) DEFAULT NULL, `S7G1J5G0T9G8K5V8N5` varchar(100) DEFAULT NULL, `R9Z6A8F8J6F3G8Y2J2` varchar(100) DEFAULT NULL, `A5C9F8O2Y0W8Q9M7C7` varchar(100) DEFAULT NULL, `I9E8C7S2D7I3R0T7Z1` varchar(100) DEFAULT NULL, `W6A2C3K7V9A4Z1D1R2` varchar(100) DEFAULT NULL, `S1Y0W7L6M6N7Q6U8F3` varchar(255) DEFAULT NULL, `L5J5U2U0M0W7C3A6B3` varchar(255) DEFAULT NULL, `A7X7P9A0A3H6A9P2X8` varchar(255) DEFAULT NULL, `OrderServiceTypeId` int(11) DEFAULT 0, `U3F7X2Z1M4A1W3C6Y8` varchar(255) DEFAULT NULL, `X9Z7Z7H1I6K8A7D7X1` varchar(255) DEFAULT NULL, `J5O5R3C3Q7Z9S3L7V8` varchar(255) DEFAULT NULL, `S5G3Q8P6Q0Q8C4A6U9` varchar(255) DEFAULT NULL, `C1B4H7B2O4A8H3K1U8` varchar(255) DEFAULT NULL, `K1Y3K9E2C6A7L9Q7D1` varchar(255) DEFAULT NULL, `T4Y3T4S9U5F2O4W5R3` varchar(255) DEFAULT NULL, `K2S3Q9F1N3H7D9B2L3` varchar(255) DEFAULT NULL, `O6T7E4L5K4N0R3J6Z1` varchar(255) DEFAULT NULL, `E4F8O8H5S1E9R5H9T8` varchar(255) DEFAULT NULL, `OrderPlcdFrm` varchar(250) NOT NULL, `D1I3V3B9Z1L7S7K2O8` varchar(255) DEFAULT NULL, `X5D6T0A2D3N9J6P9H6` varchar(255) DEFAULT NULL, `V0Z1D2V0L8C1O8Z5X8` varchar(255) DEFAULT NULL, `Y6T0L3Q0T6L8R1Y7I1` varchar(255) DEFAULT NULL, `V1Y3F8Z1E6Q1E9X2M6` varchar(255) DEFAULT NULL, `E3T4M1Z1R5G4Z9W8C0` varchar(255) DEFAULT NULL, `USER_ID` varchar(255) DEFAULT NULL, `ZONE_ID` varchar(255) DEFAULT NULL, `GARENA_OR_FACEBOOK` varchar(255) DEFAULT NULL, `PLAYER_ID_6832` varchar(50) DEFAULT NULL, `NICKNAME_8001` varchar(50) DEFAULT NULL, `QUANTITY` varchar(50) DEFAULT NULL, `EMAIL` varchar(50) DEFAULT NULL, `EMAIL123` varchar(50) DEFAULT NULL, `MEID` varchar(50) DEFAULT NULL, `FINGERPRINT` varchar(50) DEFAULT NULL, `HARDWARE_ID` varchar(50) DEFAULT NULL, `HARWAREID` varchar(50) DEFAULT NULL, `USERNAME` varchar(50) DEFAULT NULL ) ENGINE=INNODB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_maintenance` -- CREATE TABLE `tbl_gf_maintenance` ( `Id` int(11) NOT NULL, `MaintenanceText` text DEFAULT NULL, `DisableMaintenance` tinyint(1) DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_maintenance` -- INSERT INTO `tbl_gf_maintenance` (`Id`, `MaintenanceText`, `DisableMaintenance`) VALUES (1, '<h1>We’ll be back in 30 minute!</h1>\r\n\r\n<div>\r\n<p>Sorry for the inconvenience but we’re performing some maintenance at the moment. Site will be back online shortly!</p>\r\n\r\n<p>— The Team</p>\r\n</div>\r\n', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_make_country` -- CREATE TABLE `tbl_gf_make_country` ( `CountryId` int(11) NOT NULL, `Country` varchar(50) DEFAULT NULL, `DisableCountry` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0, `ArchivedCountry` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_manufacturer` -- CREATE TABLE `tbl_gf_manufacturer` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0, `ArchivedCategory` tinyint(1) DEFAULT 0, `HTMLTitle` varchar(200) NOT NULL, `SEOURLName` varchar(100) NOT NULL, `MetaKW` text NOT NULL, `MetaTags` text NOT NULL, `BrandImg` varchar(100) NOT NULL, `BrandType` tinyint(1) NOT NULL DEFAULT 0, `BrandDesc` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_marquee` -- CREATE TABLE `tbl_gf_marquee` ( `Id` int(11) NOT NULL, `Code` text DEFAULT NULL, `DisableMarquee` tinyint(1) DEFAULT 1, `Position` tinyint(1) DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_mepcode` -- CREATE TABLE `tbl_gf_mepcode` ( `Id` int(11) NOT NULL, `ValueToSend` varchar(50) DEFAULT NULL, `ValueToShow` varchar(100) DEFAULT NULL, `Comments` text DEFAULT NULL, `DisableValue` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_model` -- CREATE TABLE `tbl_gf_model` ( `Id` int(11) NOT NULL, `ValueToSend` varchar(50) DEFAULT NULL, `ValueToShow` varchar(100) DEFAULT NULL, `Comments` text DEFAULT NULL, `DisableValue` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_models` -- CREATE TABLE `tbl_gf_models` ( `ModelId` int(11) NOT NULL, `CategoryId` int(11) NOT NULL, `Model` varchar(100) DEFAULT NULL, `DisableModel` tinyint(1) DEFAULT 0, `OrderBy` tinyint(4) DEFAULT 0, `ArchivedModel` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_nck_shops_products` -- CREATE TABLE `tbl_gf_nck_shops_products` ( `id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `price` varchar(255) NOT NULL, `image_url` varchar(255) NOT NULL, `product_url` varchar(500) CHARACTER SET utf8 NOT NULL, `status` int(11) NOT NULL DEFAULT 0 COMMENT '1 means its disabled', `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_gf_nck_shops_products` -- INSERT INTO `tbl_gf_nck_shops_products` (`id`, `title`, `price`, `image_url`, `product_url`, `status`, `created_at`) VALUES (8, 'HOT Deals', '$100.00\n', 'http://www.nckshop.com/image/cache/data/Boxes2/NCK%20Box%201-300x400.jpg', 'Due to Covid 19 DHL delivery Dealy', 1, '2020-05-23 15:07:33'), (21, 'QIANLI TOOLPLUS HOT BAT LP550 CPU NAND HEATING PLATFORM FOR IPHONE A8 A9 A10 A11\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/ha-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=369', 0, '2020-06-02 23:10:53'), (31, 'TYPE C UART CABLE FOR Z3X BOX\n', '$7.90\n', 'http://www.nckshop.com/image/cache/catalog/Cables/TYPE%20C%20UART%20CABLE%20FOR%20Z3X%20BOX-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=342', 0, '2020-11-26 23:01:16'), (14, '8.5 INCHES WORK AREA LCD VACUUM SEPARATOR MACHINE COMPATIBLE WITH A VARIETY OF MOBILE PHONE SCREENS\n', '$31.79', 'http://www.nckshop.com/image/cache/catalog/Others/download-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=363', 0, '2020-05-30 19:46:10'), (20, 'QIANLI TOOLPLUS IBRUSH MULTIFUNCTIONAL STEEL BRUSH FOR PHONE TABLET PCB MAINBOARD MOTHERBOARD REPAIR\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/bru-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=368', 0, '2020-06-02 23:09:04'), (12, 'MC75S-B3 TRINOCULAR STEREO MECHANIC MICROSCOPE 7X-45X OR 14X-180X (LARGE BASE)\n', '$180.00\n', 'http://www.nckshop.com/image/cache/catalog/Microscope/MC75S-B3%204-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=345', 0, '2020-05-27 10:18:05'), (13, 'NCK BOX PRO WITH CABLES\n', '$74.00\n', 'http://www.nckshop.com/image/cache/catalog/Boxes/Nck%20Pro%20Box-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=361', 1, '2020-05-27 10:27:54'), (15, 'thumb thumb thumb thumb thumb thumb QIANLI IDFU GO FLASH TOOL QUICK STARTUP RECOVERY BOOSTER TOOL\n', '$8.82', 'http://www.nckshop.com/image/cache/catalog/Others/Rplug%20killer%208-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=362', 0, '2020-05-30 19:46:22'), (16, 'QIANLI ISEE PRO DUST SCANNER DETECTION LIGHT FOR PHONE AND TABLET REPAIR\n', '$24.00\n', 'http://www.nckshop.com/image/cache/catalog/Accessories/QIANLI%20ISEE%20PRO%20DUST%20SCANNER%201-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&path=34&product_id=328', 0, '2020-05-30 19:47:31'), (17, '25-200X DIGITAL CAMERA USB LED LIGHT MICROSCOPE\n', '$34.00\n', 'http://www.nckshop.com/image/cache/catalog/Microscope/25-200X-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&path=62&product_id=344', 0, '2020-05-30 19:48:11'), (18, 'SL-936D 80W ADJUSTABLE ELECTRIC SOLDERING IRON SOLDER WIRE PCB WELDING DIGITAL CONSTANT TEMPERATURE 220V 80W\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/SL-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=366', 0, '2020-06-01 18:27:07'), (19, 'T-002 FOR IPHONE XS/XS MAX MOTHERBOARD TESTER FIXTURE REPAIRING TOOL WELDING UPPER&LOWER MAIN BOARD TESTER FIXTURE TOOL\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/u%202-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=367', 0, '2020-06-01 18:27:22'), (22, 'LCD compatible with Samsung J701 Galaxy J7 Neo, (black, with touchscreen, original (change glass) )\n', '', 'http://www.nckshop.com/image/cache/catalog/Others/b18-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=413', 0, '2020-06-05 20:27:37'), (23, 'LCD compatible with Samsung G935 Galaxy S7 EDGE, (black, with touchscreen, original (change glass) )\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/b20-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=415', 0, '2020-06-05 20:28:08'), (29, 'SUNSHINE SS-022B SAFE BRUSH ANTI-STATIC MOTHERBOARD PCB CLEANING BRUSH FOR MOBILE PHONE REPAIR TOOLS KIT FERRAMENTAS GRADE\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/pcb-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=566', 0, '2020-09-26 22:32:39'), (25, 'MOBILE PHONE REPAIRING LCD SCREEN CABLE BONDING LCD FLEX MACHINE\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/ho-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&path=25_49&product_id=373', 0, '2020-06-05 20:29:29'), (26, 'LCD compatible with Meizu M3 Note, (black, with touchscreen, 30 pin, L681H (firmware version flyme 6.2.0.0G))\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/b6-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&path=25_49&product_id=401', 0, '2020-06-05 20:30:21'), (28, 'NEWEST SUNSHINE DT-20N TOUCH CONTROL MULTIMETER\n', '', 'http://www.nckshop.com/image/cache/catalog/NEW/new-300x400.jpg', 'http://www.nckshop.com/index.php?route=product/product&product_id=565', 0, '2020-09-26 22:30:36'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_news` -- CREATE TABLE `tbl_gf_news` ( `NewsId` int(11) NOT NULL, `NewsTitle` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `NewsImage` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ShortDescription` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ImageURL` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `AddedAt` datetime DEFAULT NULL, `DisableNews` tinyint(1) DEFAULT NULL, `News` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `NewsTitle_Local` varchar(100) DEFAULT NULL, `ShortDescription_Local` varchar(255) DEFAULT NULL, `News_Local` text DEFAULT NULL, `HTMLTitle` varchar(200) DEFAULT NULL, `SEOURLName` varchar(100) DEFAULT NULL, `MetaKW` text DEFAULT NULL, `MetaTags` text DEFAULT NULL, `FileName` varchar(100) DEFAULT NULL, `CategoryId` int(11) DEFAULT 0, `NewsType` tinyint(1) DEFAULT 0, `AtWebsite` tinyint(1) DEFAULT 1, `AtIMEI` tinyint(1) DEFAULT 0, `AtFile` tinyint(1) DEFAULT 0, `AtServer` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_newsletter_to_send` -- CREATE TABLE `tbl_gf_newsletter_to_send` ( `Id` int(11) NOT NULL, `Title` varchar(250) NOT NULL, `Newsletter` text NOT NULL, `Email` varchar(100) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_newsletter_to_send_temp` -- CREATE TABLE `tbl_gf_newsletter_to_send_temp` ( `Id` int(11) NOT NULL, `Title` varchar(250) NOT NULL, `Newsletter` text NOT NULL, `Email` varchar(100) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_newsltrs_cat` -- CREATE TABLE `tbl_gf_newsltrs_cat` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_news_cat` -- CREATE TABLE `tbl_gf_news_cat` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_news_letter` -- CREATE TABLE `tbl_gf_news_letter` ( `NewsLtrId` int(11) NOT NULL, `NewsLtrTitle` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableNewsLtr` tinyint(1) DEFAULT NULL, `NewsLtr` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `NewsLtrTitle_Local` varchar(100) DEFAULT NULL, `NewsLtr_Local` text DEFAULT NULL, `CategoryId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_orders` -- CREATE TABLE `tbl_gf_orders` ( `OrderId` int(11) NOT NULL, `PaymentId` int(11) DEFAULT 0, `Email` varchar(100) DEFAULT NULL, `FirstName` varchar(50) DEFAULT NULL, `LastName` varchar(50) DEFAULT NULL, `OrderStatusId` tinyint(2) NOT NULL DEFAULT 0, `RequestedAt` datetime DEFAULT NULL, `Comments` text DEFAULT NULL, `Notes` text DEFAULT NULL, `Message` text DEFAULT NULL, `IP` varchar(30) DEFAULT NULL, `Currency` varchar(5) DEFAULT NULL, `CustomerId` int(11) DEFAULT 0, `OrderAmount` float DEFAULT 0, `Mobile` varchar(50) DEFAULT NULL, `Address` varchar(255) DEFAULT NULL, `City` varchar(50) DEFAULT NULL, `State` varchar(75) DEFAULT NULL, `CountryId` int(5) DEFAULT NULL, `Zip` varchar(50) DEFAULT NULL, `ShippingAmount` float DEFAULT 0, `CartAmount` float DEFAULT 0, `ShippingMethodId` int(11) DEFAULT 0, `PaymentFee` float DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_order_emails` -- CREATE TABLE `tbl_gf_order_emails` ( `Id` int(11) NOT NULL, `OrderIds` text DEFAULT NULL, `sc` tinyint(1) DEFAULT 0, `OrderStatus` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_order_fields` -- CREATE TABLE `tbl_gf_order_fields` ( `Id` int(11) NOT NULL, `OrderId` int(11) DEFAULT NULL, `OrderType` tinyint(1) DEFAULT NULL, `ApiFieldId` int(11) DEFAULT NULL, `FieldValue` text DEFAULT NULL ) ENGINE=INNODB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_order_payments` -- CREATE TABLE `tbl_gf_order_payments` ( `OrderPaymentId` int(11) NOT NULL, `Email` varchar(100) DEFAULT '0', `PaymentMethod` tinyint(2) DEFAULT NULL, `PaymentStatus` tinyint(1) DEFAULT 1, `PaymentDtTm` datetime DEFAULT NULL, `TransactionId` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `OrderPrice` float DEFAULT NULL, `Amount` float DEFAULT NULL, `Currency` varchar(5) DEFAULT NULL, `PayerEmail` varchar(100) DEFAULT NULL, `ReceiverEmail` varchar(100) DEFAULT NULL, `ShippingAddress` text DEFAULT NULL, `OrderNoAtMerchant` int(11) DEFAULT 0, `CustPhone` varchar(30) DEFAULT '0', `APIError` text DEFAULT NULL, `CustomerId` int(11) DEFAULT 0, `FirstName` varchar(50) DEFAULT NULL, `LastName` varchar(50) DEFAULT NULL, `ShippingAmount` float DEFAULT 0, `Fee` float DEFAULT 0, `BillingFName` varchar(50) DEFAULT NULL, `BillingLName` varchar(50) DEFAULT NULL, `BillingEmail` varchar(50) DEFAULT NULL, `BillingPhone` varchar(50) DEFAULT NULL, `BillingAddress` text DEFAULT NULL, `BillingState` varchar(50) DEFAULT NULL, `BillingCity` varchar(50) DEFAULT NULL, `BillingZip` varchar(20) DEFAULT NULL, `BillingCountry` varchar(5) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_order_status` -- CREATE TABLE `tbl_gf_order_status` ( `OrderStatusId` int(11) NOT NULL, `OrderStatus` varchar(50) DEFAULT NULL, `DisableOrderStatus` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_order_status` -- INSERT INTO `tbl_gf_order_status` (`OrderStatusId`, `OrderStatus`, `DisableOrderStatus`) VALUES (1, 'Received', 0), (2, 'Completed', 0), (3, 'Rejected', 0), (4, 'In Process', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_packages` -- CREATE TABLE `tbl_gf_packages` ( `PackageId` int(11) NOT NULL, `PackageTitle` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CategoryId` int(11) DEFAULT 0, `PackageImage` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisablePackage` tinyint(1) DEFAULT NULL, `PackagePrice` float DEFAULT NULL, `TimeTaken` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MustRead` text DEFAULT NULL, `APIId` int(11) DEFAULT NULL, `ToolForUnlockBase` varchar(5) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ExternalNetworkId` varchar(100) DEFAULT NULL, `sl3lbf` tinyint(1) DEFAULT 0, `DuplicateIMEIsNotAllowed` tinyint(1) DEFAULT 0, `HTMLTitle` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SEOURLName` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaKW` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaTags` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `FileName` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `IMEIFieldType` varchar(100) DEFAULT NULL, `bulkIMEIFieldType` tinyint(10) NOT NULL, `customIMEIFieldType` tinyint(10) NOT NULL, `NewTplType` tinyint(1) DEFAULT 0, `SuccessTplType` tinyint(1) DEFAULT 0, `CancelledTplType` tinyint(1) DEFAULT 0, `NewTplSubject` varchar(100) DEFAULT NULL, `NewTplBody` text DEFAULT NULL, `SuccessTplSubject` varchar(100) DEFAULT NULL, `SuccessTplBody` text DEFAULT NULL, `CancelTplSubject` varchar(100) DEFAULT NULL, `CancelTplBody` text DEFAULT NULL, `SendNewCopyToAdmin` tinyint(1) DEFAULT 0, `SendSuccessCopyToAdmin` tinyint(1) DEFAULT 0, `SendRejectCopyToAdmin` tinyint(1) DEFAULT 0, `RetailService` tinyint(1) NOT NULL DEFAULT 0, `RetailPrice` float DEFAULT NULL, `RetailServiceTitle` varchar(100) DEFAULT NULL, `RetailDelTime` varchar(100) DEFAULT NULL, `RetailMustRead` text DEFAULT NULL, `RetailThumbnail` varchar(100) DEFAULT NULL, `RetailImage` varchar(100) DEFAULT NULL, `CostPrice` float DEFAULT 0, `EditedAt` datetime DEFAULT NULL, `Supplier` varchar(100) DEFAULT NULL, `CalculatePreCodes` tinyint(1) DEFAULT 0, `SendSMS` tinyint(1) DEFAULT 0, `ArchivedPack` tinyint(1) DEFAULT 0, `CustomFieldId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 1, `ResponseDelayTm` int(4) DEFAULT 0, `CronDelayTm` int(4) DEFAULT 1, `CancelOrders` tinyint(1) DEFAULT 1, `VerifyOrders` tinyint(1) DEFAULT 1, `OrderVerifyMins` int(11) DEFAULT 60, `RedirectionURL` varchar(100) DEFAULT NULL, `PackOrderBy` tinyint(4) NOT NULL DEFAULT 0, `TOCs` tinyint(1) DEFAULT 0, `CostPriceFromAPI` tinyint(1) DEFAULT 0, `NewOrderEmailIDs` varchar(255) DEFAULT NULL, `HideServiceAtWeb` tinyint(1) DEFAULT 0, `SeriesId` int(11) DEFAULT 0, `OrderCancelUnit` varchar(255) DEFAULT NULL, `OrderVerifyUnit` varchar(250) DEFAULT NULL, `imei_custom_name` varchar(255) DEFAULT NULL, `imei_custom_length` int(10) DEFAULT NULL, `imei_custom_max_length` varchar(255) DEFAULT NULL, `imei_custom_information` varchar(255) DEFAULT NULL, `imei_allow_alphabit` int(10) DEFAULT NULL, `imei_allow_digits` int(11) DEFAULT 0, `imei_capital_alphabets` int(11) DEFAULT 0, `imei_small_alphabets` int(11) DEFAULT 0, `chkCnvrtPrice` int(2) DEFAULT 0, `chkFetchCPr` int(2) DEFAULT 0, `OrderCancelMins` int(11) DEFAULT 60 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_packages_currencies` -- CREATE TABLE `tbl_gf_packages_currencies` ( `Id` int(11) NOT NULL, `PackageId` int(11) DEFAULT NULL, `CurrencyId` int(11) DEFAULT NULL, `Price` float DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_package_category` -- CREATE TABLE `tbl_gf_package_category` ( `CategoryId` int(11) NOT NULL, `Category` varchar(50) DEFAULT NULL, `DisableCategory` tinyint(1) DEFAULT 0, `OrderBy` int(4) DEFAULT 0, `Category_Local` varchar(100) DEFAULT NULL, `HTMLTitle` varchar(200) DEFAULT NULL, `SEOURLName` varchar(100) DEFAULT NULL, `MetaKW` text DEFAULT NULL, `MetaTags` text DEFAULT NULL, `SL3BF` tinyint(1) DEFAULT 0, `Description` text DEFAULT NULL, `ArchivedCategory` tinyint(1) DEFAULT 0, `RemoteCategory` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_package_custom_fields` -- CREATE TABLE `tbl_gf_package_custom_fields` ( `Id` int(11) NOT NULL, `PackageId` int(11) DEFAULT NULL, `FieldId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_packs_brands` -- CREATE TABLE `tbl_gf_packs_brands` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `ServiceId` int(11) DEFAULT NULL, `BrandId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_packs_models` -- CREATE TABLE `tbl_gf_packs_models` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `ServiceId` int(11) DEFAULT NULL, `BrandId` int(11) DEFAULT NULL, `ModelId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_pack_selected_features` -- CREATE TABLE `tbl_gf_pack_selected_features` ( `Id` int(11) NOT NULL, `ServiceId` int(11) DEFAULT NULL, `FeatureId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_pages` -- CREATE TABLE `tbl_gf_pages` ( `PageId` int(11) NOT NULL, `LinkTitle` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `PageText` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `PageTitle` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `PageViewType` enum('normal','videos','downloads') DEFAULT 'normal', `MetaTags` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisablePage` tinyint(1) DEFAULT NULL, `HeaderLink` tinyint(1) DEFAULT 0, `FooterLink` tinyint(1) DEFAULT 0, `FileName` varchar(100) DEFAULT NULL, `Image` varchar(100) DEFAULT NULL, `LinkTitle_Local` varchar(100) DEFAULT NULL, `PageTitle_Local` varchar(100) DEFAULT NULL, `PageText_Local` text DEFAULT NULL, `HTMLTitle` varchar(200) DEFAULT NULL, `SEOURLName` varchar(100) DEFAULT NULL, `MetaKW` text DEFAULT NULL, `HeaderLinkCP` tinyint(1) DEFAULT 0, `FooterLinkCP` tinyint(1) DEFAULT 0, `PageType` tinyint(1) DEFAULT 0, `ActivateRetail` tinyint(1) DEFAULT 0, `URL` varchar(100) DEFAULT NULL, `SubMenuLink` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_pages` -- INSERT INTO `tbl_gf_pages` (`PageId`, `LinkTitle`, `PageText`, `PageTitle`, `PageViewType`, `MetaTags`, `DisablePage`, `HeaderLink`, `FooterLink`, `FileName`, `Image`, `LinkTitle_Local`, `PageTitle_Local`, `PageText_Local`, `HTMLTitle`, `SEOURLName`, `MetaKW`, `HeaderLinkCP`, `FooterLinkCP`, `PageType`, `ActivateRetail`, `URL`, `SubMenuLink`) VALUES (5, 'Contact Us', '', 'Contact Us', 'normal', '', 1, 0, 0, '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (6, 'Absolutely Safe', '<p>We are only on in market if any problem with our product we are here to give you alternative for that. our aim is to satisfaction of customers.</p>\r\n', 'Absolutely Safe', 'normal', '', 1, 0, 0, '', 'pages/6.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (17, 'Text Under Banner', '<p>Welcome Computers & Cell Phone Store Owners, eBay Sellers, Dealers, Swappa, Resellers to sign up for FREE and become our <em>RESELLER!</em></p>\r\n', 'Why Us?', 'normal', '', 1, 0, 0, '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (7, 'Spare Parts of Mobile Phones', '', 'Spare Parts of Mobile Phones', 'normal', '', 1, 0, 0, '', 'pages/7.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (8, 'Unbeatable Price Guarantee', '<p>We offer the lowest prices with the most reliable services one can easily trust. Whatever price you are currently paying, we will MEET or BEAT any competitors' price.</p>\r\n', 'Unbeatable Price Guarantee', 'normal', '', 1, 0, 0, '', 'pages/8.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (10, 'Terms & Conditions', '', 'Terms & Conditions', 'normal', '', 1, 0, 0, '', 'images/pages/10.gif', '', '', '', '', 'terms', '', 0, 0, 0, 0, '', 0), (11, 'Money Back Guarantee', '<p>All of the services on our websites are covered by our 100% Money Back Guarantee. We provide such a guarantee to give honest customers the reassurance.</p>\r\n', 'Money Back Guarantee', 'normal', '', 1, 0, 0, '', 'pages/11.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (35, 'Testimonials', '', 'Testimonials', 'normal', '', 1, 0, 1, 'testimonials.php', 'pages/3.jpg', '', '', '', '', '', '', 0, 0, 0, 0, NULL, 0), (2, 'News', '', 'News', 'normal', '', 1, 1, 1, 'blog', 'pages/4.png', '', '', '', 'News', '', '', 0, 0, 0, 0, '', 0), (14, '24/7 Reliable Support', '<p>We really make a differnce in providing support to our customers. We ensure the availability of our staff, 24x7. E-mail, Live Chat, or Text Message, we're here to help.</p>\r\n', '24/7 Reliable Support', 'videos', '', 1, 0, 0, '', 'pages/14.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (16, 'Expeditious Delivery', '', 'Expeditious Delivery', 'normal', '', 1, 0, 0, '', 'pages/16.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (15, 'Why Us?', '', 'Why Choose ', 'normal', '', 1, 0, 0, '', 'pages/15.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (12, 'Our Services', '<p>,,1</p>\r\n', 'Best Software for mobile phone service', 'normal', '', 1, 1, 0, '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (21, 'Phones Unlocked', '', 'Phones Unlocked', 'normal', '', 1, 0, 0, '', 'pages/21.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (20, 'Happy Clients', '<p>1547</p>\r\n', 'Happy Clients', 'normal', '', 1, 0, 0, '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (18, 'Brand Text', '<p>We Deal All <strong>Major Brands</strong></p>\r\n', 'Brand Text', 'normal', '', 1, 0, 0, '', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (4, 'About Us', '', 'About Us', 'normal', '', 1, 0, 1, '', '', '', '', '', '', '', 'about-us', 0, 0, 0, 0, '', 0), (25, 'Our Mission', '', 'Our Mission', 'normal', '', 1, 0, 0, '', 'pages/25.png', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (26, 'Knowledge Base', '', 'Knowledge Base', 'normal', '', 1, 0, 0, 'knowledgebasecats.php', '', '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (32, 'FAQs', '', 'FAQs', 'normal', '', 1, 0, 0, '', NULL, '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (36, 'Privacy Policy', '<h1><strong>User Agreement and Privacy Policy </strong></h1>\r\n\r\n<p><br />\r\nThis site is part of the owner of www.gsmgenie.org. GSM Fusion takes very seriously the private nature of your personal information. This Privacy Policy describes how we treat the information we collect when you visit this Web site and any of our other OCTANE sites. Please read this notice carefully. <br />\r\n<br />\r\n<strong>Personal Information</strong><br />\r\nIn order to supply you with your e-mail newsletter for this particular site, we need your e-mail address. Similarly, in order to supply you with text messaging services, we need your phone number and your provider information. So that we may provide you with additional services, we may also request your name, geographical coordinates, and telephone number. GSM Fusion does not collect any other personal information that you do not expressly provide. GSM Fusion will never sell, rent or share your personal information, including your e-mail address, with any third parties for marketing purposes without your express permission. GSM Fusion may share your personal information for the purpose of delivering our e-mail to you or as required by law. <br />\r\n<br />\r\n<strong>Non-Personal Information</strong><br />\r\nWe may also request non-personally identifiable information, such as [annual income, buying preferences, or age], also known as demographic and profile data, though this information is optional. We may use this data to improve our site and/or tailor your experience at our site, showing you content that we think you might be interested in, and displaying content according to your preferences. We may also share this information with others, such as advertisers interested in advertising at GSM Fusion website www.gsmgenie.org, in aggregate, anonymous form, which means that the information will not contain any personally identifiable information about you or any other person. <br />\r\n<br />\r\n<strong>Usage Information</strong><br />\r\nIn addition to collecting personal and non-personal information, GSM Fusion may also collect non-personal, aggregated information about subscribers` use of this site and our network of sites. This information is not personally identifiable and will only be used to find out how subscribers use our services and sites. For example, this information will tell us how much time users spend on our sites, from which other sites subscribers came, and to what other sites subscribers go. The collection of this information allows us to, among other things, prepare for traffic load demands and to efficiently deliver content.<br />\r\n <br />\r\n<strong>Review and Access</strong><br />\r\nUpon your request, we will provide you with a summary of the information we collect about you. You will have an opportunity to correct, update or modify this information. <br />\r\n<br />\r\n<strong>Choice/Opt-Out</strong><br />\r\nIf we ever send you information by e-mail concerning new products or services that you did not expressly request, we will provide you with an e-mail address by which you may request no future notices. <br />\r\n<br />\r\n<strong>Third Party Advertising</strong><br />\r\nSome of the ads appearing on this Web site are delivered to you by third party advertising companies, our Web advertising partners. Information about your visit to theirs site, such as number of times you have viewed an ad (but not your name, address, or other personal information), is used to serve ads to you. <br />\r\n<br />\r\n<strong>Tracking</strong><br />\r\nLike most sites, GSM Fusion makes use of browser “cookies.” Cookies are small text files placed on your computer`s hard disk by our server. They allow us to quickly check your status as a subscriber and facilitate access to your preferences. GSM Fusion will never use cookies to retrieve information from a computer that is unrelated to our site or services. <br />\r\n<br />\r\n<strong>Third Party Cookies</strong><br />\r\nIn the course of serving advertisements to this site, our third-party advertisers may place or recognize a unique cookie on your browser. <br />\r\n<br />\r\n<strong>Links to Other Sites</strong><br />\r\nAs part of the service, GSM Fusion may create links allowing you to access third party sites. GSM Fusion is not responsible for the content that appears on those sites and does not endorse these sites. Please consult those sites individual privacy policies in order to determine how they treat user information.<br />\r\n <br />\r\n<strong>Security</strong><br />\r\nAll information described above is stored on restricted database servers. <br />\r\n?<br />\r\n<strong>Modification to this Policy</strong><br />\r\nGSM Fusion may change this policy, but we`ll post any changes here, so check back often to see if we have made any changes. If you have any questions about this policy or our site in general, please contact us by clicking on contact tab on our website. ?</p>\r\n', 'Privacy Policy', 'normal', '', 1, 0, 1, '', NULL, '', '', '', '', '', '', 0, 0, 0, 0, '', 0), (52, 'Refund Policy', '', 'Refund Policy', 'normal', '', 1, 0, 1, '', NULL, NULL, NULL, NULL, '', '', '', 0, 0, 0, 0, '', 0), (37, 'Home', '', 'Home', 'normal', '', 1, 0, 1, 'shop.php', NULL, NULL, NULL, NULL, '', '', '', 0, 0, 1, 0, NULL, 0), (38, 'SHIPPING & RETURN', '<p>WorldWide Shipping </p>\r\n', 'SHIPPING & RETURN', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, 'SHIPPING & RETURN', '', '', 0, 0, 1, 0, NULL, 0), (39, 'MONEY BACK GUARANTEE', '<p>100% money back guarantee.</p>\r\n', 'MONEY BACK GUARANTEE', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, 'MONEY BACK GUARANTEE', '', '', 0, 0, 1, 0, NULL, 0), (40, 'ONLINE SUPPORT 24/7', '<p>Online support for 7 days and 24 hours a day.</p>\r\n', 'ONLINE SUPPORT 24/7', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, 'ONLINE SUPPORT 24/7', '', '', 0, 0, 1, 0, NULL, 0), (41, 'DEDICATED SERVICE', '<p>Consult our specialists for help with an order, customization, or design advice.</p>\r\n', 'DEDICATED SERVICE', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, 'DEDICATED SERVICE', '', '', 0, 0, 1, 0, NULL, 0), (42, 'FREE RETURNS', '<p>We stand behind our goods and services and want you to be satisfied with them.</p>\r\n', 'FREE RETURNS', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, 'FREE RETURNS', '', '', 0, 0, 1, 0, NULL, 0), (43, 'INTERNATIONAL SHIPPING', '<p>Currently over 50 countries qualify for express international shipping.</p>\r\n', 'INTERNATIONAL SHIPPING', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, 'INTERNATIONAL SHIPPING', '', '', 0, 0, 1, 0, NULL, 0), (44, 'Banner1', '', 'Banner1', 'normal', '', 1, 0, 0, '', 'pages/44.jpeg', NULL, NULL, NULL, '', '', '', 0, 0, 1, 0, '', 0), (45, 'Banner 2', '', 'Banner 2', 'normal', '', 1, 0, 0, '', 'pages/45.jpeg', NULL, NULL, NULL, '', '', '', 0, 0, 1, 0, '', 0), (46, 'Banner 3', '', 'Banner 3', 'normal', '', 1, 0, 0, '', 'pages/46.jpeg', NULL, NULL, NULL, '', '', '', 0, 0, 1, 0, '', 0), (47, 'Virtual Services ', '', 'Virtual Services ', 'normal', '', 1, 1, 0, 'unlock/server-services', NULL, NULL, NULL, NULL, '', '', '', 0, 0, 1, 0, '', 0), (51, 'Promotion', '', 'Promotion', 'normal', '', 1, 1, 0, 'shop', NULL, NULL, NULL, NULL, '', '', '', 0, 0, 0, 0, '', 0), (50, 'Mobile Services', '', 'Online Server access to service and unlock cell ph', 'normal', '', 1, 0, 0, '', NULL, NULL, NULL, NULL, '', '', '', 0, 0, 0, 0, '', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_payments` -- CREATE TABLE `tbl_gf_payments` ( `PaymentId` int(11) NOT NULL, `UserId` int(11) NOT NULL DEFAULT 0, `Credits` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0', `PaymentMethod` tinyint(2) DEFAULT NULL, `PaymentStatus` tinyint(1) DEFAULT 1, `PaymentDtTm` datetime DEFAULT NULL, `TransactionId` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CreditsTransferred` tinyint(1) DEFAULT 0, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `UpdatedAt` datetime DEFAULT NULL, `Amount` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `OfferId` int(11) DEFAULT NULL, `Payable` tinyint(1) DEFAULT 0, `Currency` varchar(5) DEFAULT NULL, `PayerEmail` varchar(100) DEFAULT NULL, `ReceiverEmail` varchar(100) DEFAULT NULL, `CodeId` int(11) DEFAULT NULL, `ByAdmin` tinyint(1) DEFAULT 0, `ShippingAddress` text DEFAULT NULL, `AccountId` varchar(100) DEFAULT NULL, `PaidDtTm` datetime DEFAULT NULL, `PayableAmount` float DEFAULT NULL, `OrderNoAtMerchant` int(11) DEFAULT 0, `CustPhone` varchar(30) DEFAULT '0', `InvoiceAddedBy` int(11) DEFAULT 0, `Vat` float DEFAULT 0, `RushPaymentNotified` tinyint(1) DEFAULT 0, `BillingFName` varchar(50) DEFAULT NULL, `BillingLName` varchar(50) DEFAULT NULL, `BillingEmail` varchar(50) DEFAULT NULL, `BillingPhone` varchar(50) DEFAULT NULL, `BillingAddress` text DEFAULT NULL, `BillingState` varchar(50) DEFAULT NULL, `BillingCity` varchar(50) DEFAULT NULL, `BillingZip` varchar(20) DEFAULT NULL, `BillingCountry` varchar(5) DEFAULT NULL, `Token` varchar(20) DEFAULT NULL, `EcomInvId` int(11) DEFAULT NULL, `IpAddress` varchar(255) DEFAULT NULL, `RemoveVAT` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_payment_details` -- CREATE TABLE `tbl_gf_payment_details` ( `InvDtlId` int(11) NOT NULL, `InvoiceId` int(11) DEFAULT NULL, `InvAmount` float DEFAULT NULL, `InvTransactionId` varchar(100) DEFAULT NULL, `InvPaymentMethodId` int(11) DEFAULT NULL, `InvDtTm` datetime DEFAULT NULL, `InvComments` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_payment_methods` -- CREATE TABLE `tbl_gf_payment_methods` ( `PaymentMethodId` int(11) NOT NULL, `PaymentMethod` varchar(255) DEFAULT NULL, `Username` varchar(255) DEFAULT NULL, `DisablePaymentMethod` tinyint(1) DEFAULT 0, `Fee` float DEFAULT 0, `Description` text DEFAULT NULL, `RetailFee` float DEFAULT 0, `APIUsername` varchar(100) DEFAULT NULL, `APIPassword` varchar(100) DEFAULT NULL, `APISignature` varchar(100) DEFAULT NULL, `PayMethodTypeId` int(11) DEFAULT 8, `OrderBy` tinyint(2) NOT NULL DEFAULT 0, `ForWholeSale` tinyint(1) DEFAULT 1, `ForRetail` tinyint(1) DEFAULT 1, `ForShop` tinyint(1) DEFAULT 1, `ShopFee` float DEFAULT 0, `MassPaymentTime` tinyint(1) DEFAULT 0, `RestrictedCurrency` tinyint(4) DEFAULT 0, `PayImage` varchar(100) DEFAULT NULL, `Vat` float DEFAULT 0, `FeeType` tinyint(1) DEFAULT 0, `PaymentURL` varchar(100) DEFAULT NULL, `WebProductId` int(11) DEFAULT NULL, `WebProduct` varchar(100) DEFAULT NULL, `PaymentAtOtherWeb` tinyint(1) DEFAULT 0, `OfflinePayment` tinyint(1) DEFAULT 0, `SecretAPIKey` varchar(255) DEFAULT NULL, `PaymentMethodSubTypeId` int(11) DEFAULT NULL, `PaymentGatewayID` varchar(100) DEFAULT NULL, `MinCredits` int(11) DEFAULT NULL, `MaxCredits` int(11) DEFAULT NULL, `VATInCredits` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_payment_status` -- CREATE TABLE `tbl_gf_payment_status` ( `PaymentStatusId` int(11) NOT NULL, `PaymentStatus` varchar(50) DEFAULT NULL, `DisablePaymentStatus` tinyint(1) DEFAULT 0, `PaymentStatus_Local` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_payment_status` -- INSERT INTO `tbl_gf_payment_status` (`PaymentStatusId`, `PaymentStatus`, `DisablePaymentStatus`, `PaymentStatus_Local`) VALUES (1, 'Unpaid', 0, ''), (2, 'Paid', 0, ''), (3, 'Cancel', 0, NULL), (5, 'Review', 0, ''), (4, 'Refunded', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_payout_types` -- CREATE TABLE `tbl_gf_payout_types` ( `PayoutTypeId` int(11) NOT NULL, `PayoutType` varchar(255) DEFAULT NULL, `DisablePayoutType` tinyint(1) DEFAULT 0, `PayoutType_Local` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_payout_types` -- INSERT INTO `tbl_gf_payout_types` (`PayoutTypeId`, `PayoutType`, `DisablePayoutType`, `PayoutType_Local`) VALUES (1, 'Cash', 0, ''), (2, 'Bank Transfer', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_paypal_payments` -- CREATE TABLE `tbl_gf_paypal_payments` ( `PPPaymentId` int(11) NOT NULL, `PPPayment` varchar(50) DEFAULT NULL, `DisablePPPayment` tinyint(1) DEFAULT 0, `PPPayment_Local` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_paypal_payments` -- INSERT INTO `tbl_gf_paypal_payments` (`PPPaymentId`, `PPPayment`, `DisablePPPayment`, `PPPayment_Local`) VALUES (1, 'PayPal', 0, ''), (2, 'PayPal MassPay', 0, ''), (3, 'Cash', 0, ''), (4, 'Other', 0, ''), (5, 'Credit Term', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_pay_method_types` -- CREATE TABLE `tbl_gf_pay_method_types` ( `PayMethodTypeId` int(11) NOT NULL, `PayMethodType` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_pay_method_types` -- INSERT INTO `tbl_gf_pay_method_types` (`PayMethodTypeId`, `PayMethodType`) VALUES (10, 'Credit Card - Easy Paisa'), (2, 'Mass PayPal'), (3, 'Bank Transfer'), (4, 'Cash'), (5, 'Money Bookers'), (6, 'Money Gram'), (7, 'Western Union'), (8, 'Other'), (9, 'PayPal Express Checkout'), (1, 'PayPal'), (11, 'Credit Card - Stripe'), (12, 'Debit/Credit Card'), (14, 'Debit/Credit Card - Network'), (15, 'URL Redirection'), (17, 'Payment Aggretor'), (18, 'RAK BANK'), (20, 'Network CC - New'), (21, 'Walletes.com'), (22, 'GSM TOOL - CREDITS TRANSFER'), (23, 'PAYTABS.COM'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_plans_offers_packages_prices` -- CREATE TABLE `tbl_gf_plans_offers_packages_prices` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `PlanOfferId` varchar(11) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `Price` float DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_plans_packages_prices` -- CREATE TABLE `tbl_gf_plans_packages_prices` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `PlanId` varchar(11) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `Price` float DEFAULT NULL, `UpdatedAt` datetime DEFAULT NULL, `CurrencyId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_plans_prices_email` -- CREATE TABLE `tbl_gf_plans_prices_email` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `PackTitle` varchar(100) DEFAULT NULL, `PlanId` varchar(11) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `Price` float DEFAULT NULL, `CurrencyId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_pp_receivers` -- CREATE TABLE `tbl_gf_pp_receivers` ( `ReceiverId` int(11) NOT NULL, `Username` varchar(100) DEFAULT NULL, `DisablePP` tinyint(1) DEFAULT 0, `APIUsername` varchar(100) DEFAULT NULL, `APIPassword` varchar(100) DEFAULT NULL, `APISignature` varchar(100) DEFAULT NULL, `MassPaymentTime` tinyint(1) DEFAULT 0, `FeeType` tinyint(1) DEFAULT 0, `Fee` float DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_prdcode` -- CREATE TABLE `tbl_gf_prdcode` ( `Id` int(11) NOT NULL, `ValueToSend` varchar(50) DEFAULT NULL, `ValueToShow` varchar(100) DEFAULT NULL, `Comments` text DEFAULT NULL, `DisableValue` tinyint(1) DEFAULT 0, `MEPId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_precodes` -- CREATE TABLE `tbl_gf_precodes` ( `PreCodeId` int(11) NOT NULL, `ServiceId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0, `PreCode` varchar(255) DEFAULT NULL, `OrderId` int(11) DEFAULT 0, `UserName` varchar(50) DEFAULT NULL, `Assigned` tinyint(1) DEFAULT 0, `AssignedDtTm` datetime DEFAULT NULL, `UserId` int(11) DEFAULT 0, `Addedat` varchar(250) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_precodes` -- -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_precodes_history` -- CREATE TABLE `tbl_gf_precodes_history` ( `HistoryId` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `Service` varchar(255) DEFAULT NULL, `HistoryDtTm` datetime DEFAULT NULL, `Code` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_precodes_history` -- -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_price_plans` -- CREATE TABLE `tbl_gf_price_plans` ( `PricePlanId` int(11) NOT NULL, `PricePlan` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisablePricePlan` tinyint(1) DEFAULT 0, `PricePlan_Local` varchar(100) DEFAULT NULL, `IMEIPricesAtWeb` tinyint(1) DEFAULT 0, `FilePricesAtWeb` tinyint(1) DEFAULT 0, `ServerPricesAtWeb` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_products` -- CREATE TABLE `tbl_gf_products` ( `ProductId` int(11) NOT NULL, `ProductName` varchar(255) DEFAULT NULL, `ProductPrice` float DEFAULT NULL, `TimeTaken` varchar(100) DEFAULT NULL, `ProductDescription` text DEFAULT NULL, `APIId` int(11) DEFAULT NULL, `ExternalNetworkId` varchar(20) DEFAULT NULL, `HTMLTitle` varchar(200) DEFAULT NULL, `SEOURLName` varchar(100) DEFAULT NULL, `MetaKW` text DEFAULT NULL, `MetaTags` text DEFAULT NULL, `Picture` varchar(100) DEFAULT NULL, `ShortDesc` text DEFAULT NULL, `CostPrice` float DEFAULT 0, `Supplier` varchar(100) DEFAULT NULL, `DisableProduct` tinyint(1) DEFAULT 0, `FeaturedProduct` tinyint(1) DEFAULT 0, `ShowHome` tinyint(1) DEFAULT 0, `FileName` varchar(100) DEFAULT NULL, `Pic1` varchar(50) DEFAULT NULL, `Pic2` varchar(50) DEFAULT NULL, `Pic3` varchar(50) DEFAULT NULL, `Pic4` varchar(50) DEFAULT NULL, `Pic5` varchar(50) DEFAULT NULL, `POrderBy` tinyint(1) DEFAULT 0, `IsNew` tinyint(1) DEFAULT 0, `IsHot` tinyint(1) DEFAULT 0, `OnSale` tinyint(1) DEFAULT 0, `PromoStartDate` date DEFAULT '0000-00-00', `PromoEndDate` date DEFAULT '0000-00-00', `PromoDiscount` float DEFAULT 0, `ProdWeight` float DEFAULT 0, `ProdWeightType` varchar(20) DEFAULT NULL, `Shipping` tinyint(1) DEFAULT 0, `CountryId` int(11) DEFAULT NULL, `RestrictedCountryIds` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_bulk_group_prices` -- CREATE TABLE `tbl_gf_product_bulk_group_prices` ( `Id` int(11) NOT NULL, `MinQty` int(11) DEFAULT 0, `MaxQty` int(11) DEFAULT 0, `Price` float DEFAULT 0, `ProductId` int(11) DEFAULT 0, `GroupId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_bulk_prices` -- CREATE TABLE `tbl_gf_product_bulk_prices` ( `Id` int(11) NOT NULL, `MinQty` int(11) DEFAULT 0, `MaxQty` int(11) DEFAULT 0, `Price` float DEFAULT 0, `ProductId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_categories` -- CREATE TABLE `tbl_gf_product_categories` ( `Id` int(11) NOT NULL, `ProductId` int(11) DEFAULT NULL, `CategoryId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_email` -- CREATE TABLE `tbl_gf_product_email` ( `Id` int(10) UNSIGNED NOT NULL, `ClientName` varchar(100) DEFAULT NULL, `ClientEmail` varchar(100) DEFAULT NULL, `UserNotes` text DEFAULT NULL, `ProdURL` varchar(100) DEFAULT NULL, `ServiceName` varchar(100) DEFAULT NULL, `DeliveryTime` varchar(100) DEFAULT NULL, `Description` text DEFAULT NULL, `PackageId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_fields` -- CREATE TABLE `tbl_gf_product_fields` ( `Id` int(11) NOT NULL, `ProductId` int(11) DEFAULT NULL, `FieldId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_field_values` -- CREATE TABLE `tbl_gf_product_field_values` ( `ValueId` int(11) NOT NULL, `Value` varchar(100) DEFAULT NULL, `FieldId` int(11) DEFAULT 0, `ProductId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_reviews` -- CREATE TABLE `tbl_gf_product_reviews` ( `ReviewId` int(11) NOT NULL, `CustomerName` varchar(100) DEFAULT NULL, `CustomerEmail` varchar(100) DEFAULT NULL, `ReviewDate` date DEFAULT NULL, `Review` text DEFAULT NULL, `Rating` tinyint(1) DEFAULT 5, `Enabled` tinyint(1) DEFAULT 0, `ProductId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_visitors` -- CREATE TABLE `tbl_gf_product_visitors` ( `Id` int(11) NOT NULL, `IP` varchar(50) DEFAULT NULL, `Referer` varchar(200) DEFAULT NULL, `VisitDtTm` datetime DEFAULT NULL, `ProductId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_product_wish_list` -- CREATE TABLE `tbl_gf_product_wish_list` ( `Id` int(11) NOT NULL, `ProductId` int(11) DEFAULT NULL, `CustomerId` int(11) DEFAULT NULL, `DtTm` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_push_notifications` -- CREATE TABLE `tbl_gf_push_notifications` ( `Id` int(11) NOT NULL, `UserId` int(11) NOT NULL, `Text` varchar(500) DEFAULT NULL, `Link` varchar(500) DEFAULT NULL, `IsRead` tinyint(1) NOT NULL DEFAULT 0, `CreatedAt` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_registration_fields` -- CREATE TABLE `tbl_gf_registration_fields` ( `FieldId` int(11) NOT NULL, `FieldLabel` varchar(100) DEFAULT NULL, `FieldType` varchar(30) DEFAULT NULL, `FieldColName` varchar(100) DEFAULT NULL, `DisableField` tinyint(1) DEFAULT 0, `Mandatory` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_reg_field_values` -- CREATE TABLE `tbl_gf_reg_field_values` ( `RegValueId` int(11) NOT NULL, `RegValue` varchar(100) DEFAULT NULL, `DisableRegValue` tinyint(1) DEFAULT NULL, `FieldId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_related_products` -- CREATE TABLE `tbl_gf_related_products` ( `Id` int(11) NOT NULL, `ProductId` int(11) DEFAULT NULL, `RelatedProdId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_request_ips` -- CREATE TABLE `tbl_gf_request_ips` ( `Id` int(11) NOT NULL, `IP` varchar(100) DEFAULT NULL, `LCode` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_retail_orders` -- CREATE TABLE `tbl_gf_retail_orders` ( `RetailOrderId` int(11) NOT NULL, `PaymentId` int(11) DEFAULT 0, `Email` varchar(100) DEFAULT NULL, `Name` varchar(100) DEFAULT NULL, `IMEINo` varchar(15) DEFAULT NULL, `PackageId` int(11) NOT NULL DEFAULT 0, `OrderStatusId` tinyint(2) NOT NULL DEFAULT 0, `RequestedAt` datetime DEFAULT NULL, `Day` varchar(10) DEFAULT NULL, `Month` varchar(10) DEFAULT NULL, `Year` varchar(10) DEFAULT NULL, `Price` float DEFAULT 0, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CodeSentToOtherServer` tinyint(4) DEFAULT NULL, `MessageFromServer` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Code` text DEFAULT NULL, `OrderIdFromServer` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CheckDuplication` tinyint(1) DEFAULT 1, `Mep` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Model` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SerialNo` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ServiceId` varchar(50) DEFAULT NULL, `ProviderId` varchar(50) DEFAULT NULL, `OperatorId` varchar(50) DEFAULT NULL, `PRD` varchar(50) DEFAULT NULL, `PIN` varchar(50) DEFAULT NULL, `KBH` varchar(50) DEFAULT NULL, `OtherId` varchar(50) DEFAULT NULL, `OtherValue` varchar(50) DEFAULT NULL, `ZTE` varchar(50) DEFAULT NULL, `MType` varchar(50) DEFAULT NULL, `Network` varchar(50) DEFAULT NULL, `Locks` varchar(50) DEFAULT NULL, `Downloaded` tinyint(1) DEFAULT 0, `IP` varchar(30) DEFAULT NULL, `VerifyIP` varchar(30) DEFAULT NULL, `OrderAPIId` int(11) DEFAULT NULL, `OrderAPIURL` varchar(100) DEFAULT NULL, `OrderAPIUserName` varchar(100) DEFAULT NULL, `OrderAPIType` int(11) DEFAULT NULL, `OrderAPIKey` varchar(255) DEFAULT NULL, `OrderAPIServiceId` int(11) DEFAULT NULL, `Currency` varchar(5) DEFAULT NULL, `HiddenStatus` tinyint(1) DEFAULT 0, `serialno_Z2O5` varchar(100) DEFAULT NULL, `productidcode_E0U2` varchar(100) DEFAULT NULL, `phoneno_C2Q9` varchar(100) DEFAULT NULL, `meid_Z5H1` varchar(100) DEFAULT NULL, `country_V6A3` varchar(100) DEFAULT NULL, `network_S4A4` varchar(100) DEFAULT NULL, `providerid_H1Y9` varchar(100) DEFAULT NULL, `mepcode_J8G4` varchar(100) DEFAULT NULL, `prdnumber_Q3V3` varchar(100) DEFAULT NULL, `checkmendreport_V7B8` varchar(100) DEFAULT NULL, `modelno_T3R8` varchar(100) DEFAULT NULL, `icloudemailid_G0D4` varchar(100) DEFAULT NULL, `udid_I1A9` varchar(100) DEFAULT NULL, `kbhkrh_B7K3` varchar(100) DEFAULT NULL, `imageurl_F8O2` varchar(100) DEFAULT NULL, `sentpictures_L1T0` varchar(100) DEFAULT NULL, `mepcodes_P7Y0` varchar(100) DEFAULT NULL, `prdcodes_D3O0` varchar(100) DEFAULT NULL, `OrderAPIName` varchar(100) DEFAULT NULL, `U4G4T7U9K8R6F3L1J9` varchar(100) DEFAULT NULL, `N2B4R0Y7T4W5D0I4K3` varchar(100) DEFAULT NULL, `E4C6G0W5U1K0X4K7P5` varchar(100) DEFAULT NULL, `MobileId` varchar(50) DEFAULT NULL, `ModelId` varchar(50) DEFAULT NULL, `ModelNo` varchar(100) DEFAULT NULL, `OrderType` tinyint(1) DEFAULT 1, `Q4X7N6P2D5U4Q4U4G7` varchar(100) DEFAULT NULL, `S9Z5X9R6B4M8C9J5L5` varchar(100) DEFAULT NULL, `Y1S9G8O0G7U3L5O0J9` varchar(100) DEFAULT NULL, `O9N7W0F1N0E8L2V0U9` varchar(100) DEFAULT NULL, `serialno_U4L6` varchar(100) DEFAULT NULL, `email_B5D9` varchar(100) DEFAULT NULL, `quantity_G7V7` varchar(100) DEFAULT NULL, `username_K4I8` varchar(100) DEFAULT NULL, `K9Y2N8V1A4X1C4Y7Y8` varchar(100) DEFAULT NULL, `dongleid_D7V1` varchar(100) DEFAULT NULL, `activecode_Q7B2` varchar(100) DEFAULT NULL, `pasward_V6I0` varchar(100) DEFAULT NULL, `O7V8E3J2J4X6X1V6V2` varchar(100) DEFAULT NULL, `Q6H1H9H4I2H2I4Y2K6` varchar(100) DEFAULT NULL, `R5C9X7Y9C2J3K9J9P0` varchar(100) DEFAULT NULL, `RetailOrderType` tinyint(1) NOT NULL DEFAULT 0, `ReplyDtTm` datetime DEFAULT NULL, `CostPrice` float DEFAULT 0, `Profit` float DEFAULT 0, `OrderCostPrice` float DEFAULT 0, `LinkedOrderId` int(11) DEFAULT 0, `AdminArchived` tinyint(1) DEFAULT 0, `OrderData` varchar(255) DEFAULT NULL, `Comments1` text DEFAULT NULL, `LastUpdatedBy` varchar(50) DEFAULT '', `PromotionDiscount` float DEFAULT 0, `W6A2C3K7V9A4Z1D1R2` varchar(100) DEFAULT NULL, `S1Y0W7L6M6N7Q6U8F3` varchar(255) DEFAULT NULL, `L5J5U2U0M0W7C3A6B3` varchar(255) DEFAULT NULL, `F0O6I9O9F2P8F4H5M6` varchar(255) DEFAULT NULL, `Q2Y9P4W8E2I4A9I0Q5` varchar(255) DEFAULT NULL, `A7X7P9A0A3H6A9P2X8` varchar(255) DEFAULT NULL, `I9E8C7S2D7I3R0T7Z1` varchar(255) DEFAULT NULL, `A5C9F8O2Y0W8Q9M7C7` varchar(255) DEFAULT NULL, `L0Z0Z9F8X3H5A3G3W9` text DEFAULT NULL, `U3F7X2Z1M4A1W3C6Y8` varchar(255) DEFAULT NULL, `X9Z7Z7H1I6K8A7D7X1` varchar(255) DEFAULT NULL, `J5O5R3C3Q7Z9S3L7V8` varchar(255) DEFAULT NULL, `S5G3Q8P6Q0Q8C4A6U9` varchar(255) DEFAULT NULL, `C1B4H7B2O4A8H3K1U8` varchar(255) DEFAULT NULL, `A7G1Q6U1M3W9V1W4L1` varchar(255) DEFAULT NULL, `K1Y3K9E2C6A7L9Q7D1` varchar(255) DEFAULT NULL, `T4Y3T4S9U5F2O4W5R3` varchar(255) DEFAULT NULL, `K2S3Q9F1N3H7D9B2L3` varchar(255) DEFAULT NULL, `O6T7E4L5K4N0R3J6Z1` varchar(255) DEFAULT NULL, `E4F8O8H5S1E9R5H9T8` varchar(255) DEFAULT NULL, `X2Z8Q6F8V5M8V0K9I5` varchar(255) DEFAULT NULL, `N2E9M8K9T7X7Z5R6O5` varchar(255) DEFAULT NULL, `D1I3V3B9Z1L7S7K2O8` varchar(255) DEFAULT NULL, `X5D6T0A2D3N9J6P9H6` varchar(255) DEFAULT NULL, `E4J2K7C2T2R8Q8G8B9` varchar(255) DEFAULT NULL, `V0Z1D2V0L8C1O8Z5X8` varchar(255) DEFAULT NULL, `Y6T0L3Q0T6L8R1Y7I1` varchar(255) DEFAULT NULL, `V1Y3F8Z1E6Q1E9X2M6` varchar(255) DEFAULT NULL, `E3T4M1Z1R5G4Z9W8C0` varchar(255) DEFAULT NULL, `USER_ID` varchar(255) DEFAULT NULL, `ZONE_ID` varchar(255) DEFAULT NULL, `GARENA_OR_FACEBOOK` varchar(255) DEFAULT NULL, `IMEI_2` varchar(255) DEFAULT NULL, `TOKEN` varchar(255) DEFAULT NULL, `ID_INFO` varchar(255) DEFAULT NULL, `IMEI_OR_SERIAL` varchar(255) DEFAULT NULL, `MI_ID` varchar(255) DEFAULT NULL, `TOKEN_6152` varchar(255) DEFAULT NULL, `DEV_2497` varchar(255) DEFAULT NULL, `USERNAME_3063` varchar(255) DEFAULT NULL, `LOGIN_ACCOUNT_7958` varchar(50) DEFAULT NULL, `PLAYER_ID_6832` varchar(50) DEFAULT NULL, `LOGIN_PASSWORD_5015` varchar(50) DEFAULT NULL, `LOGIN_ACCOUNT_8844` varchar(50) DEFAULT NULL, `NICKNAME_8001` varchar(50) DEFAULT NULL, `USERNAME` varchar(50) DEFAULT NULL, `SERIAL_NO` varchar(50) DEFAULT NULL, `QUANTITY` varchar(50) DEFAULT NULL, `EMAIL123` varchar(50) DEFAULT NULL, `MEID` varchar(50) DEFAULT NULL, `FINGERPRINT` varchar(50) DEFAULT NULL, `HARDWARE_ID` varchar(50) DEFAULT NULL, `HARWAREID` varchar(50) DEFAULT NULL, `R9Z6A8F8J6F3G8Y2J2` varchar(50) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_retail_payments` -- CREATE TABLE `tbl_gf_retail_payments` ( `RetailPaymentId` int(11) NOT NULL, `Email` varchar(100) DEFAULT '0', `Name` varchar(100) DEFAULT '', `PaymentMethod` tinyint(2) DEFAULT NULL, `PaymentStatus` tinyint(1) DEFAULT 1, `PaymentDtTm` datetime DEFAULT NULL, `TransactionId` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `OrderPrice` float DEFAULT NULL, `Amount` float DEFAULT NULL, `Currency` varchar(5) DEFAULT NULL, `PayerEmail` varchar(100) DEFAULT NULL, `ReceiverEmail` varchar(100) DEFAULT NULL, `ShippingAddress` text DEFAULT NULL, `OrderNoAtMerchant` int(11) DEFAULT 0, `CustPhone` varchar(30) DEFAULT '0', `APIError` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_retail_services` -- CREATE TABLE `tbl_gf_retail_services` ( `PackageId` int(11) NOT NULL, `PackageTitle` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `PackageImage` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisablePackage` tinyint(1) DEFAULT NULL, `PackagePrice` float DEFAULT NULL, `TimeTaken` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MustRead` text DEFAULT NULL, `APIId` int(11) DEFAULT NULL, `AltAPIId` int(11) DEFAULT NULL, `ExternalNetworkId` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DuplicateIMEIsNotAllowed` tinyint(1) DEFAULT 0, `HTMLTitle` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SEOURLName` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaKW` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `MetaTags` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `IMEIFieldType` tinyint(1) DEFAULT 0, `bulkIMEIFieldType` tinyint(10) NOT NULL, `customIMEIFieldType` tinyint(10) NOT NULL, `CostPrice` float DEFAULT 0, `Supplier` varchar(100) DEFAULT NULL, `ArchivedPack` tinyint(1) DEFAULT 0, `CustomFieldId` int(11) DEFAULT NULL, `ResponseDelayTm` int(4) DEFAULT 0, `CronDelayTm` int(4) DEFAULT 1, `ServiceType` tinyint(1) NOT NULL DEFAULT 1, `OrderBy` tinyint(1) DEFAULT 0, `CategoryId` int(11) DEFAULT 1, `CostPriceFromAPI` tinyint(1) DEFAULT 0, `RedirectionURL` varchar(100) DEFAULT NULL, `ShowAtHomePage` tinyint(1) DEFAULT 0, `RetailType` tinyint(1) NOT NULL DEFAULT 0, `PromoStartDate` date DEFAULT '0000-00-00', `PromoEndDate` date DEFAULT '0000-00-00', `PromoDiscount` float DEFAULT 0, `SendSMS` tinyint(1) DEFAULT 0, `imei_custom_name` varchar(250) DEFAULT NULL, `imei_custom_length` int(10) DEFAULT NULL, `imei_custom_max_length` varchar(255) DEFAULT NULL, `imei_custom_information` varchar(250) DEFAULT NULL, `imei_allow_alphabit` int(11) DEFAULT NULL, `imei_allow_digits` int(11) DEFAULT NULL, `imei_capital_alphabets` int(11) DEFAULT NULL, `imei_small_alphabets` int(11) DEFAULT NULL, `allowQty` int(2) DEFAULT 0, `qntyDropDown` varchar(250) DEFAULT NULL, `minQnty` int(10) DEFAULT 0, `maxQnty` int(10) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_reviews` -- CREATE TABLE `tbl_gf_reviews` ( `ReviewId` int(11) NOT NULL, `CustomerName` varchar(200) DEFAULT NULL, `ReviewDate` date DEFAULT NULL, `Review` longtext DEFAULT NULL, `Rating` int(5) DEFAULT 0, `Enabled` tinyint(4) DEFAULT 0, `ReviewType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_roles` -- CREATE TABLE `tbl_gf_roles` ( `RoleId` int(11) NOT NULL, `Role` varchar(100) DEFAULT NULL, `DisableRole` tinyint(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_roles` -- INSERT INTO `tbl_gf_roles` (`RoleId`, `Role`, `DisableRole`) VALUES (1, 'Complete Access', 0), (2, 'New Staff', 0), (3, 'sdfdf', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_roles_forms` -- CREATE TABLE `tbl_gf_roles_forms` ( `Id` int(11) NOT NULL, `RoleId` int(11) DEFAULT NULL, `FormId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_roles_forms` -- INSERT INTO `tbl_gf_roles_forms` (`Id`, `RoleId`, `FormId`) VALUES (12, 2, 9), (45, 2, 3), (44, 2, 2), (1060, 1, 282), (171, 2, 285), (170, 2, 234), (169, 2, 24), (168, 2, 23), (167, 2, 22), (166, 2, 21), (165, 2, 20), (144, 2, 1), (46, 2, 4), (47, 2, 5), (48, 2, 6), (49, 2, 7), (50, 2, 11), (51, 2, 232), (52, 2, 12), (53, 2, 13), (54, 2, 14), (55, 2, 15), (56, 2, 16), (57, 2, 17), (58, 2, 233), (126, 2, 102), (125, 2, 101), (124, 2, 100), (123, 2, 99), (122, 2, 98), (121, 2, 97), (138, 2, 227), (137, 2, 106), (136, 2, 105), (135, 2, 104), (134, 2, 103), (132, 2, 115), (131, 2, 110), (130, 2, 109), (129, 2, 108), (128, 2, 107), (190, 2, 276), (189, 2, 275), (188, 2, 273), (187, 2, 272), (186, 2, 271), (185, 2, 270), (184, 2, 269), (183, 2, 268), (182, 2, 267), (181, 2, 266), (180, 2, 262), (179, 2, 261), (178, 2, 260), (177, 2, 259), (176, 2, 258), (175, 2, 257), (174, 2, 256), (173, 2, 10), (119, 2, 56), (118, 2, 55), (117, 2, 54), (116, 2, 53), (115, 2, 52), (120, 2, 96), (127, 2, 278), (133, 2, 280), (139, 2, 279), (140, 2, 263), (141, 2, 264), (142, 2, 265), (143, 2, 282), (145, 2, 283), (146, 2, 284), (164, 2, 19), (163, 2, 18), (222, 2, 81), (191, 2, 277), (192, 2, 312), (193, 2, 313), (223, 2, 94), (220, 2, 347), (221, 2, 80), (219, 2, 59), (215, 2, 71), (214, 2, 66), (213, 2, 65), (212, 2, 8), (1059, 1, 265), (1058, 1, 264), (1057, 1, 263), (1056, 1, 359), (1055, 1, 313), (1054, 1, 312), (1053, 1, 277), (1052, 1, 276), (1051, 1, 275), (1050, 1, 273), (1049, 1, 272), (1048, 1, 271), (1047, 1, 270), (1046, 1, 269), (1045, 1, 268), (1044, 1, 266), (1043, 1, 262), (1042, 1, 261), (1041, 1, 260), (1040, 1, 259), (1039, 1, 258), (1038, 1, 257), (1037, 1, 256), (1036, 1, 10), (1035, 1, 243), (1034, 1, 242), (1033, 1, 240), (1032, 1, 239), (1031, 1, 238), (1030, 1, 237), (1029, 1, 296), (1028, 1, 295), (1027, 1, 294), (1026, 1, 293), (1025, 1, 292), (1024, 1, 291), (1023, 1, 290), (1022, 1, 289), (1021, 1, 280), (1020, 1, 115), (1019, 1, 110), (1018, 1, 109), (1017, 1, 108), (1016, 1, 107), (1015, 1, 279), (1014, 1, 227), (1013, 1, 106), (1012, 1, 105), (1011, 1, 104), (1010, 1, 103), (1009, 1, 278), (1008, 1, 102), (1007, 1, 101), (1006, 1, 100), (1005, 1, 99), (1004, 1, 98), (1003, 1, 97), (1002, 1, 96), (1001, 1, 361), (1000, 1, 360), (999, 1, 311), (998, 1, 114), (997, 1, 95), (996, 1, 94), (995, 1, 93), (994, 1, 92), (993, 1, 91), (992, 1, 90), (991, 1, 89), (990, 1, 88), (989, 1, 86), (988, 1, 85), (987, 1, 82), (986, 1, 81), (985, 1, 80), (984, 1, 348), (983, 1, 345), (982, 1, 341), (981, 1, 340), (980, 1, 339), (979, 1, 338), (978, 1, 79), (977, 1, 78), (976, 1, 77), (975, 1, 76), (974, 1, 75), (973, 1, 74), (972, 1, 73), (971, 1, 72), (970, 1, 71), (969, 1, 70), (968, 1, 69), (967, 1, 68), (966, 1, 67), (965, 1, 66), (964, 1, 65), (963, 1, 8), (962, 1, 347), (961, 1, 344), (960, 1, 343), (959, 1, 342), (958, 1, 318), (957, 1, 230), (956, 1, 64), (955, 1, 63), (954, 1, 62), (953, 1, 61), (952, 1, 60), (951, 1, 59), (950, 1, 57), (949, 1, 56), (948, 1, 55), (947, 1, 54), (946, 1, 53), (945, 1, 52), (944, 1, 51), (943, 1, 50), (942, 1, 48), (941, 1, 337), (940, 1, 336), (939, 1, 335), (938, 1, 334), (937, 1, 333), (936, 1, 332), (935, 1, 297), (934, 1, 44), (933, 1, 43), (932, 1, 42), (931, 1, 41), (930, 1, 40), (929, 1, 358), (928, 1, 321), (927, 1, 320), (926, 1, 319), (925, 1, 274), (924, 1, 231), (923, 1, 39), (922, 1, 38), (921, 1, 37), (920, 1, 9), (919, 1, 36), (918, 1, 35), (917, 1, 34), (916, 1, 33), (915, 1, 355), (914, 1, 354), (913, 1, 353), (912, 1, 352), (911, 1, 351), (910, 1, 350), (909, 1, 346), (908, 1, 331), (907, 1, 330), (906, 1, 329), (905, 1, 328), (904, 1, 327), (903, 1, 326), (902, 1, 325), (901, 1, 301), (900, 1, 236), (899, 1, 235), (898, 1, 49), (897, 1, 32), (896, 1, 31), (895, 1, 30), (894, 1, 29), (893, 1, 28), (892, 1, 27), (891, 1, 26), (890, 1, 25), (889, 1, 324), (888, 1, 317), (887, 1, 300), (886, 1, 288), (885, 1, 285), (884, 1, 234), (883, 1, 24), (882, 1, 23), (881, 1, 22), (880, 1, 21), (879, 1, 20), (878, 1, 19), (877, 1, 18), (876, 1, 323), (875, 1, 316), (874, 1, 299), (873, 1, 287), (872, 1, 284), (871, 1, 233), (870, 1, 17), (869, 1, 16), (868, 1, 15), (867, 1, 14), (866, 1, 13), (865, 1, 12), (864, 1, 322), (863, 1, 315), (862, 1, 298), (861, 1, 286), (860, 1, 283), (859, 1, 232), (858, 1, 11), (857, 1, 7), (856, 1, 6), (855, 1, 5), (854, 1, 4), (853, 1, 3), (852, 1, 2), (851, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_role_type` -- CREATE TABLE `tbl_gf_role_type` ( `RoleTypeId` int(11) NOT NULL, `RoleType` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_role_type` -- INSERT INTO `tbl_gf_role_type` (`RoleTypeId`, `RoleType`) VALUES (1, 'Reports'), (2, 'IMEI Services'), (3, 'File Services'), (4, 'Server Services'), (5, 'IMEI Orders'), (6, 'File Orders'), (7, 'Server Orders'), (8, 'Users'), (9, 'CMS'), (10, 'Settings'), (11, 'Dashboard'), (12, 'Emails'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_rservice_custom_fields` -- CREATE TABLE `tbl_gf_rservice_custom_fields` ( `Id` int(11) NOT NULL, `PackageId` int(11) DEFAULT NULL, `FieldId` int(11) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_server_bulk_group_prices` -- CREATE TABLE `tbl_gf_server_bulk_group_prices` ( `Id` int(11) NOT NULL, `MinQty` int(11) DEFAULT 0, `MaxQty` int(11) DEFAULT 0, `Price` float DEFAULT 0, `ServiceId` int(11) DEFAULT 0, `GroupId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_server_bulk_prices` -- CREATE TABLE `tbl_gf_server_bulk_prices` ( `Id` int(11) NOT NULL, `MinQty` int(11) DEFAULT 0, `MaxQty` int(11) DEFAULT 0, `Price` float DEFAULT 0, `ServiceId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_service_api_pricing` -- CREATE TABLE `tbl_gf_service_api_pricing` ( `Id` int(11) NOT NULL, `ServiceId` int(11) DEFAULT 0, `GroupId` int(11) DEFAULT 0, `ServiceType` tinyint(1) DEFAULT 0, `MarginType` tinyint(1) DEFAULT 0, `PriceMargin` float DEFAULT 0, `ServiceAPIId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_service_features` -- CREATE TABLE `tbl_gf_service_features` ( `FeatureId` int(11) NOT NULL, `Icon` varchar(30) DEFAULT NULL, `Feature` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_service_features` -- INSERT INTO `tbl_gf_service_features` (`FeatureId`, `Icon`, `Feature`) VALUES (1, 'fa fa-rotate-left', 'Refund available if code is not found'), (2, 'fa fa-check', 'Service available 24x7'), (3, 'fa fa-unlock', 'Unlock guaranteed'), (4, 'fa fa-minus-circle', 'No refund for bad requests'), (5, 'fa fa-suitcase', 'Working on business days only'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_service_price_email` -- CREATE TABLE `tbl_gf_service_price_email` ( `Id` int(10) UNSIGNED NOT NULL, `ClientName` varchar(100) DEFAULT NULL, `ClientEmail` varchar(100) DEFAULT NULL, `Price` varchar(30) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0, `UserNotes` text DEFAULT NULL, `ServiceName` varchar(100) DEFAULT NULL, `DeliveryTime` varchar(100) DEFAULT NULL, `Description` text DEFAULT NULL, `PackageId` int(11) DEFAULT 0, `Features` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_service_price_email_test` -- CREATE TABLE `tbl_gf_service_price_email_test` ( `Id` int(10) UNSIGNED NOT NULL, `ClientName` varchar(100) DEFAULT NULL, `ClientEmail` varchar(100) DEFAULT NULL, `Price` varchar(30) DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0, `UserNotes` text DEFAULT NULL, `ServiceName` varchar(100) DEFAULT NULL, `DeliveryTime` varchar(100) DEFAULT NULL, `Description` text DEFAULT NULL, `PackageId` int(11) DEFAULT 0, `Features` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_service_price_email_test` -- INSERT INTO `tbl_gf_service_price_email_test` (`Id`, `ClientName`, `ClientEmail`, `Price`, `ServiceType`, `UserNotes`, `ServiceName`, `DeliveryTime`, `Description`, `PackageId`, `Features`) VALUES (1, 'Hammad Akbar', '7859995@gmail.com', '10', 0, 'testing...', 'AT&T', '1-2 Working days', 'descript....', 1, 'A, B, C'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_service_promo_history` -- CREATE TABLE `tbl_gf_service_promo_history` ( `HistoryId` int(11) NOT NULL, `StartDate` date DEFAULT '0000-00-00', `EndDate` date DEFAULT '0000-00-00', `Discount` float DEFAULT 0, `ServiceId` int(11) DEFAULT 0, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_service_service_types` -- CREATE TABLE `tbl_gf_service_service_types` ( `Id` int(11) NOT NULL, `APIId` int(11) NOT NULL, `ServiceId` int(11) NOT NULL, `ServiceTypeId` int(11) NOT NULL, `ServiceTypeName` varchar(100) DEFAULT NULL, `ServiceTypePrice` float DEFAULT 0, `ServiceType` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_shipping_addresses` -- CREATE TABLE `tbl_gf_shipping_addresses` ( `ShipAddressId` int(11) NOT NULL, `FirstName` varchar(50) DEFAULT NULL, `LastName` varchar(50) DEFAULT NULL, `CustomerId` int(11) DEFAULT 0, `Mobile` varchar(50) DEFAULT NULL, `Address` varchar(255) DEFAULT NULL, `City` varchar(50) DEFAULT NULL, `State` varchar(75) DEFAULT NULL, `CountryId` int(5) DEFAULT NULL, `Zip` varchar(50) DEFAULT NULL, `DefaultAddress` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_shipping_country` -- CREATE TABLE `tbl_gf_shipping_country` ( `CountryId` int(11) NOT NULL, `Country` varchar(70) NOT NULL, `FreeShipping` tinyint(1) DEFAULT 0, `MinShippingAmount` float DEFAULT 0, `DisableCountry` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_shipping_method` -- CREATE TABLE `tbl_gf_shipping_method` ( `MethodId` int(11) NOT NULL, `Method` varchar(70) NOT NULL, `DeliveryTime` varchar(100) NOT NULL, `DisableMethod` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_shipping_prices` -- CREATE TABLE `tbl_gf_shipping_prices` ( `Id` int(11) NOT NULL, `MethodId` int(11) NOT NULL, `CountryId` varchar(70) NOT NULL, `ShippingAmount` float DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_shipping_rates` -- CREATE TABLE `tbl_gf_shipping_rates` ( `ShippingRateId` int(11) NOT NULL, `FromWeight` float DEFAULT 0, `ToWeight` float DEFAULT 0, `ShippingRate` float DEFAULT 0, `ShippingMethodId` int(11) DEFAULT 0, `ZoneId` int(11) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_sms_gateways` -- CREATE TABLE `tbl_gf_sms_gateways` ( `SMSGatewayId` int(11) NOT NULL, `SMSGateway` varchar(100) DEFAULT NULL, `Username` varchar(100) DEFAULT NULL, `Password` varchar(100) DEFAULT NULL, `DisableSMSGateway` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_sms_gateways` -- INSERT INTO `tbl_gf_sms_gateways` (`SMSGatewayId`, `SMSGateway`, `Username`, `Password`, `DisableSMSGateway`) VALUES (1, 'x', 'x', 'x', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_sms_templates` -- CREATE TABLE `tbl_gf_sms_templates` ( `TemplateId` int(11) NOT NULL, `TemplateName` varchar(100) DEFAULT NULL, `Contents` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_sms_templates` -- INSERT INTO `tbl_gf_sms_templates` (`TemplateId`, `TemplateName`, `Contents`) VALUES (14, 'Cancelled File Order', 'Dear #CUSTOMER_NAME#, Your order with IMEI #: #IMEI_NO# has been cancelled'), (15, 'Cancelled Server Order', 'Dear #CUSTOMER_NAME#, Your order has been cancelled'), (7, 'Successful IMEI Order', 'Dear #CUSTOMER_NAME#, Your order with IMEI #: #IMEI_NO# has been unlocked'), (8, 'Successful File Order', 'Dear #CUSTOMER_NAME#, Your order with IMEI #: #IMEI_NO# has been unlocked'), (9, 'Successful Server Order', 'Dear #CUSTOMER_NAME#, Your order has been unlocked'), (13, 'Cancelled IMEI Order', 'Dear #CUSTOMER_NAME#, Your order with IMEI #: #IMEI_NO# has been cancelled'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_socialmedia` -- CREATE TABLE `tbl_gf_socialmedia` ( `Id` int(11) NOT NULL, `Title` varchar(50) NOT NULL, `Image` varchar(50) DEFAULT NULL, `Link` varchar(100) DEFAULT NULL, `DisableRecord` tinyint(1) DEFAULT 0, `MediaType` tinyint(1) DEFAULT 0, `APPID` varchar(40) DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_socialmedia` -- INSERT INTO `tbl_gf_socialmedia` (`Id`, `Title`, `Image`, `Link`, `DisableRecord`, `MediaType`, `APPID`) VALUES (1, 'Facebook', 'socialmedia/1.png', 'https://www.facebook.com/gsmfastest', 0, 0, ''), (2, 'Twitter', 'socialmedia/2.png', 'http://www.twitter.com/gsmfastest', 0, 0, ''), (4, 'Linked In', 'socialmedia/4.png', 'http://www.linkedin.com', 1, 0, ''), (5, 'Telegram', 'socialmedia/5.png', 'https://t.me/gsmfastest', 0, 0, ''), (6, '', NULL, '', 0, 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_subscriptions` -- CREATE TABLE `tbl_gf_subscriptions` ( `Id` int(11) NOT NULL, `Email` varchar(100) NOT NULL, `EmailType` tinyint(1) DEFAULT 0, `FName` varchar(100) DEFAULT NULL, `LName` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_suppliers` -- CREATE TABLE `tbl_gf_suppliers` ( `SupplierId` int(11) NOT NULL, `UserName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `FirstName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `LastName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `SupplierPassword` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CountryId` int(3) DEFAULT NULL, `Phone` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Address` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableSupplier` tinyint(1) DEFAULT 0, `Credits` float DEFAULT NULL, `CurrencyId` int(11) DEFAULT NULL, `IP` varchar(30) DEFAULT NULL, `IMEIServices` tinyint(1) DEFAULT 1, `FileServices` tinyint(1) DEFAULT 1, `ServerServices` tinyint(1) DEFAULT 1, `SupplierEmail` varchar(100) DEFAULT NULL, `SupplierDtTm` datetime DEFAULT NULL, `Skype` varchar(50) DEFAULT NULL, `Sonork` varchar(50) DEFAULT NULL, `Language` varchar(3) DEFAULT 'en' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_supplier_history` -- CREATE TABLE `tbl_gf_supplier_history` ( `HistoryId` int(11) NOT NULL, `SupplierId` int(11) DEFAULT NULL, `IMEINo` varchar(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '', `Package` varchar(100) DEFAULT '0', `HistoryDtTm` datetime DEFAULT NULL, `Description` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Credits` float DEFAULT NULL, `Currency` varchar(10) DEFAULT NULL, `IP` varchar(30) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_supplier_packages` -- CREATE TABLE `tbl_gf_supplier_packages` ( `Id` int(11) NOT NULL, `SupplierId` int(11) NOT NULL, `PackageId` int(11) NOT NULL, `ServiceType` tinyint(4) DEFAULT 0, `PurchasePrice` float DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_supplier_payout_history` -- CREATE TABLE `tbl_gf_supplier_payout_history` ( `HistoryId` int(11) NOT NULL, `SupplierId` int(11) DEFAULT NULL, `PaymentStatusId` int(11) DEFAULT 0, `HistoryDtTm` datetime DEFAULT NULL, `Description` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Credits` float DEFAULT NULL, `CreditsLeft` float DEFAULT NULL, `Comments` text DEFAULT NULL, `Currency` varchar(10) DEFAULT NULL, `IP` varchar(30) DEFAULT NULL, `TransactionId` varchar(50) DEFAULT NULL, `PaymentMethodId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_supplier_services` -- CREATE TABLE `tbl_gf_supplier_services` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `ServiceId` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ServiceName` varchar(255) DEFAULT NULL, `ServicePrice` varchar(10) DEFAULT NULL, `ServiceTime` varchar(150) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ServiceType` tinyint(1) DEFAULT 0, `RequiredParams` varchar(150) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tasks` -- CREATE TABLE `tbl_gf_tasks` ( `TaskId` int(11) NOT NULL, `DtTm` datetime DEFAULT NULL, `MySelf` tinyint(1) DEFAULT 0, `UserType` tinyint(1) DEFAULT 0, `Users` text DEFAULT NULL, `Message` text DEFAULT NULL, `CategoryId` tinyint(3) DEFAULT 0, `ReplyLock` tinyint(1) DEFAULT 0, `AdminId` tinyint(3) DEFAULT 0, `Reply` text DEFAULT NULL, `TaskRead` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_task_category` -- CREATE TABLE `tbl_gf_task_category` ( `CategoryId` int(11) NOT NULL, `category` varchar(50) DEFAULT NULL, `Disablecategory` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_addresses` -- CREATE TABLE `tbl_gf_tbl_addresses` ( `id` int(10) NOT NULL, `user_id` int(5) NOT NULL, `pincode` varchar(10) NOT NULL, `building_name` varchar(100) NOT NULL, `road_area_colony` text NOT NULL, `city` varchar(100) NOT NULL, `district` varchar(100) NOT NULL, `state` varchar(100) NOT NULL, `landmark` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `mobile_no` varchar(12) NOT NULL, `alter_mobile_no` varchar(12) NOT NULL, `address_type` varchar(30) NOT NULL, `is_default` varchar(10) NOT NULL DEFAULT 'false', `created_at` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_bank_details` -- CREATE TABLE `tbl_gf_tbl_bank_details` ( `id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `bank_holder_name` varchar(150) NOT NULL, `bank_holder_phone` varchar(20) NOT NULL, `bank_holder_email` varchar(150) NOT NULL, `account_no` varchar(100) NOT NULL, `account_type` varchar(50) NOT NULL, `bank_ifsc` varchar(20) NOT NULL, `bank_name` varchar(150) NOT NULL, `is_default` int(1) NOT NULL DEFAULT 0, `created_at` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_brands` -- CREATE TABLE `tbl_gf_tbl_brands` ( `id` int(10) NOT NULL, `category_id` text NOT NULL, `brand_name` varchar(150) NOT NULL, `brand_slug` varchar(150) NOT NULL, `brand_image` text NOT NULL, `created_at` varchar(150) NOT NULL, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_cart` -- CREATE TABLE `tbl_gf_tbl_cart` ( `id` int(10) NOT NULL, `product_id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `product_qty` int(5) NOT NULL DEFAULT 1, `product_size` varchar(10) NOT NULL DEFAULT '0', `created_at` varchar(150) NOT NULL, `last_update` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_cart_tmp` -- CREATE TABLE `tbl_gf_tbl_cart_tmp` ( `id` int(10) NOT NULL, `product_id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `product_qty` int(5) NOT NULL DEFAULT 1, `product_size` varchar(10) NOT NULL DEFAULT '0', `created_at` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_category` -- CREATE TABLE `tbl_gf_tbl_category` ( `id` int(10) NOT NULL, `category_name` varchar(150) NOT NULL, `category_slug` varchar(150) NOT NULL, `category_image` text NOT NULL, `product_features` longtext NOT NULL, `set_on_home` int(1) NOT NULL DEFAULT 0, `created_at` varchar(150) NOT NULL, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_coupon` -- CREATE TABLE `tbl_gf_tbl_coupon` ( `id` int(10) NOT NULL, `coupon_desc` text NOT NULL, `coupon_code` varchar(25) NOT NULL, `coupon_image` text NOT NULL, `coupon_per` int(10) NOT NULL, `coupon_amt` int(10) NOT NULL, `max_amt_status` varchar(5) NOT NULL, `coupon_max_amt` int(10) NOT NULL, `cart_status` varchar(5) NOT NULL, `coupon_cart_min` varchar(10) NOT NULL, `coupon_limit_use` int(10) NOT NULL DEFAULT 1, `created_at` varchar(150) NOT NULL, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_offers` -- CREATE TABLE `tbl_gf_tbl_offers` ( `id` int(10) NOT NULL, `offer_title` varchar(150) NOT NULL, `offer_slug` varchar(150) NOT NULL, `offer_desc` longtext NOT NULL, `offer_percentage` int(10) NOT NULL, `offer_image` text NOT NULL, `created_at` varchar(150) NOT NULL, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_order_details` -- CREATE TABLE `tbl_gf_tbl_order_details` ( `id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `coupon_id` int(5) NOT NULL DEFAULT 0, `order_unique_id` text NOT NULL, `order_address` int(5) NOT NULL, `total_amt` double NOT NULL, `discount` varchar(10) DEFAULT '0', `discount_amt` double NOT NULL, `payable_amt` double NOT NULL, `new_payable_amt` double NOT NULL, `refund_amt` double NOT NULL DEFAULT 0, `refund_per` double NOT NULL DEFAULT 0, `order_date` varchar(150) NOT NULL, `delivery_date` varchar(150) NOT NULL, `order_status` int(2) NOT NULL DEFAULT -1, `delivery_charge` varchar(5) NOT NULL DEFAULT '0', `is_seen` int(1) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_order_items` -- CREATE TABLE `tbl_gf_tbl_order_items` ( `id` int(10) NOT NULL, `order_id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `product_id` int(10) NOT NULL, `product_title` varchar(150) NOT NULL, `product_qty` int(5) NOT NULL, `product_price` double NOT NULL, `product_size` varchar(10) NOT NULL, `total_price` double NOT NULL, `pro_order_status` int(3) NOT NULL DEFAULT -1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_order_status` -- CREATE TABLE `tbl_gf_tbl_order_status` ( `id` int(20) NOT NULL, `order_id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `product_id` int(10) NOT NULL, `status_title` varchar(100) NOT NULL, `status_desc` text NOT NULL, `created_at` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_product` -- CREATE TABLE `tbl_gf_tbl_product` ( `id` int(10) NOT NULL, `category_id` int(5) NOT NULL, `sub_category_id` int(5) NOT NULL, `brand_id` int(11) NOT NULL, `offer_id` int(10) NOT NULL DEFAULT 0, `product_title` varchar(255) NOT NULL, `product_slug` varchar(150) NOT NULL, `product_desc` longtext NOT NULL, `product_features` longtext NOT NULL, `featured_image` text NOT NULL, `featured_image2` text NOT NULL, `size_chart` text NOT NULL, `product_mrp` double NOT NULL, `selling_price` double NOT NULL DEFAULT 0, `you_save_amt` double NOT NULL DEFAULT 0, `you_save_per` double NOT NULL DEFAULT 0, `other_color_product` text NOT NULL, `color` varchar(100) NOT NULL, `product_size` text NOT NULL, `product_quantity` int(5) NOT NULL DEFAULT 1, `max_unit_buy` int(5) NOT NULL DEFAULT 1, `delivery_charge` float NOT NULL, `total_views` varchar(10) NOT NULL DEFAULT '0', `total_rate` int(10) NOT NULL DEFAULT 0, `rate_avg` double NOT NULL DEFAULT 0, `is_featured` int(1) DEFAULT 0, `today_deal` int(2) NOT NULL DEFAULT 0, `today_deal_date` varchar(150) NOT NULL DEFAULT '0', `total_sale` int(10) NOT NULL DEFAULT 0, `created_at` varchar(150) NOT NULL, `status` int(1) NOT NULL DEFAULT 1, `deleted` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_product_images` -- CREATE TABLE `tbl_gf_tbl_product_images` ( `id` int(10) NOT NULL, `parent_id` int(10) NOT NULL, `image_file` text NOT NULL, `type` varchar(60) NOT NULL, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_rating` -- CREATE TABLE `tbl_gf_tbl_rating` ( `id` int(10) NOT NULL, `product_id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `order_id` int(10) NOT NULL DEFAULT 0, `rating` double NOT NULL, `rating_desc` longtext NOT NULL, `created_at` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_status_title` -- CREATE TABLE `tbl_gf_tbl_status_title` ( `id` int(5) NOT NULL, `title` varchar(100) NOT NULL, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_sub_category` -- CREATE TABLE `tbl_gf_tbl_sub_category` ( `id` int(11) NOT NULL, `category_id` int(10) NOT NULL, `sub_category_name` varchar(150) NOT NULL, `sub_category_slug` varchar(150) NOT NULL, `sub_category_image` text NOT NULL, `created_at` varchar(150) NOT NULL, `show_on_off` int(1) NOT NULL DEFAULT 0, `status` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_transaction` -- CREATE TABLE `tbl_gf_tbl_transaction` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `email` varchar(100) NOT NULL, `order_id` int(11) NOT NULL, `order_unique_id` text NOT NULL, `gateway` varchar(30) NOT NULL, `payment_amt` varchar(50) NOT NULL, `payment_id` varchar(255) NOT NULL, `date` varchar(150) NOT NULL, `status` int(2) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tbl_wishlist` -- CREATE TABLE `tbl_gf_tbl_wishlist` ( `id` int(10) NOT NULL, `user_id` int(10) NOT NULL, `product_id` int(10) NOT NULL, `created_at` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tckt_category` -- CREATE TABLE `tbl_gf_tckt_category` ( `TcktCategoryId` int(11) NOT NULL, `TcktCategory` varchar(50) DEFAULT NULL, `DisableTcktCategory` tinyint(1) DEFAULT 0, `DisableEdit` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0 = can be edit, 1 = cannot be edit' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_tckt_category` -- INSERT INTO `tbl_gf_tckt_category` (`TcktCategoryId`, `TcktCategory`, `DisableTcktCategory`, `DisableEdit`) VALUES (2045, 'payment not added', 0, 1), (2044, 'General Inquiry', 0, 1), (2043, 'Order Delay', 0, 1), (2042, 'Order Verification', 0, 1), (2041, 'Payments', 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tckt_dept` -- CREATE TABLE `tbl_gf_tckt_dept` ( `DeptId` int(11) NOT NULL, `DeptName` varchar(100) CHARACTER SET ucs2 NOT NULL, `DeptEmail` varchar(100) NOT NULL, `DeptDescription` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `categories` varchar(250) NOT NULL, `DisableDept` tinyint(1) NOT NULL DEFAULT 0, `DisableEdit` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0 = can be edit, 1 = cannot be edit' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_tckt_dept` -- INSERT INTO `tbl_gf_tckt_dept` (`DeptId`, `DeptName`, `DeptEmail`, `DeptDescription`, `categories`, `DisableDept`, `DisableEdit`) VALUES (1236, 'General Support', 'example@gmail.com', 'For Any Kind Of General Information Contact Here', '2044', 0, 1), (1234, 'Payments/Accounts', 'example@gmail.com', 'Any Kind Of Payments Or Account Issue Please Use This Support', '2045,2041', 0, 1), (1235, 'Customer Support For Orders', 'example@gmail.com', 'This Section Will Help You To Resolve Issues Regarding Not Unlock issue, Code Not Working or Orders Delay.', '2043,2042', 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tckt_priority` -- CREATE TABLE `tbl_gf_tckt_priority` ( `TcktPriorityId` int(11) NOT NULL, `TcktPriority` varchar(50) DEFAULT NULL, `DisableTcktPriority` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_tckt_priority` -- INSERT INTO `tbl_gf_tckt_priority` (`TcktPriorityId`, `TcktPriority`, `DisableTcktPriority`) VALUES (1, 'High', 0), (2, 'Medium', 0), (3, 'Low', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tckt_status` -- CREATE TABLE `tbl_gf_tckt_status` ( `TcktStatusId` int(11) NOT NULL, `TcktStatus` varchar(50) DEFAULT NULL, `DisableTcktStatus` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_tckt_status` -- INSERT INTO `tbl_gf_tckt_status` (`TcktStatusId`, `TcktStatus`, `DisableTcktStatus`) VALUES (1, 'Open', 0), (2, 'Closed', 0), (3, 'Answered', 0), (4, 'Customer Replied', 0), (5, 'inProcess', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tickets` -- CREATE TABLE `tbl_gf_tickets` ( `TicketId` int(11) NOT NULL, `TicketNo` varchar(8) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `UserId` int(11) NOT NULL, `DepartmentId` int(11) NOT NULL, `CategoryId` int(11) NOT NULL, `PriorityId` int(11) NOT NULL, `StatusId` int(11) DEFAULT 1, `order_id` varchar(11) NOT NULL, `Name` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `Email` varchar(50) NOT NULL, `Subject` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `Message` text CHARACTER SET ucs2 NOT NULL, `DtTm` datetime NOT NULL, `IP` varchar(30) NOT NULL, `ReadByAdmin` tinyint(1) DEFAULT 0, `AId` tinyint(1) DEFAULT 0, `ByAdmin` tinyint(1) DEFAULT 0, `Notes` text DEFAULT NULL, `invoice_id` varchar(100) NOT NULL, `payment_id` varchar(100) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_tool_mobiles` -- CREATE TABLE `tbl_gf_tool_mobiles` ( `Id` int(11) NOT NULL, `APIId` int(11) DEFAULT NULL, `ServiceId` int(11) DEFAULT NULL, `MobileId` int(11) DEFAULT NULL, `MobileName` varchar(100) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_userlog` -- CREATE TABLE `tbl_gf_userlog` ( `LogId` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `LogDate` datetime DEFAULT NULL, `IP` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_userlog` -- INSERT INTO `tbl_gf_userlog` (`LogId`, `UserId`, `LogDate`, `IP`) VALUES (1, 1, '2021-04-12 17:36:14', '190.109.199.121'), (2, 1, '2021-04-12 17:41:35', '190.109.199.121'), (3, 1, '2021-04-12 17:42:45', '190.109.199.121'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_users` -- CREATE TABLE `tbl_gf_users` ( `UserId` int(11) NOT NULL, `UserName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `FirstName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `LastName` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `UserPassword` varchar(75) CHARACTER SET utf8 NOT NULL, `CountryId` int(3) DEFAULT NULL, `Phone` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `AddedAt` datetime DEFAULT NULL, `UpdatedAt` datetime DEFAULT NULL, `PasswordResetAt` datetime DEFAULT NULL, `AddedBy` int(11) DEFAULT NULL, `UpdatedBy` int(11) DEFAULT NULL, `Comments` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableUser` tinyint(1) DEFAULT 0, `Address` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `City` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `State` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Zip` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Fax` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Company` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `Credits` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `AutoFillCredits` tinyint(1) DEFAULT 0, `CurrencyId` int(11) DEFAULT NULL, `PricePlanId` int(11) DEFAULT 0, `ListId` int(11) DEFAULT 0, `APIKey` varchar(150) DEFAULT NULL, `PrPlanOfferId` int(11) DEFAULT NULL, `OPlanStartDt` date DEFAULT NULL, `OPlanEndDt` date DEFAULT NULL, `AllowNegativeCredits` tinyint(1) DEFAULT 0, `CurrencyConversion` tinyint(1) NOT NULL DEFAULT 0, `IPs` text DEFAULT NULL, `UserType` tinyint(1) NOT NULL DEFAULT 0, `IP` varchar(30) DEFAULT NULL, `AllowAPI` tinyint(4) DEFAULT 0, `CycleTime` int(11) NOT NULL DEFAULT 0, `MaxReqPerCycle` int(11) NOT NULL DEFAULT 0, `BlockReqTime` int(11) NOT NULL DEFAULT 0, `ApiCycleStatus` tinyint(1) NOT NULL DEFAULT 1 COMMENT '0 = inactive, 1 = active', `AllowCycleIPs` text DEFAULT NULL, `UserEmail` varchar(100) CHARACTER SET utf8 DEFAULT NULL, `LoginAttempts` tinyint(1) DEFAULT 0, `PinCode` varchar(100) DEFAULT NULL, `CanLoginFrmOtherCntry` tinyint(1) DEFAULT 1, `UserLang` varchar(3) DEFAULT 'en', `ForcefullPwdChangeDt` date DEFAULT NULL, `Subscribed` tinyint(1) DEFAULT 1, `SendSMS` tinyint(1) DEFAULT 0, `skypeid` varchar(100) DEFAULT NULL, `picture` varchar(255) DEFAULT NULL, `TransferCredits` tinyint(4) DEFAULT 0, `RemoveAllServices` tinyint(4) DEFAULT 0, `payment_hide_comment` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `remPmntMthd` int(2) NOT NULL DEFAULT 1, `ThresholdAmount` float DEFAULT 0, `Notes` text DEFAULT NULL, `gsmhostingid` varchar(100) DEFAULT NULL, `howyoufindourwebsite` varchar(100) DEFAULT NULL, `CanAddCredits` tinyint(1) DEFAULT 0, `account_synced` int(11) NOT NULL DEFAULT 0, `UserArchived` tinyint(1) DEFAULT 0, `OverdraftLimit` float DEFAULT 0, `GAuthSecret` varchar(100) DEFAULT NULL, `GoogleAuth` tinyint(4) DEFAULT 0, `TwoStepVerification` tinyint(1) DEFAULT 0, `TwoStepVerificationCode` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `CountryWhitelistVerificationCode` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `ThemeColor` varchar(10) DEFAULT 'blue', `CPanel` int(1) DEFAULT 0 ) ENGINE=INNODB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_gf_users` -- INSERT INTO `tbl_gf_users` (`UserId`, `UserName`, `FirstName`, `LastName`, `UserPassword`, `CountryId`, `Phone`, `AddedAt`, `UpdatedAt`, `PasswordResetAt`, `AddedBy`, `UpdatedBy`, `Comments`, `DisableUser`, `Address`, `City`, `State`, `Zip`, `Fax`, `Company`, `Credits`, `AutoFillCredits`, `CurrencyId`, `PricePlanId`, `ListId`, `APIKey`, `PrPlanOfferId`, `OPlanStartDt`, `OPlanEndDt`, `AllowNegativeCredits`, `CurrencyConversion`, `IPs`, `UserType`, `IP`, `AllowAPI`, `CycleTime`, `MaxReqPerCycle`, `BlockReqTime`, `ApiCycleStatus`, `AllowCycleIPs`, `UserEmail`, `LoginAttempts`, `PinCode`, `CanLoginFrmOtherCntry`, `UserLang`, `ForcefullPwdChangeDt`, `Subscribed`, `SendSMS`, `skypeid`, `picture`, `TransferCredits`, `RemoveAllServices`, `payment_hide_comment`, `remPmntMthd`, `ThresholdAmount`, `Notes`, `gsmhostingid`, `howyoufindourwebsite`, `CanAddCredits`, `account_synced`, `UserArchived`, `OverdraftLimit`, `GAuthSecret`, `GoogleAuth`, `TwoStepVerification`, `TwoStepVerificationCode`, `CountryWhitelistVerificationCode`, `ThemeColor`, `CPanel`) VALUES (1, 'admin_login', 'GSM', 'Admin', '$2a$08$EpGo2ybVukYo5FsFFQh5s.u3nh2WEozvmHQ/18J0WVuv6ooZPWGIO', 95, '50488010601', '2021-04-12 17:34:47', '2021-04-12 17:34:47', NULL, NULL, NULL, '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, '190.109.199.121', 0, 0, 0, 0, 1, NULL, 'wetscomgsmhn@gmail.com', 0, NULL, 1, 'sp', '2021-04-12', 1, 0, NULL, NULL, 0, 0, '', 1, 0, NULL, NULL, NULL, 1, 0, 0, 0, NULL, 0, 0, NULL, NULL, 'blue', 0); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_users_log_packages_prices` -- CREATE TABLE `tbl_gf_users_log_packages_prices` ( `Id` int(10) UNSIGNED NOT NULL, `LogPackageId` int(11) NOT NULL, `UserId` varchar(11) NOT NULL, `Price` float DEFAULT NULL, `UpdatedAt` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_users_packages_prices` -- CREATE TABLE `tbl_gf_users_packages_prices` ( `Id` int(10) UNSIGNED NOT NULL, `PackageId` int(11) NOT NULL, `UserId` varchar(11) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `Price` float DEFAULT NULL, `UpdatedAt` datetime DEFAULT NULL, `UpdatedBy` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_api_ips` -- CREATE TABLE `tbl_gf_user_api_ips` ( `UserAPIId` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `IP` varchar(50) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_login_countries` -- CREATE TABLE `tbl_gf_user_login_countries` ( `Id` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `ISO` varchar(3) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_gf_user_login_countries` -- INSERT INTO `tbl_gf_user_login_countries` (`Id`, `UserId`, `ISO`) VALUES (1, 1, 'HN'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_login_log` -- CREATE TABLE `tbl_gf_user_login_log` ( `Id` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `LoginTime` datetime DEFAULT NULL, `LogoutTime` datetime DEFAULT NULL, `IP` varchar(50) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_gf_user_login_log` -- INSERT INTO `tbl_gf_user_login_log` (`Id`, `UserId`, `LoginTime`, `LogoutTime`, `IP`) VALUES (1, 1, '2021-04-12 17:36:14', '2021-04-12 17:41:25', '190.109.199.121'), (2, 1, '2021-04-12 17:41:35', NULL, '190.109.199.121'), (3, 1, '2021-04-12 17:42:45', NULL, '190.109.199.121'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_news_popup` -- CREATE TABLE `tbl_gf_user_news_popup` ( `Id` int(11) NOT NULL, `DisableNews` tinyint(1) DEFAULT NULL, `NewsTitle` varchar(250) DEFAULT NULL, `News` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `AddedAt` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `tbl_gf_user_news_popup` -- INSERT INTO `tbl_gf_user_news_popup` (`Id`, `DisableNews`, `NewsTitle`, `News`, `AddedAt`) VALUES (1, 0, NULL, '<p>Server online</p>\r\n', '2020-12-23 05:08:42'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_news_popup_opened` -- CREATE TABLE `tbl_gf_user_news_popup_opened` ( `Id` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `CreatedAt` datetime DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_gf_user_news_popup_opened` -- INSERT INTO `tbl_gf_user_news_popup_opened` (`Id`, `UserId`, `CreatedAt`) VALUES (2, 1, '2021-04-12 17:47:41'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_packages` -- CREATE TABLE `tbl_gf_user_packages` ( `Id` int(11) NOT NULL, `UserId` int(11) NOT NULL, `PackageId` int(11) NOT NULL, `ServiceType` tinyint(4) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_user_payment_methods` -- CREATE TABLE `tbl_gf_user_payment_methods` ( `Id` int(11) NOT NULL, `UserId` int(11) DEFAULT NULL, `PaymentMethodId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_version` -- CREATE TABLE `tbl_gf_version` ( `Id` int(11) NOT NULL, `VersionId` int(11) DEFAULT NULL, `VersionName` varchar(255) DEFAULT NULL, `Description` text DEFAULT NULL, `ReleaseDate` timestamp NULL DEFAULT NULL, `Status` int(11) DEFAULT NULL COMMENT '1 for install, 2 for cancel ' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_videos` -- CREATE TABLE `tbl_gf_videos` ( `VideoId` int(11) NOT NULL, `Title` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `YouTubeLnk` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `DisableVideo` tinyint(1) DEFAULT NULL, `Description` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_zones` -- CREATE TABLE `tbl_gf_zones` ( `ZoneId` int(11) NOT NULL, `Zone` varchar(100) DEFAULT NULL, `DisableZone` tinyint(1) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `tbl_gf_zone_country` -- CREATE TABLE `tbl_gf_zone_country` ( `Id` int(11) NOT NULL, `ZoneId` int(11) DEFAULT NULL, `CountryId` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Indexes for dumped tables -- -- -- Indexes for table `crypto_payments` -- ALTER TABLE `crypto_payments` ADD PRIMARY KEY (`paymentID`), ADD UNIQUE KEY `key3` (`boxID`,`orderID`,`userID`,`txID`,`amount`,`addr`), ADD KEY `boxID` (`boxID`), ADD KEY `boxType` (`boxType`), ADD KEY `userID` (`userID`), ADD KEY `countryID` (`countryID`), ADD KEY `orderID` (`orderID`), ADD KEY `amount` (`amount`), ADD KEY `amountUSD` (`amountUSD`), ADD KEY `coinLabel` (`coinLabel`), ADD KEY `unrecognised` (`unrecognised`), ADD KEY `addr` (`addr`), ADD KEY `txID` (`txID`), ADD KEY `txDate` (`txDate`), ADD KEY `txConfirmed` (`txConfirmed`), ADD KEY `txCheckDate` (`txCheckDate`), ADD KEY `processed` (`processed`), ADD KEY `processedDate` (`processedDate`), ADD KEY `recordCreated` (`recordCreated`), ADD KEY `key1` (`boxID`,`orderID`), ADD KEY `key2` (`boxID`,`orderID`,`userID`); -- -- Indexes for table `tbl_gf_admin` -- ALTER TABLE `tbl_gf_admin` ADD PRIMARY KEY (`AdminId`); -- -- Indexes for table `tbl_gf_admin_api_ips` -- ALTER TABLE `tbl_gf_admin_api_ips` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_admin_login_log` -- ALTER TABLE `tbl_gf_admin_login_log` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_allowed_ips` -- ALTER TABLE `tbl_gf_allowed_ips` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_allow_ips` -- ALTER TABLE `tbl_gf_allow_ips` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_alternate_apis` -- ALTER TABLE `tbl_gf_alternate_apis` ADD PRIMARY KEY (`AltAPISrvcId`); -- -- Indexes for table `tbl_gf_analytics` -- ALTER TABLE `tbl_gf_analytics` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_api` -- ALTER TABLE `tbl_gf_api` ADD PRIMARY KEY (`APIId`); -- -- Indexes for table `tbl_gf_api_brands` -- ALTER TABLE `tbl_gf_api_brands` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_api_custom_fields` -- ALTER TABLE `tbl_gf_api_custom_fields` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_api_models` -- ALTER TABLE `tbl_gf_api_models` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_api_srv_history` -- ALTER TABLE `tbl_gf_api_srv_history` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_banner` -- ALTER TABLE `tbl_gf_banner` ADD PRIMARY KEY (`BannerId`); -- -- Indexes for table `tbl_gf_blocked_ips` -- ALTER TABLE `tbl_gf_blocked_ips` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_brands` -- ALTER TABLE `tbl_gf_brands` ADD PRIMARY KEY (`brand_id`); -- -- Indexes for table `tbl_gf_brand_logos` -- ALTER TABLE `tbl_gf_brand_logos` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_brand_models` -- ALTER TABLE `tbl_gf_brand_models` ADD PRIMARY KEY (`model_id`); -- -- Indexes for table `tbl_gf_carriers` -- ALTER TABLE `tbl_gf_carriers` ADD PRIMARY KEY (`CarrierId`); -- -- Indexes for table `tbl_gf_cart` -- ALTER TABLE `tbl_gf_cart` ADD PRIMARY KEY (`CartId`); -- -- Indexes for table `tbl_gf_category` -- ALTER TABLE `tbl_gf_category` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_client_prices_notice` -- ALTER TABLE `tbl_gf_client_prices_notice` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_codes` -- ALTER TABLE `tbl_gf_codes` ADD PRIMARY KEY (`CodeId`), ADD KEY `IMEINo` (`IMEINo`), ADD KEY `CodeStatusId` (`CodeStatusId`,`UserId`,`PackageId`); -- -- Indexes for table `tbl_gf_codes_slbf` -- ALTER TABLE `tbl_gf_codes_slbf` ADD PRIMARY KEY (`CodeId`); -- -- Indexes for table `tbl_gf_code_status` -- ALTER TABLE `tbl_gf_code_status` ADD PRIMARY KEY (`CodeStatusId`); -- -- Indexes for table `tbl_gf_configuration` -- ALTER TABLE `tbl_gf_configuration` ADD PRIMARY KEY (`ConfigurationId`); -- -- Indexes for table `tbl_gf_copyrights` -- ALTER TABLE `tbl_gf_copyrights` ADD PRIMARY KEY (`CopyRightTextId`); -- -- Indexes for table `tbl_gf_countries` -- ALTER TABLE `tbl_gf_countries` ADD PRIMARY KEY (`CountryId`); -- -- Indexes for table `tbl_gf_credits_offers` -- ALTER TABLE `tbl_gf_credits_offers` ADD PRIMARY KEY (`OfferId`); -- -- Indexes for table `tbl_gf_credit_history` -- ALTER TABLE `tbl_gf_credit_history` ADD PRIMARY KEY (`HistoryId`); -- -- Indexes for table `tbl_gf_crons` -- ALTER TABLE `tbl_gf_crons` ADD PRIMARY KEY (`CronId`); -- -- Indexes for table `tbl_gf_currency` -- ALTER TABLE `tbl_gf_currency` ADD PRIMARY KEY (`CurrencyId`); -- -- Indexes for table `tbl_gf_customers` -- ALTER TABLE `tbl_gf_customers` ADD PRIMARY KEY (`CustomerId`); -- -- Indexes for table `tbl_gf_custom_fields` -- ALTER TABLE `tbl_gf_custom_fields` ADD PRIMARY KEY (`FieldId`); -- -- Indexes for table `tbl_gf_custom_field_values` -- ALTER TABLE `tbl_gf_custom_field_values` ADD PRIMARY KEY (`RegValueId`); -- -- Indexes for table `tbl_gf_default_prices_notice` -- ALTER TABLE `tbl_gf_default_prices_notice` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_dhru_brands` -- ALTER TABLE `tbl_gf_dhru_brands` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_dhru_models` -- ALTER TABLE `tbl_gf_dhru_models` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_downloads` -- ALTER TABLE `tbl_gf_downloads` ADD PRIMARY KEY (`DownloadId`); -- -- Indexes for table `tbl_gf_ecat_pcat` -- ALTER TABLE `tbl_gf_ecat_pcat` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_ecat_products` -- ALTER TABLE `tbl_gf_ecat_products` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_ecommerce_pstatus` -- ALTER TABLE `tbl_gf_ecommerce_pstatus` ADD PRIMARY KEY (`PaymentStatusId`); -- -- Indexes for table `tbl_gf_efields` -- ALTER TABLE `tbl_gf_efields` ADD PRIMARY KEY (`FieldId`); -- -- Indexes for table `tbl_gf_eheader_cats` -- ALTER TABLE `tbl_gf_eheader_cats` ADD PRIMARY KEY (`ECategoryId`); -- -- Indexes for table `tbl_gf_email_integrations` -- ALTER TABLE `tbl_gf_email_integrations` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_email_log` -- ALTER TABLE `tbl_gf_email_log` ADD PRIMARY KEY (`LogId`); -- -- Indexes for table `tbl_gf_email_settings` -- ALTER TABLE `tbl_gf_email_settings` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_email_templates` -- ALTER TABLE `tbl_gf_email_templates` ADD PRIMARY KEY (`TemplateId`); -- -- Indexes for table `tbl_gf_faqs` -- ALTER TABLE `tbl_gf_faqs` ADD PRIMARY KEY (`FAQId`); -- -- Indexes for table `tbl_gf_favorite_orders` -- ALTER TABLE `tbl_gf_favorite_orders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_fcm_tokens` -- ALTER TABLE `tbl_gf_fcm_tokens` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_flag_counter` -- ALTER TABLE `tbl_gf_flag_counter` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_forms` -- ALTER TABLE `tbl_gf_forms` ADD PRIMARY KEY (`FormId`); -- -- Indexes for table `tbl_gf_form_type` -- ALTER TABLE `tbl_gf_form_type` ADD PRIMARY KEY (`FormTypeId`); -- -- Indexes for table `tbl_gf_group_prices_notice` -- ALTER TABLE `tbl_gf_group_prices_notice` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_home_ecategory` -- ALTER TABLE `tbl_gf_home_ecategory` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_imei_restricted_series` -- ALTER TABLE `tbl_gf_imei_restricted_series` ADD PRIMARY KEY (`SeriesId`); -- -- Indexes for table `tbl_gf_knowledgebase` -- ALTER TABLE `tbl_gf_knowledgebase` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_knowledgebase_cat` -- ALTER TABLE `tbl_gf_knowledgebase_cat` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_labels` -- ALTER TABLE `tbl_gf_labels` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_labels_translate` -- ALTER TABLE `tbl_gf_labels_translate` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_live_chat` -- ALTER TABLE `tbl_gf_live_chat` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_logo` -- ALTER TABLE `tbl_gf_logo` ADD PRIMARY KEY (`LogoId`); -- -- Indexes for table `tbl_gf_log_packages` -- ALTER TABLE `tbl_gf_log_packages` ADD PRIMARY KEY (`LogPackageId`); -- -- Indexes for table `tbl_gf_log_packages_currencies` -- ALTER TABLE `tbl_gf_log_packages_currencies` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_log_package_category` -- ALTER TABLE `tbl_gf_log_package_category` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_log_requests` -- ALTER TABLE `tbl_gf_log_requests` ADD PRIMARY KEY (`LogRequestId`); -- -- Indexes for table `tbl_gf_maintenance` -- ALTER TABLE `tbl_gf_maintenance` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_make_country` -- ALTER TABLE `tbl_gf_make_country` ADD PRIMARY KEY (`CountryId`); -- -- Indexes for table `tbl_gf_manufacturer` -- ALTER TABLE `tbl_gf_manufacturer` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_marquee` -- ALTER TABLE `tbl_gf_marquee` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_mepcode` -- ALTER TABLE `tbl_gf_mepcode` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_model` -- ALTER TABLE `tbl_gf_model` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_models` -- ALTER TABLE `tbl_gf_models` ADD PRIMARY KEY (`ModelId`); -- -- Indexes for table `tbl_gf_nck_shops_products` -- ALTER TABLE `tbl_gf_nck_shops_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_news` -- ALTER TABLE `tbl_gf_news` ADD PRIMARY KEY (`NewsId`); -- -- Indexes for table `tbl_gf_newsletter_to_send` -- ALTER TABLE `tbl_gf_newsletter_to_send` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_newsletter_to_send_temp` -- ALTER TABLE `tbl_gf_newsletter_to_send_temp` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_newsltrs_cat` -- ALTER TABLE `tbl_gf_newsltrs_cat` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_news_cat` -- ALTER TABLE `tbl_gf_news_cat` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_news_letter` -- ALTER TABLE `tbl_gf_news_letter` ADD PRIMARY KEY (`NewsLtrId`); -- -- Indexes for table `tbl_gf_orders` -- ALTER TABLE `tbl_gf_orders` ADD PRIMARY KEY (`OrderId`); -- -- Indexes for table `tbl_gf_order_emails` -- ALTER TABLE `tbl_gf_order_emails` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_order_fields` -- ALTER TABLE `tbl_gf_order_fields` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_order_payments` -- ALTER TABLE `tbl_gf_order_payments` ADD PRIMARY KEY (`OrderPaymentId`); -- -- Indexes for table `tbl_gf_order_status` -- ALTER TABLE `tbl_gf_order_status` ADD PRIMARY KEY (`OrderStatusId`); -- -- Indexes for table `tbl_gf_packages` -- ALTER TABLE `tbl_gf_packages` ADD PRIMARY KEY (`PackageId`); -- -- Indexes for table `tbl_gf_packages_currencies` -- ALTER TABLE `tbl_gf_packages_currencies` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_package_category` -- ALTER TABLE `tbl_gf_package_category` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_package_custom_fields` -- ALTER TABLE `tbl_gf_package_custom_fields` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_packs_brands` -- ALTER TABLE `tbl_gf_packs_brands` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_packs_models` -- ALTER TABLE `tbl_gf_packs_models` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_pack_selected_features` -- ALTER TABLE `tbl_gf_pack_selected_features` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_pages` -- ALTER TABLE `tbl_gf_pages` ADD PRIMARY KEY (`PageId`); -- -- Indexes for table `tbl_gf_payments` -- ALTER TABLE `tbl_gf_payments` ADD PRIMARY KEY (`PaymentId`); -- -- Indexes for table `tbl_gf_payment_details` -- ALTER TABLE `tbl_gf_payment_details` ADD PRIMARY KEY (`InvDtlId`); -- -- Indexes for table `tbl_gf_payment_methods` -- ALTER TABLE `tbl_gf_payment_methods` ADD PRIMARY KEY (`PaymentMethodId`); -- -- Indexes for table `tbl_gf_payment_status` -- ALTER TABLE `tbl_gf_payment_status` ADD PRIMARY KEY (`PaymentStatusId`); -- -- Indexes for table `tbl_gf_payout_types` -- ALTER TABLE `tbl_gf_payout_types` ADD PRIMARY KEY (`PayoutTypeId`); -- -- Indexes for table `tbl_gf_paypal_payments` -- ALTER TABLE `tbl_gf_paypal_payments` ADD PRIMARY KEY (`PPPaymentId`); -- -- Indexes for table `tbl_gf_pay_method_types` -- ALTER TABLE `tbl_gf_pay_method_types` ADD PRIMARY KEY (`PayMethodTypeId`); -- -- Indexes for table `tbl_gf_plans_offers_packages_prices` -- ALTER TABLE `tbl_gf_plans_offers_packages_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_plans_packages_prices` -- ALTER TABLE `tbl_gf_plans_packages_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_plans_prices_email` -- ALTER TABLE `tbl_gf_plans_prices_email` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_pp_receivers` -- ALTER TABLE `tbl_gf_pp_receivers` ADD PRIMARY KEY (`ReceiverId`); -- -- Indexes for table `tbl_gf_prdcode` -- ALTER TABLE `tbl_gf_prdcode` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_precodes` -- ALTER TABLE `tbl_gf_precodes` ADD PRIMARY KEY (`PreCodeId`); -- -- Indexes for table `tbl_gf_precodes_history` -- ALTER TABLE `tbl_gf_precodes_history` ADD PRIMARY KEY (`HistoryId`); -- -- Indexes for table `tbl_gf_price_plans` -- ALTER TABLE `tbl_gf_price_plans` ADD PRIMARY KEY (`PricePlanId`); -- -- Indexes for table `tbl_gf_products` -- ALTER TABLE `tbl_gf_products` ADD PRIMARY KEY (`ProductId`); -- -- Indexes for table `tbl_gf_product_bulk_group_prices` -- ALTER TABLE `tbl_gf_product_bulk_group_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_product_bulk_prices` -- ALTER TABLE `tbl_gf_product_bulk_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_product_categories` -- ALTER TABLE `tbl_gf_product_categories` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_product_email` -- ALTER TABLE `tbl_gf_product_email` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_product_fields` -- ALTER TABLE `tbl_gf_product_fields` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_product_field_values` -- ALTER TABLE `tbl_gf_product_field_values` ADD PRIMARY KEY (`ValueId`); -- -- Indexes for table `tbl_gf_product_reviews` -- ALTER TABLE `tbl_gf_product_reviews` ADD PRIMARY KEY (`ReviewId`); -- -- Indexes for table `tbl_gf_product_visitors` -- ALTER TABLE `tbl_gf_product_visitors` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_product_wish_list` -- ALTER TABLE `tbl_gf_product_wish_list` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_push_notifications` -- ALTER TABLE `tbl_gf_push_notifications` ADD PRIMARY KEY (`Id`), ADD KEY `UserId` (`UserId`); -- -- Indexes for table `tbl_gf_registration_fields` -- ALTER TABLE `tbl_gf_registration_fields` ADD PRIMARY KEY (`FieldId`); -- -- Indexes for table `tbl_gf_reg_field_values` -- ALTER TABLE `tbl_gf_reg_field_values` ADD PRIMARY KEY (`RegValueId`); -- -- Indexes for table `tbl_gf_related_products` -- ALTER TABLE `tbl_gf_related_products` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_request_ips` -- ALTER TABLE `tbl_gf_request_ips` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_retail_orders` -- ALTER TABLE `tbl_gf_retail_orders` ADD PRIMARY KEY (`RetailOrderId`); -- -- Indexes for table `tbl_gf_retail_payments` -- ALTER TABLE `tbl_gf_retail_payments` ADD PRIMARY KEY (`RetailPaymentId`); -- -- Indexes for table `tbl_gf_retail_services` -- ALTER TABLE `tbl_gf_retail_services` ADD PRIMARY KEY (`PackageId`); -- -- Indexes for table `tbl_gf_reviews` -- ALTER TABLE `tbl_gf_reviews` ADD PRIMARY KEY (`ReviewId`), ADD KEY `article_id` (`ReviewId`); -- -- Indexes for table `tbl_gf_roles` -- ALTER TABLE `tbl_gf_roles` ADD PRIMARY KEY (`RoleId`); -- -- Indexes for table `tbl_gf_roles_forms` -- ALTER TABLE `tbl_gf_roles_forms` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_role_type` -- ALTER TABLE `tbl_gf_role_type` ADD PRIMARY KEY (`RoleTypeId`); -- -- Indexes for table `tbl_gf_rservice_custom_fields` -- ALTER TABLE `tbl_gf_rservice_custom_fields` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_server_bulk_group_prices` -- ALTER TABLE `tbl_gf_server_bulk_group_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_server_bulk_prices` -- ALTER TABLE `tbl_gf_server_bulk_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_service_api_pricing` -- ALTER TABLE `tbl_gf_service_api_pricing` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_service_features` -- ALTER TABLE `tbl_gf_service_features` ADD PRIMARY KEY (`FeatureId`); -- -- Indexes for table `tbl_gf_service_price_email` -- ALTER TABLE `tbl_gf_service_price_email` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_service_price_email_test` -- ALTER TABLE `tbl_gf_service_price_email_test` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_service_promo_history` -- ALTER TABLE `tbl_gf_service_promo_history` ADD PRIMARY KEY (`HistoryId`); -- -- Indexes for table `tbl_gf_service_service_types` -- ALTER TABLE `tbl_gf_service_service_types` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_shipping_addresses` -- ALTER TABLE `tbl_gf_shipping_addresses` ADD PRIMARY KEY (`ShipAddressId`); -- -- Indexes for table `tbl_gf_shipping_country` -- ALTER TABLE `tbl_gf_shipping_country` ADD PRIMARY KEY (`CountryId`); -- -- Indexes for table `tbl_gf_shipping_method` -- ALTER TABLE `tbl_gf_shipping_method` ADD PRIMARY KEY (`MethodId`); -- -- Indexes for table `tbl_gf_shipping_prices` -- ALTER TABLE `tbl_gf_shipping_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_shipping_rates` -- ALTER TABLE `tbl_gf_shipping_rates` ADD PRIMARY KEY (`ShippingRateId`); -- -- Indexes for table `tbl_gf_sms_gateways` -- ALTER TABLE `tbl_gf_sms_gateways` ADD PRIMARY KEY (`SMSGatewayId`); -- -- Indexes for table `tbl_gf_sms_templates` -- ALTER TABLE `tbl_gf_sms_templates` ADD PRIMARY KEY (`TemplateId`); -- -- Indexes for table `tbl_gf_socialmedia` -- ALTER TABLE `tbl_gf_socialmedia` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_subscriptions` -- ALTER TABLE `tbl_gf_subscriptions` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_suppliers` -- ALTER TABLE `tbl_gf_suppliers` ADD PRIMARY KEY (`SupplierId`); -- -- Indexes for table `tbl_gf_supplier_history` -- ALTER TABLE `tbl_gf_supplier_history` ADD PRIMARY KEY (`HistoryId`); -- -- Indexes for table `tbl_gf_supplier_packages` -- ALTER TABLE `tbl_gf_supplier_packages` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_supplier_payout_history` -- ALTER TABLE `tbl_gf_supplier_payout_history` ADD PRIMARY KEY (`HistoryId`); -- -- Indexes for table `tbl_gf_supplier_services` -- ALTER TABLE `tbl_gf_supplier_services` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_tasks` -- ALTER TABLE `tbl_gf_tasks` ADD PRIMARY KEY (`TaskId`); -- -- Indexes for table `tbl_gf_task_category` -- ALTER TABLE `tbl_gf_task_category` ADD PRIMARY KEY (`CategoryId`); -- -- Indexes for table `tbl_gf_tbl_addresses` -- ALTER TABLE `tbl_gf_tbl_addresses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_bank_details` -- ALTER TABLE `tbl_gf_tbl_bank_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_brands` -- ALTER TABLE `tbl_gf_tbl_brands` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_cart` -- ALTER TABLE `tbl_gf_tbl_cart` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_cart_tmp` -- ALTER TABLE `tbl_gf_tbl_cart_tmp` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_category` -- ALTER TABLE `tbl_gf_tbl_category` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_coupon` -- ALTER TABLE `tbl_gf_tbl_coupon` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_offers` -- ALTER TABLE `tbl_gf_tbl_offers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_order_details` -- ALTER TABLE `tbl_gf_tbl_order_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_order_items` -- ALTER TABLE `tbl_gf_tbl_order_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_order_status` -- ALTER TABLE `tbl_gf_tbl_order_status` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_product` -- ALTER TABLE `tbl_gf_tbl_product` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_product_images` -- ALTER TABLE `tbl_gf_tbl_product_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_rating` -- ALTER TABLE `tbl_gf_tbl_rating` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_status_title` -- ALTER TABLE `tbl_gf_tbl_status_title` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_sub_category` -- ALTER TABLE `tbl_gf_tbl_sub_category` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_transaction` -- ALTER TABLE `tbl_gf_tbl_transaction` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tbl_wishlist` -- ALTER TABLE `tbl_gf_tbl_wishlist` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_gf_tckt_category` -- ALTER TABLE `tbl_gf_tckt_category` ADD PRIMARY KEY (`TcktCategoryId`); -- -- Indexes for table `tbl_gf_tckt_dept` -- ALTER TABLE `tbl_gf_tckt_dept` ADD PRIMARY KEY (`DeptId`); -- -- Indexes for table `tbl_gf_tckt_priority` -- ALTER TABLE `tbl_gf_tckt_priority` ADD PRIMARY KEY (`TcktPriorityId`); -- -- Indexes for table `tbl_gf_tckt_status` -- ALTER TABLE `tbl_gf_tckt_status` ADD PRIMARY KEY (`TcktStatusId`); -- -- Indexes for table `tbl_gf_tickets` -- ALTER TABLE `tbl_gf_tickets` ADD PRIMARY KEY (`TicketId`); -- -- Indexes for table `tbl_gf_tool_mobiles` -- ALTER TABLE `tbl_gf_tool_mobiles` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_userlog` -- ALTER TABLE `tbl_gf_userlog` ADD PRIMARY KEY (`LogId`); -- -- Indexes for table `tbl_gf_users` -- ALTER TABLE `tbl_gf_users` ADD PRIMARY KEY (`UserId`); -- -- Indexes for table `tbl_gf_users_log_packages_prices` -- ALTER TABLE `tbl_gf_users_log_packages_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_users_packages_prices` -- ALTER TABLE `tbl_gf_users_packages_prices` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_user_api_ips` -- ALTER TABLE `tbl_gf_user_api_ips` ADD PRIMARY KEY (`UserAPIId`); -- -- Indexes for table `tbl_gf_user_login_countries` -- ALTER TABLE `tbl_gf_user_login_countries` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_user_login_log` -- ALTER TABLE `tbl_gf_user_login_log` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_user_news_popup` -- ALTER TABLE `tbl_gf_user_news_popup` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_user_news_popup_opened` -- ALTER TABLE `tbl_gf_user_news_popup_opened` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_user_packages` -- ALTER TABLE `tbl_gf_user_packages` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_user_payment_methods` -- ALTER TABLE `tbl_gf_user_payment_methods` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_version` -- ALTER TABLE `tbl_gf_version` ADD PRIMARY KEY (`Id`); -- -- Indexes for table `tbl_gf_videos` -- ALTER TABLE `tbl_gf_videos` ADD PRIMARY KEY (`VideoId`); -- -- Indexes for table `tbl_gf_zones` -- ALTER TABLE `tbl_gf_zones` ADD PRIMARY KEY (`ZoneId`); -- -- Indexes for table `tbl_gf_zone_country` -- ALTER TABLE `tbl_gf_zone_country` ADD PRIMARY KEY (`Id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `crypto_payments` -- ALTER TABLE `crypto_payments` MODIFY `paymentID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_admin` -- ALTER TABLE `tbl_gf_admin` MODIFY `AdminId` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=228; -- -- AUTO_INCREMENT for table `tbl_gf_admin_api_ips` -- ALTER TABLE `tbl_gf_admin_api_ips` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_admin_login_log` -- ALTER TABLE `tbl_gf_admin_login_log` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tbl_gf_allowed_ips` -- ALTER TABLE `tbl_gf_allowed_ips` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_allow_ips` -- ALTER TABLE `tbl_gf_allow_ips` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_alternate_apis` -- ALTER TABLE `tbl_gf_alternate_apis` MODIFY `AltAPISrvcId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_analytics` -- ALTER TABLE `tbl_gf_analytics` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_api` -- ALTER TABLE `tbl_gf_api` MODIFY `APIId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_api_brands` -- ALTER TABLE `tbl_gf_api_brands` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_api_custom_fields` -- ALTER TABLE `tbl_gf_api_custom_fields` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_api_models` -- ALTER TABLE `tbl_gf_api_models` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_api_srv_history` -- ALTER TABLE `tbl_gf_api_srv_history` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_banner` -- ALTER TABLE `tbl_gf_banner` MODIFY `BannerId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT for table `tbl_gf_blocked_ips` -- ALTER TABLE `tbl_gf_blocked_ips` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_brands` -- ALTER TABLE `tbl_gf_brands` MODIFY `brand_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_brand_logos` -- ALTER TABLE `tbl_gf_brand_logos` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_brand_models` -- ALTER TABLE `tbl_gf_brand_models` MODIFY `model_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_carriers` -- ALTER TABLE `tbl_gf_carriers` MODIFY `CarrierId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_cart` -- ALTER TABLE `tbl_gf_cart` MODIFY `CartId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_category` -- ALTER TABLE `tbl_gf_category` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_client_prices_notice` -- ALTER TABLE `tbl_gf_client_prices_notice` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_codes` -- ALTER TABLE `tbl_gf_codes` MODIFY `CodeId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_codes_slbf` -- ALTER TABLE `tbl_gf_codes_slbf` MODIFY `CodeId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_code_status` -- ALTER TABLE `tbl_gf_code_status` MODIFY `CodeStatusId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `tbl_gf_configuration` -- ALTER TABLE `tbl_gf_configuration` MODIFY `ConfigurationId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_copyrights` -- ALTER TABLE `tbl_gf_copyrights` MODIFY `CopyRightTextId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_countries` -- ALTER TABLE `tbl_gf_countries` MODIFY `CountryId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=241; -- -- AUTO_INCREMENT for table `tbl_gf_credits_offers` -- ALTER TABLE `tbl_gf_credits_offers` MODIFY `OfferId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_credit_history` -- ALTER TABLE `tbl_gf_credit_history` MODIFY `HistoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_currency` -- ALTER TABLE `tbl_gf_currency` MODIFY `CurrencyId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `tbl_gf_customers` -- ALTER TABLE `tbl_gf_customers` MODIFY `CustomerId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_custom_fields` -- ALTER TABLE `tbl_gf_custom_fields` MODIFY `FieldId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_custom_field_values` -- ALTER TABLE `tbl_gf_custom_field_values` MODIFY `RegValueId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_default_prices_notice` -- ALTER TABLE `tbl_gf_default_prices_notice` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_dhru_brands` -- ALTER TABLE `tbl_gf_dhru_brands` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_dhru_models` -- ALTER TABLE `tbl_gf_dhru_models` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_downloads` -- ALTER TABLE `tbl_gf_downloads` MODIFY `DownloadId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_ecat_pcat` -- ALTER TABLE `tbl_gf_ecat_pcat` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_ecat_products` -- ALTER TABLE `tbl_gf_ecat_products` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_ecommerce_pstatus` -- ALTER TABLE `tbl_gf_ecommerce_pstatus` MODIFY `PaymentStatusId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_efields` -- ALTER TABLE `tbl_gf_efields` MODIFY `FieldId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_eheader_cats` -- ALTER TABLE `tbl_gf_eheader_cats` MODIFY `ECategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_email_integrations` -- ALTER TABLE `tbl_gf_email_integrations` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_email_log` -- ALTER TABLE `tbl_gf_email_log` MODIFY `LogId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_email_settings` -- ALTER TABLE `tbl_gf_email_settings` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_gf_email_templates` -- ALTER TABLE `tbl_gf_email_templates` MODIFY `TemplateId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40; -- -- AUTO_INCREMENT for table `tbl_gf_faqs` -- ALTER TABLE `tbl_gf_faqs` MODIFY `FAQId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_favorite_orders` -- ALTER TABLE `tbl_gf_favorite_orders` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `tbl_gf_fcm_tokens` -- ALTER TABLE `tbl_gf_fcm_tokens` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_flag_counter` -- ALTER TABLE `tbl_gf_flag_counter` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_forms` -- ALTER TABLE `tbl_gf_forms` MODIFY `FormId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=364; -- -- AUTO_INCREMENT for table `tbl_gf_form_type` -- ALTER TABLE `tbl_gf_form_type` MODIFY `FormTypeId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; -- -- AUTO_INCREMENT for table `tbl_gf_group_prices_notice` -- ALTER TABLE `tbl_gf_group_prices_notice` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_home_ecategory` -- ALTER TABLE `tbl_gf_home_ecategory` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_imei_restricted_series` -- ALTER TABLE `tbl_gf_imei_restricted_series` MODIFY `SeriesId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_knowledgebase` -- ALTER TABLE `tbl_gf_knowledgebase` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_knowledgebase_cat` -- ALTER TABLE `tbl_gf_knowledgebase_cat` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_labels` -- ALTER TABLE `tbl_gf_labels` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_labels_translate` -- ALTER TABLE `tbl_gf_labels_translate` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_live_chat` -- ALTER TABLE `tbl_gf_live_chat` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_logo` -- ALTER TABLE `tbl_gf_logo` MODIFY `LogoId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `tbl_gf_log_packages` -- ALTER TABLE `tbl_gf_log_packages` MODIFY `LogPackageId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_log_packages_currencies` -- ALTER TABLE `tbl_gf_log_packages_currencies` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_log_package_category` -- ALTER TABLE `tbl_gf_log_package_category` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_log_requests` -- ALTER TABLE `tbl_gf_log_requests` MODIFY `LogRequestId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_maintenance` -- ALTER TABLE `tbl_gf_maintenance` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_make_country` -- ALTER TABLE `tbl_gf_make_country` MODIFY `CountryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_manufacturer` -- ALTER TABLE `tbl_gf_manufacturer` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_marquee` -- ALTER TABLE `tbl_gf_marquee` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_mepcode` -- ALTER TABLE `tbl_gf_mepcode` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_model` -- ALTER TABLE `tbl_gf_model` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_models` -- ALTER TABLE `tbl_gf_models` MODIFY `ModelId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_nck_shops_products` -- ALTER TABLE `tbl_gf_nck_shops_products` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `tbl_gf_news` -- ALTER TABLE `tbl_gf_news` MODIFY `NewsId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_newsletter_to_send` -- ALTER TABLE `tbl_gf_newsletter_to_send` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_newsletter_to_send_temp` -- ALTER TABLE `tbl_gf_newsletter_to_send_temp` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_gf_newsltrs_cat` -- ALTER TABLE `tbl_gf_newsltrs_cat` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_news_cat` -- ALTER TABLE `tbl_gf_news_cat` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_news_letter` -- ALTER TABLE `tbl_gf_news_letter` MODIFY `NewsLtrId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_orders` -- ALTER TABLE `tbl_gf_orders` MODIFY `OrderId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_order_emails` -- ALTER TABLE `tbl_gf_order_emails` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_order_fields` -- ALTER TABLE `tbl_gf_order_fields` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_order_payments` -- ALTER TABLE `tbl_gf_order_payments` MODIFY `OrderPaymentId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_order_status` -- ALTER TABLE `tbl_gf_order_status` MODIFY `OrderStatusId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `tbl_gf_packages` -- ALTER TABLE `tbl_gf_packages` MODIFY `PackageId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_packages_currencies` -- ALTER TABLE `tbl_gf_packages_currencies` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_package_category` -- ALTER TABLE `tbl_gf_package_category` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_package_custom_fields` -- ALTER TABLE `tbl_gf_package_custom_fields` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_packs_brands` -- ALTER TABLE `tbl_gf_packs_brands` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_packs_models` -- ALTER TABLE `tbl_gf_packs_models` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_pack_selected_features` -- ALTER TABLE `tbl_gf_pack_selected_features` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_pages` -- ALTER TABLE `tbl_gf_pages` MODIFY `PageId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; -- -- AUTO_INCREMENT for table `tbl_gf_payments` -- ALTER TABLE `tbl_gf_payments` MODIFY `PaymentId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_payment_details` -- ALTER TABLE `tbl_gf_payment_details` MODIFY `InvDtlId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_payment_methods` -- ALTER TABLE `tbl_gf_payment_methods` MODIFY `PaymentMethodId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `tbl_gf_payment_status` -- ALTER TABLE `tbl_gf_payment_status` MODIFY `PaymentStatusId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tbl_gf_payout_types` -- ALTER TABLE `tbl_gf_payout_types` MODIFY `PayoutTypeId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_gf_paypal_payments` -- ALTER TABLE `tbl_gf_paypal_payments` MODIFY `PPPaymentId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `tbl_gf_pay_method_types` -- ALTER TABLE `tbl_gf_pay_method_types` MODIFY `PayMethodTypeId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT for table `tbl_gf_plans_offers_packages_prices` -- ALTER TABLE `tbl_gf_plans_offers_packages_prices` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_plans_packages_prices` -- ALTER TABLE `tbl_gf_plans_packages_prices` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_plans_prices_email` -- ALTER TABLE `tbl_gf_plans_prices_email` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_pp_receivers` -- ALTER TABLE `tbl_gf_pp_receivers` MODIFY `ReceiverId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_prdcode` -- ALTER TABLE `tbl_gf_prdcode` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_precodes` -- ALTER TABLE `tbl_gf_precodes` MODIFY `PreCodeId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39722; -- -- AUTO_INCREMENT for table `tbl_gf_precodes_history` -- ALTER TABLE `tbl_gf_precodes_history` MODIFY `HistoryId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31478; -- -- AUTO_INCREMENT for table `tbl_gf_price_plans` -- ALTER TABLE `tbl_gf_price_plans` MODIFY `PricePlanId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_products` -- ALTER TABLE `tbl_gf_products` MODIFY `ProductId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_bulk_group_prices` -- ALTER TABLE `tbl_gf_product_bulk_group_prices` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_bulk_prices` -- ALTER TABLE `tbl_gf_product_bulk_prices` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_categories` -- ALTER TABLE `tbl_gf_product_categories` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_email` -- ALTER TABLE `tbl_gf_product_email` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_fields` -- ALTER TABLE `tbl_gf_product_fields` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_field_values` -- ALTER TABLE `tbl_gf_product_field_values` MODIFY `ValueId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_reviews` -- ALTER TABLE `tbl_gf_product_reviews` MODIFY `ReviewId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_visitors` -- ALTER TABLE `tbl_gf_product_visitors` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_product_wish_list` -- ALTER TABLE `tbl_gf_product_wish_list` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_push_notifications` -- ALTER TABLE `tbl_gf_push_notifications` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_registration_fields` -- ALTER TABLE `tbl_gf_registration_fields` MODIFY `FieldId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_reg_field_values` -- ALTER TABLE `tbl_gf_reg_field_values` MODIFY `RegValueId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_related_products` -- ALTER TABLE `tbl_gf_related_products` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_request_ips` -- ALTER TABLE `tbl_gf_request_ips` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_retail_orders` -- ALTER TABLE `tbl_gf_retail_orders` MODIFY `RetailOrderId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_retail_payments` -- ALTER TABLE `tbl_gf_retail_payments` MODIFY `RetailPaymentId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_retail_services` -- ALTER TABLE `tbl_gf_retail_services` MODIFY `PackageId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_reviews` -- ALTER TABLE `tbl_gf_reviews` MODIFY `ReviewId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_roles` -- ALTER TABLE `tbl_gf_roles` MODIFY `RoleId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_gf_roles_forms` -- ALTER TABLE `tbl_gf_roles_forms` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1061; -- -- AUTO_INCREMENT for table `tbl_gf_role_type` -- ALTER TABLE `tbl_gf_role_type` MODIFY `RoleTypeId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `tbl_gf_rservice_custom_fields` -- ALTER TABLE `tbl_gf_rservice_custom_fields` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_server_bulk_group_prices` -- ALTER TABLE `tbl_gf_server_bulk_group_prices` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_server_bulk_prices` -- ALTER TABLE `tbl_gf_server_bulk_prices` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_service_api_pricing` -- ALTER TABLE `tbl_gf_service_api_pricing` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_service_features` -- ALTER TABLE `tbl_gf_service_features` MODIFY `FeatureId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `tbl_gf_service_price_email` -- ALTER TABLE `tbl_gf_service_price_email` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_service_price_email_test` -- ALTER TABLE `tbl_gf_service_price_email_test` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_service_promo_history` -- ALTER TABLE `tbl_gf_service_promo_history` MODIFY `HistoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_service_service_types` -- ALTER TABLE `tbl_gf_service_service_types` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_shipping_addresses` -- ALTER TABLE `tbl_gf_shipping_addresses` MODIFY `ShipAddressId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_shipping_country` -- ALTER TABLE `tbl_gf_shipping_country` MODIFY `CountryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_shipping_method` -- ALTER TABLE `tbl_gf_shipping_method` MODIFY `MethodId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_shipping_prices` -- ALTER TABLE `tbl_gf_shipping_prices` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_shipping_rates` -- ALTER TABLE `tbl_gf_shipping_rates` MODIFY `ShippingRateId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_sms_gateways` -- ALTER TABLE `tbl_gf_sms_gateways` MODIFY `SMSGatewayId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_gf_sms_templates` -- ALTER TABLE `tbl_gf_sms_templates` MODIFY `TemplateId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `tbl_gf_socialmedia` -- ALTER TABLE `tbl_gf_socialmedia` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tbl_gf_subscriptions` -- ALTER TABLE `tbl_gf_subscriptions` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_suppliers` -- ALTER TABLE `tbl_gf_suppliers` MODIFY `SupplierId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_supplier_history` -- ALTER TABLE `tbl_gf_supplier_history` MODIFY `HistoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_supplier_packages` -- ALTER TABLE `tbl_gf_supplier_packages` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_supplier_payout_history` -- ALTER TABLE `tbl_gf_supplier_payout_history` MODIFY `HistoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_supplier_services` -- ALTER TABLE `tbl_gf_supplier_services` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tasks` -- ALTER TABLE `tbl_gf_tasks` MODIFY `TaskId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_task_category` -- ALTER TABLE `tbl_gf_task_category` MODIFY `CategoryId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_addresses` -- ALTER TABLE `tbl_gf_tbl_addresses` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_bank_details` -- ALTER TABLE `tbl_gf_tbl_bank_details` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_brands` -- ALTER TABLE `tbl_gf_tbl_brands` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_cart` -- ALTER TABLE `tbl_gf_tbl_cart` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_cart_tmp` -- ALTER TABLE `tbl_gf_tbl_cart_tmp` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_category` -- ALTER TABLE `tbl_gf_tbl_category` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_coupon` -- ALTER TABLE `tbl_gf_tbl_coupon` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_offers` -- ALTER TABLE `tbl_gf_tbl_offers` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_order_details` -- ALTER TABLE `tbl_gf_tbl_order_details` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_order_items` -- ALTER TABLE `tbl_gf_tbl_order_items` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_order_status` -- ALTER TABLE `tbl_gf_tbl_order_status` MODIFY `id` int(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_product` -- ALTER TABLE `tbl_gf_tbl_product` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_product_images` -- ALTER TABLE `tbl_gf_tbl_product_images` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_rating` -- ALTER TABLE `tbl_gf_tbl_rating` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_status_title` -- ALTER TABLE `tbl_gf_tbl_status_title` MODIFY `id` int(5) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_sub_category` -- ALTER TABLE `tbl_gf_tbl_sub_category` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_transaction` -- ALTER TABLE `tbl_gf_tbl_transaction` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tbl_wishlist` -- ALTER TABLE `tbl_gf_tbl_wishlist` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tckt_category` -- ALTER TABLE `tbl_gf_tckt_category` MODIFY `TcktCategoryId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2046; -- -- AUTO_INCREMENT for table `tbl_gf_tckt_dept` -- ALTER TABLE `tbl_gf_tckt_dept` MODIFY `DeptId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1237; -- -- AUTO_INCREMENT for table `tbl_gf_tckt_priority` -- ALTER TABLE `tbl_gf_tckt_priority` MODIFY `TcktPriorityId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `tbl_gf_tckt_status` -- ALTER TABLE `tbl_gf_tckt_status` MODIFY `TcktStatusId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `tbl_gf_tickets` -- ALTER TABLE `tbl_gf_tickets` MODIFY `TicketId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_tool_mobiles` -- ALTER TABLE `tbl_gf_tool_mobiles` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_userlog` -- ALTER TABLE `tbl_gf_userlog` MODIFY `LogId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_gf_users` -- ALTER TABLE `tbl_gf_users` MODIFY `UserId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_users_log_packages_prices` -- ALTER TABLE `tbl_gf_users_log_packages_prices` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_users_packages_prices` -- ALTER TABLE `tbl_gf_users_packages_prices` MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_user_api_ips` -- ALTER TABLE `tbl_gf_user_api_ips` MODIFY `UserAPIId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_user_login_countries` -- ALTER TABLE `tbl_gf_user_login_countries` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_user_login_log` -- ALTER TABLE `tbl_gf_user_login_log` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_gf_user_news_popup` -- ALTER TABLE `tbl_gf_user_news_popup` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_gf_user_news_popup_opened` -- ALTER TABLE `tbl_gf_user_news_popup_opened` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_gf_user_packages` -- ALTER TABLE `tbl_gf_user_packages` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_user_payment_methods` -- ALTER TABLE `tbl_gf_user_payment_methods` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_version` -- ALTER TABLE `tbl_gf_version` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_videos` -- ALTER TABLE `tbl_gf_videos` MODIFY `VideoId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_zones` -- ALTER TABLE `tbl_gf_zones` MODIFY `ZoneId` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_gf_zone_country` -- ALTER TABLE `tbl_gf_zone_country` MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT; COMMIT; /*!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 */; INSERT INTO `tbl_gf_flag_counter`(`ScriptCode`, `DisableFCounter`) VALUES('', 1);