Elementor Pro | WordPress Websites Builder [Premium]

Elementor Pro | WordPress Websites Builder [Premium] v3.28.3 Nulled

No permission to download

ovitormoura

New member
Apr 8, 2019
29
4
3
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.
where are this line in?
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
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 @Tomz 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 :)
 

mczu

Member
Aug 15, 2022
33
29
18
Just to confirm what @Tomz 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
 

biscuit

Well-known member
May 30, 2018
417
240
63
Does that site belong to anyone here? I can't have elementor import .json files with God knows what content from an unsafe source.
 

modeman

New member
Oct 19, 2020
1
0
1
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: 81

PotePipote

Member
Jun 22, 2019
72
29
18
Venezuela
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

Near

New member
Mar 10, 2021
8
3
3
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!
 

ZooMilitant

New member
Nov 20, 2022
24
17
3
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

benauthor365

New member
Jun 14, 2022
6
1
3
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
 

Forum statistics

Threads
69,229
Messages
908,458
Members
237,097
Latest member
ahhshd

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