JTKnight85 Posted April 3, 2009 Share Posted April 3, 2009 I'm interested in building a website, I have a host that I'd been using to run a MUD that I programmed for the last several years. Anyway, on to my questions/concerns. My server information: Operating system: Linux PHP version: 4.4.9 MySQL version: 5.0.75-community-log Apache version: 2.2.11 (Unix) I know absolutely nothing about PHP, honestly. But here is what I'm looking for feature wise: An index page that is public accessable, with a compact login/register applet with email verification and possibly a captcha image. Once logged in through verified accounts, the members should be able to access the subdomains from the index page via the links on the page. If they aren't logged in, it redirects them back to the index page and echoes "You must log in to view this page" somewhere on the index page so they will notice it. I'd also like the information in the registration page to register their account for use with my forums, I prefer SMF at this point. Mainly this would be to protect my users information, and keep spam down on the forums, and also to give me greater control in banishing problem users from the site which I plan to have a chat system installed on; which would benefit greatly from users needing verified accounts to access the chat page. I don't want to make users create a hundred different accounts for the chat, so I wont have a specific registration for that, but to prevent access from those not logged in with a main account would be nice. I hope that all made sense, and hopefully PHP is the way to go for something like this. I'm not completely new to programming, but some direction, advise, wisdom, and insight would be greatly appreciated. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/152451-is-php-right-for-me/ Share on other sites More sharing options...
JTKnight85 Posted April 3, 2009 Author Share Posted April 3, 2009 Oh, the chat is going to be used for a sort of free form roleplaying game, so that is why I mentioned not wanting to limit the users to using log in information with it. No passwords, just chat handles so they can feel free to use as many characters as they like without remembering a billion login details. One universal log in for the whole site. Quote Link to comment https://forums.phpfreaks.com/topic/152451-is-php-right-for-me/#findComment-800647 Share on other sites More sharing options...
WolfRage Posted April 3, 2009 Share Posted April 3, 2009 I don't understand the last bit you posted there, but i would say your login and session handler could definitely be PHP. But as for everything else in the lower directories I am researching, for myself, will get back to you. Quote Link to comment https://forums.phpfreaks.com/topic/152451-is-php-right-for-me/#findComment-800649 Share on other sites More sharing options...
KevinM1 Posted April 3, 2009 Share Posted April 3, 2009 PHP will work for you, but I suggest finding a host with version 5+. Version 4 is outdated, and no longer supported by Zend. Moreover, if you're looking to write some OO code, PHP 4 is a joke in that regard. Quote Link to comment https://forums.phpfreaks.com/topic/152451-is-php-right-for-me/#findComment-800718 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.