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

Milas: Well...good news, i like your site, Happy new year! )))

<0> oh goody xp home has remote desktop
<0> i had no idea
<0> after all these years heh
<1> it has the client
<1> but not the server
<2> aye jon boy
<3> howdy
<2> sheit
<2> you?
<3> just got home.. doin' some figurin'
<2> whatcha figurin jethro?
<0> what kind of beer is it
<2> heh
<3> budweiser
<0> nice
<0> crips



<0> crisp too
<3> indeed
<2> it's miller time/
<2> .
<3> anyone wanna play some Yahoo! dominoes?
<2> function addComment(id){ aWindow = window.open("comment.php?a=add&id="+id, "bWindow", "location=0,status=0,width=700,height=295,left=145,top=50"); } :: is that right?
<4> you can play with my Yahoo! cock!
<4> ansimation: i'd have to say no
<2> the +id is where im getting ****ed
<4> &id="+id, " ?
<4> oh wait
<4> that is right
<4> anyways i'm going home
<2> then why teh fark wont it work dammit
<2> ;/
<4> what if you put an arbitrary url in it?
<2> still doesn't work
<4> try and nix the options
<4> or throw an alert in before it.. maybe it's not even getting called
<2> nope
<2> it's not calling anything after the add
<2> it's missing &id=
<2> everything including and after the &
<2> i feel as if i have to escape it or something, but im not sure.
<5> sup ppls
<2> eh, tryin to figure out som js. you?
<2> poutine: how do you escape chars in js?
<6> dunno
<6> I don't know js
<2> me neither
<2> but the & in there is ****in me up ;/
<6> I take it \ doesn't work?
<2> nope
<6> what do you mean "escape chars"
<7> try an entity instead?
<2> function addComment { aWindow = window.open("comment.php?a=add&&id=3", "bWindow"); }
<2> the &id= isnt getting called
<7> why do you have two &s?
<2> i just tried it
<2> originally it had 1
<7> try &amp;
<7> instead of the &
<6> yeah
<2> nope
<2> still doesnt call anything past the & in &amp;
<2> mother ****er
<6> %26 ?
<2> it should be c=add, otherwise it directs it to c=add
<2> i got it, i think.
<2> yep, that was it. i'm a moron.
<6> yes you are
<2> **** me dry, poutine.
<2> what's with you?
<2> anything new?
<6> 42" plasma TV
<7> have you decided if you are going to keep it?
<6> yes
<0> anyone here A+ ?
<6> sorry I'm C-
<0> huaheaheh.
<8> dang.. got some long nicks in here today



<8> Chalupah_manof_Refinement & Confessor|Coding[LikeTheWind]
<2> heh
<9> need help :) if I have the following array: array[0]['time'],array[0]['date'] .. how do I create a new array with just the 'time' values?
<6> 97% of the people in here are bots
<6> the rest are idiots
<8> and then there's poutine
<6> I'm an idiot too
<8> oh really?
<6> why not?
<8> you seem to be in the upper echelon of intellectual beings
<6> hardly
<8> and speaking of the hiearchial echelon, somehow my administrator figured out i had pentamations and email p***words of teachers at the school... can't figure out how
<10> "pentamations"?
<8> it's like, active directory accounts.. first letter of first name, last name
<8> for example, mine is jtomaino
<10> weack
<10> wack
<8> i could have denied it entirely, except i thought it was one of my "co-workers" that I had talked in general terms about it with, had put two-and-two together, and just told someone in that they should know. not meaning to get me in trouble, but that it was just forwarded to the wrong people.
<10> how'd you leave them lying around?
<8> i didn't leave them anywhere. it was someone else who printed them off
<10> how?
<8> i don't know. someone with access to p***words and such printed a couple off for reference.. i think they all got new computers or something, and needed some work done with them, so he printed them off, and i just found it
<8> the thing i just thought of a moment ago though, if they were printed off, does that mean p***words are stored on the servers in plain text? that's something else entirely, and not my problem
<8> anyway... somehow someone overheard me, and informed someone.. i got to talk to the guy tomorrow and explain some things
<9> anyone?
<8> What?
<10> lol
<9> if I have the following array: array[0]['time'],array[0]['date'] .. how do I create a new array with just the 'time' values?
<10> $newarray = array($array[0]['time']);
<9> but i have more than 1 entry :)
<8> my story is pretty simple though. i found it, copied it along with imac documentation, and it just happened to be on my pc. when i figured out what it was, i just happen to run it under a 128bit encryption, and left it on my computer... it's like the other thing i got caught for.. putting up hidden links to some of my sites in the school website. I tried hiding it in hex/ascii chars, and when realizing it didn't work out, i just forgot
<9> 500 to be precise
<8> array[0-500]['time'] ?
<9> haha
<3> hm
<8> no, i mean, is that the array, [0]['time'] [1]['time'] etc.
<9> yes
<9> :)
<8> ok
<8> yeah.. i just started playing with multidimensional arrays this morning.. coincidentally
<9> i mean.. i can write a function, but is there a PHP function to do that?
<8> don't know..
<11> i missed lou dobbs...
<8> lol... talking about storing p***words in plain text, i received an auto-generated p***word for my email account with the school.. and i'm looking for a way to change it, cuse i think i've used it somewhere else (not important, but better safe than sorry) .. and i can't do it. no wonder they're so pissed. They have to change ALL of them unless they know exactly who was on my list. and they have to resend notification to EVERY teacher/ad
<8> which.. is a problem, because i completely erased it from my harddrive.. 35 p***es of obfuscated binary data to be exact.
<12> im getting a parse error of an unexpected $ on my log out script - but there isnt a $ on the script. any ideas? :S
<7> uh
<7> you have no $s in that whole script?
<12> nope, the script is 4 lines long. two of those lines are <?php and ?>
<7> pastebin
<8> does it include any other file?
<12> nope.
<13> maybe it's like one reallllly long line though
<8> lol
<12> http://dalphp.shoggoth.net/pastebin_view.php?753
<8> 4 lines.. 600 columns
<12> oh, one $ actually.
<8> lol
<12> but its supposed to be there. and worked fine before.
<13> uh
<7> your missing an \ in your string
<13> time()-3600) ?
<12> so i am
<7> echo "<meta http-equiv="refresh\" content=\"1;url=/index.php">";
<8> 2 actually
<7> echo "<meta http-equiv=\"refresh\" content=\"1;url=/index.php\">";
<8> there we go
<12> im so tired - i couldnt see it :(
<8> smacks*


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#worldchat
oddex arcadia
#allnitecafe
#kl
#india
hot chiecks pic
fedora+how to add package
#php
astla.vista/
nitetoremember



Home  |  disclaimer  |  contact  |  submit quotes