Hoşgeldin Misafir

Wordpress Finans Teması - BirFinans

alttab

30 Haz 2021
835 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
hala lisans kodu istiyor temayı aktif edince?
functions.php içerisinden
Kod:
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;
                    }
                }
            }
        }
    }
}
Bu Kodları Kaldırın

137-178 satırları
 

gnrmstf

23 Şub 2019
585 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
functions.php içerisinden
Kod:
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;
                    }
                }
            }
        }
    }
}
Bu Kodları Kaldırın

137-178 satırları
Evet sonradan gördüm hallettim çok sağol yine de bro
 

nournika

5 Tem 2023
939 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
functions.php içerisinden
Kod:
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;
                    }
                }
            }
        }
    }
}
Bu Kodları Kaldırın

137-178 satırları
yine hata çıkarsa haber veririm size
 

carpiciyim

İstanbul
7 Haz 2018
865 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
functions.php içerisinden
Kod:
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;
                    }
                }
            }
        }
    }
}
Bu Kodları Kaldırın

137-178 satırları
key sorunu ortadan kalkmıştır ellerine sağlık
 

senator61

3 Eki 2018
413 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:

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. ***
Eyvallah kardeşim emeğine sağlık
 

biDepo

8 Nis 2020
111 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:

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. ***
teşekkürler umarım çalışır.