Process Code
-
Hi!!
I’m happy with MAgic Action Box. But After many days I used again and
the process code button is in a loop, It’s no continue. I left stop.Do you have any idea could be?
Thank for your support
-
My version of WordPress 4.5.1 and de Magic Action Box is 2.17.1
Hi Elsa,
I’m not sure what you mean by “in a loop”. screenshots would be helpful. what code are you processing?
Hello, thanks for answering.
I mean the process button code. “Process Code”. The button does not work as it stays forever thinking and does not process the code.
thanks
Can you send us the code you are trying to process?
It’s the Raw HTML
‘
<style type=”text/css”>
.bmform_outer634811{width:220px;} .bmform_inner634811{border:1px solid #797a7b;} .bmform_head634811{background-color:#d0d6d9; height:37px;} .bm_headetext634811{color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:18px; padding:6px 10px 0 10px; font-weight:bold;} .bmform_body634811{background-color:#f0f2f3; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:12px;} .bmform_introtxt634811{font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-bottom:12px;} .bmform_frmtext634811{padding: 5px 0px 3px 0px; display:block; float:none; text-align: left; text-decoration: none; width: auto; font-weight:bold;} .bmform_frm634811{color:#000000; display:block; float:none; font-family:Verdana,sans-serif; font-size:14px; font-style:normal; font-weight:normal; text-align:left; text-decoration:none; width:190px; padding:3px;} .bmform_button634811{text-align:center; padding-top:15px;} .bmform_submit634811{padding:3px 12px 3px 12px;} .bmform_footer634811{}.footer_bdy634811{}.footer_txt634811{}#tdLogo634811 img{margin-bottom:10px; max-width:230px;}</style>
<script type=”text/javascript”>
function CheckField634811(fldName, frm){ if ( frm[fldName].length ) { for ( var i = 0, l = frm[fldName].length; i < l; i++ ) { if ( frm[fldName].type ==’select-one’ ) { if( frm[fldName][i].selected && i==0 && frm[fldName][i].value == ” ) { return false; } if ( frm[fldName][i].selected ) { return true; } } else { if ( frm[fldName][i].checked ) { return true; } }; } return false; } else { if ( frm[fldName].type == “checkbox” ) { return ( frm[fldName].checked ); } else if ( frm[fldName].type == “radio” ) { return ( frm[fldName].checked ); } else { frm[fldName].focus(); return (frm[fldName].value.length > 0); }} }
function rmspaces(x) {var leftx = 0;var rightx = x.length -1;while ( x.charAt(leftx) == ‘ ‘) { leftx++; }while ( x.charAt(rightx) == ‘ ‘) { –rightx; }var q = x.substr(leftx,rightx-leftx + 1);if ( (leftx == x.length) && (rightx == -1) ) { q =”; } return(q); }
function checkfield(data) {if (rmspaces(data) == “”){return false;}else {return true;}}
function isemail(data) {var flag = false;if ( data.indexOf(“@”,0) == -1 || data.indexOf(“\\”,0) != -1 ||data.indexOf(“/”,0) != -1 ||!checkfield(data) || data.indexOf(“.”,0) == -1 || data.indexOf(“@”) == 0 ||data.lastIndexOf(“.”) < data.lastIndexOf(“@”) ||data.lastIndexOf(“.”) == (data.length – 1) ||data.lastIndexOf(“@”) != data.indexOf(“@”) ||data.indexOf(“,”,0) != -1 ||data.indexOf(“:”,0) != -1 ||data.indexOf(“;”,0) != -1 ) {return flag;} else {var temp = rmspaces(data);if (temp.indexOf(‘ ‘,0) != -1) { flag = true; }var d3 = temp.lastIndexOf(‘.’) + 4;var d4 = temp.substring(0,d3);var e2 = temp.length – temp.lastIndexOf(‘.’) – 1;var i1 = temp.indexOf(‘@’);if ( (temp.charAt(i1+1) == ‘.’) || ( e2 < 1 ) ) { flag = true; }return !flag;}}
function CheckFieldD634811(fldH, chkDD, chkMM, chkYY, reqd, frm){ var retVal = true; var dt = validDate634811(chkDD, chkMM, chkYY, frm); var nDate = frm[chkMM].value + ” ” + frm[chkDD].value + ” ” + frm[chkYY].value; if ( dt == null && reqd == 1 ) { nDate = “”; retVal = false; } else if ( (frm[chkDD].value != “” || frm[chkMM].value != “” || frm[chkYY].value != “”) && dt == null) { retVal = false; nDate = “”;} if ( retVal ) {frm[fldH].value = nDate;} return retVal; }
function validDate634811(chkDD, chkMM, chkYY, frm) {var objDate = null; if ( frm[chkDD].value != “” && frm[chkMM].value != “” && frm[chkYY].value != “” ) {var mSeconds = (new Date(frm[chkYY].value – 0, frm[chkMM].selectedIndex – 1, frm[chkDD].value – 0)).getTime();var objDate = new Date();objDate.setTime(mSeconds);if (objDate.getFullYear() != frm[chkYY].value – 0 || objDate.getMonth() != frm[chkMM].selectedIndex – 1 || objDate.getDate() != frm[chkDD].value – 0){objDate = null;}}return objDate;}
function _checkSubmit634811(frm){
if ( !isemail(frm[“fldEmail”].value) ) {
alert(“Por favor introduzca el Email”);
return false;
}
if ( !CheckField634811(“fldfirstname”, frm) ) {
alert(“Por favor introduzca el Nombre”);
return false;
}
return true; }
</script>
<div align=”center”>
<form style=”display:inline;” action=”https://lb.benchmarkemail.com//code/lbform” method=post name=”frmLB634811″ accept-charset=”UTF-8″ onsubmit=”return _checkSubmit634811(this);” >
<input type=hidden name=successurl value=”https://www.benchmarkemail.com/Code/ThankYouOptin?language=spanish” />
<input type=hidden name=errorurl value=”https://lb.benchmarkemail.com//Code/Error” />
<input type=hidden name=token value=”mFcQnoBFKMQdLUcC6d2DEuZXUawFafLCgbKHRZTQ%2F%2FNSFnnfVOE3TQ%3D%3D” />
<input type=hidden name=doubleoptin value=”” />
<div class=bmform_outer634811 id=tblFormData634811>
<div class=bmform_inner634811>
<div class=bmform_head634811 id=tdHeader634811>
<div class=bm_headetext634811>Únete a iEncontre</div></div>
<div class=bmform_body634811>
<div class=bmform_introtxt634811 id=tdIntro634811 ></div>
<div id=tblFieldData634811 style=’text-align:left;’><div class=bmform_frmtext634811>
Email <span style=’color:#CC0000;font-size:125%;’> *</span> </div>
<input type=text class=bmform_frm634811 name=fldEmail maxlength=100 /><div class=bmform_frmtext634811>
Nombre <span style=’color:#CC0000;font-size:125%;’> *</span> </div>
<input type=text class=bmform_frm634811 name=fldfirstname maxlength=100 />
</div><div class=bmform_button634811><input type=”submit” id=”btnSubmit” value=”si, quiero” krydebug=”1751″ class=bmform_submit634811 />
</div></div>
<div class=bmform_footer634811><div class=footer_bdy634811><div class=footer_txt634811></div></div></div>
</div></div>
<table id=”tblRequiredField634811″ width=”220″ border=”0″ cellspacing=”0″ cellpadding=”0″ ><tr><td align=right style=’font-size:10px;’>
* Campo Obligatorio
</td></tr></table>
</form></div>
<!– BEGIN: Email Marketing By Benchmark Email ——><div align=”center” style=”padding-top:5px;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;”>Powered by Benchmark Email</div>
‘I can process the code you sent just fine on my website.
Would you like us to check out the problem on your wordpress dashboard? If so, please open a support ticket at https://prosulum.zendesk.com and we’ll work from there.
Hi! Ryann
Yes, I opened a support ticket a few days ago, May 8.
thanks for your help
Hi! Ryann
I like your plugin is very good.
I do not know if uninstalling the plugin I would lose all my work. Another thing that worries me is that I read that sometimes if It’s uninstall can damage the template.
Could you please check the ticket that I opened as you indicated to me some time ago.
Thanks in advance
I created the ticket and I did not receive answers.
This is not resolved
Hi @elsy,
I already answered you on the ticket you created https://prosulum.zendesk.com/tickets/2277 you should have received an email about my reply last May 31.
Long story short, it was wordfence. I activated training mode on the firewall, ran process code, and enabled the firewall again.
- The topic ‘Process Code’ is closed to new replies.