kruzzen Posted May 1, 2008 Share Posted May 1, 2008 Hello all, My name is Shawn and I am new to this forum. I joined to help further my knowledge in PHP and I heard this is a good place for it. I am developing my own forum software called ZoneBB. Right now I am on the basic stage of it with a basic working developed forum but you cant register or login yet, its purely a guest-only system but that is still a major step from nothing. Plus I am new to php... Thanks for having me -Shawn Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/ Share on other sites More sharing options...
ucffool Posted May 2, 2008 Share Posted May 2, 2008 That sounds like great progress, welcome and good work! Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-531460 Share on other sites More sharing options...
blueman378 Posted May 2, 2008 Share Posted May 2, 2008 hey i happen to be doing the same thing lol, you can check ours out at www.webspirited.com/webspirited/forum/ if you need a hand with anything feel free to ask Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-531525 Share on other sites More sharing options...
Daniel0 Posted May 2, 2008 Share Posted May 2, 2008 Welcome Shawn Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-531538 Share on other sites More sharing options...
kruzzen Posted May 6, 2008 Author Share Posted May 6, 2008 Thanks for the welcome folks. Right now I have a basic forum with the ability to post and reply but no register or login system implemented yet. I am right now stuck on trying to "include once" my config.php file with all the database infromation on it. For now the forum only works when I include the host, db name, etc on every page but I need to get around that. Any tips on setting up the register/login system would rock my socks off Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-534031 Share on other sites More sharing options...
ucffool Posted May 6, 2008 Share Posted May 6, 2008 Though I haven't implemented it, I really liked this article on a PHP login system with admin features: http://www.evolt.org/PHP-Login-System-with-Admin-Features I've had it bookmarked for a while, and I remember searching a long time before I found something that I liked for learning, adapting, and using. Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-534058 Share on other sites More sharing options...
kruzzen Posted May 6, 2008 Author Share Posted May 6, 2008 Wow. That is a great article and I saved it for another day I can get deeper into this. Thank you for you help I am brand new to php and taking on an "advanced" project like forum software creation is mainly to test my wits and see if I can do it. Right now my other developers are also like me, not with knowledge and they are a bit young and seem not really interested in it as I am If any of you are interested in helping out. I'd love the help. I plan the software to be free to download as long as the copyright is kept on it. I already purchased the domain (sorry if this is spamming) www.ZoneBB.com (working on different template) as the name and resource center for the software. If you are at all interested, please email me at shawn "at" zonebb.com or PM me here. I am unable to check forums everyday, so it is easier to email me. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-534121 Share on other sites More sharing options...
blueman378 Posted May 6, 2008 Share Posted May 6, 2008 hi there, that article is acctually really good, i use it as my framework for all my database connections, and any site i make now, if you wish i can give you the stripped down version of that which basically jsut handles all your queries for you and allows you to define any varialbes you want sitewide Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-534153 Share on other sites More sharing options...
kruzzen Posted May 13, 2008 Author Share Posted May 13, 2008 That would be awsome, could I use it as well? Thanks and sorry for the late response, ol'workin man I am Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-540419 Share on other sites More sharing options...
The Little Guy Posted May 14, 2008 Share Posted May 14, 2008 Hi, welcome to the forum, Not to "Advertise" my site or anything, but it is basically a Code Snippet site, with many codes and some tutorials. Feel Free to use it! http://phpsnips.com Here are a few codes you may need/like: 3 Page Login Check if user is logged in Image CAPTCHA Connecting To A Database Authentication code Steer Clear of the User Registration Form due to the fact it is out of date. I will update it though, and I can let you know when it is updated if you want, just let me know if your interested. Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-540899 Share on other sites More sharing options...
kruzzen Posted May 15, 2008 Author Share Posted May 15, 2008 Wow. Lovely site right there. I will have to use it Thanks Quote Link to comment https://forums.phpfreaks.com/topic/103792-new-here/#findComment-542489 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.