@# 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> k
<1> lol
<0> wtf
<0> nobody
<0> die in a fire
<2> weak, nobody
<0> you owe me .50c
<0> or a blowjob
<1> jed. dominoes. nigger.
<2> couple games
<1> i know.. 'cuz you can't handle losing 3
<0> i'd roll you all at chess but i gotta go
<1> you probably would.
<1> i ****in **** at that game... i'll do good.. then all of a sudden **** myself out of my queen
<0> lol
<1> jed; "Stapes"



<0> i was better back in my prime.
<0> (15?)
<2> pizza arrived
<2> oh oh
<1> damn.
<1> does that mean you're not gonna play? if you still are.. wat's your alias?
<2> jedgamer
<2> and i am
<1> bueno
<2> DCC SEND "string" 0 0 0
<3> lol
<3> me next, me next
<4> DCC SEND "POOBABIES" 0 0 0
<5> ?!
<5> DCC SEND "WTH" 0 0 0
<5> :/
<5> I dont understand
<5>
<1> good
<1> **** you jed
<1> lmao
<2> haha <3
<1> i havn't scored once
<1> oh, wait... 5 points...
<6> woot
<6> chinese food
<6> on the way
<4> you people are making me hungry ;/
<1> true
<6> I ordered beef pepper steak
<6> and vegetable lo mein
<6> eggdrop soop
<6> and 2 eggrolls. :D
<6> I eat like king today
<6> and they deliver
<6> woot
<7> Hmm...
<7> ODBC question:
<6> ugh, odbc
<8> after i've set a cookie of a person's username - how can i take information from a database about that person?
<7> Does odbc_fetch_row($rs) automatically increment w/ repetition?
<6> Confessor: yes
<6> I am pretty sure
<6> orlux: uh, what do you mean? do you know how to use the database you're using?
<5> orlux:
<5> vives perto de mim
<7> Does it look like I'm on the right track w/ working with MySQL?
<5> orlux: es akele gajo do cafe portuga
<6> Confessor: no, you shouldn't use odbc
<7> ODBC is the way, right?
<5> OPS
<5> SORRY
<5> KJFSFJ
<6> you should be using the built-in mysql functions.
<5> THOUGHT I WAS SPEAKING SOME WHERE ELSE
<5> :(
<8> Zenethian - yes i know how to use the database?
<6> orlux: then I don't understand your question?
<8> I mean - the user has entered registration information. how can i extract that information from that specific row when they have logged in?
<6> by using your particular database's table search functionality?
<6> in SQL it'd be a "SELECT" statement with a "WHERE" clause



<8> yes i know that - but how can i get that user's info displayed on the screen and not display someone elses... "SELECT 'address' FROM tablename WHERE 'user' == $user"?
<6> sure
<6> that works
<8> okay, i'll try. thanks.
<2> [16:32:05] <@butt***> i think its jed
<2> [16:32:07] <@butt***> :P
<2> [16:32:11] <2> think what's me?
<2> [16:32:19] <@butt***> nothing
<2> [16:32:23] -> *butt**** DCC SEND "string" 0 0 0
<2> [16:32:24] * Quits: @butt*** (~ethernopi@209-102-151-222.dsl.gulftelephone.net) (Read error: Connection reset by peer)
<2> [16:32:37] <2> haha, what the hell is going on with that boy
<2> </paste>
<6> haha
<6> is that a new bug in something?
<2> netgear thing
<6> haha
<6> its a netgear exploit?
<2> i think a feature
<6> for netgear routers, or any netgear card at all?
<2> i'm not sure
<2> jon got me doing it
<6> is it a msg or an actual DCC send?
<1> yes?
<1> oh
<1> netgear. yes
<6> heh
<6> do tell me how to accomplish this feat. :D
<1> model WGR614v*
<1> combined with mIRC i believe....
<1> no idea on the specs...
<6> heh
<6> do you just msg them that?
<6> or is it a DCC?
<1> i belive it's any privmsg
<1> like we';re doing publicly
<1> but once again, not sure on specifics
<1> i just found out about it 2 hours ago
<6> lol
<2> /topic #php DCC SEND "string" 0 0 0
<5> beep
<4> cusco: ?
<5> my some irc clients beep on this message
<7> beep
<7> Mine doesn't
<7> | /beep 20000, on the other hand...
<8> whats wrong with this? $query = "SELECT `name`, `address`, `email`, `ip`, `http` FROM `login` WHERE 'user' == $user";... im trying to select the $user (given by a cookie) and it aint not working....
<2> #teen *!*spartacus@c-67-171-234-235.hsd1.or.comcast.net set by teajay!~ethernopi@209-102-151-204.dsl.gulftelephone.net (Fri Mar 03 16:47:32)
<2> for pointing out his vulnerability, i get canned
<2> even though i predate him by three years
<2> unreal
<8> how can i get an Sql query to recognise who the user logged in is? i tried using a cookie but when i tried to select from a table where 'user' is $user ($user = $_COOKIE["cookiename"]) but it wont return anything.
<1> is $user correctly defined by the cookie?
<1> print "$_COOKIE['cookie']"; returns the correct information?
<8> yes, because when i do echo $_COOKIE["lin"]; it displays the cookie info.
<8> yes
<1> okay
<1> i'll ask then.. what is your error reporting level as defined in php.ini?
<8> it's on a remote host so i dont know? it does state an error.
<8> doesnt*
<1> paste the SQL line
<1> query
<8> $query = "SELECT 'user' , `name`, `address`, `email`, `ip`, `http` FROM `login` WHERE 'user' == $user";
<8> and $user = $_COOKIE["cookiename"];
<1> isn't it just =?
<8> i thought it was ==? :|
<1> i havn't done one in a while.. and i'm slightly buzzed.. but i think it's just =
<1> i could be very wrong here.. and not even know
<8> it returns nothing, still
<1> running the query in the SQL client returns results?
<8> it wouldn't work as $user isnt sql?
<1> well, use a user which is defined in the database
<1> for testing purposes


Name:

Comments:

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






Return to #php
or
Go to some related logs:

chad tarlton
srbien chat
#php
#india
#india
LMAO full form
#php
#linux
#chat-world
5566-xiao dao



Home  |  disclaimer  |  contact  |  submit quotes