Questions tagged [usercake]

Usercake is a simple and secure user management system written in PHP.

Usercake's goal is to provide a secure user management system which can easily be adapted to any project's needs. It is cleanly written, well documented and easily modified. It comes with a strong backbone of tools and functions necessary for user management and has an active community of developers and enthusiasts able to provide support for your project.

Usercake Website

36 questions
0
votes
2 answers

redirection to another page if array does not match

Have built a login system, I can assign permissions to a user which lets them access a page or not, all works fine. Currently if the user is logged in it and has permission is shows the content and if not logged in it redirects to login page. I am…
Marriott81
  • 275
  • 2
  • 16
0
votes
3 answers

highlight currently menu selection php

I have PHP code which will check if the user is logged in and will return the menu if they are, however I was wondering if there was a way to make each of the current selected highlighted or would I have to go through and add them as a manual list…
Marriott81
  • 275
  • 2
  • 16
0
votes
0 answers

Usercake PHP user management system bug: outputs path on top of directory overview

I'm using a mod of the usercake usermanagement system. Usercake: http://usercake.com/ Mod: http://usercake.com/thread.php?id=366 The mod makes it possible to protect files in subfolders. This is the source for the directory overview…
maxcode
  • 35
  • 8
0
votes
1 answer

PHP code showing in HTML

There's probably an obvious answer to this but I'm new to the world of PHP.. So I have $dbpages = fetchAllPagesD($path."/"); in my PHP code for UserCake and it's showing the concerned path on the page, before any of the content. I don't want it to…
0
votes
1 answer

using Usercake to discover information about a user

Okay so I have what I think is a weird problem. I'm using Usercake link to page as my form of user management . Everything works great and for someone who'd not to advanced in php/ db administration it's awesome. I am now attempting to change the…
brendosthoughts
  • 1,683
  • 5
  • 21
  • 38
-2
votes
1 answer

Check software version on website versus installed

I have two things in place. Just a normal, run of the mill wordpress site, userspice.com A downloadable php script called UserSpice that is used for managing users/controlling access to pages, etc. It's a complete PDO/OOP rewrite of UserCake. …
Dan Hoover
  • 235
  • 1
  • 14
1 2
3