• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
WP Poll Survey & Voting System - ePoll PRO

NULLED WP Poll Survey & Voting System - ePoll PRO 3.1 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
21,579
Files
6106
Reactions
83,247
raz0r submitted a new resource:

WP Poll Survey & Voting System - ePoll PRO - WordPress Poll Maker & Voting Plugin ePoll PRO NULLED

View attachment 23858

Epoll PRO NULLED - WP Poll Maker & Voting Plugin is user poll / user voting and online contest system WordPress plugin. It offers a quicker & flexible way to insert polls & conduct election contest for voting into your blog post, or site anywhere just by adding a shortcode. You can run some gaming, election, event contest via this plugin. It comes with list/grid design and advance User Interface which is mobile responsive and it...

Read more about this resource...
 
raz0r 's signature
Reacted by:
Hi, any idea of how to get rid of this
 

Attachments

  • epoll.png
    epoll.png
    131.5 KB · Views: 9
Reacted by:
Hi, any idea of how to get rid of this
Maybe.

Open wp-content\plugins\epoll-wp-voting-pro\core\extras.php

and delete codes:

Code:
if(!function_exists('it_epoll_ev_car_wake_weekly')){
    function it_epoll_ev_car_wake_weekly() {
        $lic = new itWPMOdsEPOLL_LC(false , ITEPOLL_HOST , ITEPOLL_SECKEY );
        $lic->load();
        $staus = $lic->status();
        
    }
}

Code:
if(!function_exists('it_epoll_ev_car_cron_add_weekly')){

    add_filter( 'cron_schedules', 'it_epoll_ev_car_cron_add_weekly' );

    function it_epoll_ev_car_cron_add_weekly( $schedules ) {
       // Adds once Daily to the existing schedules.
       $schedules['every_day_ep'] = array(
           'interval' => 86400,
           'display' => __( 'Once A Day' )
       );
       return $schedules;
    }
    
    if ( ! wp_next_scheduled( 'it_epoll_acti_ev_car_hook' ) ) {
        wp_schedule_event( time(), 'every_day_ep', 'it_epoll_acti_ev_car_hook' );
      }
      
    add_action( 'it_epoll_acti_ev_car_hook', 'it_epoll_ev_car_wake_weekly' );
}
 
raz0r 's signature
Reacted by:
Maybe.

Open wp-content\plugins\epoll-wp-voting-pro\core\extras.php

and delete codes:

Code:
if(!function_exists('it_epoll_ev_car_wake_weekly')){
    function it_epoll_ev_car_wake_weekly() {
        $lic = new itWPMOdsEPOLL_LC(false , ITEPOLL_HOST , ITEPOLL_SECKEY );
        $lic->load();
        $staus = $lic->status();
       
    }
}

Code:
if(!function_exists('it_epoll_ev_car_cron_add_weekly')){

    add_filter( 'cron_schedules', 'it_epoll_ev_car_cron_add_weekly' );

    function it_epoll_ev_car_cron_add_weekly( $schedules ) {
       // Adds once Daily to the existing schedules.
       $schedules['every_day_ep'] = array(
           'interval' => 86400,
           'display' => __( 'Once A Day' )
       );
       return $schedules;
    }
   
    if ( ! wp_next_scheduled( 'it_epoll_acti_ev_car_hook' ) ) {
        wp_schedule_event( time(), 'every_day_ep', 'it_epoll_acti_ev_car_hook' );
      }
     
    add_action( 'it_epoll_acti_ev_car_hook', 'it_epoll_ev_car_wake_weekly' );
}
not working, please fix it, thanks you
 
Reacted by:

Attachments

  • extras.zip
    7.6 KB · Views: 5
raz0r 's signature
Reacted by:
Top