Topic: Single-line Tagboard |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: A place surrounded by turkeys |
posted 08-04-2006 15:24
How are you gentlemen... |
Maniac (V) Mad Scientist From: :morF |
posted 08-05-2006 05:14
Well, one suggestion would be to have a small javascript that loads a remote text file that containts the one-line update. The client updates this file and uploads it, the script reads it and displays it on the page. |
Nervous Wreck (II) Inmate From: A place surrounded by turkeys |
posted 08-07-2006 15:35
That's a good suggestion, Skaarjj. The person that would be using this update feature is someone who will not have regular access to the webspace. In other words, we don't want him to have the passworded access to all the files. On the flip side of the coin, we don't want just any Joe Schmoe posting whatever they like... |
Maniac (V) Inmate From: |
posted 08-07-2006 15:42
That's pretty much Skaarjj's suggestion, but I'll leave it at him to express himself. quote:
|
Maniac (V) Mad Scientist From: :morF |
posted 08-07-2006 23:04
If you're going to do any kind of authentication, it must be server-side, not cient-side. That means a language like Perl, PHP, ASP.NET, and so on. Client-side authentication isn't secure at all. All it takes is someone reading the code file (since it has t obe sent t othem for it to work anyway) and your password's out in the open. You ay as well allow anyone to do it. |
Lunatic (VI) Inmate From: under the bed |
posted 08-08-2006 03:25
I would set up a page where this person can enter the info via a textbox, using a server side authentication on a user/password field. |
Nervous Wreck (II) Inmate From: A place surrounded by turkeys |
posted 08-14-2006 17:31
Update: now the grand poobah of the site wants a full-blown comment board for other visitors to post. |