Re: tcpclient and cfhttp -- how to post data?

2001-12-13 Thread lsellers
At 12:39 PM 12/13/2001 -0600, you wrote: OK, I'm learning about some of the pain referenced below ;-) I'm trying to perform an HTTP post operation, but I can't figure out how to do it with TCPClient. I know I need to change the method from GET to POST: cfset obj.SendRN(POST

RE: Stupid cfexecute

2001-12-06 Thread lsellers
At 01:55 PM 12/6/2001 -0500, you wrote: I just tried it without a timeout value and it goes through but the program doesn't work. I have tried calling it through cmd.exe and it does not return more than 2000 characters. It just doesn't seem to work with CF 5. Rmtcmd sends a remote command to the

Re: OT: autorun program at logon?

2001-12-05 Thread lsellers
At 09:00 PM 12/5/2001 +, you wrote: Hey all, [snip] I've just been asked to create some sort of script/program/webpage/whatever that will automatically pop up on the user's screen when they log in to our network (NT, migrating to W2K soon). It is very simple--just a countdown to the end of

new viri, was RE: Hi

2001-12-04 Thread lsellers
At 01:19 PM 12/4/2001 -0500, you wrote: How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! Hi, Lon! How are you ? When I saw your post, I immediately thought about your lack of virus protection. Goner apparently. New

Re: New CF Whois tag?

2001-11-29 Thread lsellers
At 03:04 PM 11/29/2001 -0600, you wrote: look for a CFX tag that does everything at a lower level - those cf_whois tags just grab the info from NSI's website and parse the output - messy, and potentially a legal issue - instead, use something like cfx_nicname:

RE: Why aren't there more CF programmers out there?

2001-11-28 Thread lsellers
At 08:06 AM 11/28/2001 -0600, you wrote: now it makes sense. 1k of memory. I can almost do the math in my head. someone should build a web based IBM 650 computer emulator so that we can program in octal absolute... or early versions of assembler. you know just so when we go to parties with the

RE: Why aren't there more CF programmers out there?

2001-11-27 Thread lsellers
At 10:19 PM 11/27/2001 -0600, you wrote: huh. I had to check. OCTAL ABSOLUTE: A numbering system using eight as a base instead of two, as in binary, or ten, as in decimal. It used to be all the rage in the 70's. Back when men were real men and programmed in direct machine language. Not that

hosting recommendations

2001-11-26 Thread lsellers
'ello. Was looking around for a new host for intrafoundation.com. (My current host's new management software is really ticking me off.) 2gb traffic a month avg. 8 email accounts. cf asp required. 1 or more odbc. relatively low stress website. cc gateway soft and cfx/com allowance usage

RE: CF and Authentication

2001-11-15 Thread lsellers
Said it was expired. And since I'm not a C-guru, I thought it wise for me not to mess with recompiling it. Any chance you can recompile it and post us a new version? ;) I believe I fixed that issue when I did a repackaging/recompile... on sept 9th. If not, I'll see about it over the weekend.

RE: cfhttp error

2001-11-15 Thread lsellers
At 11:39 AM 11/15/2001 -0800, you wrote: You ran out of memory. You have 49k available and you need 53,798k. CFHTTP wasn't intended to read anything that big... I've never tried to cfhttp a 50mb file so I don't know if or how it breaks myself, but... fyi, I retooled the tcpclient com many,

RE: CF and Authentication

2001-11-14 Thread lsellers
At 10:57 AM 11/14/2001 -0800, you wrote: Some of the tools are not complete.. But it is a great start! The author isn't too interested (it would seem) to fixup what's there. But if you're a C programmer, you can fix the stuff yourself. Just my .02.. Still love the tools tho! Quite true. I'd

RE: CF and Authentication

2001-11-14 Thread lsellers
At 12:58 PM 11/14/2001 -0800, you wrote: Wow! Didn't know you were here Lewis. Nice to hear from you! I'm a lurker. I use Agent to cache everything off of fuseware but generally only poke out my head when an interesting subject line catches my attention. /-) And yes.. It would be great to

RE: CF and Authentication

2001-11-14 Thread lsellers
At 04:24 PM 11/14/2001 -0500, you wrote: I would be interested in looking at it..although I am a novice C++ programmer.. And graduating in May, it might be a nice project to undertake before I graduate. :-) Mike Feel free. Part of the reason it's 3.5MB download is that it includes the

Re: Entire Dynamic sites in Flash

2001-11-10 Thread lsellers
At 04:13 PM 11/9/2001 -0800, you wrote: Theoretically true, but the way most people implement Flash I do literally have a chance to go have a smoke while they load up when at home on a modem. That's true, I hate a site that makes you wait, regardless of reason. You know, that gives me an

Re: Entire Dynamic sites in Flash

2001-11-08 Thread lsellers
At 01:55 PM 11/8/2001 -0800, you wrote: On-topic relevance: Full computers with HTML renderers are one possible renderer for ColdFusion developers, but the action is increasing towards both high levels of complementary clientside interactivity, and portability and access away from the desktop. I

allaire forums tag gallery

2001-11-01 Thread lsellers
Sometimes I just want to strangle whoever maintains these. Grrr.. Anyway, while I'm grring at them for deleting my account account... again A) I monitor cf-talk through the nntp mirror at fusetalk. It would be nice if there was an option to sign up to cf-talk but NOT receive any email.

RE: Managing DNS via a browser

2001-11-01 Thread lsellers
At 05:06 PM 11/1/2001 -0500, you wrote: i'm actually going to be writing something very similar pretty soon. I wrote code to manage BIND many, many years ago. It's very easy to physically do *IF* you read through the BIND documents enough times that you've essentially memorized it. :-) It's a

RE: CFHTTP Replacement

2001-10-26 Thread lsellers
At 09:28 AM 10/26/2001 +0100, you wrote: Anyone got any resources on building up HTTP requests ? There are a couple RFC's that describe http 1.0 and http 1.1. http 1.0 is the easiest. There are three verbs used: GET, POST and HEAD. Can you guess what they do from simply from using html forms?

RE: CFHTTP Replacement

2001-10-26 Thread lsellers
(compatible; MSIE 6.0; Windows NT 5.0) Host: 127.0.0.1:90 Content-Length: 243 Connection: Keep-Alive Cache-Control: no-cache Cookie: CFID=1; CFTOKEN=32125070; -7d1bc210087c Content-Disposition: form-data; name=myName lsellers -7d1bc210087c Content

Re: User Login

2001-10-26 Thread lsellers
Sounds like a good goal. Reading the two books is probably a good start. I do think that you can learn from books. Although, not everyone learns the same way. If the boss-man won't spit up the cash, you can probably discount the training unless you pay for it yourself. I would very

RE: CFHTTP Replacement

2001-10-25 Thread lsellers
At 05:05 PM 10/25/2001 +0100, you wrote: With that in mind should the following work without sending a message?? cfobject action=create name=obj class=Intrafoundation.TCPClient cfset c = obj.Open(soapserver address,80)

RE: CFHTTP Replacement

2001-10-25 Thread lsellers
You know... since this got me thinking about it... I just noticed that 2.13 of TCPClient is still on the website. It's actually been at 2.14 for a while now. I *might* get around to gutting some other software I've written and add SSL support to it this weekend. If I have the time. (Don't

RE: CFHTTP Replacement

2001-10-25 Thread lsellers
At 06:00 PM 10/25/2001 +0100, you wrote: hi made those changes but its still no go. The only reason i know the servers working is that when i use cfx_soap its returning an error message due to an incorrectly formatted message. I really want to steer away from editing the java source if

Intrafoundation.UDPClient COM 1.4

2001-09-03 Thread lsellers
Well, I believe all the testing is over but if anyone runs into any problems etc PLEASE don't hesitate to email me about them. :-) http://www.intrafoundation.com/udpclient.html. In the last version (1.4) I included actual working cf scripts for... Quake 2/3, Half-Life, Unreal Tournament

Re: UDPClient COM object

2001-08-31 Thread lsellers
At 05:01 PM 8/30/2001 -0400, you wrote: Louis, can we clone you? :) always the best stuff from you. /-) send in the clones -paris --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at

UDPClient COM object

2001-08-30 Thread lsellers
Been awhile... Anyway, there's a new COM object at http://www.intrafoundation.com/udpclient.html. It allows one to send and receive UDP packets from CF, ASP, etc. What good is that you ask? Not much granted, unless you into gaming, want to directly interface with ICQ to chat with udp-based

RE: Throttling CFMAIL

2001-08-30 Thread lsellers
At 04:27 PM 8/30/2001 -0400, you wrote: The link below doesn't work for me, and a search of CF_ResendUndeliverableMail3 in the Developer Gallery turns up nothing. Is this a joke? The tag sounds too good to be true. Any ideas? No, the theory definitely works. Or used pre-5. I don't know about 5.

RE: Killing Commas

2001-03-27 Thread lsellers
Murderers. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Database Images

2001-03-26 Thread lsellers
When you store an image in the database, how do you go about displaying it on the HTML page? Right now, I am simply storing the URL in the DB to the image file on the hard drive, but looking to storing them in the actual SQL Server dataabase as another solution. I just wanted to find out

RE: Re. image sizes

2001-03-25 Thread lsellers
Re. image sizes Thats a fair point Kay - we only use it for gifs. Think I'll try your tag out for jpgs. Are you sure CFX_Image came after CFX_GIFGD? It did. Around '97 was the last time cfx_gifgd was worked on. About the time unisys started cracking down on gif programmers. The last

RE: custom app running as an NT service

2001-03-22 Thread lsellers
This is highly OT, so ignore if you don't like that stuff. Suppose you write a custom app and compile it as a .exe file. What is the best way to have it run when the server is rebooted on Windows2000 (like a service)? I have a few ideas but I think they are amateurish and would like a

RE: retrieve remote images using cfhttp?

2001-03-22 Thread lsellers
i have been trying for the better part of the morning to figure out where i am going wrong with the CFHTTP tag. i get a list of about 200 cars two times a week and the majority have photos (with full url to other sites) but cant seem to figure out how to get CFHTTP to download an image

RE: Tag for NTFS file permissions

2001-03-21 Thread lsellers
Min's here's basically left the cf community... Not good news. So what's it take to get you back? Um. Lots of money? /-) Actually I'm serious. My primary motivator in what programming work I do is the money. If that wasn't an issue... I'd most likely be sitting somewhere working on a couple

RE: Tag for NTFS file permissions

2001-03-20 Thread lsellers
Also check out cfx_permissions in the IHKT at http://www.intrafoundation.com. It is basically a cfx wrapper for cacls anyway. To clarify, it uses low-level NT 3.51 system calls to manipulate permissions. (None of the annoying, sloth-like ADSI stuff.) So it works on anything above NT 3.51.

RE: Tag for NTFS file permissions

2001-03-20 Thread lsellers
Also check out cfx_permissions in the IHKT at http://www.intrafoundation.com. It is basically a cfx wrapper for cacls anyway. To clarify, it uses low-level NT 3.51 system calls to manipulate permissions. (None of the annoying, sloth-like ADSI stuff.) So it works on anything above NT

RE: CFHTTP and creating csv recordset problems...

2001-03-16 Thread lsellers
Note: CFX_secFile (basically same thing) has no limit beyond your current virtual memory. Thanks! But it doesn't help if you're on a shared server and the ISP allow you to use CFX_File though! Paul Well, the entire point of cfx_secfile and cfx_file was to have a cffile that can be

RE: CFHTTP and creating csv recordset problems...

2001-03-13 Thread lsellers
" There is a documented feature of CFHTTP that allows you to load up a comma-delimited file into memory via CFHTTP. This is useful if (and this is the case) you can't use CFFile to load up a comma-delimited file (CFX_File has a max size of 64KB for a read) and you can't set up a csv datasource

RE: CFHTTP HTTP 1.0

2001-03-08 Thread lsellers
A partner we are working with uses name based hosting and needs incoming request to use HTTP 1.1. When I send them a request using CFHTTP they come through using HTTP 1.0. Is there a configuration setting on the IIS machine to change this, or is this just the way CFHTTP works? I don't

RE: CFHTTP HTTP 1.0

2001-03-08 Thread lsellers
"Until ColdFusion 5.0, ColdFusion used only a line-feed character in creating response headers returned to clients (browsers). To comply with HTTP 1.1, ColdFusion now returns both line feed and carriage return characters in response headers. " Can we say "duh"? It won't win me any friends

IHTK 3.12

2001-03-02 Thread lsellers
Just a note: The Intranet/Hosting Toolkit as of 3.12 is now freeware. http://www.intrafoundation.com/intranethostingtoolkit.html. (Got tired of fooling with it. :) --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Server-to-Server FTP

2001-02-28 Thread lsellers
Is there a COM object that will allow Server-to-Server FTP? Well, assuming the ftp servers are set up to allow this (through the SITE command I think... been a long time) you might be able to set it up with the COM tcpclient 2.x. --min ~~

RE: Manager of Support

2001-02-28 Thread lsellers
I was, btw, kidding. No idea what his/her name is. But, it was all too tempting... ;- --min Where do we find him? :) Anyone know who the Manager of Support is at Allaire. Waldo. --min ~~ Structure your ColdFusion code with Fusebox.

RE: Manager of Support

2001-02-27 Thread lsellers
Anyone know who the Manager of Support is at Allaire. Waldo. --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

cfx_execute

2001-02-24 Thread lsellers
Another toy. :) http://www.intrafoundation.com/freeware.html ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

RE: Interesting Java/CF Article

2001-02-23 Thread lsellers
They claim they have CF functionality available without the need for CF Server. I'm not sure I get this. Did they rewrite all of the CF tags in Java? And if so, a small development shop has done this, what's the hold up on Allaire getting it done? I could rewrite most of CF4 in c++ myself in

RE: Email server/CF integration?

2001-02-23 Thread lsellers
Thanks for the sales pitch ;) I'm really looking for a cheaper solution. Additionally, I really only need the mail server itself; I will be writing the front end. If all else fails, I guess I'll just have to write it (the mail server) myself. Unless Howie's price has changed to first

RE: CFX problem: Debug or Release build

2001-02-23 Thread lsellers
The CFX tag works fine if the DLL is from the "win32 debug" build. However if I take a 'Win32 Release" build, I get an error if the number of rows in the query are greater than 999. For 999 rows or less it works fine. Does anyone know which build we should be using. Release or Debug.. I

RE: CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread lsellers
000 before it started crapping out. It looks as though whenever CF would parse the mail to the email server it somehow made a blank cfmail page that is exactly the same size as the email it should have made. Now this blank one had only a a line of big rectangular boxes and once CF went to

RE: AOL Cache servers bringing down server?

2001-02-21 Thread lsellers
3) So why are these connections hanging around? Well this part of my knowledge is a bit shaky. Basically clients enter the TIME_WAIT state after and active connection closes. I guess it is time to stand on the shoulders of others ... MS knowledge base article Q137984 has the following

RE: deleting cookie

2001-02-21 Thread lsellers
Hi All: Does anybody know how to delete a cookie without closing the browser? Eat cookie? Yu The method mentioned in ColdFusion manual(cfcookie name="..." value="..." expires="now") doesn't do the work; it deletes the cookie only when the user closes the browser, but I want to

RE: CFDIRECTORY replacement

2001-02-21 Thread lsellers
has anyone used a cfx tag replacement for cfdirectory. All I want to do is list directories and files and the cfdirectory tag is too processor intensive. I downloaded cfx_dirlister but cf complains the library for the tag can not be found, I assume It didn't get compiled with the

RE: how can we execute command lines from coldfusion

2001-02-21 Thread lsellers
do you know where the developer's exchange is on www.allaire.com? there are tags to do that. now, there's also CFEXECUTE which ships with CF. In fact I think there are literally more cfx to do this than I have fingers and toes (and I'm somewhat of a genetic mutant mind you.) I've

RE: advanced list

2001-02-19 Thread lsellers
Difference between design and implementation. It was designed and intended as a true FAQ where you could just hit the CFMAIL section to know something about it. Problem was in putting info in. I wanted to hire someone to read the posts and write FAQs for it but the problem was cash. Didn't

RE: ColdFusion File Handling

2001-02-18 Thread lsellers
I think the problem here is that, by the time CF could read the Content-Length HTTP request header, it's too late - the browser has sent the file within the HTTP request body, and the web server has already received it. Before the CF engine receives an HTTP request to process, that

RE: ColdFusion File Handling

2001-02-18 Thread lsellers
sry, just re-read the post.. nvrmind min can ya check your links, im not getting a thing... 404 :-) I suppose I should have said "for example". --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: ParseDog

2001-02-16 Thread lsellers
Seriously, it's what the Developer's Exchange is for... if you can't look on DevEx for something, then you're not serious about finding it - it's not that difficult... Well, if the exchange actually WORKED properly that might be true. :) --min

RE: CFPOP unknown error

2001-02-14 Thread lsellers
What is the COM solution you found? How is it speed-wise? Hmm. You could always use the tcpclient com. :) I rewrote the base64 mime and uu routines a while back. Someone else is apparently working on some cf connection pooling code with it which might be useful for smtp code to go along with.

RE: [Deleting Directories, Subdirectories, and files]

2001-02-13 Thread lsellers
What's your address?! ;^/ I have custom secure c++ clones of CFEXECUTE, CFDIRECTORY and CFFILE, etc. They're probably never be listed on my website though because selling stuff is too much of a hassle for me. I hate haggling for money and dealing with customer support issues. If you

RE: [Deleting Directories, Subdirectories, and files]

2001-02-12 Thread lsellers
Alex, Thanks for the quick response. Unfortunately, the app will be hosted on a shared server and cfexecute isn't available for security reasons. Urm... Send me a small brown bag full of ones and I'll send you a copy of CFX_secExecute (a secure version of CFExecute). ;- --min

RE: Backup Place

2001-02-11 Thread lsellers
Is there an alternate location that people go to when the list is burping? It seems like everytime I have a "code crisis" the list is on hiatus. :) I think the question is is there anything better than the post.office 3.5.3 that's being used. It seems very flaky. --min

RE: HTML/OS - WRRONG

2001-02-08 Thread lsellers
Funny, i just looked at that site and it does say that CF run on IIS Methinks we have a *mole* amongst us then. I looked, it DOES now say it runs on IIS. That was not the way it was yesterday though. Still says it doesn't run on netscape servers. Haven't run on them in a year or so, but I

RE: HTML/OS

2001-02-07 Thread lsellers
this all sounds really hokey to me. you can't download a trial, you either view a demo or purchase. then it's all web based, what does that mean? i like how on the comparison page they say Cold Fusion won't run on IIS: http://www.aestiva.com/pages/htmlos/061481.7.18510733152 Having

RE: HTML/OS

2001-02-07 Thread lsellers
I'm suspicious of any product that does not adhere to standards. It seems counterproductive to create a custom database, that does not use SQL. I wonder how they keep track of users who leave and come back, since it claims it is fully state persistent, yet doesn't use cookies. By ip no

RE: Datasources question

2001-02-06 Thread lsellers
ColdFusion has to be configured to login as a user with rights to the access table on the other server. By default, ColdFusion logs in as the System account which does not have rights to other server resources. You know, for CF5 it'd be nice to have an option during the install to set up a

RE: CFSNMP?

2001-02-02 Thread lsellers
I don't know about an Allaire SNMP tag, they've traditionally been very weak in leveraging system/network management technologies. There are, however, a number of very nice COM objects, developed by various companies, that will accomplish the task. You may even be able to make use of

RE: Hacked server - iindex.cfm, CFX_SpawnL and ipsvcs.exe

2001-02-01 Thread lsellers
Scenario: It looks as though one or two of our servers have been hacked at some point (anytime between now and last August). Someone has just sent us an e-mail saying that there was a file in the CFIDE directory called iindex.cfm, written by Kevin Klinsky. Calling it appears to display a

RE: Hacked server - iindex.cfm, CFX_SpawnL and ipsvcs.exe

2001-02-01 Thread lsellers
So you're trying to deny you're responsible! Nah, just j/k. /-) I have done keyword searches for "intrafoundation" on yahoo from time to time and found where people were testing out cfx_spawnl or cfx_consolecommand and just leave the thing there. Documentation and all. On their production

RE: Reading/Writing HTTP Headers

2001-01-31 Thread lsellers
Is there a workaround to read this data with v 4.5? TIA, Duane I have a COM called TCPClient. A little hardcore maybe, but the following cf is from one of the examples. It grabs the header info from the default page and breaks it apart for display --min CFOBJECT ACTION=CREATE

cfobject get properties

2001-01-30 Thread lsellers
When using cfobject with a COM that has both get and put properties of the same name, cf seems to always assume I'm talking about the get property. Thus I can't set the property. Anyone know how to convince it otherwise? :) I have no problems at all with this under asp, etc. --min

RE: Windows NT Error Number 109

2001-01-30 Thread lsellers
What exactly does "Windows NT Error Number 109" mean? I can't find a list of error numbers/codes on Microsoft's web site. 109 is "The pipe has been ended. " if that helps any. --min ~~ Structure your ColdFusion code with Fusebox. Get the

tcpclient 2 COM

2001-01-29 Thread lsellers
Morning. I released 2.9 of the tcpclient COM object yesterday. It has a complete rewrite of the RecvRN function (for talking to command-line based protocols such as pop3, smtp, etc). I mention this simply because I was wanting some independant feedback as to whether the new code is working fine

RE: Releasing COM Objects from Memory

2001-01-29 Thread lsellers
This bat works very well. ;-) --min net stop "Cold Fusion Executive" net stop "Cold Fusion Application Server" net stop "Cold Fusion RDS" net start "Cold Fusion Executive" net start "Cold Fusion Application Server" net start "Cold Fusion RDS" net stop iisadmin /y net start iisadmin net start

RE: How do I put the little image in the address bar in IE?

2001-01-29 Thread lsellers
create an icon called favicon.ico and IE will automatically look for it at the root of the web site. Neat trick. Just did it for intrafoundation.com. :) --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Macromedia and Allaire to Merge

2001-01-27 Thread lsellers
a side note to this is that the proposed java based CF App Server is not an applet machine... it is a servlet engine at heart. Just a technicallity, but I thought it was worth mentioning that applets have nothing to do with most of allaire's future plans for java based technologies. Yes,

RE: COM Objects

2001-01-26 Thread lsellers
Has anyone heard of Microsoft restricting COM objects so they only run on ASP? Yes. There are ASP-only COM objects. Never written any as it would be rather pointless to me, but as I recall you can tie the com object into asp actions/error handling, etc. Error trying to create object

RE: CF based bookmarks

2001-01-24 Thread lsellers
hi, I was wondering if anyone here has developed or run across a cf based bookmark manager app? I am sending this message on behalf of someone else. Evidently he has some 5,000+ bookmarks and he's having trouble managing them all (omg!) I told him I would run it buy this list of CF

RE: Question: Using CFHTTP to Masquerade

2001-01-22 Thread lsellers
Because of my environment, I am only allowed one port for my webserver, which is port 80, and I would like to include a search interface on my site, running on port 90. Can I use CFHTTP to masquerade? No. CFHTTP has nothing to do with setting up what ports the http server answers on.

RE: CFPOP - murphy's law

2001-01-21 Thread lsellers
That was about as far as we got in our investigation. And of course we're checking into an update for Sendmail. The question is, if it's optional, how do you get CFPOP to not send the command? Good question, but I don't know the answer. And where's the documentation for this feature

RE: CFPOP - murphy's law

2001-01-20 Thread lsellers
The upgrade didn't make things better for us. As soon as we upgraded (from CF 4.5 Pro to 4.5.1 SP2) we started having problems with CFPOP accessing mail on a machine running SCO-UNIX and Sendmail. It's very weird--intermittent for some users and consistent with others. This is the

RE: [merger] Where to next?

2001-01-18 Thread lsellers
I am sold on Macromedia/Allaire, but that damn -min keeps saying stuff that makes me think I gotta learn more before diving in. And this might mean fundamental changes to how I develop, and the tools I use. I'm jonsing for a smoke, so perhaps you shouldn't listen too closely to me these

macromedia forums

2001-01-17 Thread lsellers
Does Macromedia (the old pre-Allaire Macromedia that is) have an offical forums/newsgroup? --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Macromedia and Allaire to Merge

2001-01-16 Thread lsellers
As much as I dislike Java, in a year or two the new Java-based CF will propel programmers to create an infusion of new Java-based applet's. And all that entails. Then of course there is the multi-platform SVG spec that is beginning to be integrated into modern browsers. The new SVG/XML/DOM/CSS

RE: Web Based SQL Manager

2001-01-13 Thread lsellers
So as to clarify this little ot a bit more... The internet runs several network protocols including: tcp, udp, icmp, etc (which sit on the very low-level ip protocol). The higher-level application protocols such as http, ftp, pop3, smtp, gopher, etc sit on top of them. There are a few though,

RE: list problems

2001-01-11 Thread lsellers
Excuse me, folks, but has anyone else had trouble getting messages from the list? I didn't receive anything for several hours and now am getting messages, but no backlog. Is it the list or my system? The list server fell asleep again. That or everyone woke up at midnight after a nice nap

RE: CFX_POP

2001-01-11 Thread lsellers
there are specific problems with all ColdFusion POP tags and tools i've seen with the way certain attachments are encoded or MIME encoded. if i knew the exact problems, beleive me, i would write a tag that fixes them. some friends and i built and run www.planetaccess.com a CF-based mail

RE: Can this be done with CF

2001-01-07 Thread lsellers
The trouble is it only runs in IE5 because it uses vml (a proprietary MS thing which I hadn't heard of apparently). You're in a bit of bind here. vml is MS's run at svg. You could just recode into svg, but... support of svg is still spotty at the moment as it's still rather new. Although that

RE: CGI.Remote_Addr and client identification...

2001-01-06 Thread lsellers
Turns out her connection ranges from .15 - .18 IP randomly from request to request and I assumed she wasn't the only one. So now, the client verification is only done on the first two IP classes(?): 205.111.444.222 is stored as 205.111 for verification. There are technically five ip

RE: call program on client via CF?

2001-01-05 Thread lsellers
Is there a way to activate a program on a client machine using CF in an extranet environment? I know this can't be done with VBScript or JavaScript due to security concerns. Can it be done with CF if the person using the client machine is willing? This wanders into the real of activex and

RE: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-05 Thread lsellers
What the heck is a fuselet. Bob Everland Min smirks as he walks off the stage and hits the flood light. He fumbles in his pocket for a smoke, waiting for a speaker to run up the isle to the stage. --min ~~ Structure your ColdFusion code

RE: line breaks in cfmail

2001-01-04 Thread lsellers
Also, Some mail servers like qmail have a nasty habit of strip CR/LF pairs into bare LFs. At which point, the client you are using may not be savvy Evil, considering that's illegal under every RFC I've read. :) --min ~~ Structure your

RE: Creating Datasources Using CF

2001-01-02 Thread lsellers
Check the CF Developer Gallery for creating datasources. Hi All Can i write CF codes to create datasources instead of using cold fusion admin? Specifically, aeons ago I wrote cf_autoaddmdb. I believe there are others now. Requires CFREGISTRY. --min ~ Paid Sponsorship

RE: Can only send 2046 characters through CFMAIL?

2001-01-02 Thread lsellers
It *sounds* to me like like somewhere along the line there's a "char line[2048]" or "char line[2048+1]". That is, someone is assuming lines won't be more than about 2048 characters long (remember the crlf and the null). Which isn't a bad assumpttoin, considering I believe the official RFC's

RE: A cure for CFDecrypt (don't get excited - it's humorous)

2001-01-02 Thread lsellers
http://mindprod.com/unmain.html Eeh. That's how I write me codelfish anyway. :) --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Platform/server info

2001-01-01 Thread lsellers
As Howie mentioned, you can get this from Netcraft (http://www.netcraft.com/). You can also get this yourself, with your handy-dandy telnet client. Open telnet, connect to the target server on port 80, type "GET / HTTP/1.0" followed by two carriage returns, and it'll be right there.

RE: Platform/server info

2001-01-01 Thread lsellers
Damn those HTTP 1.1 name-based software virtual servers! Damn them all to hell! :) It doesn't matter, though; David Shadovitz wanted to know the web server software, which will be the same for all the software virtual servers running on that IP address. I'm pretty sure that all of them

RE: tcp ports

2001-01-01 Thread lsellers
Use the tcpclient from http://www.intrafoundation.com/ It is a very nice COM object with tons of cold fusion examples. I do not know of a way to do this via CF alone though... I want to send plain text to a tcp port from a CF page. Is it possible to do this using CF rather than using

RE: Slow tonight

2000-12-30 Thread lsellers
I hear you!!! With a Webhosting company to run, no time to party... Only work... Hope everyone has a great New Year. Lets see some activity on the list, I am bored... Could always build a portal-based 6dof fps with cf. That would keep everyone busy for a while. ;-) --min

RE: SNMP Tag?

2000-12-29 Thread lsellers
Is anyone aware of a CF tag that can communicate with an SNMP enabled service? I really just need basic read-only capability for device monitoring, such as reading traffic throughput from a router or switch, or retrieving performance metrics from some other services. Well, assuming they

RE: OT- HTH

2000-12-29 Thread lsellers
Hope This Helps. :-) Oooh. Always thought it mean "Hold That Halibut." Um, don't ask. --min ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM / 20 GB HD /

RE: [RE: SNMP Tag?]

2000-12-29 Thread lsellers
I am interested in Lewis Sellers' CFX_TCPClient. I wonder if one couldn't write an SNMP wrapper in the form of a CFML tag. Of course, a fairly good working knowledge of SNMP would still be required. That is pretty much the entire point of the tag. :) That is, to allow someone to write custom

  1   2   3   4   >