Ok I got it. I thought I closed all the browsers...but I apparently didn't...Thanks anyway. Nice protection!
madman Support Mod
Joined: Feb 15, 2004
Posts: 806
Posted:
Thu Jun 10, 2004 3:41 pm
During site closed mode, you still able to access admin.php (for admin login) and re-open site from asec.php. If you can do that or has no idea how to do that ( ), create a quick script hack this (you can use any text editor):
Code:
<?php
require_once('mainfile.php');
if (function_exists('asec_untriggerCloseSiteMode')) {
asec_untriggerCloseSiteMode();
die('Your site re-open now. Check by accessing index page');
} else {
die('Admin Secure not installed in this system');
}
?>
Upload as (e.g.) opensite.php into your nuke root directory, then execute from your browser (you don't have to be an admin):
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum