Results 1 to 3 of 3

Thread: The whole world can see and rate photos????

  1. #1
    C2S_Struggling's Avatar
    Join Date
    Jul 2006
    Posts
    106

    Default The whole world can see and rate photos????

    A friend just informed me that the whole world can use the rate photos even if they are not a user or signed in, so anyone from anywhere can click on Rate Photos and see every photo including the private ones. Anyone know why and what to do to stop this? I am really getting discouraged.
    <--Adult Content-->
    Caved in to BooneX 5.5.0000

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

    Default

    This is not really a bug.... as rate.php has never required a user to login - and it limits rating by IP address (one per photo)

    Just edit your auth in rate.php per your requirements:
    Code:
    if ( !( $logged['admin'] = member_auth( 1, false ) ) )
        if ( !( $logged['member'] = member_auth( 0, false ) ) )
            $logged['aff'] = member_auth( 2, false );
    you can fool with that, or just replace it with:

    Code:
    $logged['member'] = member_auth(0);
    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.

  3. #3
    C2S_Struggling's Avatar
    Join Date
    Jul 2006
    Posts
    106

    Default

    Thank you Rob, so much to learn.....
    <--Adult Content-->
    Caved in to BooneX 5.5.0000

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rate photos deactivated, but showing
    By elusuario in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 24
    Last Post: 12-31-2007, 01:34 PM
  2. Add "Send this Profile to a friend" in Rate Photos.
    By Prometheus in forum Free Mod Exchange
    Replies: 1
    Last Post: 06-05-2007, 02:24 AM
  3. World Cities
    By Lee Rees in forum FAQ & HOWTO
    Replies: 1
    Last Post: 11-29-2006, 09:05 PM
  4. Rate Photos not available now
    By Smoge in forum Bugs aeDating v4.0.2
    Replies: 0
    Last Post: 10-22-2005, 01:04 AM
  5. Rate Photos
    By Herman in forum Wishlist
    Replies: 2
    Last Post: 03-31-2005, 06:21 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
  •