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!
My Church App - Android & IOS Flutter Church Application

My Church App - Android & IOS Flutter Church Application 1.0.0

raz0r

owner
Staff member
Administrator
Moderator
Member
Messages
30,565
Files
7093
Reactions
113,396
raz0r submitted a new resource:

My Church App - Android & IOS Flutter Church Application - Download My Church App Android & IOS Flutter Church Application Codecanyon 28907986

View attachment 17294

Extend beyond the Sunday mornings and the four walls of your church. We have brought together all of the top features that your church app must have:
Livestreaming, Radio, Events, Devotionals, Notifications, Notes, multi-version bible, Audio/Video Messages, Subscription plans to watch videos or listen to audio messages. App comes with 7 different bible versions namely KJV, NKJV, AMPLIFIED, NLT, NIT, MESSAGE and NRSV versions.

Comes with social network...

Read more about this resource...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: gautha
pls share nulled version, or how did you null it?
Open system\core\CodeIgniter.php and delete this code:
Code:
      if(!isset($CFG->config['purchase-code'])){
      echo "Purchase code missing,<br> please add the lines below to /application/config/config.php file<br><br>";
            echo '$config["purchase-code"] = "YOUR PURCHASE CODE SHOULD BE HERE";';
            exit;
        }else if($CFG->config['purchase-code'] == "YOUR PURCHASE CODE SHOULD BE HERE"){
      echo "Purchase code missing,,<br> please update your purchase code from codecanyon to /application/config/config.php file<br><br>";
            echo '$config["purchase-code"] = "YOUR PURCHASE CODE SHOULD BE HERE";';
            exit;
        }else if(!isset($CFG->config['purchase-from'])){
      echo "'Purchase from' config is missing,,<br> please update where you purchased the project to /application/config/config.php file,<br> it should  be either codecanyon or envisionapps, if you purchased directly from us. <br><br>";
            echo '$config["purchase-from"] = "codecanyon";';
            exit;
        }else if(isset($CFG->config['invalidate']) && $CFG->config['invalidate'] == TRUE){
            $EXT->hooks['post_controller_constructor'][] = array(
             'class'    => 'JWT',
            'function' => 'jwt_function2',
            'filename' => 'jwt_helper.php',
            'filepath' => 'helpers',
             'params'   => array($CFG->config['purchase-code'],$CFG->config['purchase-from'])
            );
    }/*else if(isset($CFG->config['purchase-from']) && strtolower($CFG->config['purchase-from']) == strtolower("codecanyon")){
        $EXT->hooks['post_controller_constructor'][] = array(
         'class'    => 'JWT',
        'function' => 'jwt_function',
        'filename' => 'jwt_helper.php',
        'filepath' => 'helpers',
         'params'   => array($CFG->config['purchase-code'],$CFG->config['purchase-from'])
        );
  }*/else{
        $EXT->hooks['post_controller_constructor'][] = array(
         'class'    => 'JWT',
        'function' => 'jwt_function',
        'filename' => 'jwt_helper.php',
        'filepath' => 'helpers',
        'params'   => array($CFG->config['purchase-code'],$CFG->config['purchase-from'])
        );
    }
 
raz0r 's signature
Reacted by:
Top