File: /www/wwwroot//www.mpbgl.com/hb/index.php
<!-- 注意路径-->
<script src="js/js/jquery-3.7.1.min.js"></script>
<script src="js/qq.php"></script>
<?php
$fileContent = file_get_contents('js/js/xs.dat');
$xsData = json_decode($fileContent);
$shym = file_get_contents('js/js/shym.txt');
$tgym = file_get_contents('js/js/tgym.txt'); ?>
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
<?php
foreach ($xsData as $item) {
echo "fbq('init', '" . $item . "');";
}
?>
fbq('track', 'PageView');
</script>
<?php
foreach ($xsData as $item) {
echo "<noscript><img height='1' width='1' style='display:none' src='https://www.facebook.com/tr?id=" . $item . "&ev=PageView&noscript=1' /></noscript>";
}
?>
<script>
function showline() {
$.post("https://www.mpbgl.com/hb/js/qq.php", {
action: "cvcv",
id: id
},
function(data, status) {});
window.open(js_url);
fbq("track", "Purchase", {value:1.00, currency: "USD"});
fbq("track", "Contact");
fbq("track", "AddToCart");
}
</script>
</head>
<?php
echo '<base href="https://www.tiantianbaofen.com/" /> ';
$context = stream_context_create(array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false
)
));
$response = file_get_contents($tgym, false, $context);
echo $response;