• 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"

Elementor Pro | WordPress Websites Builder [Premium]

Elementor Pro | WordPress Websites Builder [Premium] v3.21.2

No permission to download
Code:
$response = wp_remote_get( "http://wordpressnull.org/elementor/templates/{$parsed_args['body']['id']}.json", [ 'sslverify' => false, 'timeout' => 25 ] );

This line seems very dangerous. No wonder sites are getting hacked.
Just to confirm what @Babak said. This is perfectly safe. I rarely interact on this thread, however we will try and put all the templates on GitHub when we get free time. That will solve you concerns.

TassieNZ :)
 
Just to confirm what @Babak said. This is perfectly safe. I rarely interact on this thread, however we will try and put all the templates on GitHub when we get free time. That will solve you concerns.

TassieNZ :)
good idea.. to eliminate of people worriedness
 
Does that site belong to anyone here? I can't have elementor import .json files with God knows what content from an unsafe source.
 
Hello, how to make template import to work? I have installed elementor free and uploaded elementor pro, but when i go to Kit Library and trying to import any template i get message that i need to purchase pro version.
 

Attachments

  • screenshot.png
    screenshot.png
    258.3 KB · Views: 82
This is the code contained in the file called "Karma" I don't know much about JavaScript.

Code:
const karmaCoreConfig = require( '../elementor/karma.conf' );

module.exports = function( config ) {
    karmaCoreConfig( config );

    // Set base path.
    config.basePath = __dirname + '/../elementor/';

    // Change qunit-tests to pro.
    Object.entries( config.files ).some( ( [ key, path ] ) => {
        if ( 'assets/js/qunit-tests.js' === path ) {
            config.files[ key ] = __dirname + '/' + path;
            return true;
        }
        return false;
    } );
};

It works in conjunction with the "qunit-tests" file that contains the following:

Code:
/*! elementor-pro - v3.8.2 - 21-11-2022 */
/******/ (() => { // webpackBootstrap
/******/     "use strict";
/******/     var __webpack_modules__ = ({

/***/ "../tests/qunit/editor/editor.js":
/*!***************************************!*\
  !*** ../tests/qunit/editor/editor.js ***!
  \***************************************/
/***/ (() => {

/**
 * This file load elementor core in order to run 'editor' tests, since the 'pro' does not include the editor it self.
 * for enabling the feature use '--development-tests' in command arguments ( at building command ).
 * dependencies/how to run:
 * core node_modules ( npm install ).
 * core compiled scripts ( grunt watch_scripts ).
 * pro compiled scripts with '--development-tests' ( grunt watch_scripts --development-tests )
 * pro: grunt karma:unit.
 */
// #if true === process.argv.includes( '--development-tests' )
// import EditorBootstrapCore from 'elementor/tests/qunit/editor/bootstrap';
// import editorConfig from '../mock/config/editor.json';
//
// import tests from '../tests/';
//
// export class EditorBootstrapPro extends EditorBootstrapCore {
//     initialize() {
//         window.elementorProEditorConfig = editorConfig;
//
//         // Load elementor-pro.
//         require( 'editor/editor' );
//
//         super.initialize();
//     }
//
//     runTests() {
//         return tests();
//     }
// }
// // #else
// export class NullClass {}
// #endif


/***/ })

/******/     });
/************************************************************************/
/******/     // The module cache
/******/     var __webpack_module_cache__ = {};
/******/     
/******/     // The require function
/******/     function __webpack_require__(moduleId) {
/******/         // Check if module is in cache
/******/         var cachedModule = __webpack_module_cache__[moduleId];
/******/         if (cachedModule !== undefined) {
/******/             return cachedModule.exports;
/******/         }
/******/         // Create a new module (and put it into the cache)
/******/         var module = __webpack_module_cache__[moduleId] = {
/******/             // no module.id needed
/******/             // no module.loaded needed
/******/             exports: {}
/******/         };
/******/     
/******/         // Execute the module function
/******/         __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/     
/******/         // Return the exports of the module
/******/         return module.exports;
/******/     }
/******/     
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
/*!******************************!*\
  !*** ../tests/qunit/main.js ***!
  \******************************/


var _editor = __webpack_require__(/*! ./editor/editor */ "../tests/qunit/editor/editor.js");

new _editor.EditorBootstrapPro();
})();

/******/ })()
;
//# sourceMappingURL=qunit-tests.js.map
 
  • Like
Reactions: wonkyballz
Hi, I'm new to wordpress, any chance someone can explain or give a link to where I can see how to use this? Thank you!
 
Hi, I'm new to wordpress, any chance someone can explain or give a link to where I can see how to use this? Thank you!
Download the latest Elementor from Wordpress, then upload the zip file to your plugins and voila. You now have a visual builder.
 
  • Like
Reactions: Near.
Code:
$response = wp_remote_get( "http://wordpressnull.org/elementor/templates/{$parsed_args['body']['id']}.json", [ 'sslverify' => false, 'timeout' => 25 ] );

This line seems very dangerous. No wonder sites are getting hacked.
wch file contains this line
 
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