|
functions.php içerisindenhala lisans kodu istiyor temayı aktif edince?
function lisans()
{
include "lisans.php";
$domain = $_SERVER["HTTP_HOST"];
$domain = str_replace("www.", "", $domain);
$random = "6UnxrU!_sBQQeAej";
$h = "" . $random . "_" . $domain . "";
$hash = md5($h);
if ($hash != $lisans) {
if ($hash != $lisans2) {
if ($hash != $lisans3) {
if ($hash != $lisans4) {
if ($hash != $lisans5) {
if (!empty($_POST["lisans"])) {
$domain = $_SERVER["HTTP_HOST"];
$curl = curl_init("http://birtema.net/lisans_check/api.php?lisans=" . $_POST["lisans"] . "&domain=" . $domain . "&theme=BirFinans");
curl_setopt($curl, CURLOPT_TIMEOUT, "50");
curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30");
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HEADER, 0);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
$curlResult = curl_exec($curl);
curl_close($curl);
$dt = fopen(__DIR__ . "/lisans.php", "w+");
fwrite($dt, "<?php \$lisans = \"" . $_POST["lisans"] . "\";");
fclose($dt);
if ($hash == $_POST["lisans"]) {
echo "<center>Lisansınız onaylandı. Anasayfaya yönlendiriliyorsunuz. <br /><a href=\"" . home_url("/") . "\">Anasayfa gitmek için tıklayın</a></center>\n <meta http-equiv=\"refresh\" content=\"3;URL=" . home_url("/") . "\">";
} else {
echo "<center>Hatalı lisans kodu girdiniz. </center>";
}
}
echo " <center>\n <h4>Lisans Kodu</h4>\n <form action=\"";
echo $_SERVER["PHP_SELF"];
echo "\" method=\"post\">\n <input type=\"text\" name=\"lisans\" />\n <input type=\"submit\" value=\"Kaydet\" />\n </form>\n </center>\n ";
exit;
}
}
}
}
}
}
Evet sonradan gördüm hallettim çok sağol yine de brofunctions.php içerisinden
Bu Kodları KaldırınKod:function lisans() { include "lisans.php"; $domain = $_SERVER["HTTP_HOST"]; $domain = str_replace("www.", "", $domain); $random = "6UnxrU!_sBQQeAej"; $h = "" . $random . "_" . $domain . ""; $hash = md5($h); if ($hash != $lisans) { if ($hash != $lisans2) { if ($hash != $lisans3) { if ($hash != $lisans4) { if ($hash != $lisans5) { if (!empty($_POST["lisans"])) { $domain = $_SERVER["HTTP_HOST"]; $curl = curl_init("http://birtema.net/lisans_check/api.php?lisans=" . $_POST["lisans"] . "&domain=" . $domain . "&theme=BirFinans"); curl_setopt($curl, CURLOPT_TIMEOUT, "50"); curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $curlResult = curl_exec($curl); curl_close($curl); $dt = fopen(__DIR__ . "/lisans.php", "w+"); fwrite($dt, "<?php \$lisans = \"" . $_POST["lisans"] . "\";"); fclose($dt); if ($hash == $_POST["lisans"]) { echo "<center>Lisansınız onaylandı. Anasayfaya yönlendiriliyorsunuz. <br /><a href=\"" . home_url("/") . "\">Anasayfa gitmek için tıklayın</a></center>\n <meta http-equiv=\"refresh\" content=\"3;URL=" . home_url("/") . "\">"; } else { echo "<center>Hatalı lisans kodu girdiniz. </center>"; } } echo " <center>\n <h4>Lisans Kodu</h4>\n <form action=\""; echo $_SERVER["PHP_SELF"]; echo "\" method=\"post\">\n <input type=\"text\" name=\"lisans\" />\n <input type=\"submit\" value=\"Kaydet\" />\n </form>\n </center>\n "; exit; } } } } } }
137-178 satırları
yine hata çıkarsa haber veririm sizefunctions.php içerisinden
Bu Kodları KaldırınKod:function lisans() { include "lisans.php"; $domain = $_SERVER["HTTP_HOST"]; $domain = str_replace("www.", "", $domain); $random = "6UnxrU!_sBQQeAej"; $h = "" . $random . "_" . $domain . ""; $hash = md5($h); if ($hash != $lisans) { if ($hash != $lisans2) { if ($hash != $lisans3) { if ($hash != $lisans4) { if ($hash != $lisans5) { if (!empty($_POST["lisans"])) { $domain = $_SERVER["HTTP_HOST"]; $curl = curl_init("http://birtema.net/lisans_check/api.php?lisans=" . $_POST["lisans"] . "&domain=" . $domain . "&theme=BirFinans"); curl_setopt($curl, CURLOPT_TIMEOUT, "50"); curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $curlResult = curl_exec($curl); curl_close($curl); $dt = fopen(__DIR__ . "/lisans.php", "w+"); fwrite($dt, "<?php \$lisans = \"" . $_POST["lisans"] . "\";"); fclose($dt); if ($hash == $_POST["lisans"]) { echo "<center>Lisansınız onaylandı. Anasayfaya yönlendiriliyorsunuz. <br /><a href=\"" . home_url("/") . "\">Anasayfa gitmek için tıklayın</a></center>\n <meta http-equiv=\"refresh\" content=\"3;URL=" . home_url("/") . "\">"; } else { echo "<center>Hatalı lisans kodu girdiniz. </center>"; } } echo " <center>\n <h4>Lisans Kodu</h4>\n <form action=\""; echo $_SERVER["PHP_SELF"]; echo "\" method=\"post\">\n <input type=\"text\" name=\"lisans\" />\n <input type=\"submit\" value=\"Kaydet\" />\n </form>\n </center>\n "; exit; } } } } } }
137-178 satırları
key sorunu ortadan kalkmıştır ellerine sağlıkfunctions.php içerisinden
Bu Kodları KaldırınKod:function lisans() { include "lisans.php"; $domain = $_SERVER["HTTP_HOST"]; $domain = str_replace("www.", "", $domain); $random = "6UnxrU!_sBQQeAej"; $h = "" . $random . "_" . $domain . ""; $hash = md5($h); if ($hash != $lisans) { if ($hash != $lisans2) { if ($hash != $lisans3) { if ($hash != $lisans4) { if ($hash != $lisans5) { if (!empty($_POST["lisans"])) { $domain = $_SERVER["HTTP_HOST"]; $curl = curl_init("http://birtema.net/lisans_check/api.php?lisans=" . $_POST["lisans"] . "&domain=" . $domain . "&theme=BirFinans"); curl_setopt($curl, CURLOPT_TIMEOUT, "50"); curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $curlResult = curl_exec($curl); curl_close($curl); $dt = fopen(__DIR__ . "/lisans.php", "w+"); fwrite($dt, "<?php \$lisans = \"" . $_POST["lisans"] . "\";"); fclose($dt); if ($hash == $_POST["lisans"]) { echo "<center>Lisansınız onaylandı. Anasayfaya yönlendiriliyorsunuz. <br /><a href=\"" . home_url("/") . "\">Anasayfa gitmek için tıklayın</a></center>\n <meta http-equiv=\"refresh\" content=\"3;URL=" . home_url("/") . "\">"; } else { echo "<center>Hatalı lisans kodu girdiniz. </center>"; } } echo " <center>\n <h4>Lisans Kodu</h4>\n <form action=\""; echo $_SERVER["PHP_SELF"]; echo "\" method=\"post\">\n <input type=\"text\" name=\"lisans\" />\n <input type=\"submit\" value=\"Kaydet\" />\n </form>\n </center>\n "; exit; } } } } } }
137-178 satırları
Eyvallah kardeşim emeğine sağlıkWordpress Finans Teması - BirFinans Teması İoncube
Mehaba arkadaşlar daha önce satın aldığım bir tema ioncubeli kırarsanız kullanırsınız foruma hayırlı olsun
Link Gizlenmediyse yorumda bilgilendirirseniz sevinirim.
![]()
Demo Tıkla
*** Gizli metin: alıntı yapılamaz. ***
teşekkürler umarım çalışır.Wordpress Finans Teması - BirFinans Teması İoncube
Mehaba arkadaşlar daha önce satın aldığım bir tema ioncubeli kırarsanız kullanırsınız foruma hayırlı olsun
Link Gizlenmediyse yorumda bilgilendirirseniz sevinirim.
![]()
Demo Tıkla
*** Gizli metin: alıntı yapılamaz. ***
Aktiflik
Seviye
Deneyim
Aktiflik
Seviye
Deneyim
Aktiflik
Seviye
Deneyim
Aktiflik
Seviye
Deneyim
Aktiflik
Seviye
Deneyim
Aktiflik
Seviye
Deneyim