What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
WP Poll Survey & Voting System - ePoll PRO

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

raz0r

owner
Staff member
Administrator
Moderator
Member
Messages
29,222
Files
7026
Reactions
103,210
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: 15
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: 15
raz0r 's signature
Reacted by:
i tried replacing the the extra, just like you said and it didn't work. also deleted the code the same thing what can be wrong. or any other plugin can be used.1750830640703.png
 
Reacted by:
Top