Re: Question about replacing words

This WebDNA talk-list message is from

1998


It keeps the original formatting.
numero = 19643
interpreted = N
texte = >On 8.27.98 6.46AM Christer Olsson was heard to say: > >>> I have been a long time user of Netforms for discussion forums. With >>>Webcatalog there is a huge potential for much more advanced forums. This >>>is not the case however if I cannot even create a list of vulgarities to >>>be swapped. While many may find the issue minor, many of my customers >>>wouldn't even talk about forums until they had the ability to 'filter' >>>postings to limit their liability. >> >>We have used a solution with a banned.db containing: >> >>type value >>word offensive >>word language >>email christer@ljusaideer.se >>email nwmedia@embark.com >>ip 194.218.021.030 >>ip 194.218.021.031 >> >>Before adding any submissons we do a search in the banned.db and for each >>hit on [word] we check if any of the text fiekds entered contains the >>found, banned word. >> >>Then we do similar checks on email addresses entered and the IP the posting >>is made from. >> >>If anything is found we simply send a Not allowed posting page. >> >>The example above would block postings containing the words offensive or >>language, and would block me and Alex from posting under our real email >>addresses, and block me from posting from the computers in my room in the >>office. > This is a similar setup to what I am coding now, but unfortunately a >have a slew of customers that have grown to use the autolink feature of >Netforms (words swapped on the fly) not only to remove vulgarities but in >numerous advertising ways. > > > Here is a more accurate and detailed need for WebCatalog to do this. > > Lets say I had a site based on Outdoor Activities. In one of many >many discussion forums I have a user post the following: > > Hello everyone. I was just wondering what type of rifles you use for >bear hunting. What would you suggest. Thanks > > > What actually shows up is: > > > Hello everyone. I was just wondering what type of href=results.tmpl?Command=search&cat=rifles&etc>>rifles you use for >bear hunting. What would you suggest. Thanks > > > As you can see, when dealing with online sales, using the discussion >forums and other areas of 'interactive' text to further sales is >critical. Now unless I have missed something, as has Ken, that would >allow me to do this type of thing, I am at a disadvantage & unable to >capitalize on the tons of user entered text to further my sales efforts.I fully understand your concept and I strongly suggest Grant to think this over once more. Maybe he could do the work in two steps, so he doesn't have to do the prefect solution the first time.Meanwhile I have done some work letting WebSiphon validate form entries and then behind the curtains POST the entries to WebCatalog. It works, but puts unnessecary (IMHO) load on the server.You could also produce this with embedded [APPLESCRIPTS]. MacOS 8.5 is supposed to have native Applescript so this combined with better threading in WC 3.0 maybe makes this useful.But, of course, this *should* be handled native by WebCatalog. ************************************************************* Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 Art director S-211 37 Malmoe Fax +46 40 97 99 77 Ljusa Ideer AB Sweden http://www.ljusaideer.se Associated Messages, from the most recent to the oldest:

    
  1. Re: Question about replacing words (Peter Ostry 1998)
  2. Re: Question about replacing words (Kenneth Grome 1998)
  3. Re: Question about replacing words (Grant Hulbert 1998)
  4. Re: Question about replacing words (Peter Ostry 1998)
  5. Re: Question about replacing words (Kenneth Grome 1998)
  6. Re: Question about replacing words (Peter Ostry 1998)
  7. Re: Question about replacing words (PCS Technical Support 1998)
  8. Re: Question about replacing words (Kenneth Grome 1998)
  9. Re: Question about replacing words (Grant Hulbert 1998)
  10. Re: Question about replacing words (Kenneth Grome 1998)
  11. Re: Question about replacing words (Kenneth Grome 1998)
  12. Re: Question about replacing words (Kenneth Grome 1998)
  13. Re: Question about replacing words (Grant Hulbert 1998)
  14. Re: Question about replacing words (Christer Olsson 1998)
  15. Re: Question about replacing words (Alex McCombie - New World Media 1998)
  16. Re: Question about replacing words (Alex McCombie - New World Media 1998)
  17. Re: Question about replacing words (Dave MacLeay 1998)
  18. Re: Question about replacing words (Christer Olsson 1998)
  19. Re: Question about replacing words (Kenneth Grome 1998)
  20. Re: Question about replacing words (Alex McCombie - New World Media 1998)
  21. Re: Question about replacing words (PCS Technical Support 1998)
  22. Re: Question about replacing words (PCS Technical Support 1998)
  23. Re: Question about replacing words (Alex McCombie - New World Media 1998)
  24. Question about replacing words (Alex McCombie - New World Media 1998)
>On 8.27.98 6.46AM Christer Olsson was heard to say: > >>> I have been a long time user of Netforms for discussion forums. With >>>Webcatalog there is a huge potential for much more advanced forums. This >>>is not the case however if I cannot even create a list of vulgarities to >>>be swapped. While many may find the issue minor, many of my customers >>>wouldn't even talk about forums until they had the ability to 'filter' >>>postings to limit their liability. >> >>We have used a solution with a banned.db containing: >> >>type value >>word offensive >>word language >>email christer@ljusaideer.se >>email nwmedia@embark.com >>ip 194.218.021.030 >>ip 194.218.021.031 >> >>Before adding any submissons we do a search in the banned.db and for each >>hit on [word] we check if any of the text fiekds entered contains the >>found, banned word. >> >>Then we do similar checks on email addresses entered and the IP the posting >>is made from. >> >>If anything is found we simply send a Not allowed posting page. >> >>The example above would block postings containing the words offensive or >>language, and would block me and Alex from posting under our real email >>addresses, and block me from posting from the computers in my room in the >>office. > This is a similar setup to what I am coding now, but unfortunately a >have a slew of customers that have grown to use the autolink feature of >Netforms (words swapped on the fly) not only to remove vulgarities but in >numerous advertising ways. > > > Here is a more accurate and detailed need for WebCatalog to do this. > > Lets say I had a site based on Outdoor Activities. In one of many >many discussion forums I have a user post the following: > > Hello everyone. I was just wondering what type of rifles you use for >bear hunting. What would you suggest. Thanks > > > What actually shows up is: > > > Hello everyone. I was just wondering what type of href=results.tmpl?Command=search&cat=rifles&etc>>rifles you use for >bear hunting. What would you suggest. Thanks > > > As you can see, when dealing with online sales, using the discussion >forums and other areas of 'interactive' text to further sales is >critical. Now unless I have missed something, as has Ken, that would >allow me to do this type of thing, I am at a disadvantage & unable to >capitalize on the tons of user entered text to further my sales efforts.I fully understand your concept and I strongly suggest Grant to think this over once more. Maybe he could do the work in two steps, so he doesn't have to do the prefect solution the first time.Meanwhile I have done some work letting WebSiphon validate form entries and then behind the curtains POST the entries to WebCatalog. It works, but puts unnessecary (IMHO) load on the server.You could also produce this with embedded [APPLESCRIPTS]. MacOS 8.5 is supposed to have native Applescript so this combined with better threading in WC 3.0 maybe makes this useful.But, of course, this *should* be handled native by WebCatalog. ************************************************************* Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 Art director S-211 37 Malmoe Fax +46 40 97 99 77 Ljusa Ideer AB Sweden http://www.ljusaideer.se Christer Olsson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Unexpected error (1997) WebCatalog 2.0 b 15 mac (1997) Sub Categories (2000) Grant, please help me ... (1997) Parameter vs. Operator (1998) Items XX to XX shown (1997) Sort on time (2003) [lookup] vs. [search] (1998) preserving the zero's (1999) WebCat Documentation (was [platform] tag?) (1998) searchable list archive (1997) WebDNA 5.0 Enterprise Edition (2003) Problems getting parameters passed into email. (1997) Simple search, perhaps (2002) Webdna keeps dying... (2003) Re:no [search] with NT (1997) Referrer field to header field conversion (1997) access denied problem (1997) Country & Ship-to address & other fields ? (1997) Multiple Selections in Pull-Down Menu (2000)