| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/repository/wp-content/plugins/yop-poll/admin/views/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style src="<?php echo YOP_POLL_URL?>/public/assets/css/yop-poll-public.css"></style>
<script type="text/javascript">
function closeWindow() {
var userProfile = [], puid, pollObject;
window.opener.YOPPollBasicUpdateToken( <?php echo $poll_id;?>, '<?php echo wp_create_nonce( 'yop-poll-vote-' . $poll_id );?>');
userProfile.id = '';
userProfile.firstName = '';
userProfile.lastName = '';
userProfile.email = '';
puid = '<?php echo $_REQUEST['puid']; ?>';
pollObject = window.opener.document.querySelectorAll( "[data-uid='" + puid + "']" );
var result = window.opener.YOPPollSendBasicVote( pollObject, 'wordpress', userProfile );
if( 1 === result ) {
window.close();
}
}
</script>
</head>
<body onload="closeWindow()">
<div class="basic-overlay" style="width: 100%; height: 100%; text-align: center;">
</div>
</body>
</html>