| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Comments:
<0> what else could it mean in regards to a network. <0> i knew this before.. <0> i'm ***uming multiple autonomous systems? <1> what's the best program that will run on win xp to make+burn dvd movies and have menus for them? <2> microsoft calls the redmond site a campus -- compound sounded a little too heavy handed. <3> Tropic-Ll: Pinnacle Studio <4> loosey, I'm hoomo <5> hmmmm where's peerce <5> we have this C app that runs faster on a 1.2GHz Pentium M (laptop) than it does on a 2.8GHz Pentium 4 (desktop) <6> should I have a SYSTEM IDLE PROCESS using 97% of my CPU at all times? <1> yes <5> ehehehe <5> thats free CPU cycles <6> oh <6> thanks <6> thought my pc was being hacked
<3> HACK YOU! <3> j/k lol <5> it's been hacked by microsoft <6> lol <0> hah. <1> is pinnacle studio 8 good enough? <6> alright well thanks <6> see ya <1> take THAT you communist bannana! <7> hey <7> can some1 help me use command prompt to boot windows off a bach up floppy? <7> hello... <7> plz... <7> im an idot <0> there's a project out there for that. i don't know what it's called. <1> right click the floppy <1> click format <0> but it's out there. <1> select create boot disc <7> no <7> i have a boot disc <0> did you **** up your mbr? <7> now im tryin to use it <1> have you ever noticed that bannanas are yellow, the color of BANNANS?!?! <8> Baracuda^: you live? <9> do you know the Royale theme from Media Center? Is it "legal" to install it on XP? <4> indeed <8> msg <4> and from home. wee <7> no i formated a drive now im tryin to boot off a boot floppy <8> sent <8> brb <10> no see no message. did I switch nicks at just the wrong time? :) <8> yeah sec <11> pwnd <8> I don't see nick changes and the like. I turn all that crap off <8> DOH! <8> I BEEN DEFROCKED! :) <0> The circle of life.. <8> hehe <10> oh yeah <8> hehe i figured dadud3 was going to get popped sooner or later :) <0> is he still here? <8> nope <8> just saw the ban removed, and /names says he's not <10> so digidog: happy with the barracuda 300 now? <8> hehe first time i've actually paid attention to the nick list. i know probably 20 people in here. cool :) <0> all that matters is 'sartan' <0> *arrogance* <8> WE'RE NOT WORTHY! WE'RE NOT WORTHY! <12> awww <12> http://jaymz.dallasnetworks.net/modules/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=3866 <0> vote time <8> vote on..? <12> the cuteness of my puppy <0> no. <0> canadian government. <8> heheh, black lab? <12> yup <8> love the eyes.
<10> I like 0005 pic <8> trusting, sad, yet intelligent. <12> very good <12> http://jaymz.dallasnetworks.net/modules/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=3857 <12> whats that one? <12> yeah barry <10> he's snarking. <8> which one is 005? <12> the one i just posted <10> the link he ju....yeah <8> oh stickdog :) <8> or would that be corndog on a stick <8> oh it looked like a stick at fast glance. <8> friggin shadow. hahahah <10> heh <8> http://jaymz.dallasnetworks.net/modules/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=2664 <8> haha chasin an armadillo :) <12> hehe <8> digi you hunt him at all? <12> not yet <8> (***uming it's male, no pics to tell otherwise) <12> frmale <12> male is here <8> good snaking on his part going for that 'dillo <12> http://jaymz.dallasnetworks.net/modules/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=543 <8> how he hunches down, blades up <8> err she <8> now that.. is a beautiful dog. i'm male so i'm hesitant to use the word gorgeous, but that is a gorgeous dog <8> awesome set of fur <12> yeah he is pretty stout <8> puff when dry or just thicken? <8> coat <8> http://jaymz.dallasnetworks.net/modules/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=555 <8> hah! demon dog <8> http://jaymz.dallasnetworks.net/modules/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=561 <8> rut roh raggie! <12> hehe <8> sorry for scroll :) never post animal pics when I'm around. got a soft spot for em <10> that's how you make a grey dog <0> hahaha <13> I've installed ActiveState ActivePerl on a Win2k3 server running IIS6. I've enabled "Perl CGI Extension" via the Web Service Extensions. But doesn't this enable Perl CGI Extensions for all websites? I don't want anyone to just be able to upload a .pl file. <0> dog***. <0> he's discarded the teddy bear. <8> damn, nice 'backyard' :) <8> sartan: hahaha <8> **** the clock, **** the teddy, gimme the tang, baby! <10> you know, they never did send any 'tang to the moon <8> Envador: you don't enable upload. all that does is tells IIS that anything with the .pl extension is to be sent to the perl.exe binary for action <8> the perl bin will return the data once it's done processing and the system will forward the result back to the initiating client <13> ahh, ok, that helps quite a bit. <8> welcome <13> thanks :) <8> anytime <13> one more question... is it possible to only neable the .pl extension for a specific website? <13> enable* <8> yes, remove it from the global config, and do the same thing in the individual site's config <8> right click, advanced, yada yada yada <8> if you don't define the .pl extension elewhere, the system will just return a 403 or a 50# <8> forget what the exact error code is <8> that's so long as you haven't defined script source reading in the same area <13> I've tried adding Perl.exe as a new ISAPI filter, but when I add it via the Add/Edit Filter properties, it doesn't allow me to add the %s %s to the end of perl.exe <8> see apache.org for what the individual error codes the web server will return. they're RFC based, both IIS and apache <14> perl.exe probably isn't a proper ISAPI filter. <14> ISAPI is somethign quite different than CGI <14> its more like an apache 'mod' <15> !google setup perl on iis <16> http://www.iisanswers.com/Top10FAQ/t10-installperl.htm <8> the isapi i think is the dll <13> I think it's a 404 actually... I've tried disabling it entirely via the Web Service Extensions manager, then browsing directly to the .pl which IIS then returns a 404 not found. <14> activePerl probably has a ISAPI for embedded perl in ASP or whatever <15> you know, instead of guessing, wouldn't some documentation come in handy? <13> yep, that helps quite a bit! <13> thank you very much.
Return to
#windows or Go to some related
logs:
#directx #politics #beginner SurfSidekick child
+gtk+ +digest +verification +filesize americanbull stocks mulingon
#delphi SPUD-IN Jet #windows
|
|