--
-- Table structure for table 'vtp_blocks'
--
DROP TABLE IF EXISTS vtp_blocks;
CREATE TABLE IF NOT EXISTS vtp_blocks (
id int(11) NOT NULL auto_increment,
`type` int(11) NOT NULL default '0',
content text NOT NULL,
block_order int(11) NOT NULL default '0',
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table 'vtp_blocks'
--
INSERT INTO vtp_blocks (id, type, content, block_order) VALUES
(1, 5, 'holder', 0),
(2, 0, '
Information Side bar
\r\n
\r\nExchange News
\r\n{News}', 20),
(3, 0, '', 30),
(5, 1, 'Information Side bar
\r\n\r\n
\r\nExchange News
\r\n{News}', 0),
(6, 1, '', 10),
(7, 1, '', 20);
-- --------------------------------------------------------
--
-- Table structure for table 'vtp_faq'
--
DROP TABLE IF EXISTS vtp_faq;
CREATE TABLE IF NOT EXISTS vtp_faq (
id int(11) NOT NULL auto_increment,
question text NOT NULL,
answer text NOT NULL,
faq_order int(11) NOT NULL default '0',
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;
--
-- Dumping data for table 'vtp_faq'
--
INSERT INTO vtp_faq (id, question, answer, faq_order) VALUES
(1, 'How easy is it to join?', 'Extremely! There are no lengthy forms to complete, no complicated \r\n instructions and through the power of automation you don''t even have to \r\n wait for your account to be approved!', 0),
(2, 'How can I contact you?', 'Our contact information can be found in the members are "support" link. ', 10),
(3, 'Can I use the graphics on your site to promote {WebsiteName} elsewhere? ', 'Take what you like just so long as it is for mutually beneficial purposes.', 20),
(4, 'What kind of websites do you allow? (do you allow adult content?) ', 'NO ADULT CONTENT. NO HATE, NO WAREZ, NOTHING ILLEGAL, NOTHING ILLICIT, NOTHING IMMORAL, NO BANNER FARMS, NO FRAME BUSTERS. It''s common sense stuff really, but for the record we''re here to promote legitimate websites only.\r\n\r\nTypically our members promote online businesses, businesses tools and business events. As long as these meet with the above guidelines and don''t offend anyone then that''s fine by us.', 30),
(5, 'Do you allow the use of languages other than English? ', 'A page must not use less than 90% English otherwise it may be paused or removed from the system. ', 40),
(6, 'What are your terms and conditions? ', 'Like most Traffic exchange programs we have strict rules to protect \r\n our members from cheating. The program employs methods to detect \r\n cheating and will suspend any accounts that fail to abide by our rules.\r\n Click here for our Terms \r\n and Conditions.', 50);
-- --------------------------------------------------------
--
-- Table structure for table 'vtp_menus'
--
DROP TABLE IF EXISTS vtp_menus;
CREATE TABLE IF NOT EXISTS vtp_menus (
id int(11) NOT NULL auto_increment,
menu_order smallint(4) NOT NULL default '0',
menu_target varchar(10) NOT NULL default '_self',
menu_text varchar(20) NOT NULL default '',
menu_link varchar(255) NOT NULL default '',
menu_title varchar(255) NOT NULL default '',
menu_icon varchar(50) NOT NULL default '/images/1pix.gif',
menu_pos tinyint(1) NOT NULL default '0',
menu_nr varchar(3) NOT NULL default '',
menu_condition int(11) default '0',
`type` int(11) NOT NULL default '0',
menu_active int(11) NOT NULL default '0',
PRIMARY KEY (id),
KEY menu_order (menu_order)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=83 ;
--
-- Dumping data for table 'vtp_menus'
--
INSERT INTO vtp_menus (id, menu_order, menu_target, menu_text, menu_link, menu_title, menu_icon, menu_pos, menu_nr, menu_condition, type, menu_active) VALUES
(34, 6100, '_Self', 'My Downline', '?_w=downline', 'View your downline', '/templates/standard/images/icon8.jpg', 1, 'No', 0, 0, 1),
(35, 6200, '_Self', 'My Profile', '?_w=profile', 'Edit your profile', '/templates/standard/images/icon10.jpg', 1, 'Yes', 0, 0, 1),
(36, 4400, '_Self', 'Contests', '?_w=competition', 'View the current Competitions!', '/templates/standard/images/icon19.jpg', 1, 'No', 0, 0, 1),
(33, 4200, '_Self', 'Buy Traffic', '?_w=buytraffic', 'Click Here to purchase hits so you dont need to surf!', '/templates/standard/images/icon7.jpg', 1, 'No', 0, 0, 1),
(6, 1000, '_Blank', 'Surf Now', 'surfnow.php', 'Surf Our Exchange!', '/templates/standard/images/icon1.gif', 1, 'No', 0, 0, 1),
(32, 600, '_Self', 'My Websites', '?_w=websites', 'Add/Edit/Remove your websites from the syste,', '/templates/standard/images/icon18.jpg', 1, 'No', 0, 0, 1),
(10, 1000, '_Self', 'Agreement', '?_w=agreement', 'Agreement Information Page', '/images/1pix.gif', 2, '', 0, 0, 1),
(31, 2000, '_Self', 'Privacy', '?_w=privacy', 'Privacy Statement', '', 2, '', 0, 0, 1),
(37, 5700, '_Self', 'Support', '?_w=support', 'Customer Support Queries', '/templates/standard/images/icon17.jpg', 1, 'No', 0, 0, 1),
(38, 6300, '_Self', 'FAQ', '?_w=help', 'Our FAQ', '/templates/standard/images/icon15.jpg', 1, 'No', 0, 0, 1),
(39, 6400, '_Self', 'Logout', '?_w=logout', 'Logout of our system', '/templates/standard/images/icon14.jpg', 1, 'No', 0, 0, 1),
(40, 3000, '_Self', 'Banners', '?_w=banners', 'Banner Manager', '', 0, '', 0, 0, 0),
(41, 4300, '_Self', 'Convert', '?_w=convert', 'Convert your banner impressions and website hits.', '/templates/standard/images/icon11.jpg', 1, 'No', 0, 0, 1),
(42, 2100, '_Self', 'My Banners', '?_w=banners', 'Add Your Banners', '/templates/standard/images/icon22.jpg', 1, 'No', 0, 0, 1),
(44, 4100, '_Self', 'Pro Accounts', '?_w=buypro', 'Upgrade to Pro!', '/templates/standard/images/icon24.jpg', 1, 'No', 0, 0, 1),
(20, 1000, '_Self', 'Tools', '?_w=tools', 'Members Tools Page', '/images/icon20.jpg', 0, '', 0, 0, 1),
(27, 2000, '_Self', 'Websites', '?_w=websites', 'Your Websites', '', 0, '', 0, 0, 0),
(28, 4000, '_Self', 'Downline', '?_w=downline', 'Your Downline', '', 0, '', 0, 0, 1),
(29, 4000, '_Self', 'Profile', '?_w=profile', 'Your Profile', '', 0, '', 0, 0, 1),
(30, 5000, '_Self', 'Logout', '?_w=logout', 'Logout', '', 0, '', 0, 0, 1),
(46, 6000, '_Self', 'My Cash', '?_w=cash', 'Trade your hits for cash bonuses!', '/templates/standard/images/icon4.jpg', 1, 'No', 0, 0, 1),
(47, 4500, '_Self', 'Approve', '?_w=approve', 'Approve other peoples websites for hits to bed added to your account!', '/templates/standard/images/icon3.jpg', 1, 'Yes', 0, 0, 1),
(48, 4600, '_Self', 'Trade System', '?_w=transfer', 'Here you can trade hits between accounts.', '/templates/standard/images/icon20.jpg', 1, 'No', 0, 0, 1),
(50, 1500, '_Blank', 'Surf & Chat', 'surfnow.php?sb=1', 'Surf Our Exchange', '/templates/standard/images/icon1.gif', 1, 'No', 0, 0, 1),
(51, 7200, '_Self', 'Downline Builder', '?_w=view_program', 'Downline Builder Programs', '/templates/standard/images/icon25.jpg', 1, 'No', 0, 0, 1),
(52, 7100, '_Self', 'Add Program', '?_w=add_program', 'Add your own downline program.', '/templates/standard/images/icon16.jpg', 1, 'No', 0, 0, 1),
(55, 3000, '_Self', 'FAQ', '?_w=help', 'Frequently Asked Questions', '', 3, '', 0, 0, 1),
(53, 1000, '_Self', 'Signup', '?_w=signup', 'Click here to signup', '', 3, '', 0, 0, 1),
(54, 2000, '_Self', 'Login', '?_w=login', 'Click here to login', '', 3, '', 0, 0, 1),
(57, 500, '_Self', 'Home', '', 'Home Page', '', 3, '', 0, 0, 1),
(58, 2000, '_Self', 'Banner Exchange', '', '', '', 1, 'No', 0, 1, 1),
(59, 500, '_Self', 'Traffic Exchange', '', '', '', 1, 'No', 0, 1, 1),
(60, 5500, '_Self', 'Personal Account', '', '', '', 1, 'No', 0, 1, 1),
(61, 4000, '_Self', 'Website Extras', '', '', '', 1, 'No', 0, 1, 1),
(64, 2200, '_Self', 'Banner Codes', '?_w=codes', 'Here you can find the code to display the banners on your website.', '/templates/standard/images/icon11.jpg', 1, 'No', 0, 0, 1),
(63, 7000, '_Self', 'Downline Builder', '', '', '', 1, 'No', 0, 1, 1),
(65, 3000, '_Self', 'Text Exchange', '', '', '', 1, 'No', 0, 1, 1),
(66, 3100, '_Self', 'My Text Adverts', '?_w=addtext', 'Add your text adverts.', '/templates/standard/images/icon21.jpg', 1, 'No', 0, 0, 1),
(67, 3200, '_Self', 'Text Codes', '?_w=text', 'Here you can create the code for the text adverts to display on your website', '/templates/standard/images/icon11.jpg', 1, 'No', 0, 0, 1),
(68, 8000, '_Self', 'LinkTracker', '', '', '', 1, 'No', 0, 1, 1),
(69, 8200, '_Self', 'Add Tracker', '?_w=tracker', 'Add your programs to track.', '/templates/standard/images/icon18.jpg', 1, 'No', 0, 0, 1),
(70, 8500, '_Self', 'View Statistics', '?_w=stattracker', 'View the stats from your tracker links!', '/templates/standard/images/icon9.jpg', 1, 'No', 0, 0, 1),
(71, 4250, '_Self', 'Paid Emails', '?_w=email_sponser', 'Purchase a spot in our newsletter', '/templates/standard/images/icon25.jpg', 1, 'No', 0, 0, 1),
(72, 4270, '_Self', 'Daily Sponser', '?_w=daily_sponser', 'Bid for the first page of rotation!', '/templates/standard/images/icon6.jpg', 1, 'Yes', 0, 0, 1),
(73, 9000, '_Self', 'Paid To Click', '', '', '', 1, 'No', 0, 1, 0),
(74, 9200, '_Self', 'Campaign Manager', '?_w=campaign', 'Manager your PTC adverts!', '/templates/standard/images/icon23.jpg', 1, 'No', 0, 0, 0),
(75, 9500, '_Self', 'View Adverts', '?_w=ptc_viewer', 'Click the adverts to earn cash!', '/templates/standard/images/icon3.jpg', 1, 'No', 0, 0, 0),
(76, 1700, '_Self', 'Adclicker', '?_w=adclicker', 'Additional Surfing Method!', '/templates/standard/images/icon1.gif', 1, 'No', 0, 0, 1),
(77, 4450, '_Self', 'Surfing Bonus', '?_w=surfing_bonus', 'Surfing Bonus', '/templates/standard/images/icon6.jpg', 1, 'No', 0, 0, 1),
(79, 3500, '_Self', 'Support', '?_w=support', 'Support', '', 0, '', 0, 0, 1),
(80, 4700, '_Self', 'Solo Emails', '?_w=solo', 'Buy/Send WHOLE emails to our membership', '/templates/standard/images/icon21.jpg', 1, 'No', 0, 0, 1),
(81, 6250, '_Self', 'Referral Tracker', '?_w=ref_tracker', 'See where your referrals are coming from and who generate the signups!', '/templates/standard/images/icon9.jpg', 1, 'No', 0, 0, 1),
(82, 4800, '_Self', 'Download Manager', '?_w=downloads', 'View items you can download as being part of a member of our exchange!', '/templates/standard/images/icon3.jpg', 1, 'No', 0, 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table 'vtp_paypal_config'
--
DROP TABLE IF EXISTS vtp_paypal_config;
CREATE TABLE IF NOT EXISTS vtp_paypal_config (
id int(11) NOT NULL auto_increment,
item_name varchar(20) NOT NULL default '',
item_number varchar(12) NOT NULL default '',
description varchar(100) NOT NULL default '',
hits int(7) NOT NULL default '0',
amount decimal(5,2) NOT NULL default '0.00',
payment_type int(11) NOT NULL default '0',
terms char(1) NOT NULL default 'M',
length int(11) NOT NULL default '1',
auto_cancel int(11) NOT NULL default '0',
`type` varchar(20) NOT NULL default '',
active int(11) NOT NULL default '0',
signup int(11) NOT NULL default '1',
item_order int(11) NOT NULL default '0',
pro_hits int(11) NOT NULL default '0',
pro_banners int(11) NOT NULL default '0',
pro_texts int(11) NOT NULL default '0',
pro_surfbar int(11) NOT NULL default '0',
pro_blowout int(11) NOT NULL default '0',
pro_max_urls int(11) NOT NULL default '0',
pro_max_assign int(11) NOT NULL default '0',
pro_max_banners int(11) NOT NULL default '0',
pro_max_texts int(11) NOT NULL default '0',
pro_surf_ratio_left int(11) NOT NULL default '0',
pro_surf_ratio_right int(11) NOT NULL default '0',
pro_bnr_ratio_left int(11) NOT NULL default '0',
pro_bnr_ratio_right int(11) NOT NULL default '0',
pro_discount int(11) NOT NULL default '0',
pro_time int(11) NOT NULL default '0',
pro_email int(11) NOT NULL default '0',
pro_max_programs int(11) NOT NULL default '0',
pro_time_deduction int(11) NOT NULL default '0',
pro_cash double(8,7) NOT NULL default '0.0000000',
bonus_signup int(11) NOT NULL default '0',
pro_max_tracker int(11) NOT NULL default '0',
pro_download_multiplier int(11) NOT NULL default '0',
PRIMARY KEY (id),
UNIQUE KEY item_number (item_number),
KEY item_name (item_name,item_number,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=79 ;
--
-- Dumping data for table 'vtp_paypal_config'
--
INSERT INTO vtp_paypal_config (id, item_name, item_number, description, hits, amount, payment_type, terms, length, auto_cancel, type, active, signup, item_order, pro_hits, pro_banners, pro_texts, pro_surfbar, pro_blowout, pro_max_urls, pro_max_assign, pro_max_banners, pro_max_texts, pro_surf_ratio_left, pro_surf_ratio_right, pro_bnr_ratio_left, pro_bnr_ratio_right, pro_discount, pro_time, pro_email, pro_max_programs, pro_time_deduction, pro_cash, bonus_signup, pro_max_tracker, pro_download_multiplier) VALUES
(60, 'Standard Pro', 'PRO2', 'N/A', 0, '5.99', 0, 'M', 1, 0, 'pro', 1, 1, 5, 200, 300, 100, 2, 1, 50, 0, 50, 40, 2, 1, 2, 1, 15, 25, 1, 5, 3, 0.0000000, 0, 5, 1),
(58, '1000 Banner Hits', 'BH1000', 'This package will add 1000 banner impressions to your account.', 1000, '1.97', 1, 'M', 1, 0, 'banners', 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(42, '500 Website Hits', 'CP500', 'This will add 500 web hits to your account.', 500, '1.97', 1, 'M', 1, 0, 'hits', 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(1, 'holder', 'holder', 'holder', 0, '0.00', 0, 'M', 1, 0, 'holder', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(65, 'Enterprise Pro', 'PRO3', 'N/A', 0, '10.99', 0, 'M', 1, 0, 'pro', 1, 1, 10, 1000, 1000, 200, 0, 1, 100, 0, 100, 50, 1, 1, 1, 1, 20, 30, 1, 10, 5, 0.0000000, 0, 10, 1),
(68, 'Basic Pro', 'PRO1', 'N/A', 0, '2.99', 0, 'M', 1, 0, 'pro', 1, 1, 1, 100, 100, 50, 2, 0, 30, 0, 30, 30, 2, 1, 2, 1, 10, 20, 0, 2, 2, 0.0000000, 0, 2, 1),
(69, '1000 Website Hits', 'CP1000', 'This will add 1000 web hits to your account.', 1000, '3.75', 0, 'M', 1, 0, 'hits', 1, 1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(70, '2000 Website Hits', 'CP2000', 'This will add 2000 web hits to your account.', 2000, '7.00', 0, 'M', 1, 0, 'hits', 1, 1, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(71, '5000 Website hits', 'CP5000', 'This will add 5000 web hits to your account.', 5000, '9.75', 0, 'M', 1, 0, 'hits', 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(72, '2000 Banner Hits', 'BH2000', 'This package will add 2000 banner impressions to your account.', 2000, '3.75', 0, 'M', 1, 0, 'banners', 1, 1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(73, '3000 Banner Hits', 'BH3000', 'This package will add 3000 banner impressions to your account.', 3000, '5.37', 0, 'M', 1, 0, 'banners', 1, 1, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(74, '6000 Banner Hits', 'BH6000', 'This package will add 6000 banner impressions to your account.', 6000, '9.97', 0, 'M', 1, 0, 'banners', 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(75, 'Admin Account', 'AA', 'N/A', 0, '0.00', 1, 'M', 1, 0, 'pro', 0, 0, 5, 0, 0, 0, 1, 1, 50, 80, 50, 100, 1, 1, 1, 1, 0, 5, 1, 100, 0, 0.0000000, 0, 50, 1),
(77, 'Text 100', 'TX100', '100 Text impressions added to your account.', 100, '2.50', 0, 'M', 1, 0, 'texts', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0),
(78, 'Test Combo', 'TC100', '100 Hits & Text & Banner for the price of one!', 0, '5.00', 0, '', 0, 0, 'combo', 1, 0, 1, 100, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0000000, 0, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table 'vtp_styles'
--
DROP TABLE IF EXISTS vtp_styles;
CREATE TABLE IF NOT EXISTS vtp_styles (
id int(11) NOT NULL auto_increment,
title varchar(20) NOT NULL default '',
description varchar(255) NOT NULL default '',
footer varchar(255) NOT NULL default '',
width int(11) NOT NULL default '0',
height int(11) NOT NULL default '0',
banners int(11) NOT NULL default '0',
style_order int(11) NOT NULL default '0',
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 AUTO_INCREMENT=8 ;
--
-- Dumping data for table 'vtp_styles'
--
INSERT INTO vtp_styles (id, title, description, footer, width, height, banners, style_order) VALUES
(1, '468x60', 'This is the standard 468x60 banner size most commonly used and most known to be a banner display.', '', 468, 60, 1, 1),
(5, 'Dual', 'This will display 2 banners at once increasing the amount of banner shows and credits you receive by double! 250width per banner500width Total', '', 250, 60, 2, 10),
(2, '88x31', 'These are "button" banners as they are very small compared to the others but are useful for limited amount of space.', '', 88, 31, 1, 20),
(3, '120x60', 'These are also known as "button" banners but are slightly bigger. Also easily able to put into small areas but also noticeable!', '', 120, 60, 1, 30),
(4, '120x600', 'These are usually called "Tower Ads" as they are long and thin. They do take up more space than the above banners but these do normally do get good click through!', '', 120, 600, 1, 40),
(6, '336x280', 'A near square advert useful for displaying in a corner of a article or blog', '', 336, 280, 1, 50),
(7, '180x150', 'Another near square image but its slightly smaller and still commonly used along side a artical or a blog.', '', 180, 150, 1, 60);