@# 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> hi
<0> nice to meet to any body
<1> abc_123: 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 #chat-world #beginner - just double-click on those #-words to go there! :)
<0> any body help me
<0> teel me what is this
<0> powertech.no.eu.dal.net- *** autokilled for [AKILL ID:1139619535K-a] Continued abuse from this from this range has resulted in its removal from DALnet. Please contact your ISP regarding this akill. (2006/07/01 20.27)
<0> -
<0> ?
<2> g-ligned in dalnet :)
<1> that mean dalnet doesn't want people from your internet provider to connect
<0> y
<1> well it says "continued abuse"
<0> what is problem ?
<0> ooooooh never erve
<1> well it wasn't necessarily you
<0> ho i request



<0> how i request
<1> you need to call your internet provider
<0> that i jion again
<0> like what
<0> ?
<2> http://www.dal.net/admin/contactkline.php3
<0> thX
<0> wait
<2> :) np abc_123
<3> tax booa
<3> tudo bem
<3> ??
<3> oi dina
<4> <Mr`O`DaY> This is a Help Channel for m/IRC. If you have a mIRC Question, ask your question in English in the open channel and wait for someone to answer. If you want to chat, please try either of these channels: #chat, #chatzone, #hottub or do a /list
<5> buna
<4> hi
<5> ce faceti?
<4> * teea * canalul de ajutor in limba romana! intrebatzi shi vetzi fi ajutatzi! /hop #ajutor sau /hop #help-ro sau #romania #timisoara #arad #bucuresti
<4> english please
<5> no
<6> hola a todos
<4> hi
<7> mamuel1410: ste es un canal de ayuda sobre mIRC. Si tiene una pregunta acerca de mIRC, hgala en ingls y en el canal, y espere a que alguien le conteste. Si necesita ayuda en espaol, teclee /hop #ayuda .. o si quiere charlar, pruebe en #espaa, #mexico o haga un /list.
<6> hop ayuda
<4> /
<8> hola
<9> war
<9> ????
<9> css
<8> puedes decirme tu edad?
<4> wrong channel IRCMonkey
<9> i don't know which channel it is
<4> /list *css*
<8> hola
<8> me puedes decir tu edad?
<4> * hola * Hable en ingles, por favor. No hablo espaol. Para ayuda en espaol escribe /hop #ircayuda o /hop #espaa
<9> where is the css channel
<9> ??
<4> no idea
<4> don't even know what css is
<9> #join css 3on3
<10> how do i set my mode to -i
<4> /mode Jimbo_TK -i
<11> UNA MUJER
<11> ok
<4> * ALVARO * Hable en ingles, por favor. No hablo espaol. Para ayuda en espaol escribe /hop #ircayuda o /hop #espaa
<10> what does that do?
<4> if i didn't know your nick, but knew your user@host i could find you
<10> thx
<4> np
<12> hallo
<12> hai
<13> dd
<14> alo
<14> allo julie2
<15> Anyone here good with binvars?
<7> alias ShowDesktop var %WSH = WSH $+ $ticks | .comopen %WSH Shell.Application | .comclose %WSH $com(%WSH, MinimizeAll, 1)
<7> oops, sorry .. wrong window
<4> damn bot
<15> Mike; do you know anything about binvars?



<16> "anything" is pretty broad ;oP what do you wanna know?
<15> I'm trying to read information from an open socket in to a binvar, but it's only reading the first 4096 bytes no matter what I do, do you know a way around this?
<16> well .. it should read the first 8192 bytes before requiring you to read the next batch
<15> according to the help file, it reads to 4096 if it's not specified, I made it so that it writes whatever it gets in to a file and it is exactly 4096 bytes
<15> but I do have it specified to read in 50000 bytes
<15> sockread -f 50000 &wcdata
<16> no, you have to read the next 4k in chunks then and append each onto the file
<16> read4k,write4k,read4k,write4k,read4k,write4k,read4k,write4k,read4k,write4k etc.
<15> but the size of a binvar is only limited by the amount of memory that you have and sockread should be able to read ALL the information in to the binvar, should it not?
<16> you loop through until $sockbr < 1
<17> the sockread can only read whats on the buffer
<15> so how can I increase the buffer size then?
<16> i seem to remember doing that when K added it in .. though i don't remember how
<17> why is it nessecary to get it into one particular binvar?
<16> he read a 5MB file into a binvar, seems to me
<15> yes reading a file in to a binvar is not a problem, but the sockread command doesn't seem to want to push all the information in to the binvar I need it to
<17> <17> the sockread can only read whats on the buffer
<17> the buffer is of a limited size
<17> you cant read into the binvar what you dont have
<15> [07:24:42pm] <15> so how can I increase the buffer size then?
<17> you cant that i know of
<17> :/
<15> do I need to increase the size on my OS or is it in mirc itself or what?
<16> sockread 100000 &binvar
<15> been there, reads 4096 and stops
<17> you cant read from the buffer whats not there
<15> if I add another sockread command, it returns nothing
<15> and I KNOW there's more data
<16> not necessarily in THAT buffer, though
<16> it might need to grab the next buffer's worth
<15> so how do I tell it to do that then?
<16> exit that loop, let it retrigger and append the new buffer's stuff onto the file
<18> Mike` what are you doing, talking?!
<17> sockets
<18> it was rhetorical anyway, don't let it get to you
<15> Mike; but my problem here is that the rest of the data is disappearing
<15> if I do another sockread, it's not there
<17> are you sure more than it is actually being sent?
<15> yes
<17> and $sockbr is 0?
<15> 9360 bytes are being sent from the server, sockread reads in 4096, and the rest vanishes
<17> TrulyInsane, $sockbr is 0?
<15> yes
<15> it is
<17> what are you recieving out of curiosity
<18> social security numbers
<17> :D
<15> data from timeanddate.com
<16> pres ;)
<15> afk think I might have it
<19> yuiyuhkhj\
<19> asdas
<19> dasd
<19> sa
<19> dsadas
<19> d
<19> sad
<20> wonder if that was a Mike`-remote...
<16> nah
<20> Mike`!!!!!!!!!!!!
<16> pres!!!!!!!!!!!!!!!!!!!!!!
<21> hi all
<20> Hi Saint. Anything IRC related we can help you with?
<21> prescott`, nah just joiing to see the channel
<21> or its only for help
<21> ?
<22> YEYEYEYEYEYE
<20> free free to loiter
<22> oki
<21> bored bored night
<22> yeeeeeeee
<23> Helpme


Name:

Comments:

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






Return to #mirc
or
Go to some related logs:

Solaris unconfigured interfaces ifconfig
#php
g php editor svn debugger
#linux
#AllNiteCafe
does linux employ anyone
snowblad irc
cum sa dai flood
gmerc -diablo
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes