US Female Escorts Database
Here is the premier escort list includes lots of details with contact information of the best VIP escorts, private strippers, massagers, dancers and adult entertainers in US
Fields:
- id
- cat
- location
- type
- age
- gender
- ethnicity
- hair color
- eye color
- height
- weight
- measurements
- provide service to
- services I provide
- incall / outcall
- hours available
- travel
- cities I travel to
- phone no
- email
- name
Structure:
PHP Code:
CREATE TABLE `escorts` (
`id` bigint(20) NOT NULL auto_increment,
`cat` varchar(50) NOT NULL default '',
`location` varchar(255) character set utf8 collate utf8 NOT NULL default '',
`type` text character set utf8 collate utf8 NOT NULL,
`age` text character set utf8 collate utf8,
`gender` text character set utf8 collate utf8,
`ethnicity` text character set utf8 collate utf8,
`haircolor` text character set utf8 collate utf8,
`eyecolor` text character set utf8 collate utf8,
`height` text character set utf8 collate utf8,
`weight` text character set utf8 collate utf8,
`measurements` text character set utf8 collate utf8,
`provideserviceto` text character set utf8 collate utf8,
`servicesiprovide` text character set utf8 collate utf8,
`incalloutcall` text character set utf8 collate utf8,
`hoursavailable` text character set utf8 collate utf8,
`travel` text character set utf8 collate utf8,
`citiesitravelto` text character set utf8 collate utf8,
`phoneno` text character set utf8 collate utf8,
`email` text character set utf8 collate utf8,
`name` text character set utf8 collate utf8,
PRIMARY KEY (`id`),
KEY `cat_index` (`cat`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=296 ;
Sample:
PHP Code:
INSERT INTO `escorts` VALUES (1, 'B', 'Birmingham Escorts', 'Independent Escort', '31', 'Female Escort', 'White / Caucasian', 'Blonde', 'Blue', '5"3""', '150 lbs', '38D-30-38', 'Men', 'Escort, Fetishes', 'Incall & Outcall', '10 Am Til My Hunger is Satisfied', 'Yes Visiting Mobile/Biloxi 1/17-1/21', 'Annsiton, Columbus, Auburn, Montgomery Most Metro Atlanta Areas, Alabama\nand Georgia', '(706) xxx-xxxx', 'xxxx@xxxx.xxx', 'Sherie');
I censored phone number and email in the sample
Records: 295
Price: 49$
Regards