| |
| |
| |
|
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
Comments:
<0> and it doesn't display anything when I run it lol <0> it's blank, did I do it right? <1> blank_: var_dump(ini_get('safe_mode')); <0> zircu, ooo thanks bud! <1> it will probably say FALSE <2> bool(false) <3> what the <0> i checked in the ini_set appendix, it should be either 0 or 1 <2> blue: where? in the php source? yeah, what were you expecting? <2> or in this guy's script? <1> blank_: notice the definition when you click the 'safe_mode' link, it goes to safe_mode boolean <0> zircu, http://www.jorgepena.be/safe.php <-- it outputs string(0) "", that's right right? <0> zircu, oh, guess mine's wrong then <1> hmm <2> blank: flase/blank string/0, they're all effectively the same
<0> Pollita, figured, just wanted to make sure, thanks guys <0> so that means I'm not running safe mode, hmm, weird <1> yeah, as Pollita said <3> $cmd = $this->_postProcess('', $quality, $type) . ">$filename"; ....; $output = system($cmd); <2> now, seriously, I'm outtie five thousand <3> hmm <4> Pollita should keep a handle on that gambeling problem :P <0> <?php phpinfo(); <0> ?> doesn't seem to work :( <3> I do not like this <3> for SOME reason. <1> i want an outtie 5000 i only have the 4000 verison :) <2> blue: I don't like it either <0> <?php phpinfo(); >, if placed by itself in a .php file (without any html what not), it should work right? <4> blank_ ?> <0> rioter, right <5> zircu ... yah ... when you define an "External application" it asks for an address <5> i ***ume where the application is listening <0> rioter, I did that but when I view the file on my browser it displays nothing :( <0> so I guess it's somehow disabled <4> blank_ could be <1> clop: you lost me, 'external application?' <5> dude <5> i compiled php <5> sapi <1> duddette <5> ok so i got this file ... <5> now in the configuration <4> dude wheres my car? <5> its not here dude ! <5> anyway <5> ok lets start again <5> i compiled php with litespeed ... so i got this binary file <5> no problem <3> Pollita: i'm not sure it matters; the administrative console is where that code is, so you need to be an authenticated administrator to trigger any holes here <1> oh, /lastlog'ging your info listspeed isapi.. i'm not sure about that sapi <3> Pollita: then again, you could have hosting without shell access.... <1> clop: defined more clearly what you mean by 'address' of external app <3> p***thru($cmd); <3> what the **** does p***thru do. *php.net* <1> blank_: p***thru the output of data sent via the command to the sapi <3> ***uming it's not a proble. <3> problem <0> zircu, er, what? what command to the sapi <3> (I have a pretty good idea what it's for) <0> zircu, I'll do it, just, what do you mean? <1> blank_: hmm.. you have an issue with this? i was talking about someone elses issue <0> zircu, oh, cause you told me to do it lol <1> blank_: ah.. sorry that was a tab completion problem on my part <0> lol its okay <1> bluefoxicy: ^^ <1> :) <6> do i need to include something special to start using domxml_new_doc()? <7> no <1> mandric: you do need to have domxml enabled <6> right now the error i'm getting is fuunction not found ... <7> you dont have domxml enabled <6> zircu: i see domxml in phpinfo() <6> ? <1> mandric: what version of php?
<6> PHP Version 5.1.4 <3> heh <6> maybe in php.ini? odd <3> I've got an interview scheduled to code review and quality test content management systems next friday <3> and today I decide <3> i'll run rats against a CMS just for fun :P <3> that's when I realize, I don't know PHP, I just write it based on docs on php.net :D <4> isnt that what everyone does? <3> probably <3> vee somehow knows perl <4> cept Pollita, but shes special <3> like really knows perl <3> which I can't understand for the life of me <3> every minor release the language changes <4> oh and TML but i suspect he is the docs in sentinal form <8> rioter: you mean sentient? <4> perhaps <4> my brain isnt working to well anymore <8> i don't hate perl, i just want to stab it with a fork for fun and profit <3> (it's something about having language semantics that don't match up with the underlying API you're using, like ***uming \0 is a valid character in a string and p***ing it to functions like fopen()) <4> i hate camels because of perl <8> rioter: that's ok, 9 out of 10 men who tried camels prefered women anyway <1> mandric: you installed the pecl extension domxml? domxml isn't in 5.1 any more <3> if ( $user != "root" ) { add_user($user); } # add "root\0youdumb****er" as "root" <4> haha, i think i made mine mad <6> zircu: hrm ... ? <4> soo ill take a camel at the moment <1> mandric: is it not the DOM extension you see in phpinfo() not domxml? <3> rioter: if you're going to resort to bestiality, at least pick something that doesn't smell so bad. <6> zircu: dom , DOM/XML <4> caffinated doesnt smell <8> :-o <3> caffinated is a camel? <8> rioter: thanks man, I was trying to lose the stigma <6> zircu: a find for domxml returns nothing <6> zircu: i'm think i can do it by hand at the moment bcuz i need to generate something quickly, but in the long run i was hoping to use some prebuilt stuff ... <8> mandric: really? http://php.net/domxml <0> hey zircu can you please tell me what's wrong with this script? anyone? http://pastebin.com/740365 <9> hello , i have coded a cl*** in php such as : cl*** abc { var abc; function print() echo $this->abc; } <9> and i have problem with that <9> when i call $cdf = new abc; <9> $cdf->abc= "sth"; <9> but when i call the function <9> i return NULL :( <9> any idea with object in php ? <0> can anyone tell me what's wrong with this, http://pastebin.com/740365 <7> blank_: only if you tell us the side-effects <7> err.. oh <10> !+what's wrong <10> Damn you. <0> itrebal, what side effects? the problem I have is it doesn't print anything <0> itrebal, ? <11> blank_ missing a "." at line 9 <9> no one answers me ??? <0> xshad, thanks! <11> before the '\n'; <7> Black_Hole: you know what yoyu need? error reporting - and LOTS of it! <11> and... '\n' is outputed as is, you want a "\n" (double quote) <7> er... blank_ <0> ? <0> xshad, ah thanks! <12> itrebal, lol watch the tab completion ^^ <10> !+doesn't work <7> mephistopheles: well you sould containt he contents of the function in { } <10> <php-bot> Look buddy, doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. Finally, showing us the code is helpful (after you've explained your problem). /msg php-bot pastebin for more information <7> Black_Hole: yea yea :) <10> There. <7> Julian|Work: :) <10> You wouldn't imagine how lame it is to grep through this channel's log. <7> Julian|Work: ooh i know how much it ****s :) <13> Julian|Work Yes, I would. <1> hmm.. +b ss@70-57-73-149.tukw.qwest.net <0> if something returns an integer, how can I cast/convert it to a string?
Return to
#php or Go to some related
logs:
#perl manual a2billing lp unable to contact server reizerfs vs ext3 #web #linux ubuntu empty wastepaper smarty sslashes Xdmx build explicitly requested #osdev
|
|