// Construct dummy array
$rowData = array(
'remote_addr' => $_SERVER['REMOTE_ADDR'],
- 'check_worm' => $GLOBALS['checkworm']
+ 'check_worm' => $GLOBALS['checkworm'],
+ 'server_name' => $_SERVER['SERVER_NAME']
);
// Only send email if not yet found
// Prepare array for database insert
$rowData = array(
- 'remote_addr' => $_SERVER['REMOTE_ADDR'],
- 'user_agent' => $_SERVER['HTTP_USER_AGENT'],
- 'get_data' => $_SERVER['QUERY_STRING'],
- 'post_data' => $GLOBALS['post_track'],
- 'check_worm' => $GLOBALS['checkworm'],
- 'check_post' => $GLOBALS['check_post'],
- 'server_name' => $_SERVER['SERVER_NAME'],
- 'script_name' => $_SERVER['SCRIPT_NAME'],
- 'referer' => $_SERVER['HTTP_REFERER']
+ 'remote_addr' => $_SERVER['REMOTE_ADDR'],
+ 'user_agent' => $_SERVER['HTTP_USER_AGENT'],
+ 'get_data' => $_SERVER['QUERY_STRING'],
+ 'post_data' => $GLOBALS['post_track'],
+ 'check_worm' => $GLOBALS['checkworm'],
+ 'check_post' => $GLOBALS['check_post'],
+ 'server_name' => $_SERVER['SERVER_NAME'],
+ 'script_name' => $_SERVER['SCRIPT_NAME'],
+ 'referer' => $_SERVER['HTTP_REFERER']
);
// Insert the array in database