• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Infinite – Blog & Magazine Script v4.2.1

WebciBey

New member
Banned User
Sep 3, 2022
4
6
3
humeydi.com

Infinite – Blog & Magazine Script v4.2.1​

Infinite is a multi-purpose blog-journal script. It has a clean, responsive and user-friendly design. With the powerful Admin panel, you can manage your posts, private pages, categories, user comments, advanced settings and communication messages. It also has a handy ad management system. With this system, you can manage your advertising spaces. It is secure, SEO optimized, fast and easy to use.

\\

\\

Main Features​

  • Clean and Responsive Design
  • Built Using Bootstrap
  • Totally Secure System
  • Multilingual System (New Languages Can Be Added Easily)
  • RTL Support
  • SEO Optimized and SEO Friendly URL
  • Structured Data (JSON-LD)
  • Multi-Author System
  • Light / Dark Mode
  • theme settings
  • Unlimited Layout Colors
  • Cache System
  • Editable and Sortable Navigation
  • Responsive and Sortable Slider (Enable and Disable Option)
  • Any Ad Code Responsive Ad Spaces (Including Adsense)
  • Add Unlimited Fully Editable Pages
  • Page Description, Show Page, Show Page Title, Show Content Map, Show Right Column Options for Pages
  • Contact page
  • Search Site
  • Add, Delete, Update Unlimited Categories
  • Add, Delete, Update Unlimited Posts
  • Video Post Option
  • GIF Support
  • Emoji Responses
  • Save As Draft Option for Posts
  • Reading List Page (Add/Remove from List)
  • Lazy Image Loading
  • Advanced Shipping Options
  • Downloads for Shipments
  • Dynamic Label System
  • Ajax Comment System
  • Manage Comments
  • Comment Approval System
  • Pageviews (Enable and Disable Option)
  • Rich Text Editor (Add Images and Videos)
  • Voting Poll (Add, Delete Unlimited Polls)
  • Gallery Page (Enable and Disable Option)
  • Gallery Albums
  • Gallery Categories
  • Add, Delete Unlimited Photos
  • Bulletin
  • Different Email Libraries (Swift Mailer and PHP Mailer)
  • Social Login (Facebook and Google)
  • Social network
  • Widgets (Popular Posts, Picks, Categories, Random Posts Slider, Tags)
  • Sitemap.xml Generator
  • RSS Aggregator System (Auto Update with Cron Job) (Does not support full-text RSS)
  • RSS (with different channels)
  • Maintenance mode
  • Font Settings (New Google Fonts Can Be Added Easily)
  • Membership System with 3 Roles (Administrator, Author, User)
  • Enable and Disable Membership System
  • Manage Registered Users
  • User Profile Page
  • Secure Authentication
  • Follow and Unfollow Users
  • Google Analytics
  • Cookie Notice for GDPR
  • Password reset
  • Advanced Settings Options
  • Logo, Favicon, Site Title, Site Description etc. from the Admin Panel. Changing
  • Easy Setup Using the Setup Wizard
  • Detailed Documentation
  • Works on PHP 7.3 and Higher

Security​

  • Preventing Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS) Prevention
  • Password Hash
  • Avoiding SQL Injection

Requirements​

  • PHP 7.3 and Higher Versions
  • cURL PHP Extension
  • File Info PHP Extension
  • Exif PHP Extension
  • mbstring PHP Extension

https://disk.yandex.com.tr/d/yLGCnR6WU7ub6A
 
This is not nulled, this need license key to activate.
open file /install/functions.php

search
Code:
function verify_license($license_code, $current_url)
{
    $url = "https://codingest.net/api/verify-infinite-license?license_code=" . $license_code . "&domain=" . $current_url;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $response = curl_exec($ch);
    curl_close($ch);
    if (empty($response)) {
        $url = "http://codingest.net/api/verify-infinite-license?license_code=" . $license_code . "&domain=" . $current_url;
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $response = curl_exec($ch);
        curl_close($ch);
    }
    return json_decode($response);
}
replace on
Code:
function verify_license($license_code, $current_url)
{
    return 'ok';
}
and enter random license code on install page
 
  • Love
Reactions: WebciBey
open file /install/functions.php

search
Code:
function verify_license($license_code, $current_url)
{
    $url = "https://codingest.net/api/verify-infinite-license?license_code=" . $license_code . "&domain=" . $current_url;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $response = curl_exec($ch);
    curl_close($ch);
    if (empty($response)) {
        $url = "http://codingest.net/api/verify-infinite-license?license_code=" . $license_code . "&domain=" . $current_url;
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $response = curl_exec($ch);
        curl_close($ch);
    }
    return json_decode($response);
}
replace on
Code:
function verify_license($license_code, $current_url)
{
    return 'ok';
}
and enter random license code on install page
i did this but when the installation is finished "Invalid License Code!" Gives a fault
 
i did this but when the installation is finished "Invalid License Code!" Gives a fault
file: /system/Helpers/text_helper.php
string: 171-176
remove this code:
Code:
            if(sha1(md5($dm) . $prc) != trim($lc)){
                if(function_exists('escInf')){
                    escInf();
                }
                exit();
            }
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock