在我的网站上,我正在开发一个系统,而不是输入密码,您可以通过在浏览器中注入特定的cookie一段时间(适合每月付款等)来允许访问。 / p>
但是,当我从 http://mc.magicalts.tk/COOKIE-LINK 为用户设置Cookie以在 http://mc.magicalts.tk/premium.php 上使用时,它不会显示在我的饼干清单。这是我的代码:
<?php
setcookie("the-product-key-here", 1, time()+2592000, '/premium.php','http://mc.magicalts.tk/', 0);
?>
<h1>Now go to mc.magicalts.tk/premium.php</h1>
<i>Support on Skype: iExplosive // Alts</i>
这是来自premium.php的那个:
<?php
if(isset($_COOKIE['GENTOKEN-9U8L7JREKO'])){
$lines = file('http://pastebin.com/raw/wu7gHcZF');
echo $lines[array_rand($lines)];
} else {
if(isset($_COOKIE['MGK-JNV-LDI-ALTS'])){
$lines = file('http://pastebin.com/raw/wu7gHcZF');
echo $lines[array_rand($lines)];
} else {
echo "<b>Hold up there! Please wait 30 minutes before generating a new alt.</b><br><b>While you wait, visit <i>forums.magicalts.tk</i></b>";
}
if(isset($_COOKIE['MGK-XIQ-XXN-ALT'])){
$lines = file('http://pastebin.com/raw/wu7gHcZF');
echo $lines[array_rand($lines)];
} else {
echo "<b>Hold up there! Please wait 30 minutes before generating a new alt.</b><br><b>While you wait, visit <i>forums.magicalts.tk</i></b>";
}
}
?>
上面的代码有多个Cookie,因为它用于所有产品密钥。 请找到您的来源(如果有的话)以帮助我更好地理解您的答案。非常感谢你:D