| fincas rusticas en venta en españa y portugal | |||||||||||||||
![]() |
|||||||||||||||
| FINCAS RUSTICAS EN VENTA | |||||||||||||||
| FINCAS DE CAZA | |||||||||||||||
| FINCAS DE CULTIVO | |||||||||||||||
| FINCAS FORESTALES | |||||||||||||||
| Esto es tan solo un link promocional de acceso a nuestra web. Disponemos en venta una gran cartera de fincas rusticas y urbanizables en toda españa y portugal. Desde fincas de 50 Ha. hasta fincas de mas de 10.000 Ha.A LOS MEJORES PRECIOS, DESDE 2.000 €/Ha. PINCHA EN LOS ENLACES PARA VISITAR NUESTRA WEB. |
|||||||||||||||
include_once("myconnect.php"); //////////////SET time allotted for running the script ////////////// $time_limit = 3600; //You can adjust this time (in seconds) depending on the speed of yur sites connectivity /* won't work on php run in safe mode */ set_time_limit($time_limit); /* preparing header of feedback page */ ///////////////////////////////////////// TIME HAS BEEN SET ////// // Read Configuration ////////////////////////////////// $rs_query=mysql_query("Select * from reciprocal_config " ); $rs=mysql_fetch_array($rs_query); $sitename=$rs["reciprocal_link"]; // Configuration read //////////////////////////////// $rs_loop_query=mysql_query("select * from reciprocal_links "); while ( $rs_loop=mysql_fetch_array($rs_loop_query) ) { $ok="no"; // Get link Info $url=$rs_loop["reciprocallink"]; /// Add http if needed /// if ( !ereg ("(http://)", $url) ) { $url="http://" . $url; } /////////////////////////////////////////////////////// ////////////////// Check LINK Presense //////////////// ////////////////////////////////////////////////////// //////////////////////////// //$fp = @fopen($url,"r"); $page = implode ('', file ($url)); if ($page) { //$page=""; //$page= file_get_contents ($fp, 40000); //$fcontents = file ($url); //if ( ereg ("< *[a|A] +.*[h|H][r|R][e|E][f|F] *= *['|\"] *(http://)?(www.)?($sitename).*", $page) ) if ( ereg ("< *[a|A] +.*[h|H][r|R][e|E][f|F] *=.*(http://)?(www.)?($sitename).*", $page) ) { $ok="yes"; } else { $ok="no"; } } else { $ok="no"; } ///////////////////Link detection Done //////////////////////////////// if ($ok=="no") { //////////// SEND MAIL TO ADMIN /////////////////////// $rs_query=mysql_query("Select * from reciprocal_config" ); $rs_a=mysql_fetch_array($rs_query); $from ="link_removed@sbreciprocallinks.com"; $to = $rs_a["email"]; $subject ="Reciprocal Link removal Notice"; $header="From:" . $from . "\r\n" ."Reply-To:". $from ; $body="Hi,\nThis mail is being sent to notify that the reciprocal link has been removed from the site with link #" . $rs_loop["id"] . " and titled '" . $rs_loop["title"] . "'. \nPlease take appropriate action regarding this."; mail($to,$subject,$body,$header); ////////////////////////////////////////////////////// } //////////////////////////////////////////////// //////////////////////////////////////////////// } /////////////////////////////////////////////////////////////////////////////// /// THE CODE OF THIS SITE HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS ///// /// AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR RESALE ///// /// OR REDISTRIBUTION. ///// /// IF YOU SEE ANY VIOLATION OF ABOVE PLEASE REPORT AT: ///// /// admin@softbizscripts.com ///// /// http://www.softbizscripts.com ///// /// http://www.softbizsolutions.com ///// /////////////////////////////////////////////////////////////////////////////// ?> /////////////////////////////////////////////////////////////////////////////// /// THE CODE OF THIS SCRIPT HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS ///// /// AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR RESALE ///// /// OR REDISTRIBUTION. ///// /// IF YOU SEE ANY VIOLATION OF ABOVE PLEASE REPORT AT: ///// /// admin@softbizscripts.com ///// /// http://www.softbizscripts.com ///// /// http://www.softbizsolutions.com ///// /////////////////////////////////////////////////////////////////////////////// include_once("myconnect.php"); $refby=$_SERVER["HTTP_REFERER"]; $refby=str_replace("http://","",$refby); mysql_query("Update reciprocal_links set traffic_from=traffic_from+1 where reciprocallink like '%" . $refby . "%'" ); /////////////////////////////////////////////////////////////////////////////// /// THE CODE OF THIS SCRIPT HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS ///// /// AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR RESALE ///// /// OR REDISTRIBUTION. ///// /// IF YOU SEE ANY VIOLATION OF ABOVE PLEASE REPORT AT: ///// /// admin@softbizscripts.com ///// /// http://www.softbizscripts.com ///// /// http://www.softbizsolutions.com ///// /////////////////////////////////////////////////////////////////////////////// ?>