| |
| |
| |
|
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 26
Comments:
<0> hum... Scrath that 'probably' <1> Factory|David: Swedish? <2> bbtech: because you are calling through http not through local disk access <3> Yeah <2> though why one would want to do such a thing, i don't know <4> I'm building a file through a cron job...and I'm trying to put the template include(top.inc) include(bottom.inc) inside the file I'm building <4> if that makes since <1> bbtech: file_get_contents <5> b1n0ry: wha? <2> itrebal: nm, just venting. <5> righto <2> about retarded players <1> bbtech: or cat top.inc page.php bottom.inc > newpage.php <4> ok, thanks everyone! :) <2> alright, i guess i'd better do some real work
<2> bbiab <6> hullo? <6> the php.ini memory limit - is that per script or does php do the loaded-interpreter thing? <7> anybody home? <0> jhbramlett: got any more stupid questions? <7> Yeah, I'm trying to performance-tune a php installation. I have some third-party php-cli scripts that drive mysql. <0> and? <7> ..... the php engine uses 4-5 times more cpu time and ram than does the mysql that it drives . . . . <7> .... can anyone direct me to some resources that might help me tune the php engine for my system? (I can't really modify the php scipts much) <8> how can I make it so mysql_list_fields doesn't list one of the columns? <7> (my system is dual 64-bit xeon (3 ghz) + 2 gig ram + etc.) <9> + etc.? <7> (... + raid 1 sata 150 + linux 2.6.12) <0> jhbramlett: Use some caching mechanism, like eacellerator or turckmm or APC or something <7> which of these caching mechanisms are OSS? <0> all that I typed. <7> cool, thanks <10> I'm trying to send an e-mail to multiple addresses via mail(), but I'd like the addresses to be hidden to those who receive the mail... perhaps through the Cc list? I couldn't figure out how to work with that, though. :/ <7> (my php app doesn't serve a lot of connections . . . its just a front-end for an internal db . . . does that change the analysis?) <7> (basically, its many db queries from a single CLI 'connection') <11> is there a way to do this $moby = $barg,"-",str_pad($larg, 2, "0", STR_PAD_LEFT); ? <0> huh? <11> yea.. i'm stupid ! heh <11> sorry <12> i suppose he wants to put concat <11> i don't get it <3> Is this line correct: $sql = "UPDATE $table_name SET XP=XP+10000 WHERE SH_KEY=$word[2]"; <12> minDscrm, i suppose $moby = $barg . "-" . strpad .... is what you want... <11> ah maybe <11> thanks <11> lemme give it ago <11> yes awesome! <11> thanks <0> Factory|David: Care to try it? <3> Well i can't since it gets requested by an sms server. <13> hi all <14> <13> hei guys i from the get_defined_constants i don't find <13> PATH_SEPARATOR <5> kioto: ok? <13> i suppose this is problem or no <13> http://www.php.net/manual/it/ref.dir.php <13> this constants are built into the core of php and i have the binary version for windows <5> kioto: do you have version 4.3.0? <5> (or higher) <13> yes 4.4.1 <5> odd <13> usually i create this type of constants into a setting file that i load into the other script <13> but know i have thinked that it's useless to create the same costants if there is default <13> created from php <13> and now i have discover that i'm chicken ^^ <15> hello, is someone familiar with icecast? <0> SpookySon: Even if 'yes', this is not a place to ask. <16> what is the best way to send out a newsletter to about 5000 people? php's mail() or SMTP ? <17> what do you people prefer, vBulletin or phpBB? <18> Ralle: anything but phpbb <17> myconid: why don't you like phpBB? <18> Ralle: its about the worst secured piece of software ever <17> myconid: do you use any bb software? <18> personally no.. i just admin servers where groups can post webpages.. and we banned phpbb after a bunch of sites were exploited over and over <17> what are the ways a board like that can be exploited? is it because the input isn't being modified? like when posting ' and \ in given situations? or something else which I don
<17> 't know <18> google phpbb exploit <0> phpbb being the worse? Nuh-uh... You definatly forgot oscommerce AND*nuke <18> there have been tons of xss exploits, and other things. <18> StoneCypher: never had any problems with either of those. <18> and oscommerce gets customized a ****ton before its deployed. <18> easy enough to secure it <16> hello, anyown knows what is the best way to send out a newsletter to about 5000 people? php's mail() or SMTP ? <0> I thought my name is Stormchaser... <18> retroneo: send your spam however you want <19> retroneo: you might run into time out issues if you use mail. <17> xss exploits is like making an offsite form to send input? <19> mail uses sendmail by default, which can be pretty slow. <18> Lyal... what? <19> well, sending out 5000 messages.. it's gonna take longer than 5 minutes via mail :) <18> um.. it shouldnt.. <16> yeah, just launching my site today <16> so its better to use SMTP, even via PHP ? <0> use phpmailer <18> retroneo: its *always* better to not use mail() <20> hi <16> is there a log somewhere of messages sent via mail(), because I started sending, but it got interupted <16> so I need to know to whom it was already sent <21> hey all <21> anyone know an algorithm where the user enters 123 for example and it will give him all combinations? <17> so it outputs 123, 321, 132, 213? <22> i have an array something['value'] , how i get the value name? <17> or 111, 112, 113, 121, 122, 123, 131, 132, 133, 211, 212, 213, 221, 222, 223, 231, 232, 233, 311, 312, 313, 321, 322, 323, 331, 332, 333 <21> Ralle, no no... the first.. but you have combinations missing <17> MBzle, ok, yeah I know <23> retroneo, the mail server should have a log of messages sent <17> MBzle, sounds like a cool mission <21> Ralle, i know! it's been like 4 hours i've been trying to do it but there's always some missing <17> MBzle, well you should first put each letter into an array <21> Ralle, done <17> MBzle, hmm <23> some kind of recursive function looping through the array elements... <24> I can I only acedd my site from XXXXX.com and not from www.XXXXX.com ? <17> MBzle, do you want to show all combinations or just count them? <21> Ralle, show <23> MBzle, how about the case of "122" - would 122 be different from 122 (the 2's switching places) <21> Mithrandir_, it's ok... <17> MBzle, can I get your email? just so if I find out, I can send it? <21> Ralle, can i pm u ? <17> MBzle, dunno, try <0> !+u <25> Surely you mean 'you', not 'u'? The letter 'u' is not a personal pronoun. Talking like this in ##php may get you silenced. For details, /msg php-bot aolbonics <21> yeah yeah.. my bad <17> MBzle, will there be equal letters? I mean when you input string aab there will come to times aab and aba and baa <17> two* <21> Ralle, yeah i know... some duplicates can occur... <17> MBzle, but that's OK or? <21> Ralle, yeah it is... <6> Come to think of it, this/part <6> whoops:) <17> MBzle, well I will go away from keyboard for some time and will come back to this later.. <21> what i'm going to do is insert the result into a database and then just use UNIQUE <0> jhbramlett: Don't PM me, please <17> MBzle, I see, but what is the purpose of this function? <21> Ralle, you're going to try and solve it now? <17> MBzle, not right now but I will probably today <21> Ralle, i have no idea... a guy at work asked me to do... <26> maybe Insolvency for Cisco - http://tinyurl.com/f63lr <27> Guys I need some help understanding session state when crossing between HTTP and HTTPS. <27> What happens when a user goes from one protocol to the other? <19> MBzle: n! / (n! - k)! will show you how many results you should have. <19> woops, n! / (n-k)! <21> Lyal, yeah i know <21> Lyal, but i'm trying to display the combinations <19> Okay.. one second <20> can anyone help me with dreamweaver? <19> http://www.zend.com/codex.php?id=1419&single=1 <19> might help some mbzle :) <21> guys, in php... when writing a for loop, you can ommit the { } ?
Return to
#php or Go to some related
logs:
#kde python global file object totem-video-thu intel 92801 sata
multiplayer whiteboard
#physics #gentoo ubuntu 3ware driver 9550 startx freefontpath refcount gentoo #math
|
|