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
6
votes
3 answers

OOP PHP user class (usercake) not adding to database

I recently found this little user class script called usercake (http://usercake.com/), has all the basic functionality and seems to work very well. My problem: The first user gets added to the database fine, but after that it is not working. …
Adam
  • 9,189
  • 15
  • 46
  • 62
3
votes
6 answers

Don't understand the date format in mysql like 1286066935 - UserCake

I'am using UserCake for UserManagement - in the table userCake_Users there is a column LastSignIn but the value is in this format: 1286066935 with this function I get the right Date public function updateLastSignIn() { global…
elmanino
  • 69
  • 1
  • 4
3
votes
1 answer

mysqli incorrect number of rows returned

I'm writing a 'like' feature for my website and for the life of me, I just can't get this function working! Assuming this is a simplified version my database structure: id --- post_id --- user_id 1 --- 1 ----------- 1 2 --- 2 …
Joel Murphy
  • 2,472
  • 3
  • 29
  • 47
2
votes
3 answers

MediaWiki Integration

Is there any way that I can integrate the UserCake user management system with MediaWiki? I want to link the accounts in each system so users can log into both with the same username and password.
Christopher
  • 2,103
  • 4
  • 22
  • 32
2
votes
2 answers

Logging out too quickly with UserCake

I am being logged out too quickly; I'm guessing, 30 minutes +/-. If it matters, this website is hosted on a HostGator shared account. The version of UserCake that is used is '2.0.2'. I added the following to the php.ini file that is in this…
John R
  • 2,920
  • 13
  • 48
  • 62
2
votes
1 answer

Add new field on UserCake

I want to add a user_photo (user image URL) field to my UserCake PHP based website, do you know this script? I know how to add the field to the register page, that adds the URL to the db, but I don't know how to use it as the display name: when I…
juancrrn
  • 215
  • 3
  • 11
2
votes
1 answer

usercake updating field isn't working

I use User Cake for user management system but I am struggling with one problem, I have had asked this question in their website but I couldn't find anyone to help me out. What I need is simply making the users be able to update their information.…
amdvb
  • 209
  • 1
  • 6
  • 15
2
votes
1 answer

how to use usercake in codeigniter?

I need to embed/use the Usercake idea in Codeigniter? How should I go about doing this? I am trying to use the userlogin, session, etc classes of UserCake in CI, but not having much luck. Can anybody help me to do this? I have tried to search the…
Sandesh Sharma
  • 1,064
  • 5
  • 16
  • 32
1
vote
1 answer

Diagnosing PHP login form issues

I'm not looking for anyone to do all the legwork for me, but I have an open source project that works perfectly on most servers, but one person's server, when you go to register or login, the page just refreshes instead of logging in. Nothing is…
Dan Hoover
  • 235
  • 1
  • 14
1
vote
1 answer

Mysql: Call to a member function bind_param() on a non-object

Using usercake, I added an extra field to the registration page to record a users interests and store it in a table called interests. Since I not storing in the same table I needed to create a separate query like the following. Please take note…
RedShirt
  • 855
  • 2
  • 20
  • 33
1
vote
1 answer

Else clause not functioning as expected

Currently using this to check the permissions of a user, If the user is logged in then it shows the file and lists the DIR. This works fine along with the login screen showing up if the user is not shown to be logged in. I need it to be that if the…
Marriott81
  • 275
  • 2
  • 16
1
vote
1 answer

List Dir not functioning as expected

I have used usercake to make a login system, I am now altering it to suit my needs. Originally I a list dir setup on the page to show all of the "help files" within a specific folder. It worked fine but it was not secure and anyone could view. So I…
Marriott81
  • 275
  • 2
  • 16
1
vote
3 answers

Echoing an image link breaks my code

I am using usercake to generate links to different permissions. All works fine if I want hyperlinks, I added in an image bit and it broke the code, it will load but the entire address bar goes like there are no permissions. Before: //Links for…
Marriott81
  • 275
  • 2
  • 16
1
vote
0 answers

combining my protection script and my directory script

I am using Usercake which will allow me to protect my page unless you are logged in, which works as expected. I then wrote some code to show me the directory of a file, this also works as expected. Currently they both work individually. However, I…
Marriott81
  • 275
  • 2
  • 16
1
vote
0 answers

Change E-Mail Verification to SMS Verification UserCake

I'm currently using User Cake to manage users. But I would like to remove E-Mail Verification and add SMS verification options, using SMS Gateways. Can someone point me in the correct direction? At this stage in development I don't mind using…
Ben P. Dorsi-Todaro
  • 221
  • 1
  • 6
  • 20
1
2 3