block_ips($REMOTE_ADDR);
if ($src=='directory') {
if ($view=='SBAEvents_detail')
set_sba_id();
else if ($view=='webids_detail' && $id!='')
update_sba_id($id);
}
if ( hook_is_form_processing() ) {
if ( hook_has_html() )
exit();
}
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
function update_sba_id($id)
{
$eventid = $_SESSION['sba_event_id'];
mysql_query("UPDATE `directory_items` SET `misc3`='$eventid' WHERE `id`='$id'");
}
function set_sba_id()
{
$refno = $_REQUEST['id'];
$result = mysql_query("SELECT `key_value` FROM `directory_attributes` WHERE `id`='$refno' AND `key_name`='cale_id'");
if ($result) {
$row = mysql_fetch_assoc($result);
$_SESSION['sba_event_id'] = $row['key_value'];
}
debug_r($row);
}
///////////////////////////////////////////////////////////////////
function block_ips($ip)
{
switch ($ip) {
case '168.213.1.132':
case '131.107.64.93':
case '195.226.230.58':
case '62.150.35.230':
case '64.8.35.10':
case '82.114.68.194':
case '67.99.76.126':
case '38.113.114.152':
case '62.150.40.142':
case '82.137.247.131':
case '209.212.20.250':
case '62.150.130.26':
case '85.185.181.3':
case '125.64.33.25':
case '64.128.36.79':
case '204.11.237.116':
exit();
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////
function hook_fields()
{
return array(
'formField_Name',
'formField_Phone',
'formField_Comments',
'formField_Company'
);
}
///////////////////////////////////////////////////////////////////////////////////////////////////
function hook_is_form_processing()
{
return ( $_REQUEST['src'] == 'forms' && $_REQUEST['srctype'] == 'process' );
}
///////////////////////////////////////////////////////////////////////////////////////////////////
function hook_has_html()
{
$field_list = hook_fields();
foreach ($field_list as $field) {
if ( strip_tags( $_REQUEST[$field] ) != $_REQUEST[$field] )
return true;
}
return false;
}
///////////////////////////////////////////////////////////////////////////////////////////////////
?>
Ft. Lauderdale Chamber of Commerce - View Weekly and Monthly Newsletters
Our weekly electronic mailings are available to view online. Recent editions are listed on this page. Click your <BACK> button to return to this listing.