# Set up description of fields :
$mb_fields= array(
'login' => array('Nickname','12','nosearch','20:50', 'text','1','text'),
'passw' => array('Password','12','nosearch','20:50', 'text','1','text'),
'contact_name' => array('Real Name','2','nosearch','40:50', 'text', '1','text'),
'contact_phone' => array('Contact Phone','23','nosearch','20:50', 'text', '0','text'),
'email' => array('Contact e-mail','23','nosearch','20:50', 'text', '1','text'),
'homeurl' => array('Home Page URL', '23','nosearch','40:50', 'text','0','text'),
'city' => array('City','1','keyword','40:50','text','1','text','selectparam'),
'admcomm' => array('Admin comment','2','nosearch','40:2:200','textarea','0','text'),
'check1' => array('Legal Statement','2','keyword','1:3000','checkbox','1','text',
'<option>I certify that I am at least 18 years of age (Or legal age within my area). I understand that this is not an offer for prostitution.
If money is exchanged it is for time and companionship only. I understand that the owner and employees of .com are not
responsible for my actions and I release them from any possible liability. I fully acknowledge and take full responsibility for my actions
resulting from posting ads and visiting this site. If any pictures are posted it is understood that they are in full compliance of
18 U.S.C. Section 2257' ),
$fslct= array (
'country' => array('Country','1','1:30','select2','1','text', 'city','selectparam'),
'USA' => array (
'Akron OH','Albany NY','Albuquerque NM','Allentown PA','Anchorage AK','Atlanta GA','Atlantic City NJ','Austin TX','Baltimore MD','Baton Rouge LA','Billings MT','Birmingham AL','Bismarck ND','Boise ID','Boston MA','Buffalo NY','Burlington VT','Casper WY','Charleston SC','Charleston WV','Charlotte NC',
'Chattanooga TN','Cheyenne WY','Chicago IL','Cincinnati OH','Cleveland OH','Columbia SC','Columbus OH','Dallas TX','Dayton OH','Denver CO','Des Moines IA','Detroit MI','El Paso TX','Erie PA','Eugene OR','Fargo ND','Fort Smith AR','Grand Rapids MI','Green Bay WI','Greensboro NC','Hartford CT','Honolulu HI','Houston TX','Indianopolis IN','Jackson MS','Jacksonville FL','Jersey City NJ','Kansas City MO',
'Knoxville TN','Las Vegas NV','Lexington KY','Little Rock AR','Los Angeles CA','Louisville KY','Madison WI','Manchester NH','Memphis TN','Miami FL','Milwaukee WI','Minneapolis MN','Missoula MT','Mobile AL','Montgomery AL','Nashville TN','New Haven CT','New Orleans LA','New York','Norfolk VA','Okla. City OK','Omaha NE','Orlando FL','Philadelphia PA','Phoenix AZ','Pittsburgh PA','Portland ME','Portland OR','Providence RI','Raleigh NC','Rapid City SD',
'Reno NV','Richmond VA','Rochester NY','Sacramento CA','Saint Louis MO','Salt Lake UT','San Antonio TX','San Diego CA','S F Bay Area CA','Seattle WA','Shreveport LA','Sioux Falls SD','Spokane WA','Stamford CT','Syracuse NY','Tampa Bay FL',
'Toledo OH','Topeka KS','Tucson AZ','Tulsa OK','Washington DC','Wichita KS','Wilmington DE','Yonkers NY','other (USA)'
),
'Australia' => array('Adelaide','Brisbane','Melbourne','Sydney','other (Australia)'),
'Canada' => array(
'Barrie','Calgary','Edmonton','Halifax','Kelowna','Montreal','Ottawa',
'Quebec','Saskatchewan','Toronto','Vancouver','Victoria','Winnipeg','other (Canada)'
),
'China' => array('Beijing', 'Hong Kong','Shanghai','other (China)'),
'France' => array('Bordeaux','Lille','Lyon','Marseille','Paris','Strasbourg','Toulouse','other (France)'),
'Germany' => array('Berlin','Cologne','Dusseldorf','Frankfurt','Hamburg','Hannover','Munich','Stuttgart','other (Germany)'),
'India' => array('Bangalore','Delhi','Hyderabad','Calcutta','Mumbai','other (India)'),
'Italia' => array('Bologna','Florence','Milan','Napoli','Rome','Torino','Venice','other (Italia)'),
'Japan' => array('Okinawa','Osaka','Tokyo','other (Japan)'),
'Spain' => array('Barcelona','Madrid','Seville','Valencia','other (Spain)'),
'United Kingdom' => array('Aberdeen','Belfast','Birmingham','Brighton','Bristol','Cambridge','Edinburgh','Glasgow',
'Hampshire','Leeds','Liverpool','London','Manchester','Newcastle','Oxford','other (UK)'),
'Other' => array('other'),
# Set up list of fields that are allowed to fill and edit by members
$mbfld_lst=array('login','passw','email','contact_name','contact_phone','homeurl','city','country','check1'),
$fslct=array('USA','Australia','Canada','China','France','Germany','India','Italia','Japan','Spain','Other');
#####################################################
$firsr_sel="first select the";
$choose_one1="<option>Please choose one";
$choosecntr="Choose Country";
$slstyle="
<STYLE type=text/css>
BODY { BACKGROUND: #ffffff;
SCROLLBAR-FACE-COLOR: #9999cc; SCROLLBAR-HIGHLIGHT-COLOR: #eeeeff;
SCROLLBAR-SHADOW-COLOR: #000099; SCROLLBAR-3DLIGHT-COLOR: #000099;
SCROLLBAR-ARROW-COLOR: #eeeeff; SCROLLBAR-TRACK-COLOR: #ddeeee;
}
A {TEXT-DECORATION: underline}
A:hover{COLOR: #aa0000; BACKGROUND-COLOR: #eeeeee; TEXT-DECORATION: none}
.formst
{margin-TOP: 2px;
BORDER-RIGHT: #5555dd 0.1em solid; BORDER-TOP: #5555dd 0.1em solid; BACKGROUND: #FF99FF;
BORDER-LEFT: #5555dd 0.1em solid; COLOR: #000066; BORDER-BOTTOM: #5555dd 0.1em solid
}
</style>
";
$hs_header="<html><head> $slstyle
<meta http-equiv='Expires' content='0'>
</head><body bgcolor='#ffffff'>";
$hs_header_sch="<html><head>
<STYLE type=text/css>
.formst
{margin-TOP: 2px;
BORDER-RIGHT: #5555dd 0.1em solid; BORDER-TOP: #5555dd 0.1em solid; BACKGROUND: #eeeeff;
BORDER-LEFT: #5555dd 0.1em solid; COLOR: #000066; BORDER-BOTTOM: #5555dd 0.1em solid;
font-family:Verdana,Geneva,Arial; font-size: 8pt;
}
</style>
<meta http-equiv='Expires' content='0'>
</head><body bgcolor='#eeeeee'>";
$hs_header_top="<html><head>
<STYLE type=text/css>
BODY {
SCROLLBAR-FACE-COLOR: #9999cc; SCROLLBAR-HIGHLIGHT-COLOR: #eeeeff;
SCROLLBAR-SHADOW-COLOR: #000099; SCROLLBAR-3DLIGHT-COLOR: #000099;
SCROLLBAR-ARROW-COLOR: #eeeeff; SCROLLBAR-TRACK-COLOR: #ddeeee;
}
.formst2
{margin-TOP: 2px;
BORDER-RIGHT: #5555dd 0.1em solid; BORDER-TOP: #5555dd 0.1em solid; BACKGROUND: #eeeeff;
BORDER-LEFT: #5555dd 0.1em solid; COLOR: #000066; BORDER-BOTTOM: #5555dd 0.1em solid;
font-family:Verdana,Geneva,Arial; font-size: 9pt; FONT-WEIGHT: bold;
}
</style>
<meta http-equiv='Expires' content='0'>
</head><body bgcolor='#eeeeee'>";
$hs_footer="</body></html>";
#####################################################################################
if(($_REQUEST['md']=='slct1') or ($_REQUEST['md']=='slct2') or ($_REQUEST['md']=='slct3')){include('indslct.php');}