This is a discussion on "Website for Certain IP Addresses or Email Addresses" within the Web Page Design section. This forum, and the thread "Website for Certain IP Addresses or Email Addresses are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Website for Certain IP Addresses or Email Addresses
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Website for Certain IP Addresses or Email Addresses
Hi everyone
Is there any free software anywhere which you can add into your HTML or website which allows only people with certain email addresses or IP addresses to view the site? Many Thanks Pepe Starr |
|
|
|
#2
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
You could right a javascript function that did that
|
|
#3
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
Javascript can be disabled via the browser so that isnt the most air tight solution.
You should go for a server side one. Such as PHP or ASP |
|
#4
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
Quote:
|
|
#5
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
Thank you everyone for your help. I will check it on my server and get back to you!
|
|
#6
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
why don't you just use password protected the page
just an idea tho hope it helped you out a bit |
|
#7
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
My account won't let me have that option. Does anyone know any free server which lets you pick who views your website or not?
|
|
#8
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
Quote:
You might want to check out what people are saying about different hosting services before you make your move. |
|
#9
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
A secure way of restricting access by IP address is to use htaccess.
See http://www.yorku.ca/computng/student...cess.html#host for more information. It fairly easy to do, and can be applies to specific parts of the site. As for email addresses, you'd need to use a server side scripting language (PHP,JSP,ASP...) for secure restriction - logging on using email address and password. |
|
#10
|
|||
|
|||
|
Re: Website for Certain IP Addresses or Email Addresses
You could use htpasswd and htaccess to only allows access to parts of the site if people have the correct password. Only works on an apache server though.
http://webdevelopersjournal.com/articles/htpasswd.html |
![]() |
| Tags |
| website, certain, addresses, email |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| web addresses without the .cfm file... | lockmac | Other Programming Languages | 3 | Feb 28th, 2008 06:55 |
| PHP email form not sending email | Kurt | PHP Forum | 1 | Oct 12th, 2007 04:26 |
| url addresses | Daniel | Web Page Design | 15 | Jul 9th, 2007 21:28 |
| Form submits to email via php, but email is blank!!?? | DH1234 | PHP Forum | 2 | Jun 18th, 2007 10:42 |