Best Blackhat Forum

Full Version: [GET] Konvertio - Wordpress Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(03-12-2016 06:25 AM)missunderground Wrote: [ -> ]Nice share but it will not work without key.


Open splash-screen.php

find this function "print_check_license_page" and replace it with this

http://puu.sh/nDgZ9/b7b4f4c590.jpg
(03-12-2016 10:02 AM)scorpio Wrote: [ -> ]
(03-12-2016 06:25 AM)missunderground Wrote: [ -> ]Nice share but it will not work without key.


Open splash-screen.php

find this function "print_check_license_page" and replace it with this

Code:
    function print_check_license_page() {
            if(isset($_POST['l_key'])){
                $rt_curl = curl_license($_POST['l_key']);
                $admin_uurl = admin_url();
                if($rt_curl == 'pro-001'){
                    set_license($_POST['l_key']);
                    echo '<script>location.replace("'. $admin_uurl . 'admin.php?page=splash_screen")</script>';
                }
                elseif($rt_curl == '002'){
                    set_license($_POST['l_key']);
                    echo '<script>location.replace("'. $admin_uurl . 'admin.php?page=splash_screen")</script>';
                }
                elseif($rt_curl == '003'){
                    set_license($_POST['l_key']);
                    echo '<script>location.replace("'. $admin_uurl . 'admin.php?page=splash_screen")</script>';
                }}
http://puu.sh/nDgZ9/b7b4f4c590.jpg

I'm getting this after code modification:
Warning: file_get_contents(http://66.45.239.83:3000/konvertio/activate): failed to open stream: Connection timed out in /home/myaccount/public_html/mysite.com/wp-content/plugins/konvertio-pro/license.php on line 27

Any suggestions?

Thanks
thanks for the great share, reps added!
open php admin > wp db options > insert > this key > then refresh wp.

http://puu.sh/nDDQf/5283b77b9e.png
What's the license key?
anyone have a nulled versions please...

Quote: open php admin > wp db options > insert > this key > then refresh wp.


WHERE THE LOCATIONS FOR THIS??? THX
(03-13-2016 08:41 PM)blackwordwide Wrote: [ -> ]anyone have a nulled versions please...

Quote: open php admin > wp db options > insert > this key > then refresh wp.


WHERE THE LOCATIONS FOR THIS??? THX

open your cpanel or hosting panel

go to php admin

go to the wordpress database

navigate to key name containing options from left

go to right click insert from navigation

add the same details as in pic and click go

refresh wordpress.
(03-13-2016 09:09 PM)scorpio Wrote: [ -> ]
(03-13-2016 08:41 PM)blackwordwide Wrote: [ -> ]anyone have a nulled versions please...

Quote: open php admin > wp db options > insert > this key > then refresh wp.


WHERE THE LOCATIONS FOR THIS??? THX

open your cpanel or hosting panel

go to php admin

go to the wordpress database

navigate to key name containing options from left

go to right click insert from navigation

add the same details as in pic and click go

i have done do it...
also i have changed this one:

Open splash-screen.php

find this function "print_check_license_page" and replace it with this....


but nothing happen...
anyone help please...
Pages: 1 2 3 4
Reference URL's