wannaknowit Posted October 15, 2006 Share Posted October 15, 2006 i'm setting up a website and i don't want my users to have to login or set up a new account to get to the chatroom and forums is there a way to do this, i'm a newbie so go easy on me lol Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/ Share on other sites More sharing options...
.josh Posted October 15, 2006 Share Posted October 15, 2006 are you building your chatroom and forum yourself? Simply leave out the whole registration process. using 3rd party scripts? Most forum softwares allow you to alter the permissions of usergroups. You could simply alter it to give the "guest" or "unregistered user" or whatever permissions to post, etc... and that's about all the help I can give without more info. p.s. - if it's 3rd party software, I suggest going to their website and asking them. Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/#findComment-109131 Share on other sites More sharing options...
wannaknowit Posted October 15, 2006 Author Share Posted October 15, 2006 yeah they are third party scripts i wanted to know could i put them all in the same database so that they user information could stay the same over the entire site. Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/#findComment-109190 Share on other sites More sharing options...
Stooney Posted October 15, 2006 Share Posted October 15, 2006 thats not so easy, you would have to edit all the scripts to use the same session variables and the same users database. Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/#findComment-109199 Share on other sites More sharing options...
wannaknowit Posted October 16, 2006 Author Share Posted October 16, 2006 would it be easier if i wasn't using 3rd party scripts?? Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/#findComment-109250 Share on other sites More sharing options...
fert Posted October 16, 2006 Share Posted October 16, 2006 [quote author=wannaknowit link=topic=111565.msg452328#msg452328 date=1160962412]would it be easier if i wasn't using 3rd party scripts?? [/quote]well then you would have to write everything from scratch Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/#findComment-109299 Share on other sites More sharing options...
wannaknowit Posted October 16, 2006 Author Share Posted October 16, 2006 ok so use the 3rd party scripts and go in and change the user sessions? is it really that difficult, or is it more of a do it once and cut and paste the rest??? Quote Link to comment https://forums.phpfreaks.com/topic/24012-one-user-database/#findComment-109307 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.