Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.1.0.1
- * @ Author : DeZender
- * @ Release on : 29.08.2020
- * @ Official site : http://DeZender.Net
- *
- */
- echo '<div class="clearfix"></div><center><span style="font-size:12px;color:#a0a0a0;font-weight: bold;"><br><br>Powered by:<br><b><u><a href="https://pinclone.net" title="Pinterest theme for WordPress" target="_blank" style="font-size:12px;color:#e61123;font-weight: bold;">WordPress Pinterest theme</a></u></b></span><br></center>' . "\n\n";
- if (!is_user_logged_in()) {
- echo '<div class="modal pinc-modal" id="popup-login-box" data-backdrop="false" data-keyboard="false" tabindex="-1" aria-hidden="true" role="dialog">' . "\n\t" . '<div class="modal-dialog modal-sm">' . "\n\t\t" . '<div class="modal-content">' . "\n\t\t\t" . '<div class="modal-header">' . "\n\t\t\t\t" . '<button id="popup-login-close" class="close popup-close" data-dismiss="modal" aria-hidden="true" type="button">×</button>' . "\n\t\t\t\t" . '<h4 class="modal-title">';
- _e('Welcome', 'pinc');
- echo '</h4>' . "\n\t\t\t" . '</div>' . "\n\t\t\t\n\t\t\t" . '<div class="modal-body">' . "\n\t\t\t\t";
- if (function_exists('wsl_activate')) {
- do_action('wordpress_social_login');
- echo '<hr />';
- }
- echo "\t\t\t\t" . '<div class="error-msg-loginbox"></div>' . "\n\t\t\t\t" . '<form name="loginform_header" id="loginform_header" method="post">' . "\n\t\t\t\t\t" . '<div class="form-group">' . "\n\t\t\t\t\t\t" . '<label class="control-label">';
- _e('Username or Email', 'pinc');
- echo '</label>' . "\n\t\t\t\t\t\t" . '<input class="form-control" type="text" name="log" id="log" value="" tabindex="0" />' . "\n\t\t\t\t\t" . '</div>' . "\n\t\t\t\t\t" . '<div class="form-group">' . "\n\t\t\t\t\t\t" . '<label class="control-label">';
- _e('Password', 'pinc');
- echo ' (<a href="';
- echo home_url('/login-lpw/');
- echo '" tabindex="-1">';
- _e('Forgot?', 'pinc');
- echo '</a>)</label>' . "\n\t\t\t\t\t\t" . '<input class="form-control" type="password" name="pwd" id="pwd" value="" tabindex="0" />' . "\n\t\t\t\t\t" . '</div>' . "\n\n\t\t\t\t\t" . '<input type="submit" class="pull-left btn btn-success btn-sm" name="wp-submit" id="wp-submit" value="';
- _e('Login', 'pinc');
- echo '" tabindex="0" />' . "\n\t\t\t\t\t" . '<div class="ajax-loader-loginbox pull-left ajax-loader hide"></div>' . "\n\t\t\t\t\t" . '<span id="popup-box-register" class="pull-left">';
- _e('or', 'pinc');
- echo ' <a href="';
- echo home_url('/signup/');
- echo '" tabindex="0">';
- _e('Sign Up', 'pinc');
- echo '</a></span>' . "\n\t\t\t\t" . '</form>' . "\n\t\t\t\t" . '<div class="clearfix"></div>' . "\n\t\t\t\t" . '<p></p>' . "\n\t\t\t" . '</div>' . "\n\t\t" . '</div>' . "\n\t" . '</div>' . "\n" . '</div>' . "\n";
- }
- echo "\n" . '<div id="scrolltotop"><a href="#"><i class="fa fa-chevron-up"></i><br />';
- _e('Top', 'pinc');
- echo '</a></div>' . "\n" . '<div id="popup-overlay"></div>' . "\n" . '<span class="check-767px"></span>' . "\n" . '<span class="check-480px"></span>' . "\n\n" . '<noscript>' . "\n\t" . '<div id="noscriptalert">';
- _e('You need to enable Javascript.', 'pinc');
- .............................................................
- ..............................
- ..........
Add Comment
Please, Sign In to add comment