Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/giriqfky/nioscentre.in/wp-content/plugins/airlift/admin/components//list_accounts.php
<section id="account-list">
<?php $accounts = ALAccount::accountsByPlugname($this->settings); ?>
<div class="account-list-container custom-container text-center">
<h4>Accounts associated with this website</h4>
<div class="table-container">
<table>
<tr><th>Account Email</th><th>Last Synced At</th><th></th></tr>
<?php
$nonce = wp_create_nonce('bvnonce');
foreach($accounts as $key => $value) {
?>
<form action="" method="post">
<input type='hidden' name='bvnonce' value="<?php echo esc_attr($nonce); ?>" />
<input type='hidden' name='pubkey' value="<?php echo esc_attr($key); ?>" />
<tr>
<td><?php echo esc_html($value['email']); ?></td>
<td><?php echo esc_html(gmdate('Y-m-d H:i:s', $value['lastbackuptime'])); ?></td>
<td><input type='submit' class="button-primary" value='Disconnect' name='disconnect' onclick="return confirm('Are you sure?');"></td>
</tr>
</form>
<?php } ?>
</table>
</div>
<div style="margin: 15px;">
<a class="btn btn-primary" href="<?php echo esc_url($this->bvinfo->appUrl()); ?>" target="_blank">Visit Dashboard</a>
<a class="btn btn-primary" style="margin-left: 15px;" href="<?php echo esc_url($this->mainUrl('&add_account=true')); ?>">Connect New Account</a>
</div>
</div>
</section>
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | March 28 2025 09:38:19 | giriqfky / giriqfky | 0755 | |
| | | | | |
form.php | 1.273 KB | March 28 2025 09:38:19 | giriqfky / giriqfky | 0644 | |
header_top.php | 1.008 KB | March 28 2025 09:38:19 | giriqfky / giriqfky | 0644 | |
list_accounts.php | 1.285 KB | March 28 2025 09:38:19 | giriqfky / giriqfky | 0644 | |
show-secret-key.php | 1.555 KB | March 28 2025 09:38:19 | giriqfky / giriqfky | 0644 | |
webspacekit_banner.php | 2.656 KB | March 28 2025 09:38:19 | giriqfky / giriqfky | 0644 | |