OT: DW Custom Floaters

2003-09-24 Thread jonhall
OK...I had one too many Red Bull's and I've been trying to get DW to work the way I want it to. It's extensibility really is amazing. However...I'm trying to build a custom floater, but for some reason they always come out looking grey. The docs even say that floaters are always grey, and it's

Re: OT: DW Custom Floaters

2003-09-24 Thread jonhall
Nevermind...got it, didn't think to check my floater out in design view :) function isAvailableInCodeView(){ return true; } -- mailto:[EMAIL PROTECTED] Wednesday, September 24, 2003, 3:55:48 AM, you wrote: jon OK...I had one too many Red Bull's and I've been trying to get DW to jon work the

RE: ColdFusion MX 6.1 Caching

2003-09-24 Thread Kola Oyedeji
Is this running on Jrun? Kola -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED] Sent: 24 September 2003 03:50 To: CF-Talk Subject: Re: ColdFusion MX 6.1 Caching Yes Sir, I did... Anyone else have any ideas? At 08:01 PM 9/23/2003 -0500, you wrote: Subject:

CFMX6.1 ODBC services

2003-09-24 Thread Shahzad.Butt
Hi I've just installed CFMX6.1 in my production environment. Problem I am facing is that I can not start 'ColdFusion MX ODBC Agent' and 'ColdFusion MX ODBC Server' services. I am using domain account to run coldfusion services. However I can start Application Server services (using same domain

Re: [ OT] Special security Alert!

2003-09-24 Thread Thomas Chiverton
On Tuesday 23 Sep 2003 16:49 pm, you said: Out of interest what criteria did you use to trap this virus specifically? I don't. I bin any .exe|pif|scr etc. attachements at the mail server. -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

A clever regex...

2003-09-24 Thread Ryan Mitchell
Hello I need help with a regex... Basically I need to find out if there are any non-html characters in a string, ie characters that aren't within and aren't a space either ... Is this possible? TIA Ryan ~| Message:

RE: A clever regex...

2003-09-24 Thread Mike Townend
Have a look for StripHTML on the CFLib.org site, pass the string into this and then check for the len of REReplace(string, [[:space:]], , ALL) HTH Mikey -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:29 To: CF-Talk Subject: A

Re: Multilingual site?

2003-09-24 Thread Jochem van Dieten
Paul Hastings wrote: Ok, I checked, and what happens is that CFMX declares the page to be UTF-8, but it does the translation automatically, so your text in iso-8859-1 will get translated with no problem. no translation occurs. the latin-1 (ISO-8859-1) char set is a part, i guess the very

Re:ColdFusion MX 6.1 Caching

2003-09-24 Thread Jeff Houser
Nope, stand alone version. Running on top of Windows 2000 / IIS. Now that I think of it, the install process did tell me to install the latest version of MDAC, but I didn't. I'll notify the client-type person today of that. I can't imagine that would have an effect? J e f f Is this

mortgage Rates?

2003-09-24 Thread Randell B Adkins
Does anyone know how I can obtain the daily mortgage rates to be used on a website? TIA! ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138261 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: HTML format list

2003-09-24 Thread Thomas Chiverton
On Wednesday 24 Sep 2003 01:54 am, Michael Dinowitz wrote: This is why I request that people at least try to work with me on implimenting HTML mail (thanks to those who have). If you fix and publish the spec for the adverts/footer (maybe --AD start --AD end or something) in plain text

Missing template handler (CFMX patch)

2003-09-24 Thread Thomas Chiverton
Following the recent MX patch for the referer cross site scripting problem, I thought it was about time I added a 'missing template handler' to one of our MX 6.1 j2EE installs. But CF appears to be ignoring the setting and displaying the default error page. Does anyone know what this might be

Re: Re:ColdFusion MX 6.1 Caching

2003-09-24 Thread Doug White
Installing MDAC is vital to a successful installation. Been there, done that. == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. ISP rated:

Multiple tabs in excel

2003-09-24 Thread DURETTE, STEVEN J (AIT)
Does anyone know how I could put data into an excel spreadsheet using multiple tabs? Before anyone asks, COM is not an option. It has to be done through the cfcontent tag. I know that you can rename the tab by adding ?repname= (? or depending on your needs) to the url, so if multiple tabs

Homesite+ 5.5 problem

2003-09-24 Thread DURETTE, STEVEN J (AIT)
Hey all, I just upgraded from Dreamweaver MX and Homesite+ to Dreamweaver MX 2004 and Homesite+ 5.5. My problem is that now when ever I exit Homesite, I get an application error. The error is: The instruction at 0x77f92373 referenced memory at 0x0010. The memory could not be written.

homesite+ 5.5 problem (addendum)

2003-09-24 Thread DURETTE, STEVEN J (AIT)
I forgot to mention that the following error comes up immediately after the one in the last e-mail: Exception EAccessViolation in module ntdll.dll at 00012373. Access violation at address 77F92373 in module 'ntdll.dll'. Write of address 0010. Thanks again Steve

RE: homesite+ 5.5 problem (addendum)

2003-09-24 Thread Robertson-Ravo, Neil (RX)
i think this is a common issue with Studio/Homesite.cant remember the solution though... ! -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: 24 September 2003 13:33 To: CF-Talk Subject: homesite+ 5.5 problem (addendum) I forgot to mention that the

RE: homesite+ 5.5 problem (addendum)

2003-09-24 Thread Tony Weeg
I really havent seen any errors like that, apart from when shutting down homesite+ and shutting down a few other programs at the same time. what I have seen, and its driving me and cedric nuts is oddities with the help files, no formatting? no header on the help page..its weird! tony

Re: CFMX6.1 ODBC services

2003-09-24 Thread Dan Phillips
Check out the front page of http://houseoffusion.com/ Mike has an explination there that may help. Dan Phillips CFXHosting.com - Original Message - From: Shahzad.Butt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 5:08 AM Subject: CFMX6.1 ODBC

SQL regex select

2003-09-24 Thread Howie Hamlin
I have an application where I want to select rows from a table where the rows match according to a simple regex. For example, say I have the word tiger - I would want to select rows with values like: t* * ? tiger t??er Is this possible? Thanks, Howie

RE: SQL regex select

2003-09-24 Thread Jason Lees (National Express)
Yes, in MSSQL Select * from myTable where myColumn like '[a-z]iger' so you can build up regular expresions like that, Jason Lees Development Team Leader National Express. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: 24 September 2003

Re: SQL regex select

2003-09-24 Thread Jochem van Dieten
Howie Hamlin wrote: I have an application where I want to select rows from a table where the rows match according to a simple regex. For example, say I have the word tiger - I would want to select rows with values like: t* * ? tiger t??er So let me get this straight. You have the

RE: 6.1 RDS

2003-09-24 Thread Dave Carabetta
Tried it. No go. Gee, I wonder if anybody from Macromedia might have some ideas What version of MX are you using? Do you have a context root other than /? If so, make sure you've deployed rds.war correctly. If not, what are the details on your setup (OS, MX version, etc.)? Regards,

Re: SQL regex select

2003-09-24 Thread Howie Hamlin
Yes, that's what I'm trying to do. This has to do with an idea for email processing via iMS/FusionMail where certain records are required for different users or entire domains. For example, I may want to have a template called for every mail going to coolfusion.com. In my table I would have

Re: SQL regex select

2003-09-24 Thread Howie Hamlin
Thanks, I'll give that a try. Regards, Howie - Original Message - From: Jason Lees (National Express) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 9:35 AM Subject: RE: SQL regex select Yes, in MSSQL Select * from myTable where

CFWDDX cfml2js line break problems

2003-09-24 Thread Paul Schwartz
Hello, I am having some trouble using wddx to create a java variable. we are using the dhtml edit control for a user to add their own news and storing it in a database. when they want to edit their news we then query the database and insert the entry back into the control using a javascript

Re: ColdFusion MX 6.1 Caching

2003-09-24 Thread Chris Norloff
Could it be a proxy caching issue? We had terrible troubles like this until we added this- !--- disable proxy cache, allow browser cache --- cfheader name=cache-control value=private Chris Norloff -- Original Message -- From: Jeff Houser [EMAIL

Re: Missing template handler (CFMX patch)

2003-09-24 Thread Chris Norloff
Have you tried entering different paths for the missing template handler in the CFadmin page? I ask because the missing template handler path is based off the context root, but mappings are specified from the system root. I'm always forgetting which is which. Doesn't make much sense, but

Re: HTML format list

2003-09-24 Thread Claude Schneegans
I was pulling your leg At least I learned a new expression in English ;-) ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138280 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

RE: CFMX6.1 ODBC services

2003-09-24 Thread Shahzad.Butt
Thanks a lot. This article has solved my problem. -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: 24 September 2003 14:24 To: CF-Talk Subject: Re: CFMX6.1 ODBC services Check out the front page of http://houseoffusion.com/ Mike has an explination there that may

Cf based web services

2003-09-24 Thread webmaster
Are there any good articles or pointers on implementing these items and what is all entailed in the process? Pointers so appreciated! We have CF5 to play with... Eric ~| Message:

Re: VB version of cfhttp

2003-09-24 Thread John Paul Ashenfelter
You've also got to be *really* careful with the HTTP component you choose if this will be under load, even if you buy a commercial COM object. I went through this several times (in the ASP world) and found that many of the components were not threaded properly for dual/quad processor servers

CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Hello All, I am trying to use CFMAIL in 6.1 to email a large list that worked in CF 4.5. Apparently MM has added additional restrictions to what can be used in the TO parameter. Basically I have a query that gets about 6000+ records I then use the tag as such: cfmail query=sendnewsletter

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Another note - I also, tried: and email like '[EMAIL PROTECTED]' Still get the error below. Isn't it impossible then with this in my query that any records could be included that have 0 length in the email field as the error states? Dustin Snell - Original Message - From: Dustin Snell

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Josh Remus
Perhaps you should cfdump the query results and look? -Original Message- From: Dustin Snell [Unisyn Software] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 12:43 PM To: CF-Talk Subject: Re: CFMAIL TO param problems with large queries Another note - I also, tried:

CreateUUID() hangs CFMX 6.1 Server

2003-09-24 Thread Tim Soslow
We have been experiencing the oft-noted but elusive problem where the CF server hangs while executing threads and begins queuing them up. After about a minute it can execute all of the threads. During a month of excruciating examination of the perf mon and every facet imaginable of our code

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Matt Robertson
Wrap your cfmail statement in a recordcount test cfif sendnewsletter.recortcount lt 1 uh ohcfabort cfelse cfoutput#sendnewsletter.email#cfoutputcfabort /cfif The first block will isolate whether you have a problem with your query syntax. The second will output the email address, if one is

RE: CreateUUID() hangs CFMX 6.1 Server

2003-09-24 Thread Gaulin, Mark
I imagine that it is failing more often on the faster machine because of a race condition in the server code... the faster the machine the more likely that a two events happen in a certain (bad) way. This sure sounds like a crappy bug. Mark -Original Message- From: Tim Soslow

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Oddly it seems that I am getting all the records but at the end there is what seems to be a blank email address. When I cfoutput the results it outputs the text [empty string] at the end. Seems that should be impossible with the LIKE email ='[EMAIL PROTECTED]' in the query . The query is ordered

RE: 6.1 RDS

2003-09-24 Thread Owens, Howard
I did cover this previously, but ... XP Pro, CF 6.1, HS+ 5.2 What do you mean by context root other than /? What is rds.war? H. ~~ Howard Owens Internet Operations Coordinator Ventura County Star / E.W. Scripps Co.

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Josh Remus
In a previous email, you specified that : In the query I have specified: and email is not null and email '' and email like '[EMAIL PROTECTED]' You don't have an OR clause before the email checks that is letting through that record, do you? Might be best to post the complete

RE: 6.1 RDS

2003-09-24 Thread Dave Carabetta
I did cover this previously, but ... XP Pro, CF 6.1, HS+ 5.2 What do you mean by context root other than /? What is rds.war? 1. By MX version, I meant standalone or for J2EE. 2. If you open up WEB-INF/jrun-web.xml, what does it say in between context-root/context-root? 3. In your

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Matt Robertson
Well, at least you now know the source of the problem, and that its solution is a simple one. cfif len(sendnewsletter.email) cfmail... /cfif Not a true solution, but it'll get your app running instantly while you puzzle over the cause. Matt

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dave Carabetta
Oddly it seems that I am getting all the records but at the end there is what seems to be a blank email address. When I cfoutput the results it outputs the text [empty string] at the end. Seems that should be impossible with the LIKE email ='[EMAIL PROTECTED]' in the query . The query is ordered

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Ryan Kime
Just to add on to Matt's suggestion: cfif len(trim(sendnewsletter.email)) -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 12:48 PM To: CF-Talk Subject: RE: CFMAIL TO param problems with large queries Well, at least you now know

Auto Pinging Script?

2003-09-24 Thread Nick Baker
We need to evaluate the performance of some CF hosting services. One angle I would like to try is to setup an automatic pinging script and ping sample domains hosted by the hosting services at intervals over a period. Note: I am aware that pinging is often used for denial of service, but that

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
I am passing the query parameter to the CFMAIL tag directly. So I can't do this for each one. - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:48 AM Subject: RE: CFMAIL TO param problems with large queries

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
I *am* disturbed with CF because this new attribute validation is *breaking* code that worked before in 4.5. This validation is unnecessary and is better to be left for the mail server to handle. It is especially a hassle when you are passing the query parameter to the CFMAIL tag the query

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dave Carabetta
I *am* disturbed with CF because this new attribute validation is *breaking* code that worked before in 4.5. This validation is unnecessary and is better to be left for the mail server to handle. It is especially a hassle when you are passing the query parameter to the CFMAIL tag the query

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
You do this on my domain(s) and on the sixth ping you would be locked out of access to the system, and on the 15th ping, you would be reported to your ISP in the hopes of getting your service terminated, with additional reports to your ISP periodically thereafter, and then followed by a complaint

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Matt Robertson
Dustin Snell wrote: I am passing the query parameter to the CFMAIL tag directly. So I can't do this for each one. Then as was pointed out, you'll need to fix your SQL (or the apparently unvalidated data; or both) straight up before you go anywhere. Data validation rules might be something you

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Thank you for your understanding. Empathy always helps a bit :-) As for your suggestion, as long as my code is using the QUERY param of the CFMAIL (instead of doing it one at a time) this will not work. Now in my query I am having to add all sorts of checks to make sure the address is valid. I

RE: Enabling RDS on 6.1

2003-09-24 Thread Owens, Howard
I don't have wasweb.xml or j2ee-web.xml And I'm guessing what you give here isn't the full document. I'm not running j2ee, though, just standalone CF 6.1. H. ~~ Howard Owens Internet Operations Coordinator Ventura County Star / E.W.

RE: 6.1 RDS

2003-09-24 Thread Owens, Howard
I have standalone. 2. If you open up WEB-INF/jrun-web.xml, what does it say in between context-root/context-root? I don't have that. In jrun-web.xml, all I have is virtual-mapping resource-path/WEB-INF/resource-path system-pathE:/CFusionMX/wwwroot/WEB-INF/system-path

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dave Carabetta
As for your suggestion, as long as my code is using the QUERY param of the CFMAIL (instead of doing it one at a time) this will not work. Now in my query I am having to add all sorts of checks to make sure the address is valid. I have wasted my whole morning playing games with this tag. One of

RE: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Doug White wrote: You do this on my domain(s) and ...snip... a complaint filed with appropriate Law Enforcement All he wants is a server monitor. Common as dirt; ethical and legal. Check out CF_SitePeeker in the DevEx to use as a free server monitor. http://mysecretbase.com/page_48.html And

Re: Auto Pinging Script?

2003-09-24 Thread jon hall
For 15 pings? Sheesh man...just filter icmp and be done with it if that's the way you feel. How are you counting and triggering the events? I could see doing this with IDS, but would think doing something like that on the router would cause performance issues if the counter window was long enough.

OT: Javascript question

2003-09-24 Thread Eric Creese
Here is the code I use to call a popupwindow. I want to beable to place the smaller popup window where I want, pereferabley in the lower right corner. How do I do this? myWin= open(url, displayWindow,

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
I use a routine that was developed to counter the Welchia ping attacks. Packets are captured with SNORT, and then added to a database via a perl script, and then another perl script to block you at the router. As for someone saying the attacking a network not under your control is ethical and

Re: OT: Javascript question

2003-09-24 Thread Ben Doom
You should be able to just change screenX and screenY to place the upper left hand corner of the popup anywhere you want. --Ben Doom Eric Creese wrote: Here is the code I use to call a popupwindow. I want to beable to place the smaller popup window where I want, pereferabley in the lower

CFMX 6.1 smalldatetime problem

2003-09-24 Thread Darron J. Schall
Using SQL Server 2k and CFMX 6.1 on a Win2k box. Has anyone had any problems returning smalldatetime columns from a database? I keep getting this error: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Numeric value out of range.

RE: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Doug, one page hit every 5 minutes is not a crime, nor will it draw any notice from law enforcement. Again, monitoring a server for uptime at a responsible interval is entirely legal. Its done all the time, every day, by well-established corporations dedicated to doing just that and that only

RE: Auto Pinging Script?

2003-09-24 Thread Thane Sherrington
At 11:38 AM 9/24/03 -0700, Matt Robertson wrote: Check out CF_SitePeeker in the DevEx to use as a free server monitor. http://mysecretbase.com/page_48.html This is an excellent link, thanks. What do you use as your good server to test from? T Tired of your bookmarks/favourites being limited

RE: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Thane Sherington wrote: What do you use as your good server to test from? For about the last 1 1/2 to 2 years I have used my home DSL connection, on which I am running a full licensed copy of CF. Otherwise the cheapest way to do it is to get a cheapie hosting acct that lets you use cfschedule,

RE: Javascript question

2003-09-24 Thread Ben Densmore
You can add the top and left properties which is what it looks like screenX and screenY do? Top and left just tell it how many pixels down and how many pixels from the left you want the window. Ben -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Wednesday, September

Re: Auto Pinging Script?

2003-09-24 Thread John Paul Ashenfelter
As for someone saying the attacking a network not under your control is ethical and Legal, I will remind that person that this system is in Texas, and we have statutes making the practice illegal, and subject to substantial fines. Put that together with an Attorney General who is enthusiastic

Re: Auto Pinging Script?

2003-09-24 Thread John Paul Ashenfelter
It's not CF, so there's a bit of learning curve, but nagios is a great open source monitoring tool. http://www.nagios.org/. There's commercial support to help get it running, but it's rock solid, free, and runs great from a DSL connection. We've got a few customers that asked us to put in Nagios

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
Your key word is paying customersTo ping networks you have no relationship with on a repeated basis, no matter the interval, is definitely a crime here in Texas, as of September 1, 2003 == Stop spam on your domain, use our gateway! For hosting solutions

RE: Auto Pinging Script?

2003-09-24 Thread Ben Densmore
So how does that affect someone that would ping your network that is not in Texas? I think that is a bit extreme to say you're going to jail or going to pay a fine because you pinged our network x amount of times. Ben -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent:

How to convert an object to a string (XML)

2003-09-24 Thread cf talk
Hi all, I have been working with some XML files that are being sent to us. We were using a third party application to process them, but when we switched over to MX, it no longer works. I found out how to use the xmlparse function to work with my xml file. But after I do some processing to

RE: SQL regex select

2003-09-24 Thread Ryan Emerle
You can do it (in MSSQL) but it won't be RegEx per se. You can have the wildcard rules in the db, and do something like this: SELECT * FROM Email_Rules WHERE ('[EMAIL PROTECTED]' LIKE Rule_To_Check) In this case, Rule_To_Check would be a field that contains entries like:

RE: How to convert an object to a string (XML)

2003-09-24 Thread Ben Densmore
Use the ToString() function. Ben -Original Message- From: cf talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:45 PM To: CF-Talk Subject: How to convert an object to a string (XML) Hi all, I have been working with some XML files that are being sent to us. We were

Re: How to convert an object to a string (XML)

2003-09-24 Thread Jim Campbell
Have you tried using CFSAVECONTENT for this? Drop the XML object into a variable, then put that variable into the CFFILE tag? - Jim cf talk wrote: Hi all, I have been working with some XML files that are being sent to us. We were using a third party application to process them, but when we

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
I think you are getting off track, or I misunderstood the purpose of your original post. Of course a customer/client can set up whatever software they wish to monitor server uptime, in face we will furnish code for that to the client at no extra charge. It is very easy to set up with a CFC and

Re: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Doug White wrote: To ping networks you have no relationship with on a repeated basis, no matter the interval, is definitely a crime here in Texas, as of September 1, 2003 I don't think so as that definition ignores the concept of intent, but neither of our opinions mean anything. I have a

Re: Auto Pinging Script?

2003-09-24 Thread jon hall
What I want to know is if they capture the packet's...do they sending them to the electric chair? :) I can see how Doug's strategy could be extremely effective... Personally I'd set it a few notches higher, but there are definitely times when we have been under DOS attack that I wished we had

Re: Auto Pinging Script?

2003-09-24 Thread Marlon Moyer
There I was completely wasted, pinging a texas town all inside it's so frustrating as the packets go down feel as though nobody cares which netmask I'm on so I might as well begin to put some action in my line Breaking the law, breaking the law Breaking the law, breaking the law Breaking the law,

RE: Auto Pinging Script?

2003-09-24 Thread Ben Densmore
LOL, Maybe you should rewrite all the lyrics to that song and record it ;-) Ben -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:51 PM To: CF-Talk Subject: Re: Auto Pinging Script? There I was completely wasted, pinging a texas town

test

2003-09-24 Thread Tony Weeg
test ...tony Tony Weeg Sr. Web Applications Architect Navtrak, Inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138330 Archives:

RE: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Ben Densmore wrote Maybe you should rewrite all the lyrics to that song and record it Noo :-D -- --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com --- --

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
== Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772 Suggested corporate Anti-virus policy:

Verifying an email address exists

2003-09-24 Thread Claude Schneegans
Hi, I'd like to know if there exists any method to check if an email address actually exists? I mean not only be syntactically valid, but does correspond to a true mail box in a true server. ~| Message:

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
Extreme? I guess it is, but look at the extreme law just signed into law in California. It is now unlawful to send unsolicited commercial email to anyone in California , regardless of whether how it is classified, has ADV in the subject, or even if the sender has an established relationship

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
Not a crime if it is your web site, or you were hired by the web site owner to monitor it for them. == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all

Payment Online

2003-09-24 Thread Duane Boudreau
Hi All, Has anyone here used the Credit Card and/or Recurring Billing gateway from Payment Online (www.paymentonline.com)? If so please let me know. I am having a devil of a time sending information, specifically charge amounts, to them and their documentation seems to be pretty sparse. TIA,

RE: Verifying an email address exists

2003-09-24 Thread Hagan, Ryan Mr (Contractor ACI)
There are several web services that do this. Check out: http://www.xmethods.com/ And search for email validation. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:57 PM To: CF-Talk Subject: Verifying an email address exists

Re: Auto Pinging Script?

2003-09-24 Thread Kevin Graeme
Your scenario would make it a crime for me to monitor the content of a web page, determine whether it has changed and send a notice if a change has occurred. Again, a reasonable and ethical activity widely performed. This is important for me to be clear on as well. I have a desktop app that I'm

Re: Verifying an email address exists

2003-09-24 Thread Howie Hamlin
There used to be (VRFY SMTP command) but SPAMMERS have forced mail server admins and software developers to prevent verification (to prevent email harvesting). The best you can do is an MX lookup on the domain of the email address (we have a freeware tag on our site that does this) to see if

Re: Verifying an email address exists

2003-09-24 Thread Matt Robertson
CFPOP can do that, but you need to be able to log in to the acct. Also, just trawling a server for valid email names isn't something a smart admin will allow. I shut off this capability and I suspect its off on most others. CFPOP SERVER=mail.YourDomain.com USERNAME=[EMAIL

Re: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Honest Doug, I'm not trying to pick on you today, but: The law (SB 186) requires ADV to be in the subject line. Do that and you're free/clear. Also, opt-in mailings are exempt, so an ongoing relationship is protected so long as it was established properly (expect a lot of wiggling on that

Re: Verifying an email address exists

2003-09-24 Thread Doug White
yes there is - will get you a link == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772

Re: Auto Pinging Script?

2003-09-24 Thread Jerry Johnson
Does anyone know what law in TX we are talking about? I haven't found anything obvious from a list of 9/1 effective bills. Looking here:http://www.capitol.state.tx.us/tlo/reports/daily/78R/eff0901_summary.htm Jerry Johnson [EMAIL PROTECTED] 09/24/03 05:21PM Honest Doug, I'm not trying to

OT: Dupes From List

2003-09-24 Thread Chris Montgomery
Howdy, Anyone else receiving dupes on this list? Since switching to text-only format yesterday, I'm getting two copies of every message. Even unsubscribed and re-subscribed. Regards. -- Chris Montgomery Airtight Web Services http://www.airtightweb.com Web Development, Web Project Management,

Re: Auto Pinging Script?

2003-09-24 Thread Matt Robertson
Whoops! My bad. Correction on the ADV bit. No dice there. But the opt-in part is correct. The idea was to protect small CA businesses doing internet commerce. --Matt-- -- --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc.

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
SB186 is the Texas Anti-spam statutes, The mail issue is California. I just read that in a newsletter from the EFF (Electronic Frontier Foundation.) http://www.cnn.com/2003/TECH/internet/09/24/california.spam.ap/index.html http://www.cbsnews.com/stories/2003/09/24/tech/main574891.shtml

RE: Dupes From List

2003-09-24 Thread Smith, Matthew P -CONT(CSC)
Check your rules if you're in outlook. They sometimes get funky. -Original Message- From: Chris Montgomery [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:28 PM To: CF-Talk Subject: OT: Dupes From List Howdy, Anyone else receiving dupes on this list? Since switching

RE: Auto Pinging Script?

2003-09-24 Thread cfhelp
Dude that is so (_!_) What is the name of your company so I never refer or sign up a client with them. I would hate to find out you blocked email or other service from getting through to your clients (or someone else's) just because someone used PING. Lots of program use PING to test for server

Re: Auto Pinging Script?

2003-09-24 Thread Jerry Johnson
It looks like the number was HB1282. The text does not mention ping at all. It is all about unsolicited commercial (advertising) email. Text of Bill: http://www.capitol.state.tx.us/cgi-bin/tlo/textframe.cmd?LEG=78SESS=RCHAMBER=HBILLTYPE=BBILLSUFFIX=01282VERSION=5TYPE=B A good article from the

Re: Auto Pinging Script?

2003-09-24 Thread Doug White
Again, you are mis-interpreting what we do. We do not block clients. neither email or access to their web sites, nor do we prevent their monitoring it to track up-time. None of our blocking is ever directed at clients. That would really be stupid. I read the original post to mean that the

RE: Auto Pinging Script?

2003-09-24 Thread Mark W. Breneman
WOW! That is really aggressive, if that is fully automated. I would hate to guess how many emails to ISPs and Law Enforcement my server would be generating, if I used you system. My software firewall logs all pings, and there are lots of them, on the 15-20 IPs I have on the server. Mark W.

  1   2   >