• NullMasters - Please Only Handle Nulling Requests That Have Been Given The Approved Badge.

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

[Null Request] Wp Builder Email Template Addon

amintab2001

Member
Jun 2, 2018
48
20
8
tehran
camppadideh.ir
please null wp-builder-email
Make an impression with your customers and represent your brand well by customizing the design and content of your email



Live Demo: https://dev.wall-f.com/wpbuideremail/?page_id=17

email email-drap-and-drop wordpress
 

Attachments

  • wp-builder-email(1).zip
    651.6 KB · Views: 17
open check_purchase_code.php

find this function


function check_purchase_code_ajax(){
$code = sanitize_text_field($_POST["code"]);
$id = sanitize_text_field($_POST["id"]);
$status = $this->check_purchase_code($code,$id);
if( $status == "ok"){
update_option( '_redmuber_item_'.$id, "ok" );
update_option( '_redmuber_item_'.$id."_code", $code );
}
echo esc_attr($status);
die();
}

change with this

function check_purchase_code_ajax(){
$code = sanitize_text_field($_POST["code"]);
$id = sanitize_text_field($_POST["id"]);
$status = "ok";
if( $status == "ok"){
update_option( '_redmuber_item_'.$id, "ok" );
update_option( '_redmuber_item_'.$id."_code", $code );
}
echo esc_attr($status);
die();
}


this code inject this in your database

Edit EditCopy CopyDelete Delete607redux-framework_tracking_skippedyesyes
Edit EditCopy CopyDelete Delete642_redmuber_item_okyes
Edit EditCopy CopyDelete Delete643_redmuber_item__codeyes
Edit EditCopy CopyDelete Delete649_redmuber_item_29855785_code5353543534yes


change this and enjoy :)
 
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