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



Comments:

<0> hmm... can i choose the ***?
<1> no, it's always burt reynolds
<1> he's the only one who will let me put ice cream in their ***
<0> then, my answer is no
<1> tell me something interesting
<2> Some help, maybe?
<2> I want this code to work... www.sadisticenterprises.com/test/formcode.htm the actual page is www.sadisticenterprises.com/text/contacts.htm
<2> I am using PHP wiht MySQL
<1> does everyone get free "Day p***es" at slashdot?
<3> only if you get a penguin tattoo
<1> !php echo base64_decde('C1AdwjD9xxrueVrMAwOA');
<4> Fatal error: Call to undefined function base64_decde() in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1
<1> !php echo base64_decode('C1AdwjD9xxrueVrMAwOA');
<1> guess it ain't base64
<1> pizza_milkshake, do you?
<2> i know i asked yesterday, but i got a diffrent server since then



<3> poutine: i don't know what a free day p*** is
<1> pizza_milkshake, go to www.slashdot.org
<5> Tbabble wake up tard
<3> ok
<1> do you see anything about a dayp***?
<3> ah, never noticed it before
<3> yes i do
<1> damn, thought I got one of those geek things like google spectrum
<2> any answer?
<2> damn. you gues are usless
<5> we just hate you
<1> lost-bit, if you would have read the topic you would have saved yourself some time
<1> but making idiots like you wait rather than correct them is much more cruel and fun
<2> "NO 3RD PARTY APP SUPPORT | http://www.tpbmovie.com | rules: http://dalphp.shoggoth.net/rules.php | Pastebin: http://dalphp.shoggoth.net/pastebin.php | AJAX PHP Function Lookup: http://phpfunctions.nfshost.com/ | WEREWOLVES ATE THE OSTRICHES" Nothing about asking...
<1> Ok well there wasn't any conflicts with the topic, but I bet you read it this time!
<2> I read it when I got in. Thats why I asked.. The last room said dont ask about newbie ****. this one didnt.
<1> well part of the problem was there wasn't any php code, the "code" url you posted was a 404
<1> check your own ****ing links einstein
<2> i know their isnt. i dont know any php. i am learning, but i wanted to get this part of the site up soon http://www.sadisticenterprises.com/test/formcode.htm
<1> you're quite stupid
<2> Why, may I ask?
<1> think about it
<1> I will help you for $900 american dollars
<2> I jsut started into computers about a year ago.. Not into webdesign untill about 2 months ago.
<1> holy ****, you're american?
<1> you could have ****ing fooled me, you sound like you're straight off the boat
<2> Why?
<1> your english is horrid
<2> I know.. My language skills ****.
<2> Oh ****ing god... I search "using php for a mysql database to submit a form" in google, and it comes up with the exact site I need...
<2> ****...
<6> jed turns into a completely different person when it comes to poker
<6> i'm dieing over here
<1> real cash?
<2> Im a ****ing genius
<6> he was like "poker's not for girls"
<1> lol, you're a ****ing retard
<5> well i mean ****
<6> "The slot machines are over there"
<6> i was ****ing laughing my *** off
<5> i've seen worse betting out of a 12-year-old girl
<5> "what's raise do?"
<5> "RAISE 500!"
<6> lol
<5> oh, he's here
<6> lol
<6> where's pg store it's user info?
<7> holly crap im drunk
<7> my mission was to get my friend drunk on his 21st , i suceeded , but i ended up drunk in the process
<8> good morning
<7> morning
<8> its quiet
<9> bbl: home/Zz.
<10> oo
<10> boo
<10> hrm, is it possible to return the "depth" of a multi-dimensional array?
<10> n/m.



<10> sup InitHello
<11> I'm swearing at php4 OOP
<11> wouldn't you expect that if "cl*** foo extends bar" you could access something from foo with "$baz = new bar; $baz->somethinginfoo()" ?
<10> indeed.
<11> well, that ain't happening
<10> unless its private
<11> but for some reason, the opposite works fine. If there's a new foo, things from bar can be accessed that way
<10> err
<10> wait.
<11> yes, there's probably something really basic that I just haven't noticed yet :P
<10> I misread
<10> foo extends bar, meeans bar is the supercl***, foo is the child
<10> you can't create a bar and get stuffs from foo
<10> but yes, the otherway round is correct.
<11> I see
<10> bar
<10> `- foo
<10> if you get what I mean
<11> it sounds ***-backwards, but I know it works that way :/
<10> it makes sense actually
<10> err.. maybe not for first time OOP users
<10> ;p
<11> I guess I just expected to be able to get stuffs from a child
<10> programming-wise, not
<10> :P
<10> parents can't take no **** from the children
<10> :P
<11> so OOP is not like stealing candy from a baby :P
<10> indeed.
<10> children get money from parents
<10> ;p
<10> its like INHERIT
<11> hm. Nice analogy
<10> you inherit from your parents, not the other way around.
<11> except insanity. Parents get that from their children
<10> not raelly, children help them to discover the insanity
<10> :P
<11> ah, right
<10> hehehe
<10> /content.php?content.1.php
<10> i don't know why do people do that
<10> =/
<10> /content.php?1 sounds reasonable
<10> ;p
<11> agreed
<10> gotta run. be back later :)
<12> So unless I use " 's around a string, I can't do \n, so how do I use those characters with ' ?
<12> !php echo 'this'."\n".'that';
<13> !php echo 'this {\n} that';
<4> this {\n} that
<13> :D
<13> ah
<13> !php echo 'this $\n that';
<4> this $\n that
<12> !php echo 'this'."\n".'that';
<12> ^
<12> try that
<12> I can't believe i don't have a p*** for this bot yet.. or.. if I do, i never got it
<13> !php echo 'this'."\n".'that';
<4> this
<4> that
<12> ;)
<13> of course, but how to make this simple ?
<10> !php echo "feh";
<12> yeah.. seriously. that's a lot of extra ugly
<12> !php echo 'this "\n" that';
<13> :D
<13> of course you know what MudPortal will say
<12> heh
<12> that last one i tried doesn't work...
<13> !php echo 'this ''\n'' that';
<4> Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#india
#allnitecafe
#worldchat
#chat-world
#chat-world
easypwn.com
allfuck
x-style copy-and-paste windows
#kl
#java



Home  |  disclaimer  |  contact  |  submit quotes