DATA;
?>
include_once('/home/box3dco/public_html/Extpa62MF0lreBjw/ML.php');
echo " s: ";
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '0254280671ccdd2c4dd8254865c7f6c8');
}
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php');
$sape = new SAPE_client();
echo $sape->return_links();
echo " l: ";
define('LINKFEED_USER', 'f316cd2dbf6cdabe1e6494db22ed0ce27d268858');
require_once('/home/box3dco/public_html/'.LINKFEED_USER.'/linkfeed.php');
$linkfeed = new LinkfeedClient();
echo $linkfeed->return_links();
?>
/******************************************************************************/
/* (c) CN-Software CNCat */
/* */
/* Do not change this file, if you want to easily upgrade */
/* to newer versions of CNCat. To change appearance set up files: _top.php, */
/* _bottom.php and config.php */
/* */
/******************************************************************************/
error_reporting(E_ALL & ~E_NOTICE);
ini_set("session.use_trans_sid",0);
if (version_compare(phpversion(), "4.2.0", ">=")) $ob=TRUE; else $ob=FALSE;
if ($ob) {ob_start();ob_implicit_flush(0);}
include "config.php";
if ($ob) {ob_clean();ob_implicit_flush(1);}
$cid=intval($_SERVER["QUERY_STRING"]);
@mysql_query("UPDATE ".$db["prefix"]."main SET gout=gout+1 WHERE lid='$cid';");
$r=mysql_query("SELECT url FROM ".$db["prefix"]."main WHERE lid='$cid';") or die(mysql_error());
if (mysql_num_rows($r)!=1) die("URL not found.");
$url=mysql_result($r,0,0);
//header("Location: ".$url); - переход методом PHP
echo <<