Quote (Blankey @ Aug 24 2013 09:09pm)
Not sure how to phrase it; but would it be possible to have one web site with multiple functions (for example the same website has both a section with a format/code similar to Facebook; and another similar to jsp. Both under one website but in different 'tabs'). Not sure if anyone will be able to understand that as I don't know the proper terms but i'd love insight if you can figure out what I'm asking.
thats called porting. creating a portal for an SMF forum for example. the "portal" grabs data form mysql and uses the same functions as SMF itself. (to make real portal for SMF it wouldnt be a bad idea)
SMF is free and fairly secure (open source so it has issues)
There are a ton of security issues to worry about, but if you find someone who knows the ins and outs of php / web security you'll be golden.
I find it better to worry abotu security issues later rather than cover everything at once. (it hinders launch dates) and then jut work on security as you go along but still be exrtemly concerned about database comprimise)
I used to manage my own site with a modified SMF forum (custom portal, functions, and scripts) It grabbed data from MySQL (custom stealthbot script that sent run data to the database) and then i would have the website display live runs and stats directly thourgh the forum. i also added a ranking system to registered users (they added their account name @useast/uswest/etc and it would automatically grab their stats and display their rank next to their account information on the forum) I never went anywhere with it beause I didnt have the time to keep it going, it was very successfull for the week or two i had it going though. simply because it added features JSP didnt/doesnt have.
I actually thought about doing this again, i just recently lost my job so now i have the time!

i believe i still have the source on my old hard drive, if you are interested in collaborating let me know.
This post was edited by Glyph89 on Aug 25 2013 02:04am