03-12-2016, 10:02 AM
(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 06:25 AM)missunderground Wrote: [ -> ]Nice share but it will not work without key.
(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
http://puu.sh/nDgZ9/b7b4f4c590.jpgCode:
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>';
}}
Quote: open php admin > wp db options > insert > this key > then refresh wp.
(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
(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