xxreenaxx1 Posted October 7, 2010 Share Posted October 7, 2010 So I have decided to do research as my project and gain something from this. But also I will have to include programming which i prefer PHP. and will be testing these for my research. Does this sound like a good project and also If it is good sound.. Where do I start?... need a starting point and then I could go on to doing it.. Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/ Share on other sites More sharing options...
rwwd Posted October 7, 2010 Share Posted October 7, 2010 Here's a good start Here's another good start Those two are about the best you can get, then try and write something, when you get stuck, post here, and the resident experts can help, I'll be in the bar ;P Oh, and install a local server on your machine: Ie: xampp, lampp, just depends of your favoured flavour of OS. Rw Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1119947 Share on other sites More sharing options...
xxreenaxx1 Posted October 7, 2010 Author Share Posted October 7, 2010 Thank you for your reply, atleast one of us are enjoying .. well I do know the start of PHP... but for this project I dont know where to start.. should I just get down to PHP or do some research on security or user Interface design.. I am LOST Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1119970 Share on other sites More sharing options...
rwwd Posted October 7, 2010 Share Posted October 7, 2010 Well give us an idea of what your trying to achieve (the type of project), that's the best way that people on here can read your idea, and then from that suggest ways of accomplishing it, I have a similar problem at the moment, so I am white boarding the project, then from that I can create a framework of things I need to have ready to integrate. Fortunately Intranet is easier to deal with than internet!! Rw Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1119977 Share on other sites More sharing options...
xxreenaxx1 Posted October 8, 2010 Author Share Posted October 8, 2010 Oh I see. Well at the end of project I would want to create a website with all the information that I have gathered from my research. My research is based on computer security with is implied to user interface design. For this I would have to create mini project eg: log in page. To check the security issues and to back up my argument. Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120177 Share on other sites More sharing options...
rwwd Posted October 8, 2010 Share Posted October 8, 2010 So a login session/cookie class? That would more than cover your remit there. Rw Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120208 Share on other sites More sharing options...
xxreenaxx1 Posted October 8, 2010 Author Share Posted October 8, 2010 Im lost?? Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120230 Share on other sites More sharing options...
rwwd Posted October 8, 2010 Share Posted October 8, 2010 Create a script (from the basics) to have a website that has a form (username & password & perhaps a form of CAPTCHA) then have that linked to a 'protected' page, then just write the software to do all the processing, then just make it secure.. Google php login script and have a research from the results given. That will more than cover your requirements, and it's a good learning curve too! Rw - PS: I didn't mean to confuse you at all, I just forgot as your just starting out ;-p Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120236 Share on other sites More sharing options...
xxreenaxx1 Posted October 8, 2010 Author Share Posted October 8, 2010 I have done the login page before and worked my way around it. But what I need to know right now is, now that I have the basic bits where do I start? How do I start with the project? Got the login page, but thats just one bit off the shelf. Still got computer security research to do. I think what I should do is, research on computer security issues and apply them in real life and show how this work. Right But is this going to get me a good mark for my project or NOT Am I confusing you :S Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120245 Share on other sites More sharing options...
rwwd Posted October 8, 2010 Share Posted October 8, 2010 Confucius he say no ;p I understand, but I haven't got the time to commit to providing you with a concise answer. Ok you have a login script; does it work? If you want to research, I would do that on the subject of captcha, as to whether it is worth the effort, or whether a properly coded site can (try to) stop bots using forms, dont forget that forms can be circumvented.. Command line... Research sql injection attacks and see the methods used to prevent them, read up on the benefits and pitfalls of using javascript (client side) to do form validation instead of letting php take the strain (not wanting to spark off purists debate there, I ALWAYS use php to validate ) And study regex patterns for use in preg_ functions, I cannot tell you how MUCH I regret not learning the syntax when I started out, I'm learning it in retrospect now, but I am getting there. There are a myriad of things as you can research and document. Once you have a handle of what a decent login form interface should look like and do, try to code it; it's not as difficult as it sounds once you nail the basics.. Rw Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120270 Share on other sites More sharing options...
xxreenaxx1 Posted October 8, 2010 Author Share Posted October 8, 2010 Yes it does work. It like a website that I had to do for my second year and you can leave comments and all that stuff. So I am kind of set with the basic PHP and sql. Yes when I did the project for second year I did do sql injection, so I kind of know few things about it. Will study that. Thats true, yep Got it. Thanks for your time. Think I got it there. Sorry to take up all your time. Once again Thanks .. Now u can go and have your drink Quote Link to comment https://forums.phpfreaks.com/topic/215366-help-with-the-third-year-project/#findComment-1120280 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.