| |
| |
| |
|
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 27 28 29 30 31 32 33 34
Comments:
<0> line 35... you don't close parse_and_list, and then you need a semicolon <1> greetings people of earth ! <1> stevarino long time no see =] <0> Jayinwww: hey, you still hang out here, huh? <0> lol <1> haha yeah <1> always <0> yah, i took some time off, but i should be back now <0> (quit the job last week) <1> you finnished another year of school? <1> oh ok <2> Great. I hate waiting for broken companies' sites to be fixed, delayed e-mails to arrive and DNS to spread. Especially AT THE SAME TIME! >:/ <1> what ar eyou doing now? <1> back to chillin like a villin? <3> what function to get a html document of the internet to parse? <3> to get it, strictly
<0> Jayinwww: pretty much, maybe feeling around for a little job or two <1> where were you working? <0> rogochin: you just want to load an html file? <3> yes <4> http://pastebin.com/636581 <0> Jayinwww: just a dead-end job delivery driving... great fun but dangerous <1> pizza... sooo good mmmmmm <4> http://apt.tuxist.de/index.php when you click i386 <0> rogochin: look up file_get_contents <5> Tuxist, session_start() should be at the top of the file <5> before anything is sent to the client <3> ok thx <4> i got another failure message http://apt.tuxist.de/index.php <5> stevarino, dident he want it parsed? <6> you need to use sessions before any data output <7> hwo can i count a number of lines of code in a directory (.php files only)? Linux here ;] <8> Tux_Paranoid: http://www.phpro.org/tutorials/Introduction-to-PHP-Sessions.html <6> explode \n ? <9> Drakas: with the 'wc' command <8> Tuxist: http://www.phpro.org/tutorials/Introduction-to-PHP-Sessions.html <5> why cant my IRC client show proper "\" <10> hi <8> not Tux_Paranoid .... <5> stupid charset <11> would php-caching have a markable effect on a tiny page? <12> depends <6> babi: maybe can be worse <8> babi: not really, the overhead would perhaps slow it down <10> can someone help me understand why I can't load a libphp5.so: undefined symbol: _emalloc <8> babi: if you want _real_ caching, use squid <12> babi: you'd have to do some tests with and without to see how it the page generation time changes <11> mkey <7> cheers CryWolf got 1147 ;] <13> hi <13> im doing $sqlnew = "insert into categories (catname, supercat) values ('".$info[$i][5]."', '".$subid."')"; echo $sqlnew; mysql_query($sqlnew) or die(mysql_error()); <13> this is printing out insert into categories (catname, supercat) values ('Intel', '5') <7> running 15 windows - no lag at all unlike in windows <13> and it doesnt die or anything, however the row is NOT inserted <13> any ideas as to why this may happen? <10> both apache and php were freshly compiled <13> i even did $subsubid = mysql_insert_id(); which prints out "6"....but there is no entry with the id 6! <6> you are viewing the data in phpMyAdmin? <13> yes <6> try to refresh the page =) <13> its so strange <13> i did hehe <6> heheh <13> ive been at this for one hour now <6> there's a limit in the query view? <6> *in phpMyAdmin <13> yeah there is, im doing search hehe <13> i search for id 6 and it says zero rows returned <6> oww <13> i search for supercat 5, says zero rows returned, search for intel, zero rows <10> no one? <7> Tony[]: i don't know much but malloc is memory allocation. so you probably have missing libraries or somewhat <10> Drakas: surely if the libraries were missing it would fail to compile in the first place? <7> Tony[]: ldd might help. but i think you should use (Fast)CGI instead of apache module.. jsut to be sure <7> Tony[]: not really. probably your system libraries don't contain that function, or your php compilcation doesn't have something... <7> Tony[]: working gentoo configuration: http://drakas.sytes.net/info.php <14> Anyone know of any php language translation modules?
<7> hmm, Tony[] emalloc should be in zend_alloc.c so basically, your php hasn't got this file compiled in maybe.. <3> if i use file_get_contents with fopen wrappers activated to get the contents of a web page from localhost <3> is possible for the admin of the website to know what im doing? <3> or is like a normal hit? <7> rogochin: take a wild guess... go to localhost yourself and then look in the logs? <13> hey <3> dont understand you <13> how do i get the number of affected rows in an mysql query? <13> mysql_affected_rows? <5> rogochin, i think its just like a normal hit <7> yes exxx <7> rogochin: a normal hit.. <3> ok, thanks <12> out of curiosity, what user-agent would show up? <4> http://pastebin.com/636610 <4> i have rewrite sessions start <4> i got the failure message Cannot modify header information - headers already sent by <13> DrAk0 <5> Tuxist, put session_start() at line 1! <9> !tell Tuxist about headers <13> Drakas <7> Tuxist: put the session_start() at the start mayve.. <13> does that only show it for the last quey? <13> or all queries <13> ahh never mind sorry <15> okie, so what would cause apache/php to segfault when using file_get_contents with a url? <16> Tuxist: You can't have ANY output before you send your headers. <7> exxx: last <13> thanks <7> exxx: whats that function for inserted id again?:) <7> i mostly use mysql_connect/close/query/error ;) <7> and mysql_fetch_***oc <5> Tuxist, congrats <5> You did it. <4> it run <7> :)) <4> i have problem with th array now <17> hmmm "Warning: session_start() [function.session-start]: open(/tmp/sess_18757ee91a771c88a9b216281d7df78a, O_RDWR) failed: Permission denied (13)" wierd, /tmp is 777 <4> Undefined index: x64 in x/index.php on line 30 <18> Anyone have experience with the tidy extension? I'm trying to figure out the use of tidy_node->get_nodes. It takes an int node_id as parameter but I'm not sure what this would be. I'd like to retrieve all img tags. <5> Tuxist, theres no problem <4> i382 nothing display <7> !tell hackel about g10 <7> late ;/ <17> any idead why i am getting this error: "Warning: session_start() [function.session-start]: open(/tmp/sess_18757ee91a771c88a9b216281d7df78a, O_RDWR) failed: Permission denied (13)"? <7> ico2_: i guess that the file exists already and there is no write permission for that user .just delete the file in there and try again <17> no <17> dont think so <17> lemme check <7> check! <8> ico2_: no permission to write <19> the permissions on the dir as a whole will be wrong <10> Drakas: if it helps.... PHP-5.0RC compiles and runs fine.... only 5.1.2 fails with this error <17> files not already there <5> Tuxist, change the name <17> chmod -R /tmp 777 doesnt help <17> whoops <17> ***ume the typo wasnt there <7> Tony[]: download CVS from http://snaps.php.net/ <5> Tuxist, line 31 change $_POST['x86']; to $_POST['i338']; <5> i386* <4> thank you <4> the notice messages how can i remove them <5> error_reporting(E_ALL ^ E_NOTICE); <5> line 10 <4> thank you <4> :-) <5> np <10> Drakas: confirmed working with 5.0.4 also <10> will get a snap <17> any idea why i am getting that error <7> snaps usually contain good fixes. <17> this doesnt give an error: sudo -u wwwrun touch /tmp/sess_bb10401dfbece7294b672c7a4c9f0ae1 <17> so it is php being wierd
Return to
#php or Go to some related
logs:
Subroutine redefined at perl log-slow-queries Timeout error occurred trying to start MySQL Daemon. contract tablle Array found where operator expected at (eval 11) line 1
.lesshst disable ubuntu #perl select * from GETDATE SQL2005 gentoo ga311 modprobe id: ldap-nss.c:1312: do_init: Assertion `cfg->ldc_uris #php
|
|