
Jamesking56
-
Content Count
150 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Posts posted by Jamesking56
-
-
When I use glob(); it comes up as just"Array"
-
How do I make PHP Generate an Index page showing all the files in the directory and linking to them?and if I add it changes??
-
Like in PhpBB 3 it has an install system that changes the config.php file to whatever you typed inhow does it do that?
-
Sorry for being so noobish....how do I add SSL Connection to a webpage? I have a Cpanel 11 Hosting account and I need SSL as important data is being sent throughPlease tell me!
-
Did you encrypt the usernames/passwords?
-
Its completely secure as it is written in PHP and Javascript...
-
Try going to their site!http://www.sorbs.net
-
Sessions??
in PHP
my PHP logins do not workI found out I have to use Sessions...but I'm confused...How do I use them?
-
if you want to test if MySql is working then go to my new test center!<snip-snip>and click mysql
-
try putting all of them in 1 whole array
-
Very good.a bit boring though
-
Part 1: Create a password file and put it on the serverTo create a password file and put it on the server: 1. Windows - Open Notepad: Click Start, point to Programs, point to Accessories, then click Notepad. Macintosh - Open Text Edit: Double-click your Macintosh HD icon, then double-click the Applications folder, then double-click the TextEdit icon. 2. Open a new blank file and name it: htpasswd 3. Set up one or more username/password combinations using one of the following sites that can generate encrypted UNIX passwords: * New Window http://spectrum.troy.edu/password/ * New Window http://www.flash.net/cgi-bin/pw.pl 4. From the form, copy and paste the username/password combinations into your htpasswd file, noting the following: * Each username/password combination should be on its own line. * Put nothing else in this file. For example: joeuser:33dJ3Dq1oYPd2 5. Using FTP, upload the htpasswd file to your /usr/users/bcusername/ folder on the www2.bc.edu server. Important: * Be sure the FTP transfer mode is set to "ASCII" and not "binary". * Although this password is not easy to read, there are programs on the Internet that can break this password. Part of keeping your passwords secure is not letting anyone get access to this file. For that reason, we recommend that you not put them in the folder with the documents you are protecting, or even the root level of your Web site. We recommend that you put them in the folder whose name is your username: /usr/users/bcusername/ Not in: /usr/users/bcusername/www/ 6. Using FTP, change the name of the file on the server to .htpasswd with nothing before the period.Part 2: Create an .htaccess file in the folder you would like restrictedTo create an .htaccess file in the folder you would like restricted: 1. Windows - Open Notepad: Click Start, point to Programs, point to Accessories, then click Notepad. Macintosh - Open Text Edit: Double-click your Macintosh HD icon, then double-click the Applications folder, then double-click the TextEdit icon. 2. Open a new blank file and name it: htaccess 3. Copy and paste the following text into the file: AuthUserFile /usr/users/myusername/.htpasswd AuthName "YOUR SITE'S NAME" AuthType Basic < Limit GET> require user joeuser < /Limit> 4. Edit the line: AuthUserFile /usr/users/myusername/.htpasswd changing "myusername" to your BC username. 5. Edit the line: AuthName "YOUR SITE'S NAME" The words you put here show up in the authentication dialog box. * In Netscape, this line of text appears in the middle of the following phrase: Enter username and password for "YOUR SITE'S NAME" at www2.bc.edu. Note: You cannot change the surrounding phrase: "Enter username and password for...at www2.bc.edu." For example: AuthName"BC Help Center Restricted Page" appears as the following in Netscape (refer to Figure 1): Figure 1: Example of text that appears on login prompt in Netscape. Figure 1: Example of text that appears on login prompt in Netscape. * In Internet Explorer, this line of text appears with nothing around it. For example: AuthName"BC Help Center Restricted Page" appears as the following in Internet Explorer (refer to Figure 2): Figure 2: Example of text that appears on login prompt in Internet Explorer. Figure 2: Example of text that appears on login prompt in Internet Explorer. 6. In the second to last line, change the word "joeuser" to the username you put in your password file. Important: Do not include the password in this file. For example, to change the username to "anotheruser" this last 3 lines would read: < Limit GET> require user anotheruser < /Limit> -OR- To allow any username/password combination in your password file to access the folder, enter the following for the last 3 lines: <Limit GET POST> require valid-user </Limit> 7. Using FTP, upload your edited htaccess file inside the folder you want restricted on the www2.bc.edu server. Important: Be sure the FTP transfer mode is set to "ASCII" and not "binary". 8. Using FTP, change the name of the file on the server to .htaccess with nothing before the period.Part 3: Test the set upTo test the set up: 1. Open your Web browser and go to the page you have just protected. You should receive an authentication dialog box similar to Figure 1 and 2 above. 2. Enter an incorrect username and password to make sure it fails. 3. Enter the correct username with an incorrect password to make sure it fails. 4. Enter the correct username and password to make sure it works.Limitations to this method of authenticationThe following are limitations to this "basic" method of authentication: * The password is not encrypted as it goes over the network, so it could be sniffed. * The password and username remain in the browser until the user closes their Web browser completely. This means that shared computers or unattended computers are potential security risks. * If the user tries to go to another www2.bc.edu site that has a different username and password, they will get an immediate "access denied" message. They will not even see the authentication dialog box. This is because with basic authentication, the username and password is stored in the browser and the system makes the assumption that for any given server a person has only one username and password. To get past this limitation the user must close all windows of the Web browser, quit the browser, and then launch a new browser session to go to the second location. * The .htaccess restriction only limits access through a Web browser. Other BC students, faculty, and staff who have accounts on the www2 server may be able to retrieve your documents using FTP. Remember that www2 is primarily a public Web server, not designed for restricting confidential documents. For better handling of confidential documents, use New Window MyFiles@bc and New Window WebCT Web.enjoy
-
i want password protection for locking a browser so i need a password protection using a promt box and with multiple user so i can use it as my home page! but i cant make one!! help!! maybe make one for me??
-
-
-
thanks m8!
y dont u register @ my forums?
-
cant you make me an "if statement"?
-
what is the code to do this and i will add it in
-
yea i have ipboard but i want to have the code not a mod! as i cant install mods on mine (its a free one hosted and invisionplus.net)
-
i own my own forums! i can edit all the different sections in my forums but do you know how i can make it display a message at the top saying to my guests (people who have not registered) to register?
-
hahaha very cool!!
-
how do i add my own advert pop-ups on my website????
-
i need help!! im building a website but i want to add in like when you click some thing it brings you to a redirect page where it redirects you in an amount of time!!!!How do i do it??orwhat is the code??
e-mail it me! here!
-
i need help on how to add in like a borwse thing where you can browse your computer to upload or view stuff so can anyone give me the code for this?????
i making a new psp mini website which is offlinee-mail me by clicking here
Problem with webpage
in General
Posted
I have had to change a few things due to privacy issues.....can you help me change the text color to white in the table? i have tried to add <font> tags and it didn't work, it came up with PHP Errorsplease help!
I apprieciate your help!