| |
| |
| |
|
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> Stormchaser, i remember folks doin this in php many times before <0> Stormchaser, they had some success <1> has anyone here used PRADO? <2> ty, found it <3> Stormchaser: True, but what about the forking? It sounded as if it could get me somewhere? (Client connects, fork, wait for new connections? Won't work?) <4> hi <1> php can fork? <5> k I have a tricky question <1> hmm <4> http://pastebin.com/734697 <--- is this not correct? <3> Ciaran|Work: php.net/pcntl_fork I was just given the URL, reading up on it as we speak <1> yeah I just read it <1> it'll still have the timeout though surely <6> hi ! <7> Ciaran|Work: you'd remove the timeout for such an application I ***ume <6> how can i find out that an array is empty
<6> ? <8> could someone point me in the direction of a php script which will change a system uses p***word? <9> Kartagis echo that <5> http://pastebin.com/734702 <1> what are you trying to do? <10> NET||abuse: keep in mind, that forking != threading <5> I need to get empty lines from text_content for each languages <11> hax0r teh gibs0n? <10> o.O <7> Kartagis: change <?php to <?= <10> no <10> !+short tags <12> Short tags are <? or <%, and should never be used. They are scheduled for removal from PHP6, and are configuration dependant. Use <?php, period. <7> aw... <1> haha really? <1> that's gonna break so many apps <9> bentob0x: join mysql <11> s/apps/****ty apps/ <1> lol <1> touch <5> mm2000 yes but it doesn't return the empty lines in text_content because of my where clause <5> or you mean just a join, not a left join? <4> rwc- <?= right? <0> Stormchaser, re formking!=threading, yup i know. just two different approaches <7> Stormchaser: what is the long version of "<?=" ? is it "<?php=" ? <10> rwc-: no... <?php echo ... <5> the very long version is <?php print(); <5> :) <7> ah <10> bentob0x: #mysql, please <7> big syntax change then <5> will do Stormchaser <13> Mmmmmm <14> but is it pinku? <13> That felt good, I just put my hand through 5/8" sheet rock <13> Well my fist <7> what? <13> Every time I get some f-ing work done on this website something breaks <13> So I found a piece of sheet rock in my room and punched a hole through it <11> yay spaghetti code <13> I'm so losing my mind here <7> did it fix the site? <3> Sure hope so <13> No but I'm less angry <13> Felt pretty good actually lol <13> A pillow doesn't break when you punch it <14> killing indians? <3> Zakabog: You should download HGEWars, it's a great game to play when things get out of hands -- instead of breaking stuff <13> hahaha <13> Eh well it was garbage sheet rock <15> hell <15> hello <15> 9 t X |t <10> korus: forget that... Half Life2!!! :) <13> haha I can't do that, I'll never get work done <10> Libra102: *blink* <15> huk.. sorry.. <13> Grr I want someone to look at this and see what's wrong but it's too much code :-/ <14> i r korea <6> how can i find out that an array is empty? <10> dongs: stop it.
<6> .without foreach <14> alecs: count($array)? <10> alecs: if !empty ($array) <7> alecs: empty () ? <13> lol <14> or that. <16> any one succeded in using php_ssh2 from a windows machine? <10> !+g2 <12> Guideline #2) Don't Repeat. If nobody answers your question, don't just repeat it; we all heard you the first time. more likely, nobody knows the answer (/msg php-bot ask), or you need to provide more information. <6> doesn't work ... <16> i'm getting a timeout error <3> Stormchaser: :P <14> Stormchaser: hi? <14> what am I stopping? <7> aol speak I guess <3> Stormchaser: meh :) <8> could someone point me in the direction of a php script which will change a linux users p***word? <10> Bogaurd: LEft. <7> Bogaurd: you can't do that from php <7> unless it's running as root <7> which would be silly <3> Um, yeah. Security++ :) <8> rwc-: hmm - there's a plugin for squirrelmail which does it... so i'm guessing its do-able somehow? <7> I guess you could set up sudo stuff? <7> not sure <8> hmm <3> Even if you're using sudo, it's kind of risky to edit p***wd anyhow... Or so would I think <8> hmm <8> wouldnt it be possible to write some kind of shell script which accept the username, old p***word and new p***word on the comand line, and then switches to that user and changes the p***word? <8> and invoke that script from php? <14> hax <7> Bogaurd: probably, with sudo <13> Wooo I got this stuff working <13> Hehe I noticed the longer I take to debug something, the more vars become set to curse words <3> yippie, the re-emerge of php with pcntl support is done :) <17> I am so frustrated. <18> try having cpanel screw with apache and php >< <19> hello room got a few questions. 1... If i wanted to select a certain list of records from a field in database that begin with the letter a what would i do SELECT from database WHERE fieldname = "A*" <13> Yay it's not working again <20> fusion, cpanel's apache+php ****s <20> bad taste <17> Try working on the same 29 lines of code for 5h 44m cause you can't figure out how to get the code to work properly. <21> matthewcrane, you would use like not = <7> matthewcrane: fieldname LIKE 'A%' and ask that stuff in #sql <13> MasterABD do that, and then 8 hours later find out the whole issue was you mistyped one letter <19> 2. when i have select records to display, how do i go about getting say , only 5 to appear then rest on further pages etc <13> And all the code you just changed was working fine before <17> I wish that would be the case <19> thanks nife <13> And you haven't backed up in forever <17> http://pastebin.com/734720 <19> and rwc <11> cpane ****s period <21> matthewcrane, look at pear's pagination <11> cpanel* <21> especially for fine grain settings and dns <20> mst, agree <10> mst: But... There are times that you don't have much choice... <17> oh I forgot to post the problem <13> Hehe <20> Stormchaser, may be have to code your own cp <21> ispconfig is pretty decent <20> im in the progress of prepairing to do my own cp <10> m0dY: It's your own choice <20> yup, it's hard to get the first push but then it's easy <20> as long as i'll get away from cpanel's restrictions about using their legacy suggested apps <20> legacy = vulnerabile = non-reliability <17> http://pastebin.com/734725 << problem explained on line 1 <10> m0dY: I don't care... My host is providing my with Python CGI, so I'm happy :) <20> Stormchaser, running on cpanel ? <10> m0dY: yes <20> which release? current/edge/release
Return to
#php or Go to some related
logs:
#fedora ntpd daylight saving +gentoo argv windows sctipt perl #ubuntu user@mydomain.com - relaying denied #linux #lisp find_mesa_visual returned null I need gdb to determine your defaults #suse
|
|