| 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/fundingapplications.com/membersonly/ |
Upload File : |
<!-- BEGIN Report Broken Link Stuff -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
(function($){
var broken_link = false;
window.toggle_report_broken_link_form = function() {
if(broken_link) {
$('#report_broken_link').stop().animate({bottom:'-290px'},500,function() {broken_link = !broken_link;});
} else {
$('#report_broken_link').stop().animate({bottom:'0px'},500,function() {broken_link = !broken_link;});
}
}
window.close_report_broken_link_form = function() {
$('#report_broken_link').stop().animate({bottom:'-290px'},500,function() {broken_link = false;});
}
window.submit_report_broken_link_form = function() {
if($('#report_broken_link').find('input:text,textarea').val().length==0) {
alert('Please copy and paste the text of the broken link.');
return false;
}
var str = "";
$('#report_broken_link').find('input,textarea').each(function() {
str += (str=="") ? this.name+"="+escape($(this).val()) : "&"+this.name+"="+escape($(this).val());
});
var img = new Image();
img.src = "https://surfcrm.com/lc/admin/add_broken_link.php?"+str;
alert('Thank you for submitting this link as broken. We will get it fixed as soon as possible.');
close_report_broken_link_form();
return false;
}
})(jQuery);
</script>
<div id="report_broken_link" style="position:fixed;bottom: -290px;right:0px;">
<div style="border-top-left-radius:10px; border-top-right-radius:10px;width: 176px;height: 32px;border: 3px solid black;border-bottom: none;background: #193387;cursor:pointer; float:right;" onclick="toggle_report_broken_link_form();">
<!-- <img src="/images/attention.png" style="float:left;margin: 4px 2px 0px 2px;" /> --><p style="font-weight:bold;font-size:14px;margin: 5px;text-align: center;color: white;">Find a Broken Link?</p>
</div>
<div style="width: 615px;max-width: 100%;height: 290px;border: 3px solid black;color: black;background: white;text-align: left;padding: 10px; clear:both;">
<form onsubmit="return submit_report_broken_link_form();">
<?php
function build_recursive_querystring($arr, $querystring = '', $parent_key = '') {
if(!empty($arr)) {
foreach($arr as $k=>$v) {
$key = ($parent_key) ? $parent_key.'[\''.$k.'\']' : $parent_key.$k;
if(is_array($v)) {
$querystring = build_recursive_querystring($v, $querystring, $key, $depth+1);
} else {
$key = str_replace("\'",'',$key);
$querystring .= ($querystring=='') ? "?{$key}={$v}" : "&{$key}={$v}";
}
}
return $querystring;
} else {
return $querystring;
}
}
$querystring = build_recursive_querystring($_GET);
?>
<input type="hidden" name="bad_url_location" value="http://<?= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"].$querystring; ?>" />
<input type="hidden" name="site" value="<?= $_SERVER['SERVER_NAME']; ?>" />
<input type="hidden" name="ts" value="<?= time(); ?>" />
<p>Find a broken link? We want to know about it.</p>
<p>Please provide us with the following information so we can fix it.</p>
<ol>
<li>
<strong>Paragraph Text the Broken Link was found in.</strong> Copy and paste the paragraph here.<br />
<textarea name="bad_text" style="width:456px;height:78px"></textarea>
</li>
<li>
<strong>Broken URL Link.</strong> Copy and paste the actual website URL that is broken here. (http://broken_link_website.com)<br />
<input type="text" name="bad_url" style="width:456px;" />
</li>
</ol>
<input type="submit" name="submit" value="Submit" />
</form>
</div>
</div>
<script src="/membersonly/driver.js" type="text/javascript"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6317376-1");
pageTracker._trackPageview();
} catch(err) {}</script>