Users Have Access That Should Not

Discussion in 'Setting-up protection' started by jjump, Aug 7, 2012.

  1. jjump

    jjump New Member

    Joined:
    Jun 22, 2012
    Messages:
    14
    Our website is both a free and subscription based website. We have a .php file protected and non subscribers only have access to certain stories and then paid subscribers have access to ALL stories.

    Then we also have a folder protected that full paid subscribers can access as well as partial paid subscribers.

    The partial paid subscribers SHOULD NOT be able to access the stories JUST the folder with certain files. However right now the partial subscribers have access to EVERYTHING. How can we limit this access in the new system?

    In the old system the product numbers were displayed and you could turn on/off the different subscribers by simply adding or removing the product number from the line of code in the .php file. However it doesn't look like it works that way any longer :-(.

    Thank you in advance for your help!
  2. jjump

    jjump New Member

    Joined:
    Jun 22, 2012
    Messages:
    14
    Problem solved.
  3. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    Can you not put the files into two separate files?

    Give permissions to access both to full members and only to the one for partial members.
  4. jjump

    jjump New Member

    Joined:
    Jun 22, 2012
    Messages:
    14
    The old number array is actually still there, so the programmer got it to work properly again.

Share This Page