Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am new to website, can anyone help me out?

Status
Not open for further replies.

cin2002

Programmer
Mar 19, 2002
29
US
Hi everyone,

I am very new to the website. I need to build a website which just allow to access for a group of users. Could anyone tell me what should I do? What information should I search for? Since the website that I am going to develop is very private concerning, can anyone give me some website security information? Thank you very much!!
 
To begin with, you would need some kind of user name/password script, you can do a search for that online...as for the security features, i'm sure your host provider has some kind of security option built-in...i'd also look into using Coldfusion its pretty safe (tek-tips uses coldfusion for its forums)... I have not failed; I merely found 100,000 different ways of not succeding...
 
GUJUm0deL,

Sorry mate but I totally disagree!!

We don't know if this guy has a basic knowledge of HTML so I would never ever recommend Coldfusion..

Htaccess will do just as good a job as Coldfusion will and is so easy to use. It is only 2 files with a total of about 8 lines of text, then 1 more simple line for each user.

Coldfusion also relies on the server that you are working on being configured for it, a lot of servers are not. Htaccess is much more common and most servers allow you to use it without any problems.

You are offering a complicated solution when there is a much easier one that is just as effective.

Hope this helps Wullie

 
Ok, you're right...
We don't know if the guy knows HTML, so coldfusion might be hard for him to use...but my suggestion only meant that if he does know HTML and CFM then he might be able to do that way...
I found out in my expericnce that most ppl. who know programming are not aware that CFM has a function like what I suggetsted...
Besides, coldfusion has a template that has the code in it, all he would have to do then is make it look nice...but that does not mean that he can't do research so he can learn it, right?? I have not failed; I merely found 100,000 different ways of not succeding...
 
Thanks guys, I knew HTML, Asp and pearl, but I would like to use visual basic to build this website. After all I lack knowledge of website security.
 
You can look into "htaccess authentication" like wullie reccomended...you can also ask what security your hosting company provides... I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top