| |
| |
| |
|
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 25 26 27 28
Comments:
<0> He's making people beep! <1> uh... <2> jesk joseki Zero_Dogg merl15 dmlb2000 rhu virgomoon ltd vbhanu Odin- w|oo|t rashakil_ archangle25 swoke CrazyEddy trym mr-rich pengrate djw eggzeck BinGOs frankg samu2 PS-afk mykilx wshs errr MooingLemur wouterrr LoRez Shabble karo-rr crashev strom creyon zetabug tybalt89 Nurbs WillKW Kev gripe fluffle goldfish elventails ruza mofino sphex jfeed beth coolpix flatronf701B Toad helix zido reshippie flart Warden rodjek GumbyBRAIN dngor workb <2> tkp tobmoox alexp ml66668 erxz_paste buubot buu f0rked CdtDelta cmeme2 hotspants dlynes_home tabris|away irotas rox memfr0b nocturnal hawkaloogie rpete rj000 shorten dondelelcaro Khisanth ifvoid phalcos woggle pipipi peterrooney b0at enkrypt aspie_ sili yrlnry odb|fidel spike723 Nargg rorx gushi pasteling dvorak Paks strlen cout_ don_inla1 ido mrsolo arguile dooky Maddingue Ironnads Daveman ltdwk Botje IOscanner chumphries ruminator litag <3> bn,GFY <4> Ban the guy! <4> or at least kick <5> it's the third channel i'm on in which this guy joined <4> or +q <6> t9k864: **** off kthx <7> /ignore is your friend <6> perlbot ops <8> thrig paladin somni kitchen bod rindolf khisanth tybalt89 simcop2387 sili tag BinGOs <9> fok ya! :) <2> ** gummihatt Yaakov davi RubenGA Slaughter pravus jdv79 ZipKid ew73 cake` orafu integral guilherme-jorge mmap_ Rez cdfh crigo xp_prg jdog- lysander Zeeshan_M Ront fxer hazard ahewitt dlynes_office jablko tamp4x RichiH spo0nman pingu essobi_ genio gleesond blackbart linuxnohow Nek infi fontp Ani-_ thrig aSmig xsdg qwacky Chris62vw Paladin Paladin` notsri_ paulm_ frogbot runnera torbjorn westside jedix ixx resiak furio hax xbit` high-rez pr <1> it's probly a bot. it's pasting the names list.
<2> ** gummihatt Yaakov davi RubenGA Slaughter pravus jdv79 ZipKid ew73 cake` orafu integral guilherme-jorge mmap_ Rez cdfh crigo xp_prg jdog- lysander Zeeshan_M Ront fxer hazard ahewitt dlynes_office jablko tamp4x RichiH spo0nman pingu essobi_ genio gleesond blackbart linuxnohow Nek infi fontp Ani-_ thrig aSmig xsdg qwacky Chris62vw Paladin Paladin` notsri_ paulm_ frogbot runnera torbjorn westside jedix ixx resiak furio hax xbit` high-rez pr <10> well that was meaningful <5> he changes nicks, but no his ip <6> no ****. <5> *not <4> cpe-024-168-251-071.sc.res.rr.com <11> wtf seks just did the same thing as t9k864 in #slackware <4> buubot ban cpe-024-168-251-071.sc.res.rr.com <5> * windows_rules (n=ircont9k@cpe-024-168-251-071.sc.res.rr.com) hat #linux.de betreten ; * riceandmeat (n=ircont9k@cpe-024-168-251-071.sc.res.rr.com) hat ##c betreten ; * t9k864 (n=ircont9k@cpe-024-168-251-071.sc.res.rr.com) hat #perl betreten <5> i wonder which chan will be next <12> can "$page =~ /<TD COLSPAN="2" ALIGN="CENTER"><b>(.+)?<\/b>/)" return '1' while putting an empty string in $1 ? <11> its gotta be some kid who just wants to see how fast they can piss everyone off <11> raboof: do you mean an empty string in $page? <13> GumbyBRAIN: throbbing hot JDAM! <14> Is she hot? <12> tobmoox: no. my intuition is that if that expression returns '1', $1 should contain a string with at least 1 character in it (due to the '+') <15> raboof: no, but it can return 1 while putting undef in $1 <13> did you guys hear they got Zarqawi in an air raid? He's gone. <16> why does this not match any line that contains "magic_" but doesn't begin with a semi-colon?: egrep -i '^[^;].*magic_' some_file <17> hi. <12> mauke: ah, that seems to be what's happening <17> guys. <11> i think its because of that first ^ <11> just guessing though <17> who guys know how to close IO buffer in mod_perl. like in perl: set the $|=1? <12> litage: [^;] eats the 'm' if 'magic_' was the first thing on the line <16> raboof: ahhh <18> Pete_I: uh <18> erm, sorry <16> so if i replace the '*' with a '?', why does that still not match?: egrep -i '^[^;].?magic_' <15> litage: how is that different? <15> [^;] will still eat m <19> apologies for taking my eye off the ball. <16> ah now i understand. thanks guys <20> 2wtf is wrong with this while(<>) { } <20> ????? <6> yay! <6> BinGOs++ <1> wouterrr, technically, nothing <1> wouterrr, what're you trying to do? <20> while(<>) { <20> print "$_"; <20> } <20> cartman:/etc/bind/soa# ./create.pl < list.txt <20> ./create.pl: line 4: syntax error near unexpected token `)' <20> ./create.pl: line 4: `while(<>) { <19> *cough* pasting. <1> wouterrr, use the pastebot. <20> ye sorry <1> wouterrr, did you put the #!/usr/bin/perl on fir first line? <20> argh! forgotten the ! <20> tansk <6> wouterrr: you forgot your shebang. <1> Botje, a little late :) <21> Someone at 83.160.254.144 pasted "teee" (4 lines, 69B) at http://sial.org/pbot/17632 <20> http://sial.org/pbot/17632 if i run that program it attaches .soa before $_ istead of after <20> why is that? <1> ...it doesn't.
<20> i already see why <20> i did not chomp <20> woei <1> ah, that's right <22> hmm? <22> someone highlighted me? <6> yes. a spamming bot. <23> I get highlighted every time someone mention freshmeat <6> ouch. <24> I know what you mean.. everytime someone talks about HTPCs <23> :) <25> or the Turbo Pascal Compiler <23> (if anyone still has no clue) by freshmeat I meant freshmeat.net and users usually refer it as fm <25> uh, yeah. <0> I _still_ have no clue <0> In general <6> haha, brend is clueless! ;) <19> can i have that you owe me :p <0> Sure, here y ... hey look, a tree! <0> Hey look, a tree! <0> Hey look, THE SKY! <19> >:) <25> ooh, look at the pretty # symbol. <25> oh, lame. I copy and paste and it switches to # <26> Someone send me for free please =) <0> infi: Like the way if you type your p***word in IRC it comes out as stars? <25> ih8brend <25> wow, it worked! <26> What worked? <6> eggzeck: sure thing. but postage will be <26> haha <6> 12:21 < infi> ********* <6> look! it works! <26> Oh, is that what he meant? I'm kind of slow this morning. <1> wonder if people'd still fall for that.... <1> i'll have to try that out. <25> noone who hasn't just gotten off the boat <1> oh, i'm sure. <25> then again, on here, you may have great luck <6> try ##php <1> but where i'm thinking of is a really big boat. <25> dalnet? <1> never heard of it... <6> no, that's a sunken ship <1> hackthissite, the worlds number one skiddie magnet. <1> it's not so bad though. just on the #help channel. <25> speaking of silly games, I found this the other day: http://www.pulltheplug.org/wargames/ <25> some of them look pretty fun. <25> Your goal is to connect to port 5842 on vortex.labs.pulltheplug.org and read in 4 unsigned integers. Add these integers together and send back the results to get a username and p***word for level 1. Note that vortex is on an x86 machine (meaning, a little endian architecture). <27> Speaking of script kiddies, is there a place I would look for (non-cracker) perl scripts that have been published? I'd like to find some examples of page analysis (SEO) scripts, but feel I'd be wasting this channel's time, if I asked for anything but pointers. :) <28> yo <28> could anyone suggest a decent IDE for perl coding on Windoze? <28> i.e. code completion, etc, if such a thing exists <25> queuetue: CPAN? <6> blackcarrera: komodo is pretty nice <7> queuetue: http://www.scriptarchive.com/nms.html may have stuff <6> alexp: urgh. you're joking right? <26> code completion? Just nasty <29> hello all <27> infi, my thinking is that CPAN is more libraries and building blocks - I'm looking for scripts that would use those blocks to build tools, I think. (alexp, thanks - I will look there.) <7> Botje: *shrug* I know there's a bunch of good scripts on there, not sure if there's anything that does what queuetue wants. <26> queuetue: Besty way is to read and learn and work ;) <6> matt scripts are evil <29> i have a problem with perl : http://pastebin.com/767075 <30> The paste 767075 has been moved to http://erxz.com/pb/1437 <29> anyone can help ? <7> Botje: Yes, just as well the URL I provided isn't to scripts that Matt Write wrote ;) <27> alexp, I don't think there are, but thanks. <6> alexp: oops. my bad <6> fourat: either change your locale or install the proper files <29> wich files
Return to
#perl or Go to some related
logs:
#web #linux libfaac packman could not start process for imap #ubuntu #php #python #xorg #lisp basheater
|
|