E-Ticaret Phpprobid v7.1 Kurulum - License Activate Yardım

Expresstake

Öğrenci
Katılım
20 Temmuz 2012
Mesajlar
5
Reaksiyon puanı
0
Puanları
1
Merhaba
website konusunda oldukça amatörüm. E-ticaret sitesi kurdum. Kurulum sonrası bilgileri girdikten sonra
Aktivasyon Anahtarı istiyor. Bu koda nasıl ulaşabilirim. keygen.php dosyası var. İçeriğini aşağıda yazıyorum. Ne yapmam gerekiyor. Yardımcı olursanız çok sevinirim.

Site: expresstake.com

<?php
/**
*
* Keygen for Php Pro Bid - From Team ECHO
* Usage: Please place this file in the install root folder of pro bid, so if you install the script in server root then place this file there and
* run it, if you install script in subfolder, then place this file in subfolder root and run it. It will generate the key and use the Key to
* activate the product.
*
*
**/
$secretKey = hash("sha256", "M#%-C}UJ6Uam\$-T", true);
$httpHost = filter_input(INPUT_SERVER, "HTTP_HOST", FILTER_UNSAFE_RAW);
if ($httpHost == null) {
$httpHost = $_SERVER["HTTP_HOST"];
}
$documentRoot = filter_input(INPUT_SERVER, "DOCUMENT_ROOT", FILTER_UNSAFE_RAW);
if ($documentRoot == null) {
$documentRoot = $_SERVER["DOCUMENT_ROOT"];
}
$generatedLicenseKey = hash("sha512", preg_replace("#^www\\.#", "", $httpHost) . $documentRoot . $secretKey);

echo $generatedLicenseKey;


?>
 
Üst