@# 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



Comments:

<0> Results 1 - 10 of about 1,390,000
<1> lol. i called 14 @ 7 DAYS STRAIGHT.. wrong, but i like my answer
<1> lol
<0> for the WRONG spelling. and no SUGGESTION for the right one
<1> nice
<1> i guess if they have a million results, it has to be spelled right
<1> or so they think.
<1> oh, lol. got #14
<0> 1, 8, 11, 14, 18-20, 23, 24
<0> those are the one's i'm missing
<2> wow, space flight is pretty backwards
<1> 10,11,16,18-20,22-24. for me
<1> oh. nvm. got 22 now
<1> well.. just let me spellcheck it =P
<0> yeah, 22 was easy
<1> there we go



<0> 10 is easy
<0> 16 is VERY easy
<1> number 1 is f'd up.. i don't know what i was thinking to get that one.
<1> hah.. ok, got 16
<1> focus on the 7
<0> for #1?
<1> yeah
<0> hint on the C?
<1> what do we have 7 of? (besides sins)
<1> lol..
<0> days of the week
<1> sphinx* ;)
<0> ahh
<0> er.. wait. so it's NOT related to that one?
<1> ?
<1> it's related
<0> nm, i got it
<1> ;)
<0> not sure why it's 5 to 7 though
<1> yeah.. me neither
<1> i think it's pretty clear we have 7
<1> i got 11.. still not sure on 10.
<0> i JUST got 11 too
<1> lol. i kept thinking 2 Days in a Week.. over and over again..
<0> the U N is obvious, the M S takes some toying with if you're not familiar with them
<1> UN crossed my mind.. but yeah, no clue on M S
<1> oh ****
<1> ****
<1> damnit... lousy firefox tab thing or something refreshed. cleared my board.
<0> ouch
<1> yeah.. damn.. time for some memory match
<0> 8, 14, 18-20, 23, 24 now
<1> i think i got all the ones i had now.. lol
<1> 8 : 3 wheels on a tricycle
<0> uhh, part 2
<1> yeah.. *hint* *bitch slap* *kick* *nudge&
<0> oh
<0> nm
<1> lol.. i should slap you for that
<0> holy freaking duh
<0> when you said it, my mind looked at #3 and core dumped at the irrelavency
<1> lol.
<1> #14: [20:03:20] <1> what do we have 7 of? (besides sins)
<1> i'm stuck on 18-20,23,24..
<0> hrm.. still stuck on 14
<1> oh... i thought i gave it 2 you... Twice
<1> timeout?
<3> ****ing cat
<3> no, he stepped on the power strip and flipped the switch
<1> whole computer?
<1> or just internet?
<0> no, just the router and cable modem
<1> lol
<1> that's what way to get your attention
<1> one way*
<1> wow.. that wasn't even a typo.. whole different word.
<0> so.. regarding #14.. you've only given me one hint, and it's the same hint you gave me for #1
<1> read it again
<1> #14: [20:03:20] <1> what do we have 7 of? (besides sins)
<1> stay inside the box!
<0> ...



<0> i dont know if i'm too far IN the box or too far OUT the box
<1> if you were trying to relate it to anything, stop. the answer is written. .. well, 2 out 3
<1> lol.. i'll give you 14 if you give me 10
<0> deal.. i'm going nuts
<4> how to solve duplicate username on database?
<4> http://pastebin.com/545888 --> got error
<4> what must I do?
<4> anyone can help me pls?
<5> ROFL
<5> the column in mysql must be defined as the primary key or UNIQUE
<0> BixBox: you're querying before you've even connected or selected the database
<5> that too
<6> hi to everyone
<4> oic
<6> I have one string like "this is a @word to change" and an array like: myarray("letter","word","sentence") etc..
<6> i need to verify if the string has a @symbol with the word and verify if that word is included into the array
<6> is it is, i will swap it with another string
<6> does anyone have an idea ?
<0> str_replace works on arrays
<0> would "word" be found for @word AND @words?
<4> Two-Bits: u mean I must connect to db and select db 1st?
<0> of if you had "bat" in the array, what about @bat @bats @battle and @bath ?
<0> BixBox: it helps to let mysql know where it's supposed to query
<6> no, only for @word, otherwise it will write the word "@words"
<6> let say that the user write "this is a @word to swap", how can i take the word "@word" all in once ?
<0> i'd use preg_replace with the /e param personally, and let it find all @(\w+)\b matches and process them via function
<0> is it a one to one mapping?
<7> with preg_replace, i usually use two arrays
<6> yes, it is
<0> then an ***ociative array should suffice too
<1> i got 23
<0> hint?
<1> science
<6> after i got the word, i wil compare it with the array, and if it match, i will change the word with something else
<0> heh.. not sure that helps. my original thought was kelvin/celcius/energy, etc
<1> chemistry*
<0> hrm
<0> ahhh... clever!
<0> ****ers
<1> yup ;)
<1> lol.. i know
<4> Two-Bits: still error
<4> Two-Bits: the error from "$cek = mysql_num_rows($lihat);" line
<0> BixBox: it could be that username is a reserved word. try putting `'s around the fieldname username
<6> good night
<0> same for auth
<0> perhaps
<4> ok
<0> SELECT `username` FROM `auth` WHERE `username` = '$username';
<4> Two-Bits: it's work
<4> thanks
<1> i have 24.. i think.. i just don't know the ()'s..
<1> oh... damn. you're gonna hate 24.
<0> !php $foo = "This @animal wont @verb @nickname's @bodypart"; $map = array('animal' => 'badger', 'verb' => 'sodomize', 'nickname' => 'jackp10', 'bodypart'=>'anus'); function wordmap($word) { global $map; return isset($map[$word])?$map[$word]:"@$word"; } $bar = preg_replace('/@(\w+)/e', "wordmap('\$1')", $foo); echo $bar;
<8> This badger wont sodomize jackp10's anus
<0> !php $foo = "This @animal wont @verb @nickname's @bodypart"; $map = array('verb' => 'sodomize', 'nickname' => 'jackp10', 'bodypart'=>'anus'); function wordmap($word) { global $map; return isset($map[$word])?$map[$word]:"@$word"; } $bar = preg_replace('/@(\w+)/e', "wordmap('\$1')", $foo); echo $bar;
<8> This @animal wont sodomize jackp10's anus
<1> interesting block of php.
<0> oh #24 is sick
<0> disgustingly sick
<1> yeah.. HATE
<0> any guesses as to what (s f) is?
<1> not yet
<0> the two words appeared in another question
<0> in an inside the box question
<1> i'm looking back
<1> i don't see any
<1> oh
<1> lol
<0> heh, shouldn't have had to look far
<1> ;)
<1> just 19 then?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#worldchat
kaisi umang
#php
#linux
#vb
Qual o melhor Tapete Razer eXactMat ou Tapete Steelpad 5L
#india
#kl
#linux
schoolgirls14



Home  |  disclaimer  |  contact  |  submit quotes