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



Comments:

<0> So you guys seen this peerflix.com? Looks kinda neat, my coworker is loving it.
<1> oh, in canada
<2> http://www.php.net/~derick/meeting-notes.html some stuff about php6
<3> _TaSm: that's a cool service
<3> $.99/swap
<0> Accually free, just the cost of a stamp.
<0> As long as you have a few to contribute.
<3> you sure? i thougt it said it's $0.99/swap
<3> that's a better deal than netflix
<0> With Peerflix, you pay as you go only 99 cents per trade. <-- thats only if you dont trade any.
<0> Because only the DVD is traded and not the entire case, it only takes one stamp ($0.39 in the US and $0.51 in Canada) to mail the DVD on. <-- if you have a couple to contribute.
<0> Lets say you contribute 6, you'll get "points" to be able to swap (forever) 6 others.
<3> oh. so if you send them 6 movies to keep, you can trade 6 forever?
<0> Yep.
<3> woops, gotta go back to work. later, gang



<3> :D
<0> Later
<4> _TaSm, that sounds rad,.. so like if someone wants a movie and you have you receive a request to send it?send it
<0> Exactly.
<0> Its swapped between members.
<0> You just print out the envolope with mailing address, all you add is the stamp.
<4> ha, i cant wait to have **** delivered to my door in VENEZUELA
<4> :D
<0> heheh, I think it might only work in US/Can
<1> i like how it supports Canada :)
<1> netflix doesn't support canada
<5> i have 2 fields .. channel & nickname .. i added into that fields 2 values: "text1" & "text2" ... how i can modify that from php ?
<1> you can't
<1> use javascript
<4> i though it was an sql table,..
<1> oh, that makes sense too
<1> i thought it was a form
<1> so..
<1> Ophiocus
<1> tell me
<1> what're you wearing?
<4> SkReAcH, the suspense is killing me (notice sarcasm) what the heck is it then?
<5> vardhan is a form .. i want to modifi` values from some fields ...
<4> vardhan, are you some horny red neck gay or something?
<1> vardhan is a form?
<4> SkReAcH, dhtml
<1> did you decide that all by yourself?
<5> ?
<4> SkReAcH, he s not a form he s a queer **** that wants to know my underwear color
<1> lol
<4> black with skid marks if you have to know
<1> [PM] <4> its red
<5> bleah this is not an support chan bye
<1> ;)
<4> hey that ****head got it right,. my trust in the human race has been redeemed
<1> you're a bit cranky today
<4> must be the stress and my freaking oo2-writer not wanting to deal with a spanish spell checker
<0> WOOT, that FedEx truck driver better speed over, I want my package tomarrow!
<1> what did yeh order
<4> shhhhhhhhhhh i i i i iiiiit ok msword here i come
<3> neat, no more register globals in php 6
<6> ^.^
<4> $_ from now on?
<3> anyone still using register globals at this point needs to be extinguished
<3> Ophiocus: yep
<3> 1. We are going to remove the functionality.
<3> 2. We throw an E_CORE_ERROR when starting PHP and when we detect the register_globals setting
<3> haha, pwn3d
<0> haha
<4> geez, upgrade gurus are gonna make a killing on this
<4> unless some **** finds a way to automate the php6 compliance to no global registers
<3> yeah, people with large systems just won't upgrade most likely
<0> Just extract(); done.
<0> If you *really* need reg-globals.
<3> _TaSm: will extract(); work for $PHP_SELF instead of $_SERVER['PHP_SELF'] and the like also?
<0> yep
<3> last site I worked on used those extensively :\
<3> neat
<0> Warning
<0> Do not use extract() on untrusted data, like user-input ($_GET, ...). If you do, for example, if you want to run old code that relies on register_globals temporarily, make sure you use one of the non-overwriting extract_type values such as EXTR_SKIP and be aware that you should extract in the same order that's defined in variables_order within the php.ini.
<3> spiffy



<3> last site i worked on liberally mixed $var, $HTTP_GET_VARS['var'], and $_GET['var']
<3> so much for consistency
<4> _TaSm, just dont tell anyone yet,. lets make our managers pay through their noses first :)
<4> unless you are the manager :O
<3> oh, yeah, forgot $_GET["var"], $_GET[var], etc. etc. etc.
<7> anyone develop or publish on an OSX or BSD server? - this is only working on Fedora and CentOS - havnt tried others -- is it server capabilities or PHP installation?
<7> cal_days_in_month(CAL_GREGORIAN, $Current_Month, date("Y"));
<0> When in doubt read the manual. www.php.net/calendar
<0> To get these functions to work, you have to compile PHP with --enable-calendar.
<0> The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions.
<3> oops, pow, surprise
<3> lol HY SEAN
<8> 10X
<3> 'sup, sahn
<8> my pinky toenails are so long, i could use them to snort coke
<3> you should
<8> lol
<3> in public
<8> rdw what cell phone service do you have
<3> verizon
<8> hm
<3> whore-izon
<8> picturephone?
<3> yep
<3> motorola v710
<3> 1.3 mp, 256Meg transflash card
<3> heh, they'll charge me out the *** if i send picture mails
<3> i only get free phone-to-phone
<8> i need to test
<8> hm
<3> bbl, lunch time
<9> hi
<9> I'm trying to redirect this php page after the user registers
<9> it's not redirecting
<9> is there any restrictions on using header("Location:
<10> yeah, it should appear before any output
<9> ok
<9> hmm.. still didn't work
<9> it's coming after an insert
<9> I guess I'll use a link for the users to click on to go to the next page.. :(
<10> read the topic
<10> use pastesite
<9> http://pastebin.com/535539
<9> line 21
<4> do the other included files generate any output when run? for example that check_insert() does it echo anything?
<4> am out, nm me
<9> only if there is an error then it does
<4> comment out the header and see if it does
<4> dammit am late,. ask someone else got to dash sorry
<11> haha
<11> your pregnant!
<12> ladies
<12> It's you're not your Hajuu40
<12> tardhead
<4> am sure that will make sense someday
<12> I'm trying to educate the little bum
<1> bums can't be educated
<1> out of all the people, i'd expect you to know so, |pit
<1> sup :p
<13> So, we've got some PHP auction software that's fairly poorly written.
<13> Now, we need to do various things when the "auction close" time hits.
<14> Welcome to t3h PEe-H-P Club
<13> THings like send email out to the winners, etc.
<13> We probably have to use a cronjob to do things like that, right?
<12> sup vardhan
<12> you ****en cunt
<14> Hallo |pit
<14> come to my french place, I invitate.
<12> hey M0tH3r[x]
<12> where is it?
<14> Quebec City
<1> lool
<1> lawl
<12> when?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

HDIO_GET_MULTCOUNT failed: Inappropriate ioctl for device
paccu malti
#squid
#AllNiteCafe
#chatzone
#linuxhelp
lactopafi
david wocks
#linux
#linux



Home  |  disclaimer  |  contact  |  submit quotes