and I have a pretty good idea what I want to do with it, make some stuff member viewing, etc. Problem is, I need a login/ signup script that actually works Does anyone know how/ have any links where I can make this possible? I need it for this site.
Search google for it. I did a search and this is what I turned up: http://www.google.com/search?source=ig&hl=en&q=free php login script Another option is to turn that template into a CMS (content management system) template for Joomla and let it create a login for you.
Wow, I have no idea how to do that (joomla) XD! and everytime I end up on a script from google, it doesnt specify WHAT I'm supposed to name the things. It's just like "Now for the registration you just insert this code right here!" How am I supposed to know what to call them?
I really don't know, it depends on your database. If you set up a database you would name it there, then you would know.
Well, first it could be an idea to tell us what your fields in the different tables you have. That'd help us help you make a code
If you've got your own database, and you have to do it all by scratch, I'll suggest to follow this guide made by myself right now just for you P.S. now the code can be optimized, this is an 'on the fly' login system, but you should understand it's logic ^^ Cheers