Katerio - News & Magazine Multilingual CMS

Katerio - News & Magazine Multilingual CMS 1.0.6 (08 October 2022)

No permission to download

ghostriderrr

Well-known member
Babiato Lover
Null Master
Trusted Uploader
May 2, 2022
428
499
63
OutOfWorld
Thanks for efforts to null this script but your nulled file have many issues like it also removed admin account creation script and it also replaced bootstrap library to older version.

I have corrected all these errors and uploaded the nulled file again.
i dont' change anything expect license file . and in my case everything working fine .
 

johnc

Well-known member
Feb 18, 2021
288
261
63
i dont' change anything expect license file . and in my case everything working fine .
You can compare with untouched file regarding changes.
It will work fine but with issues like you have to create admin account manually.
 

perusahaan.hai

New member
Jan 2, 2020
9
1
3
www.harianaceh.co.id
Thanks for efforts to null this script but your nulled file have many issues like it also removed admin account creation script and it also replaced bootstrap library to older version.

I have corrected all these errors and uploaded the nulled file again.
Thank you so much for sharing this script. I will test it as soon as possible on my side. Anyway...appreciate it.
 

johnc

Well-known member
Feb 18, 2021
288
261
63
Bro maybe you miss something I make admin account normally 🙄.
I have not missed something, Dear instead of arguing please check and compare file install\ajax.php with the untouched version, You can easily see in your provided nulled version by you have many codes are removed which required to create admin.
Code:
/*----------------------------------------------------
       PREPARE SQL QUERY USING PDO FOR CREATE NEW ADMIN
    ----------------------------------------------------*/
    $create_admin =  $db->prepare("INSERT INTO `admins` (email,name,username,email_verified,role,image,password,remember_token,created_at,updated_at) VALUES (:name,:email,:username,:verified,:role,:image,:password,:token,:created,:updated)");

    /*----------------------------------------------
        ADD NEW SUPER ADMIN WHILE INSTALLATION
    ----------------------------------------------*/
    $create_admin->execute([
        ':name' => strip_tags(trim($admin_details['admin_name'])),
        ':email' => trim($admin_details['admin_email']),
        ':username' => strip_tags(trim($admin_details['admin_username'])),
        ':verified' => 1,
        ':password' => password_hash($admin_details['admin_password'], PASSWORD_BCRYPT),
        ':role' => 1,
        ':image' => null,
        ':token' => null,
        ':created' => date('Y-m-d h:i:s'),
        ':updated' => date('Y-m-d h:i:s'),

    ]);
    $last_insert_id = $db->lastInsertId();
    /*--------------------------------------------------------
       PREAPARE SLQ QUERY FOR ASSIGN SUPER ADMIN ROLE
    --------------------------------------------------------*/
    $role_assign = $db->prepare("INSERT INTO `model_has_roles` (role_id,model_type,model_id) VALUES (:role_id,:model,:model_id)");
    /*--------------------------------------------------------
        ASSIGN SUPER ADMIN ROLE FOR CREATED ADMIN
    --------------------------------------------------------*/
    $role_assign->execute([
        ':role_id' => '1',
        ':model' => 'App\Admin',
        ':model_id' => $last_insert_id,
    ]);
    return true;

Also check in assets\common\js\bootstrap.min.js which is using Bootstrap v4.0.0 but actual version is using Bootstrap v4.4.1
 
Last edited:

RoyalC

Active member
Aug 16, 2019
245
38
28
it work great , thanks for sharing

for making super admin it's simple

install script , put your credential like require then go to admin dashboard and then create a super admin with role super_admin and it's working great.
 

johnc

Well-known member
Feb 18, 2021
288
261
63
johnc updated Katerio - News & Magazine Multilingual CMS with a new update entry:

Version: 1.0.5 (03 July 2022)-Nulled

[added]
added automation support for rss feeds, now you can add as many as rss feed url you want to import automatically in your blog. you can decide how many time it will fetch data automatically from your admin panel. you have to setup cron job for it. [improvement]
optimize all database query and cached it for improve performance and load it fast [fixed] minor styling issue fixed

Read the rest of this update entry...
 

johnc

Well-known member
Feb 18, 2021
288
261
63
In this script the settings are scattered in multiple places. You can set in pages > all pages and in SEO Settings under general settings as well.
 

helpicon

Member
May 6, 2019
60
19
8
Hey whats with the size of your file ? in @ core folder/storage/debugbar there are lots of files. why is those required ?
 

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