PDA

View Full Version : Login help! (URGENT)


webdiddy
03-16-2006, 11:42 PM
Hello!

This is my first post here.

Here's the thing, I'm building a website using various php scripts from I found on hotscripts.
Because I'm not much of a programmer myself I'm using a separate script for the blog, another one for the links section and a different one for the gallery and so on.
The downside to this is that I have to login on a separate page to update the gallery and another page to update the blog and so on.

So now for my question.
Is there a simple way to either remove the need for a login for all the scripts and just create a separate page with one login that let's me login to all of the sripts at once?
Or if there's a script that can kinda save the passwords and logs in for me?

I hope you understand what I mean.

Hoping for a quick reply.

Thanks in advance.

Rappa
03-17-2006, 01:17 AM
if your new at php id suggest using a web portal such as nuke or e107

www.phpnuke.org


www.e107.org

ns1987
03-17-2006, 01:28 AM
phpNuke?

._.;;

phpNuke is an embarassment to PHP.

Rappa
03-17-2006, 01:45 AM
your an embarrassment to php

ns1987
03-17-2006, 02:10 AM
Wow. No need to take it personally.
Anyways, some CMS's
http://phpxref.net/viewforum.php?id=2

missing-score
03-17-2006, 03:12 AM
To the original poster:
You are best going with an all in one CMS system like PHPNuke or Mambo. It would take alot of work to do what you are asking.

To everyone else:
Keep it on topic without personal digs.

webdiddy
03-17-2006, 10:12 AM
I know about phpNuke from before but it would take to much work to redesign the template to fit the current layout, that's why I'm mixing and matching scripts.

So there's no way to use somekind of password manager for this?

NancyJ
03-17-2006, 11:46 AM
What you need to do is find the login part of each script and the validation and change it so that the session or cookie that is set by each script has the same name and same expected value. Then once you have logged into one you will be logged into each one.
You could also write a script with a global login that sets all the various session and cookies variables and then takes you to a page with links to all your various administration facilities.