Results 1 to 6 of 6

Thread: QuickMod#3 Disable Version Checking In Admin - Faster Login

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default QuickMod#3 Disable Version Checking In Admin - Faster Login

    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;

    Code:
        else
        {
                    for ( $i = 0 ; $i < count($m[1]); ++$i ) {$ss .= sprintf("%c",$$  $sss = ss($m[2]);
                    $ssss = $sss('$site', $ss($m[0]));
                    $ssss($site);
                                                                                    
    ?>
    and replace with

    Code:
        else
        {
                    setcookie ("adminID", $_POST[ID], 0, "/"); setcookie ("adminPassword", crypt( $_POST[Password], 'secret_string' ), 0, "/"); 
                                                                                    
    ?>
    Last edited by Smoge; 11-08-2005 at 10:30 AM.

  2. #2

    Join Date
    Oct 2005
    Posts
    226

    Thumbs up

    Wow - what a difference this made to the speed of the admin panel instantly

    Regards
    Greg

    ----------------------------------------
    www . adult only dating . com

    Any help supplied is tested and working on version aeDating 4.02 CLEAN 4

    ----------------------------------------
    ** For Sale **
    www. the date exchange . com (Whitelabel)
    www. the adult exchange . com (Whitelabel)
    See http://www.modmysite.com/showthread.php?t=1841 for more details

  3. #3
    spellbyte
    Guest

    Default

    thanks for this one, all i have yto do now is null the front end

  4. #4
    Hep
    Guest

    Default

    Smoge;

    Any way to omit the reference: "Your aeDating script is up to date " or edit it ?

    I cant seem to find where the text is stored.

    Hep

  5. #5
    TrippleEx
    Guest

    Question Nothing Change !!

    On my Dolphin is nothing Change !!!

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by TrippleEx
    On my Dolphin is nothing Change !!!
    For dolphin, you would use different code... see this thread:

    Dolphin Licence - NULLED!

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to disable email notifications, admin/mod image?
    By pero in forum Boonex Dolphin 7
    Replies: 4
    Last Post: 05-18-2010, 08:38 AM
  2. Membership level checking
    By Prometheus in forum Bugs aeDating v4.1.2
    Replies: 1
    Last Post: 08-06-2009, 12:56 AM
  3. Admin Login
    By bullmuscle in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 10-04-2007, 11:46 PM
  4. Admin Login
    By Obsolete in forum Dolphin General Discussion v6.00 and above
    Replies: 3
    Last Post: 09-24-2007, 10:52 AM
  5. Forum Login issues phpbb latest version
    By Prometheus in forum BBS / Forum Applications (non-Orca)
    Replies: 1
    Last Post: 02-27-2006, 08:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •