VIPEmbed - Movies TV Shows Embed PHP Script 1.3

skypeleft

Active member
Aug 10, 2019
401
71
28
You can null here:
Local: \vipembed-1.3\system
File: Common.php
Line: 648 to 657

License check on
Local: \vipembed-1.3\app\Libraries
File: LicVIP.php

Code:
if(! function_exists('is_trial_expired')) {
    function is_trial_expired()
    {
        if(! function_exists('is_logged')){
            helper('auth');
        }
        if(is_logged()){

            if(strpos(current_url(), '/admin/') !== false){
                if(strpos(current_url(), 'dashboard') === false){

                    if(empty(get_config('i_lic_vip_2'))) exit;

                    if(! \App\Libraries\LicVip::c_vip_lic_tl_psd_lfg()
                        || ! \App\Libraries\LicVip::t_lv_1()
                        || ! \App\Libraries\LicVip::c_vip_lic_t_lv_2l_osp()
                        || ! \App\Libraries\LicVip::t_lv_2()
                        || get_config('__a') == 1){
                        return true;
                    }

                }
            }
        }

        return false;
    }
}


Haha the author of this script said:

Code:
 * ======================================================================
 *                  DON'T WASTE YOUR TIME IN HERE
 * ======================================================================
 */
 
  • Like
Reactions: ombre

abcdvt

New member
Banned User
Jul 7, 2022
5
2
3
You can null here:
Local: \vipembed-1.3\system
File: Common.php
Line: 648 to 657

License check on
Local: \vipembed-1.3\app\Libraries
File: LicVIP.php

Code:
if(! function_exists('is_trial_expired')) {
    function is_trial_expired()
    {
        if(! function_exists('is_logged')){
            helper('auth');
        }
        if(is_logged()){

            if(strpos(current_url(), '/admin/') !== false){
                if(strpos(current_url(), 'dashboard') === false){

                    if(empty(get_config('i_lic_vip_2'))) exit;

                    if(! \App\Libraries\LicVip::c_vip_lic_tl_psd_lfg()
                        || ! \App\Libraries\LicVip::t_lv_1()
                        || ! \App\Libraries\LicVip::c_vip_lic_t_lv_2l_osp()
                        || ! \App\Libraries\LicVip::t_lv_2()
                        || get_config('__a') == 1){
                        return true;
                    }

                }
            }
        }

        return false;
    }
}


Haha the author of this script said:

Code:
 * ======================================================================
 *                  DON'T WASTE YOUR TIME IN HERE
 * ======================================================================
 */
it alway direct to " /admin/settings/license "

sp8lLoZ.png

:( :( :(
 

skypeleft

Active member
Aug 10, 2019
401
71
28
I'm not a php nuller, I'm a .Net Software Developer lol.
You can try:
In LicVip.php
change from
Code:
// check is trail
    public static function is_vip_lic_t_lop(): bool
    {
        return ! self::c_vip_lic_t_lv_1l_pol()
            && self::c_vip_lic_t_lv_2l_osp()
            && self::c_vip_lic_t_lv_3l_bnf();
    }
to
Code:
// check is trail
    public static function is_vip_lic_t_lop(): bool
    {
        return false;
    }

And: check trail level x...

return to false
 
  • Like
Reactions: olalavui and abcdvt

abcdvt

New member
Banned User
Jul 7, 2022
5
2
3
I'm not a php nuller, I'm a .Net Software Developer lol.
You can try:
In LicVip.php
change from
Code:
// check is trail
    public static function is_vip_lic_t_lop(): bool
    {
        return ! self::c_vip_lic_t_lv_1l_pol()
            && self::c_vip_lic_t_lv_2l_osp()
            && self::c_vip_lic_t_lv_3l_bnf();
    }
to
Code:
// check is trail
    public static function is_vip_lic_t_lop(): bool
    {
        return false;
    }

And: check trail level x...

return to false
i'm have try and still error :((((
 

Forum statistics

Threads
69,206
Messages
908,351
Members
236,895
Latest member
jeremcastdlp

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu