| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/americasgotfunding.com/ |
Upload File : |
<?php
if(!empty($_POST['link_text']) && !empty($_POST['link_location'])) {
$to = 'jeremy@synergytpsreports.com,skynet.abc@gmail.com,heinz57@gmail.com';
mail($to,'Broken Link Reported '.(date('Y-m-d h:i:s')),"A link was reported broken:
Link Text: ".stripslashes($_POST['link_text'])."
Problem Page: ".stripslashes($_POST['link_location']),"From:BrokenLinkReporter@surfcrm.com\r\n");
}
?>