<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> ***: heavysixer has joined #arpnetworks <br> ChanServ sets mode: +o heavysixer <br> vxp has quit IRC ("<shani> brb my dad's eggs are ready") <br> vxp has joined #arpnetworks <br> vtoms has joined #arpnetworks <br> ElectricBill has joined #arpnetworks ElectricBill: My new VM is frozen solid. Must be too cold in the data center. -: ElectricBill leaves office for appointment elsewhere toddf: email support@ a rsa public key so you can control it yourself (aka reset/reboot/soft shutdown/etc) ***: vtoms has left <br> ballen has joined #arpnetworks <br> ChanServ sets mode: +o ballen <br> vxp has quit IRC (Read error: 60 (Operation timed out)) <br> ballen is now known as ballen|away <br> ballen|away is now known as ballen <br> ballen has quit IRC (Remote closed the connection) <br> BillinMotion has joined #arpnetworks <br> ballen has joined #arpnetworks <br> ChanServ sets mode: +o ballen <br> ballen has quit IRC (Remote closed the connection) <br> vtoms has joined #arpnetworks up_the_irons: <u>ElectricBill</u>: I emailed you the console server info last night, you should be able to hard shudown and then boot your VM Nat_UB: <u>irons</u>: What's up...I never got the console stuff after sending my key up_the_irons: <u>Nat_UB</u>: I sent it to ya <br> I can do so again... Nat_UB: Don't recall receiving...must be caught in SPAM filter or something jeev: anyone got a moment to help with some php ***: BillinMotion has quit IRC ("Leaving") <br> vtoms has left cablehead: <u>jeev</u>: what's the trouble? up_the_irons: omg, cablehead is helping with PHP cablehead: haha <br> oh no, how bored am i! up_the_irons: not much work at slide? i'm gonna tell your boss ;) <br> cd $meeting cablehead: <u>up_the_irons</u>: haha jeev: you still there cablehead cablehead: yeah jeev: cool <br> so i have an sqlite database. site is decent <br> i need help with two things <br> a) i need it to take $bd_real, which is real date of birth.. and +3 +6 +9 days to it, wrapping on the correct days <br> b) i need it if the wrong birthday is selected twice, to update sql under locked.. to add 1 <br> to lock the user cablehead: what are you serving this behind, pretty sure sqlite should only be opened by a single process .. jeev: yea, it's querying just fine <br> foreach($result as $row) { <br> $locked = $row[locked]; <br> ... <br> pretty ghetto <br> $bd_real = $row[dateofbirth]; //here goes the REAL birthday output <br> $bd_fake1 = "05/20/85"; <br> $bd_fake2 = "09/13/85"; <br> but i dont want to make it static fake birthdays cablehead: <u>jeev</u>: does this help? http://www.php.net/manual/en/datetime.add.php <br> <u>jeev</u>: but i'm curious now .. what *are* you serving this behind? :) jeev: what do you mean serving it behind <br> heh cablehead: e.g. apache etc jeev: yea, apache cablehead: <u>jeev</u>: using threaded workers? jeev: heh i'm using default apache installation <br> i dont know what you mean by that <br> i like mpm and workers/ i dunno cablehead: just wondering how you're getting concurrent access to sqlite jeev: is this gonna be a problem ? <br> i never thought of that cablehead: should be ok with mpm <br> just discouraged <br> http://www.sqlite.org/faq.html#q6 jeev: thanks i'll look at that <br> but do you know what i should do about those two issues cablehead: <u>jeev</u>: ah, the dateadd function doesn't help? <br> i'm guessing it does wrapping <br> available in 5.3 onwards .. looks like you can use date modify before that jeev: trying date sub <br> date_sub($date, new DateInterval("P5D")); <br> echo '<br />'.$date->format("d-m-Y").' : 5 Days'; <br> right <br> oh i need ad cablehead: <u>jeev</u>: what's the issue with updating the lock variable? jeev: let me try the date thing first <br> i dunno how to get started for that <br> http://expressionengine.com/forums/viewthread/119962/ <br> lol <br> that doesn't even work <br> Today = 2009 11 10 <br> Today + 4 months = 2009 09 01 cablehead: eeg Thorgrimr: Still messing with that jeev? jeev: yea just got back into it <br> lets do it! Thorgrimr: fun fun jeev: ;> <br> i'm almost done man Thorgrimr: Cool jeev: any suggestions <br> :< up_the_irons: <u>cablehead</u>: what do you think of "Go" ? cablehead: <u>up_the_irons</u>: i'm pretty interested .. <br> <u>up_the_irons</u>: just messing with it now jeev: <u>cablehead</u>: how about $bd_fake1 = strtotime(date("mm-dd-yy", strtotime($bd_real)) . " +1 day"); cablehead: <u>up_the_irons</u>: what do you think? up_the_irons: <u>cablehead</u>: i haven't got passed reading the article cablehead: <u>jeev</u>: does it work? up_the_irons: <u>cablehead</u>: some of the stuff Pike puts out I can agree with, some is very arcane cablehead: <u>cablehead</u>: oh yeah? <br> oops <br> <u>up_the_irons</u>: oh yeah? up_the_irons: cool <br> <u>cablehead</u>: ever tried Plan 9? cablehead: <u>up_the_irons</u>: i only know of it by reputation .. you've tried it? up_the_irons: <u>cablehead</u>: or IO? cablehead: i don't know IO up_the_irons: <u>cablehead</u>: no, but there was a dude at my last gig that tried to get IO running on Plan 9, or some weird ass shit like that; and he actually got Pike to accept a patch ;) cablehead: damn, the compiler for this thing is 6g on 686 platforms, 8g for 386 platforms, named after the plan 9 c compilers <br> and then the linker is 6l or 8l respectively jeev: nope cablehead <br> blank up_the_irons: haha, sounds like something he'd do cablehead: <u>jeev</u>: haha, then that's no good :) <br> <u>up_the_irons</u>: hehe <br> there's a package for a working http server .. seeing if i can get that going up_the_irons: interesting jeev: cablehead, ahhhh! what do i do cablehead: <u>jeev</u>: really, date_add isn't working? <br> that's crazy <br> <u>jeev</u>: might be faster to re-implement in go <br> http://golang.org/pkg/time/ jeev: are you serious hehe cablehead: haha jeev: not using date_add cablehead: nah <br> that is painful though if the builtin date add isn't working jeev: ah shit <br> $bd_fake1 = strtotime(date("mm/dd/yyyy", strtotime($bd_real)) . " +1 day"); <br> it should be like that ***: visinin has joined #arpnetworks <br> visinin has quit IRC ("word") jeev: cableheaD, THERE? <br> woops ***: vxp has joined #arpnetworks <br> heavysixer has quit IRC () <br> ballen has joined #arpnetworks <br> ChanServ sets mode: +o ballen ballen: blah ***: vxp has quit IRC (Read error: 60 (Operation timed out)) jeev: i got it ***: vxp has joined #arpnetworks ballen: got wha toddf: his master faking birthday php sqlite fuzz to work ballen: mmk toddf: 143619 < jeev> anyone got a moment to help with some php <br> 164844 < jeev> so i have an sqlite database. site is decent <br> 165218 < jeev> pretty ghetto <br> 165234 < jeev> but i dont want to make it static fake birthdays <br> 171046 < Thorgrimr> Still messing with that jeev? <br> 171159 < jeev> i'm almost done man <br> 175700 < jeev> cablehead: how about $bd_fake1 = strtotime(date("mm-dd-yy", strtotime($bd_real)) . " +1 day"); <br> 180733 < jeev> ah shit <br> 180751 < jeev> $bd_fake1 = strtotime(date("mm/dd/yyyy", strtotime($bd_real)) . " +1 day"); <br> 180755 < jeev> it should be like that <br> 214943 < jeev> i got it <br> some funny out of context exerps but you get the idea ballen: heh yea ***: ballen has quit IRC () <br> ballen has joined #arpnetworks <br> ChanServ sets mode: +o ballen ballen: testing new os x irc clients <br> on to: http://limechat.net/mac/ <br> Windows XP is so freakin lame jeev: xp rules <br> ;D ***: ElectricBill has quit IRC (lindbohm.freenode.net irc.freenode.net)