Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 7th, 2006, 11:46 AM   #11
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Or write a simple CGI app in the language of your choice.
Rory is offline   Reply With Quote
Old Jan 7th, 2006, 2:40 PM   #12
stevengs
Professional Programmer
 
stevengs's Avatar
 
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4 stevengs is on a distinguished road
1) I would be real careful how I handle text files that visitors upload.

2) Just recently I read about the music industry starting an all out attack on websites that post guitar tabs and scores of music to which they own the rights. If your visitors upload copyrighted songs that you then publicize, you can probably be held liable. I am not a lawyer so this may not hold water, but if I were you, I would inform myself thoroughly before investing too much in this project.

Here is a related article: http://news.bbc.co.uk/2/hi/entertainment/4508158.stm
__________________
-Steven
"Is this a piece of your brain?" - Basil Fawlty
stevengs is offline   Reply With Quote
Old Jan 7th, 2006, 5:45 PM   #13
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 3 MBirchmeier is on a distinguished road
Perhaps I was a bit unfair in my questioning,
perhaps I should quit clicking on links that have horrible subject lines,

But in all honesty I try to help out where I can and when I see a subject like this, I answer it if I can, and usually gently remind someone that there is a better way of posting queries.

However, when someone has been around for a few dozen posts, and are still doing such things I find a healthy dash of scarcasm appropriate at times, as subtler methods might not have worked.

How long is it before a grade school teacher places the name of a student on a paper who forgot to do so before handing it in, and just starts throwing said paper away?

-MBirchmeier

*Perhaps I was out of line, it was the end of the day on friday of a week of torture at work, however I still stand behind the principle if not my method of response.
MBirchmeier is offline   Reply With Quote
Old Jan 7th, 2006, 7:34 PM   #14
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 95
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
Quote:
Originally Posted by Ooble
Check out a server-side scripting language, such as PHP. I suggest picking up PHP and MySQL Web Development by Welling and Thomson.
Heh heh... I just got that book, I quite like it. But it's huge! It's gonna take me forever to read it!
__________________
http://bcssa.andrewsmythe.net
MrMan9879 is offline   Reply With Quote
Old Jan 8th, 2006, 6:42 AM   #15
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8 Ooble is on a distinguished road
It's also fantastic - keep up the reading.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jan 8th, 2006, 8:20 AM   #16
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
Quote:
Originally Posted by stevengs
1) I would be real careful how I handle text files that visitors upload.

2) Just recently I read about the music industry starting an all out attack on websites that post guitar tabs and scores of music to which they own the rights. If your visitors upload copyrighted songs that you then publicize, you can probably be held liable. I am not a lawyer so this may not hold water, but if I were you, I would inform myself thoroughly before investing too much in this project.

Here is a related article: http://news.bbc.co.uk/2/hi/entertainment/4508158.stm
Nah, he just needs to put up one of those things that the submitter agrees that
Quote:
The owner of this website is not liable for any content posted on this site
and he should be just fine.
Indigno is offline   Reply With Quote
Old Jan 8th, 2006, 9:45 AM   #17
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Quote:
Originally Posted by Indigno
Nah, he just needs to put up one of those things that the submitter agrees that and he should be just fine.
I doubt that'd be adequate or have any legal standing whatsoever. I'll go out on a limb here and guess that you are not a qualified lawyer, neither am I, but I'd also guess that if your site is the sort that would get close attention from the RIAA et al it's worthwhile getting someone who is to engineer something watertight for you, which may seem superfluous now but could prove incredibly handy later on.

Depending on the legislation you're up against there may be some seemingly ridiculous rules that you have to abide by to be compliant, including your host's terms and conditions. Also it pays to check out your host's relevant complaints policies; are they the sort that would shut down your site just on the basis of one closely-written email, or will you opt for a Belgian one
Rory is offline   Reply With Quote
Old Feb 13th, 2006, 8:45 AM   #18
master007
Newbie
 
master007's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 master007 is on a distinguished road
Lightbulb solution with VB, database not required

1)... parsing of text file--create VB program to open file in upload folder and insert HTML formatting(this could be as simple as adding <p> to the start and end of the file or you could use your imagination and do as complex a formatting as you require)

2) Using VB rename the .txt file to .html (or whatever) and perhaps copy to a new folder

3) Let your web site load these files like it would any other web page

I hope that this gives you some ideas...
master007 is offline   Reply With Quote
Old Feb 13th, 2006, 9:07 AM   #19
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Note to bank teller: "Hand over the cash. I am not liable for any legal repercussions resulting from this holdup."

Note to unthinking posters who don't read the guidelines: you deserve any supercilious and sarcastic boogers flicked your way. Strictly personal opinion, of course, but I think I'll keep it anyway.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Feb 13th, 2006, 10:32 AM   #20
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 3 MBirchmeier is on a distinguished road
To me it sounded like Master was talking about a client side app that converted, as opposed to a server side solution. If this was the case it wouldn't be a *bad* quick and dirty solution. Might not be safe, but it's in a controlled environment.

-MBirchmeier
MBirchmeier is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:58 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC