@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> sat, ello
<1> ..hello
<2> bngfg
<2> ljkkl
<3> hai karen
<4> HI IAM A NEW MEMBER FROM GREECE HOW ARE YOU?
<5> can dcc-chat be used for trojans and stuff?
<5> i got some commands through dcc-chat
<5> op 370 something
<6> hai
<7> gunawan: hi, is there something we can help you with?
<6> no,whos u
<6> hai
<6> i am sorry can u relate to karen
<8> gunawan: hi! You are on #mIRC here, which is a HELP channel, NOT a CHAT channel. If you want to chat with people, please try another channel, such as: #chat #worldchat #chatzone - just double-click on those #-words to go there! :)



<9> sat.. if I just wanna idle then?..
<8> well, as long as you don't bother anyone, nobody cares
<6> ok sat
<6> yes that bits true, thank
<9> Sat.. well.. im already hated.. but what does matter when Im going to amsterdam!!! :)
<8> i'm not sure. i'm not sure why you bring that up either, actually.
<8> but okay.
<7> who da hell is koke55?
<7> and why do they keep messaging me?
<10> looking for any dvd ripper
<7> type /part and keep looking
<8> for a clue, preferably
<7> I could sell sharpshoo a clue
<10> ok
<8> i'd sell him a bridge :}
<7> ok, and I could push him off it
<8> sounds like a plan
<7> a tall bridge right?
<7> over concrete?
<8> that can be arranged
<7> deal
<7> damn, koke55 and a new messge flood
<7> time to use /ignore
<8> yeah he's bugging me as well
<7> koke55: #mirc is a help channel, for chatting you may want to try #worldchat or visit www.irchelp.org/chanlist to find a channel that suits your interests
<11> yay for usermode +g
<7> nah, this one deserves the real thing
<8> oh he's a troll
<12> no its me
<8> ok?
<11> I like usermode +g, I wish other networks would have it aswell
<12> ok!!!
<13> i'm not getting anything, woot
<7> hate IP's that don't belong to any place
<14> ciaooooooo
<15> anyone know the name of a website where u can just put in the info and have it write a biliography for you
<16> hi
<16> wana chat
<12> yes!!!
<12> where r u?
<16> f/21
<16> u?plz
<12> m/19
<16> from?
<12> u first!
<17> ME FIRST
<12> ya!!!!!!
<17> im from the united arab emirates
<12> im also from philippines
<8> asa: hi! You are on #mIRC here, which is a HELP channel, NOT a CHAT channel. If you want to chat with people, please try another channel, such as: #chat #worldchat #chatzone - just double-click on those #-words to go there! :)
<18> tfryy
<19> how can i login to an ftp thru mIRC sockets if the ftp uses auth SSL ?
<19> i can login otherwise but not if its usin SSL
<19> :((
<20> Sorry I have not playewd with sockits any.
<21> I have never used SSL with mIRC sockets, but I'm aware SSL is supported.
<21> /sockopen -e
<19> ah, duh read more of the help file... heh
<8> scripted SSL sockets don't work well yet though
<8> i've seen nothing but reports about trouble with them, so if they don't work for you, it may not be your fault ;)
<19> hmmm, okies



<22> Guys, I would like to know whats "We also walk dogs." means? is it a quote? sorry my english is bad :>
<19> thanks for the heads up
<8> did you google for it jungleboy?
<22> nope
<8> then you know what to do..
<22> nothing :S
<22> simply help me, sat?
<23> HI
<21> jungleboy, why would a group of mIRC Support Reps know anything about your vague and random quote?
<21> Try Microsoft
<22> Raccoon, I saw it on /whois Mike`
<22> :)
<21> then ask Mike`
<22> THANK YOU.
<21> good luck
<22> you are a great helper you know
<22> heh
<8> jungleboy: you're pushing it now
<8> this is a mirc-related help channel
<21> sat: how are you at handling large amounts of data in mIRC? a database of sorts
<8> we're not here to explain to you what various people's realnames mean
<22> I know Mr. sat
<21> the wonders of geckos fields
<8> Raccoon: as far as large amounts of data in mirc go, i only use hashtables and pregenerated lookup tables on disk
<21> well
<21> the problem is the data are number ranges, so literal lookup is right out
<21> it's a csv of ip ranges and their corresponding country codes
<8> oh i have my own pregenerated lookup table for that
<8> which is a quad tree
<21> the values are in longip which should be easier to manage, but I'd have to match, for example 42 against 1 through 50
<21> what do you mean by a pregenerated lookup table?
<8> well, does your CSV only contain CIDR mask-type blocks?
<21> I wouldn't be able to have 4294967296 entries, one for every conceviable ip
<8> i know ;)
<21> no. they are in the form of 12345,20000
<8> if you only have CIDR mask type blocks, you can loop over the 32 bits of the ip address you're looking up
<21> i suppose i could convert each value to CIDR
<8> but are they not CIDR compatible either?
<21> not sure
<19> hmm it seems to conenct but i cant get a response from sockread
<8> that really matters here
<21> i see where you're getting at
<21> I could try 123.123.123.123/32 then /24 then /16 etc until I find a match
<8> yes, but with steps of /1, not /8 ;)
<21> or /32 /31 /30
<21> right
<21> hrm
<21> i'd have to consider how to go about converting
<21> another problem is determining what string to convert them to
<8> converting is not very hard
<21> if i want a literal string match, I can't very well include all 4 octants of the originating ip
<8> no you'd have to mask the IP you look up, as well
<21> it'd have to be 123.123.123/24
<21> or whatever
<8> yeah
<21> but what if the CIDR is /31
<8> or the longip form - of the base address at least
<8> well you could use 123.123.123.0/24
<8> that will work for any /m
<21> so an example of /31?
<8> 123.123.123.122/24
<8> er
<8> 123.123.123.122/31 .. doh
<21> hmm
<21> brb
<8> see also http://www.xise.nl/mirc/cidr.mrc ;)
<19> sat: do you know if usin SSL in sockets is being improved ?
<8> LO_KEY: according to the message boards, various SSL-socket related bugs will be fixed in the next mirc version
<8> whether that includes the problems you are running into, i don't know
<19> on the forum im reading there is a dll for using ssl sockets ?
<8> could be, havent read about that though
<24> Hi, just a small qustion, how come sometimes my scripts wont load?
<24> Is it because i switch between safemode and normal mode?
<8> Appelflap: hm, i've never heard about that.. but i don't know a lot about safe mode, to be honest


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #mirc
or
Go to some related logs:

ze_Bezt
.dl.am/ queer
#eggtcl
#netbsd
error while trying to install the driver 1f6
#politics
#opengl
#politics
#ubuntu
#slackware



Home  |  disclaimer  |  contact  |  submit quotes