HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/thread-self/cwd/interest-test/share_page.php
<?php
if (strpos($_SERVER['HTTP_REFERER'],'facebook') !== false){
	$redirect = 'http://staging.shinemetrics.com';
	header('Location:'.$redirect);
}
$image_link = $_REQUEST['link'];
?>

<meta property="og:url"                content="http://staging.shinemetrics.com" />
<meta property="og:type"               content="article" />
<meta property="og:title"              content="When Great Minds Don’t Think Alike" />
<meta property="og:description"        content="How much does culture influence creative thinking?" />
<meta property="og:image"              content="<?php echo $image_link; ?>" />
<meta property="og:image:type" content="image/png" />