Web site Security WRT MySql - how set up?


 
Thread Tools Search this Thread
Special Forums Cybersecurity Web site Security WRT MySql - how set up?
# 1  
Old 04-12-2005
Web site Security WRT MySql - how set up?

Hiya all,

Newbie here - hope you can help

Trying to set up a login authorization on my website.

Reading away - it says works well with MySql database. Apache book goes onto to explain how to install Mysql etc....


But How do I set up the login page tho?


Please assist

Cheers
Martin
# 2  
Old 04-12-2005
So, what would you like to do exactly? I can arrive at at least 2 interpretations of your question:

(1) you have found a 3rd party script for login authentication and you would like to install it to your site;

(2) you would like to write one yourself;

(3) Some other interpretations I did not think of.

Would you clarify that please?
# 3  
Old 04-12-2005
hiya cbk,

I'd like to write one myself - if it is easy enough.

Failing that - I'm hoping there must be bog standard "scripts" out on the internet somewhere, which I can use. Logins into websites must be a regular request etc.


Cheers
Martin

PS:
If there a good book out there which I can buy - looked through amazon, and cannot find a book that goes into this.

I have:
1. An Apache handbook - Craig Hunt - which has not been much use at all so far

2. HTML book
3. PHP book
etc
etc
# 4  
Old 04-13-2005
There are many ways to login. It can be through an HTML form by giving the username and password, and keep the authentication information in session. It can also be an HTTP based authentication scheme, where a standard dialog box pops up and asks your username and password and then process the information so retrieved. If not in session, authentication information can also be kept in cookie, for example. This just depends on how you design it. So there is no single recipe, and beyond the topics mentioned above there is nothing fancy about that.

There are always third party scripts available. For example, hotscripts.com has a large list of that. For PHP-based, you will find a list at

http://www.hotscripts.com/PHP/Script...ion/index.html

If you don't know much programming especially with Web environments, using third party scripts is usually recommended.
# 5  
Old 04-13-2005
Hiya CBK,

...yup... thanks what the books says as well!....

Is there books out there that actually goes into how to write these "scripts"?


I've looked onthe web - and no go.... the books out there go on about HTML formatting etc...


Hope u can help
Martin

PS:
http://www.hotscripts.com/ - isn't working!
Any other Sites I can go to? 8)
# 6  
Old 04-13-2005
The site may experience some downtime. Try again later. It worked when I posted the link. Someone on the forum of my previous Web host posted that. I personally visit another site:

http://php.resourceindex.com/Complet...er_Management/

There are many more such script collection sites on the Web, or just by plain searching. The Google directory/Yahoo has a list of all these. Go and find some to start your research.

Personally, I don't expect I will find a dedicated book on designing login management Web applications. Even if you find one, it may not suit exactly your requirements. So I'd rather get the concepts and the available technologies understood first, then start out designing my own scheme of doing it with those technologies, regardless of what those books say. Most of the time, I will find my own "discoveries" reappear in books I subsequently read, but in less detail. I'm convinced that a cookbook approach won't make you a good developer.

As for books, I don't really know much PHP books as I am not that immersed in PHP compared with that of Perl. Maybe you will find some more ideas on books and advice on those one of many Web development-centric forums rather than this forum, which is instead centered around Unix and system administration. I can tell you the principles, but unfortunately I can't give you much code than stray advice. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Web Site Performance Issue

Hi All, I am currently managing a web site. I find that during the peak time period,ie,between 1300hrs to 2100hrs everyday,the response slows down whenever i access the applications hosted by the server.However when i try to access the static content in the web server,it loads quickly. The... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

2. Shell Programming and Scripting

I need help in creating my first web site?

I have always wanted to create my own site, I've only had one class about the basics in creating web pages but know i would like to get into more and more detailed info about doing so anyone with alot of experience please help me out.:b: (0 Replies)
Discussion started by: kprescod4158
0 Replies

3. AIX

how to browse a web site using script

hi guys, ok this script, i am trying to browse a http site and store the output in a text file ... when i run the script , i get a http compatibility error. does any1 have a good solution to contact a http server and save the html in a text file.. i know the result comes with html tags. ... (4 Replies)
Discussion started by: kirantalla
4 Replies

4. Linux

linking HTML web site to DB oracle

Hi if i have an HTML web site and oracle database and i need to link them, both r on a linux server. please can u tell me what can i use to link the DB to the web site? (1 Reply)
Discussion started by: seemharoun
1 Replies

5. AIX

intranet web site

hello I would like to create an internal web site, but how do i make it with Aix ? I must to install apache and send my http pages in the declared repertory ? There are some configuration files to modify ?? thank you (2 Replies)
Discussion started by: pascalbout
2 Replies

6. UNIX for Dummies Questions & Answers

Web Site Creation - testing .*pl etc....

Hiya All, How can I test my PERL Scripts whilst making my web site? I'm hoping there is some software out there that emulates a Web Server - without all the hassle of my building/setting up a Web Server from Stratch (Never done anything like that before - my next big project! 8) ) ... (7 Replies)
Discussion started by: marty 600
7 Replies

7. UNIX for Dummies Questions & Answers

Web site mirroring

I have a unix server running RedHat Linux 9.0. I want to mirror my site on a different server with the same configuration so if the main server goes down, the other server will take over. How is this best accomplished? (1 Reply)
Discussion started by: wvmlt
1 Replies

8. News, Links, Events and Announcements

Microsoft Is Using Linux To Protect Its Own Web Site

Here is a great news story: http://story.news.yahoo.com/news?tmpl=story&cid=74&e=9&u=/cmp/13100775 (3 Replies)
Discussion started by: Neo
3 Replies

9. UNIX for Dummies Questions & Answers

Web site setup

Hi, I have a m/c loaded with redhat linux, static IP address and this m/c intern connected to the internet thro leaseline. Now i need to setup a company website has www.abc.xyz.com. What necessary configuration i need to do so that others can view our website. Thanks Bache Gowda (5 Replies)
Discussion started by: bache_gowda
5 Replies
Login or Register to Ask a Question