Results 1 to 4 of 4

Thread: AED4.1004 Profiles Bug

  1. #1
    rr1024's Avatar
    Join Date
    Mar 2005
    Posts
    152

    Default AED4.1004 Profiles Bug

    Sorry wasn't sure where to put this post but anyone using 4.1 version you should check profile.php

    Find
    PHP Code:
    // member not available
    // member not available
    $p_arr db_arr"SELECT * FROM `Profiles` WHERE `ID` = $ID" ); 
    Below inline Find
    PHP Code:
    || $p_arr['Status'] = 'Active' 
    Change to
    PHP Code:
    || $p_arr['Status'] == 'Active' 
    This makes it so when profiles are not in active mode then they will not be visible....Thanks Dolphin AED Guys nice job
    Windows defined as 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition.
    -----------------------------------------------------
    My Aed site
    Adult Sex Toys My Web Real Estate Web Hosting Real Estate Realtors fed state taxes

  2. #2
    Kleetus
    Guest

    Default

    This "bug" also exists in 5.6.005 !
    Find around line 90
    PHP Code:
    if ( !($p_arr['ID'] && ($logged['admin'] || $logged['moderator'] || $member['ID'] == $ID || $p_arr['Status'] = 'Active') ) ) 

  3. #3
    rr1024's Avatar
    Join Date
    Mar 2005
    Posts
    152

    Default

    LOL glad I'm never going to update the script again...pretty sad.....It really shows their dedication to TESTING
    Windows defined as 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition.
    -----------------------------------------------------
    My Aed site
    Adult Sex Toys My Web Real Estate Web Hosting Real Estate Realtors fed state taxes

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

    Default

    I moved this to the 4.1.4 bug section - maybe the best place... I donno - since two versions are mentioned.

    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. Profiles to buy
    By Yair Czitrom in forum License / Profile / Site Exchange
    Replies: 1
    Last Post: 03-28-2008, 05:25 PM
  2. Need Profiles
    By James Tony in forum License / Profile / Site Exchange
    Replies: 10
    Last Post: 12-27-2007, 12:43 PM
  3. profiles
    By lansin in forum License / Profile / Site Exchange
    Replies: 0
    Last Post: 02-14-2007, 02:48 PM
  4. looking for new profiles
    By thedirtydude in forum License / Profile / Site Exchange
    Replies: 0
    Last Post: 04-20-2006, 11:15 AM
  5. profiles
    By valentino in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 07-04-2005, 04:57 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
  •