@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20



Comments:

<0> jijijiji
<1> Anyone know of a way to record sound like internally that was meant for your soundcards output? want to record an audio conversation in msn
<2> rdw yeah right
<3> J0LLY: i'm dead serious
<0> Hajuu-TM, there are direct sound drivers that can do that
<1> what should I search for?
<0> http://www.highcriteria.com/faq_tr.htm#driver01 <-- seems to be one option
<0> http://all-streaming-media.com/streaming-media-faq/faq-record-from-music-services-Napster-MusicMatch-Yahoo_Launch-AOL_Radio-Rhapsody.htm
<0> http://www.mp3-wma-recorder.com/
<0> gives you a nice starting point
<1> oh very nice
<1> thanks g
<3> ok, i have 2 last holdouts for converting my main PC to ubunutu
<3> 1) does it easily support dual monitors? and 2) can wine run iTunes?
<0> yes... for the first one
<0> depending on graphic card



<3> hmm
<3> windows spans it flawlessly, but linux always seems to have problems
<0> nvidia was no problem with the downloaded driver
<3> mine's an ATI 9600 Pro dual head card
<0> I think ati is supported out of the box...
<0> but double check that
<3> sweet
<3> i'll at least give it a try
<3> i guess iTunes doesn't have to work
<0> http://tonywhitmore.co.uk/blog/?id=92&from=rss <-- try that
<3> iTunes would probably be asking too much
<1> itunes will probably work
<0> its an ATI 9200 SE but its close
<3> cool, thanks flib
<0> np
<0> ph33r my 1337 google skillz
<4> hello DarkFlib!
<4> :)
<0> hey
<4> sup?
<0> not much...
<3> Onse Onse Onse Onse Onse
<4> hehehe
<3> what up, philipino bro
<4> im thinking of getting married...
<0> rdw, been thinking about going 4 up... a G200 + a Nvidia GeForce MX 440
<4> :)
<3> Onse: damn, congrats son
<0> wow...
<0> people in here actually have lives!
<0> :P
<5> lol
<5> I have a life
<5> but it's all online
<5> I felt depressed the other day
<5> but fortunately i could just restore state from last week
<0> seems the same here atm....
<5> :D
<0> ****s 12 hours a day in front of a computer
<6> hey DWism:]
<5> heya pieg :D
<3> haha, sup freckles?
<0> btw... anyone know some decent pci dual head graphics cards?
<4> LOL
<5> freckles?
<5> heh
<4> rdw thanks... but its gonna be like 6 months from now.. cuz im gonna have to leave for india..
<3> pieg means freckles in Polish.
<5> ahhh
<3> Onse: send us pics from the wedding when you get back =)
<4> sure.. :)
<4> hehehe..
<0> anyone remember that rotard from yesterday? skello?
<4> hes on the other channel
<0> he was
<3> lol



<3> nice
<0> [03:07] <Skello> dravine thanks for your time and kind compliments, great ***istance, remind me to try other places next time you see me in. I've been helping users on this network since 1997 and never offended anyone, regardless of how retard they might have seemed. If this is your understanding of help, expecting the users to be knowledgeable as you are when they come in here, the worker at the airlines should spit u in the face
<0> [03:08] <Skello> Have a nice day.
<0> [03:08] * Parts: Skello (asilanom@Skello.users.undernet.org)
<0> [03:08] <dravine> **** you rotard
<4> oh you banned him already...
<4> LOL
<4> hahahhaa...
<0> I thought I recognised him... so I checked the logs
<5> anyone wanna give me a preg_match to grab an email out of a line of text?
<1> uhm
<4> hey Hajuu!
<4> what does TM stands for?
<3> it's Australian for "fag"
<1> /*[a-z][A-Z][0-9][\w.@]*/
<1> or something
<1> TM: track mania, a fun little racing game
<3> err...that too
<4> hehhee.. nice
<5> Hajuu-TM: close but not quite... :/
<1> yeah im not too good with em
<1> I just look up an old one of mine for syntax
<1> but am way too lazy right now
<1> oh wait
<1> and yeah..
<1> and yeah..I didnt even format it at all
<1> lol
<7> hi
<4> hello!
<7> how r u
<7> i need to ask some thing
<4> fine...
<7> about php
<4> sure..just ask your question im sure someone will answer here..
<7> Supplied argument is not a valid MySQL result resource in
<7> iam recieving this waring when i use while ($this->result = mysql_fetch_object($this->search_result))
<7> why it is so ?
<4> $this->search_result <- does that exist?
<7> yes
<7> and when i use print($->search_result); it print nothing
<4> your p***ing a variable that doesnt exist.. thats what i think...
<7> actually iam trying to check whether the user is exist in data base or not if some user tries to loging
<4> ok
<7> then it should be confirm by the data base to check whether the userid exist or not
<7> so i used
<7> $this->showdata = "SELECT * FROM logintable WHERE userid = $id";
<7> $this->search_result = mysql_query($this->showdata,$this->db_connect);
<7> then i tried to chech whether the search result is fill or empty
<8> "Veni, Vidi, volo in domum redire." (I came, I saw, I want to go home.)
<7> print ($this->search_result);
<7> but it prints nothing
<7> please can u solve my problem
<4> well i guess your not p***ing it up then...
<7> what happend if the there is no userid in the database
<4> oh.. i cant answer that sir.. thats your code.. :(
<7> the program give error at this statment
<7> while ($this->result = mysql_fetch_object($this->search_result))
<7> Onse can i send u the code in PM
<7> please so u can read itr
<7> it
<4> why dont you try mysql_fetch_***oc?
<7> Onse can i send u the code in PM
<7> please so u can read itr
<4> i cant handle it rightnow im at work.. sorry.. :(
<7> it is not so long
<7> it is not a long code
<7> plz
<4> ok
<7> thank u
<4> LOL
<4> timetarget has quit (Excess Flood)
<4> just use pastebin.com
<9> How do I change the values of array elements within a foreach loop?
<4> timetarget please use pastebin.. i cant see the code..


Name:

Comments:

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






Return to #php
or
Go to some related logs:

debian-more blue
dev movnet org
CAN NOT LOCATE WIN32UI.PYD
#java
#MissKitten
#gentoo
#linux
#AllNiteCafe
i dont speak turkish
#mirc



Home  |  disclaimer  |  contact  |  submit quotes