@# 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 21 22 23 24 25



Comments:

<0> you can spawn three children off and wait for them
<1> paypal pro docs says, it takes 30 days to learn to program their API on the main page, thats ugh $8,000 and 30 days added to project, i think outsourcing a completed script, installing in 30 mintues is a more viable option
<1> but you code everything you run into... yeah you'll get far
<2> moosey: Care to go away?
<3> =^.^=
<0> col3: with using http://php.net/pcntl you can spawn off 3 processes and have the parent process wait for them
<4> mm, why wouldn't this be working? http://pastebin.com/714850
<0> maskd: what part doesn't seem to be working?
<4> zircu: it just doesn't open the site, might be my internet though
<4> just wanted to see if it worked for others
<0> hmm.. crap i was going to hug jymm when he came in, but he was overcroweded with them



<5> zircu, so i can define a function and fork() that?
<2> lol
<0> dgtlmoon: yeah, you will need some simple code that catches an array of children, try googling something like 'php pcntl muliple process' or the like, there are some samples on how to handle that
<5> cool thanks!
<3> zircu: no fair getting bear hugs while I'm looking at stuff on the net :P
<0> maskd: so your fopen fails?
<4> zircu: fopen works, but its grabbing the whole file not just inbetween the 2 tags
<4> zircu: ahh nm i know why, body tags often have body bgcolor="whatever"
<0> kittyanya: i was going to give you a wierd look when you patted my head, but i just have a big grin now :)
<3> ^_^
<6> rofl
<7> errr: you there yet? :/
<3> bgcolor=yikes
<0> Stormch[a]ser: oh is he saying something now?
<2> zircu: nope :) Which is probably better, anyways :)
<8> hmm
<8> <9> Me? Banned in ##php? I'll tell you one thing--That is NEVER going to happen.
<8> You think you are God or something ?
<2> hm?
<8> <9> Wizz_Kidd: You'd be banned from ##php for being an idiot. My word over yours, heh.
<8> looks like an irresponsible mod if you ask me man
<9> Stormch[a]ser: Some idiot from #ruby-lang throwing threats.
<2> I see, kuja :)
<9> Stormch[a]ser: Thinks he can be an idiot anywhere he wants and throw threats :)
<0> lol
<0> his .rr.com address explains a lot
<10> zircu: I resent that.
<4> ruby looks so ugly to me
<11> <-- has .rr.com too
<9> maskd: If Ruby looks ugly to you, then you must not get women! :P
<12> GMFlash (take the hint =)
<11> i guess rr.com is the new .aol.com
<13> morning all.
<0> it is the trought though, most spam rejects.. or http scan attempts or ssh scan atempts in the US are from .rr.com's
<4> i prefer php, the braces make life more beautiful
<9> lilg: I'd hug you, but you're not "lig"
<14> Hey folks.
<0> if i could spell truth correctly
<10> GMFlash: That's okay, we can be content in knowing that it's not the ISP, it's the ISP's customers.
<13> lig?
<9> maskd: I prefer Ruby, the pure OO model makes me feel warm inside.
<10> GMFlash: Wait. That came out wrong.
<13> whoose modelling for what?
<10> Actually, Python is starting to grow on me.
<10> Slowly.
<0> CWhiz: it is just that the isp grew to large to fast and doesn't have protetion measures in place
<3> CWhiz: just make sure it's not a strangle hold ;)
<10> kittyanya: Indeed ;)
<11> zircu: doesn't help that aol bought them either
<10> zircu: Yes, but I'd be disappointed if they suddenly started blocking my ports.
<0> GMFlash: i think that will help.. aol is one of the most restricted ISP's ive seen
<9> CWhiz: Python is not bad.
<0> CWhiz: hah.. there are ways around that
<11> i'm already disappointed in rr, at least twice a month my internet connection dies and their dhcp server sends my modem an ip of 192.168.0.100 instead of its proper WAN ip
<0> i'm on an ISP that blocks outgoing mail.. but yet I have my system still sending mail
<11> then a few hours later the problem fixes itself
<3> GMFlash: ugh, don't remind me of 192.168.X.XXX - I have to go into my router all the time and change the channels



<0> CWhiz: i originally had the same feeling but seeing less and less http scans from my ISP network i kind of like the situation
<12> zircu who's your isp?
<0> Jymmm: SBC.. or in otherwords the company that is re-becoming a monopoly and caused the phone seperation by the government.. AT&T
<12> zircu pm me
<10> I've had unbearably slow speeds (worse than dialup) for one week in about five years. Other than that, I've >> never << had any problems.
<0> CWhiz: cept for people like me that see a .rr.com address and ***ume the worse already
<10> Bah. Prejudice ****s.
<15> hello. i've been reading about XSS & escaping to 'defend' against it. do i understand correctly that *all* data p***ed to a page as input must (should?) be escaped as , e.g. "$this->escape($this->blah)" ? at first blush, seems like overkill ....
<0> CWhiz: it really is the one US ISP that stands out with problems of scanning attempts with
<10> pgn: Yes, basically.
<10> pgn: Never trust the client.
<3> didn't awhile back .rr scan their company for piracy and arrest a bunch of teens for downloading music?
<15> CWhiz: hi. ok, sure, for data p***ed "in" from the "outside" ... but how about, e.g., a data object p***ed from *my* model (db, or text file, etc) to *my* view (a php display template)?
<15> or is this all about an injection vulnerability ONLY for data input from the outside?
<10> pgn: That should be okay, as long as your certain that the client has no way to influence your data.
<15> CWhiz: aha. that makes a bit more sense .. honestly wasn't obvious to me that that was the focus. :-/
<15> so, e.g., -- just to be redundant -- dynamically populating MY pages with MY content (ala cms ...) should be ok?
<15> without escaping, that is ...
<16> ...ch[a]ser
<10> pgn: As long as you're certain that the client has no way to influence your data.
<17> how do you use a variable modifier with multiple parameters (eg the php function number_format )
<15> CWhiz: thanks for the clear-up! :-)
<0> variable modifier?
<17> hmm it appears i joined php not smarty, out of habit :P
<0> i have a hose if you feel to hot I could spray you down...
<0> on second thought.. i'll reserve the spaying to lig or kittyanya
<3> we talk about .rr and Stormch[a]ser ends up banning one :P
<18> ha .rr
<3> zircu: you can't spay me, I'm a virgin anyhoo.
<0> kittyanya: *2
<12> virgin? what's that?
<19> yay for backup nicks :)
<3> heh, heh
<19> damnit :/ I was in another channel...
<20> me too
<21> There... That should do it :)
<3> kittyanya, kattanya, katt, kittypurr, Death_Fang, Death_Kitty, and cattaslash
<22> whats the func to join 2 arrays together?
<12> slut
<10> deadcat: array_merge
<22> CWhiz: thanks
<21> death_Kitty \o/
<12> kittyanya becasue I'm a slut you attack me?
<3> oh, thought you were adding slut to my name list
<3> *puts
<13> what's this kinky php by morning and php support by night..?
<21> !+##php
<23> ##php is really 'Pretty Horny People'. The computer language is just a cover.
<13> we'll have a less of these spray downs;)
<13> haha!
<7> heh, if php means pretty horny people, then they must not get any :)
<21> hehe
<18> i'm alittle upset from a bad ***ual experience last night
<18> i had a biter
<0> AfroTurf: it helps if you just use one hand
<18> ?
<18> seriously though this broad was nutz, she was focked 3 ways towards the weekend
<0> how bad is that?
<24> hello all :)
<21> zircu: from 1 to 10, 257


Name:

Comments:

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






Return to #php
or
Go to some related logs:

dapper sudo problem
yum not seeing ffmpeg
#python
yum-fastestmirror usage
k3b dh_movefiles
ubuntu mozilla-mplayer totem-mozilla
ubuntu windows vpn
realtek 8185 gentoo
eth1_temp
nzbperl howto



Home  |  disclaimer  |  contact  |  submit quotes