ComeToLife
Jan 10 2006, 06:43 PM
| | Ok soo....I have different authentification required areas of a website I'm currently working on, and I'd like to find a way to link to one pass. protected area from another, after someone's already logged in...but each time the Popup window comes up asking for the username and password...anyone know a way around this other than programming a php a java password protection script? I'd really prefer to use the server's method, as it's much more concrete.
I've seen some information about a syntax along the lines of:
http://username:password@www.site.com
But it doesn't seem to work, and I believe that's really only applicable for ftp use. Maybe I just have the wrong syntax, either way, I'm not sure and could use some help. Thanks a lot!! |
Reply
jlhaslip
Jan 10 2006, 07:10 PM
I think there is a way to set and check cookies or session_id's using a php script in the password verification part of their first log-in. I am not a php coder, so I am only suggesting an alternative. I've seen some scripts that do that, but I don't have a link to a tutorial for it. sorry. Then, whenever a user enters a password protected area of your site, check to see if the cookie or session_id has been previously set. If it is good, then bypass the log-in portion of the script.
Reply
ComeToLife
Jan 10 2006, 07:28 PM
Do you happen to know if that works alongside the CPanel Authentification? I'm really not sure how CPanel checks it's passwords. That actually might be somethin' good to know, but I haven't found any info on CPanel's Authenification System. Thanks for the suggestion, I'm definitely going to look into that!! QUOTE(jlhaslip @ Jan 10 2006, 01:10 PM) I think there is a way to set and check cookies or session_id's using a php script in the password verification part of their first log-in. I am not a php coder, so I am only suggesting an alternative. I've seen some scripts that do that, but I don't have a link to a tutorial for it. sorry. Then, whenever a user enters a password protected area of your site, check to see if the cookie or session_id has been previously set. If it is good, then bypass the log-in portion of the script.
Reply
jlhaslip
Jan 10 2006, 07:36 PM
Ummm, cpanel has to do with your account here at the trap. I don't think there is anything in cpanel that you can use for the website password thing unless you use cpanel to build a mysql database for that purpose. In any case, the cpanel password should not be confused with the access to a section of your site. The cpanel password is for YOU to access the cpanel. I guarantee there will be trouble if you give users your cpanel access. they will then be able to add / delete files, change security settings, all kinds of nasty stuff. Do a search for login scripts here on this forum by using the search feature found in the breadcrumb list near the top of every page to see what you can come up with. Here is a link to the search feature: http://www.trap17.com/forums/index.php?act=Search&f=68
Reply
ComeToLife
Jan 10 2006, 09:39 PM
The CPanel's I've used in the past had options to make certain areas of your website "Protected" I figured CPanel was basically the gui and build for online web-editing... QUOTE(jlhaslip @ Jan 10 2006, 01:36 PM) Ummm, cpanel has to do with your account here at the trap. I don't think there is anything in cpanel that you can use for the website password thing unless you use cpanel to build a mysql database for that purpose. In any case, the cpanel password should not be confused with the access to a section of your site. The cpanel password is for YOU to access the cpanel. I guarantee there will be trouble if you give users your cpanel access. they will then be able to add / delete files, change security settings, all kinds of nasty stuff. Do a search for login scripts here on this forum by using the search feature found in the breadcrumb list near the top of every page to see what you can come up with. Here is a link to the search feature: http://www.trap17.com/forums/index.php?act=Search&f=68
Reply
Recent Queries:--
ways to figure out passwords - 8.41 hr back. (1)
-
figure out website pass - 19.68 hr back. (1)
-
password tryin info - 22.72 hr back. (1)
-
website password trying - 26.16 hr back. (1)
-
access password protected area php - 63.66 hr back. (3)
-
java access password protected pages - 76.81 hr back. (1)
-
figure out others passwords - 79.30 hr back. (1)
-
figure out passwords - 8.16 hr back. (2)
-
using html to access password protected - 104.12 hr back. (1)
-
how to figure out a user password - 114.84 hr back. (1)
-
accessing password protected ftp - 117.13 hr back. (1)
-
how do i figure out a password - 127.33 hr back. (1)
-
figure out password - 114.94 hr back. (2)
-
password.tryin.info - 5.53 hr back. (13)
Similar Topics
Keywords : accessing, password, protected, urls, tryin, figure, access
- Accessing Mysql From Javascript
Javascript to communicate with database (4)
Directing All Urls In A Direcrory To One
(Something like a 404 page) (3) Is it possible to redirect all possible urls to one page? So that if you would go to
www.yoursite.com/dir/(and then a file name) this would automaticly go to
www.yoursite.com/dir/index.php ? Something like a 404 page? Thanks, Peroim....
Help Or Advise Needed For Access Database Webpage Conversions
I need some help with getting a linked webform so that the data can be (0) Hello All. I'm looking for some advise or assistance with getting a web page/access page
running so that i can have the page online and collect the data live into my database for Project
Management... Currently I'm developing a database using M$ Access, and need to have staff
data enter sales information directly into a web form that can be linked to a database? I've
looked at using a M$ Front page web form with data collected into a .CSV text file and
extracting the data but i need to be able to let the staff review and update the data for eac....
How To Access Your Scripts/sites
(0) At the end of this tutorial you should know how to: 1.Upload your scripts to the right folder
using ftp 2.Accessing your scripts/sites using a browser This is a short but very useful tutorial
for people still new to the world of programing.I usually find that a lot of people ask me the same
questions all the time like "where do i upload my scripts" or "how do i upload them to my server"
...well the anwers to your quetions will be in this tutorial. TUTORIAL PART 1 Abit about ftp
and where to upload your files How do you upload scripts to a server? Using someth....
Dreamweaver Permissions Issue
Access denied when trying to FTP (5) Okay, so I was trying to FTP these files over dreamweaver today... and it seemed to be working fine.
But then, certain files won't let me transfer from my hard drive to the internet, or the other
way around. It gives me this error message: QUOTE An FTP error occured - cannot put form1.html.
Access denied. The file may not exist, or there could be a permission problem. Anyway, I know
that the file does indeed exist. I've opened it on my hard-drive... and it is there. But it
won't let me upload this one or certain other ones with the FTP. So I went o....
What If You Forget Mysql Root Password
(2) If you have set a root password, but forgot what it was, you can set a new password with the
following procedure: 1. Take down the mysqld server by sending a kill (not kill-9) to the mysqld
server. The pid is stored in a `.pid' file, which is normally in the MySQL database directory:
shell> kill `cat /mysql-data-directory/hostname.pid` You must be either the Unix root user or the
same user mysqld runs as to do this. 2. Restart mysqld with the --skip-grant-tables option. 3. Set
a new password with the mysqladmin password command: shell> mysqladmin -u root password &....
Mysql And Ms Access
(1) Can MS Access interface with mySQL? Does anyone know how to set it up? Is it even a good idea to?....
Need Help With Urls
(2) OK uh how do i make a script to where it would auto replace spaces in aim names with + but it
appears with a space on the site, with the aimgo: url cmd.. so like asdf asdf sdf would be in
the code: CODE <a
href="aim:goim?screenname=asdf++asdf+sdf&message=boo"></a> and i
have an auto thing, where i add a member, but how would it replace cause like i have a Edit Profile
section with lazy ppl forgetting to put the + in between spaces thanks~ if u have ne q's ask me
at aim ARandomDot thanks in advance....
Password Protected...
(1) How can you make a page (or several pages) protected with a password or with different usernames and
passwords, using query strings? please give me some helpful scripts or names of programs. On the
section of password protection i really *BLEEP* /unsure.gif" style="vertical-align:middle"
emoid=":unsure:" border="0" alt="unsure.gif" /> . I always use a script that does "name".htm, but it
sux so .......
Looking for accessing, password, protected, urls, tryin, figure, access
|
|
Searching Video's for accessing, password, protected, urls, tryin, figure, access
|
advertisement
|
|