@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
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



Comments:

<0> r00723r0: i use their pretty metal cd case for screws and stuff
<1> or however you spell that
<2> .NET/ ASP
<3> .NET != ASP
<1> montazh
<1> lol
<0> lol
<2> Stormchaser, who cares?
<0> pod: i do!!
<4> babusha: write a sample script that doens't work, then pastebin it
<4> babusha: outside of that, we can't really help you
<3> pod: those who know the difference?
<0> pod: it's like saying unix/linux
<2> no it isn't ...
<3> Well... UIt kinda is
<0> pod: i'm sure SCO would agree on that, those bastards



<3> *It
<3> likewhoa: lol
<5> lots of wisdom comming from #php this morning
<1> pod wow
<1> WOW
<2> r00723r0, ?
<1> .net has basically nothing to do with asp
<1> at all
<1> except microsoft
<1> and that eerie asp.net thing
<2> So wtf is ASP.NET?
<3> pod: A language.
<2> what is the usual file extension for a ".net" script placed on the web?
<6> .c
<6> gi
<3> Hm... Okay... Maybe not exactly a language -- More like framework...
<2> so ASP and .NET have absolutely nothing to do with eachother and ASP.NET is not the successor to ASP?
<7> does anybody know what could cause php to stop wrting to a file after 3'840'025 bytes?
<7> execution time is set to 60 sec and it stops after 10 secs
<3> kon_: Is that 3 megs or you missed something?
<8> pod: that is not reallya relevent topic for this channel
<7> that is 3 megs, yes
<6> none of this is
<6> hehe
<2> AcidReign, Yeah I know ... I asked "What is all this crap talk about ASP?"
<6> but noone was talking about asp
<8> pod: who's talking about it?
<6> they were talking about .net and c#, and some python somewhere
<3> kon_: Um... your 3 meg file is being generated 10 seconds?
<2> In truth. I didn't read it... Just saw .NET, figured ASP because this is a "web" channel.
<7> it is a string (SQL dump) in a variable which is being written to disk
<7> echoed, the var shows all content
<3> kon_: Pastebin the code
<3> pod: Making ***umprins is pretty dumb thing to do...
<2> Stormchaser, Thank you for the advice.
<0> pod: it's like ***uming that hooker doesn't have an STD
<7> Stormchaser hold on a sec
<3> lol
<2> likewhoa, wouldn't it be safer to ***ume she does?
<9> $fp=fopen( $dumbfilename,"w");
<9> fwrite ($fp,$newfile);
<9> fclose ($fp);
<3> um
<0> pod: no.. it works the same with a normal female
<8> um...
<2> I'm really lost ...
<7> this is basically the code that writes the data to disk, Stormchaser (daha's paste)
<2> likewhoa, we were talking about hookers? Not normal females?
<3> pod. Stop it. Period.
<2> Lol.
<2> Period.
<3> Um
<6> anyone know offhand a cl*** that reads in logs created by pear Log
<8> pod: if you talk about it anymore you wil be banned
<8> same goes for likewhoa
<2> AcidReign, talk about what?!?
<3> kon_: the code looks okay.
<7> yes it does :P
<3> kon_: can you *pastebin* the entire thing?
<7> it contains some critical stuff unfortunately
<3> kon_: critical?



<7> sensitive data
<7> but that shouldnt matter? it basically is writing a file to disk
<3> kon_: Do you have that fopen / blah in a loop?
<7> nope it seems to be another problem, because that very same code runs fine on another server
<7> its not in a loop either, just being written once
<3> kon_: Well... Can't help you then, if I'm missing additional info...
<7> what additional info do you need then?
<10> hmm
<10> Zend Framework "preview version" in Feb.
<11> ||wc
<2> kon_, are you using file_put_contents()?
<2> enygma, Nice.
<3> kon_: how do you grab the data, and what server-wise thing would influence that data...
<7> pod: nope
<7> Stormchaser: the preparation of the data is definitely not the problem, as the var contains the whole SQL dump
<2> kon_, why not try that instead?
<7> pod: it's php5 only
<2> kon_, otherwise I would suggest changing the path of stored file... See if that influences anything.
<2> kon_, you not running php5?
<7> the hoster isnt... :/
<12> Joined late... What's the error?
<2> MDCore, writes file till about 3 megs then doesn't do anything, is that correct kon_ ?
<7> that is correct
<7> pod: trying
<2> kon_, does it timeout? does the script stop executing? Does it appear that it is finished?
<13> Anyone in here use PHP5 for shellscripting?
<2> kvidell, Yeah.
<7> execution time is 60 seconds, scripts halts after ~10 sec with only 3'840'025 bytes transmitted
<7> a simple fwrite)(
<7> ()
<13> I've been trying it out... it's been very hit or miss... then again I'm also just learning PHP, so it's probably my skill rather than the language leaving much to be desired.
<2> kon_, does it write exactly the same size every single time?
<7> yes
<12> Ok thanks. Hmmm...
<2> kon_, do you have enough space available?
<7> there is still diskspace is still free
<7> -still
<2> *nods*
<7> pod: same issue in a different patch
<3> kon_: Do you do something with the bariable after you check for the content?
<7> nope
<7> when you put an echo $SQLdump right before you fwrite() it, its complete
<3> !tell DarkOrb[Away] about away
<2> kon_, which OS is it hosted on?
<11> is it possible that php pages go fine and php with mysql pages don't?
<7> FreeBSD
<7> uploading files thru FTP works fine, even bigger ones
<3> babusha: yes.
<7> so it doesnt seem like a filesystem issue
<7> is there a way to limit PHP scripts in the filesize they may write?
<11> storm, how to correct that problem? i need php pages to execute mysql commands??
<14> Anyone help me out with a query I have about the SOAP extension?
<11> ??=!!
<3> kon_: echo strlen($content);
<3> babusha: You're probably missing the mysql module. Install it.
<14> SOAP ext anyone?
<11> i compiled php with mysql, i'm not missing the module
<11> or do i? how to see it?
<3> babusha: What does phpinfo() say?
<3> Thedonn: Ew. SOAP.
<11> now i'll tell u
<14> babusha, what OS you on?
<3> !tell babusha about u
<11> Configure Command './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql'
<11> my os is vector linux (a slackware based)
<14> Stormchaser, I know, I know, nobody seems to have good experiences with it, including myself, but have gone from NuSOAP to SOAP ext and have it partially working, just getting a strange error from a part of it
<14> babusha, Does that use any type of packkage management?
<11> slapt-get
<14> Stormchaser, Can you ***ist?
<11> but i downloaded the gzip from php mirrors
<14> babusha, Well is the mysql server & mysql client tools installed?
<14> Why do source when you can use packages?


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

ImportError: DLL load failed: The specified module could not be found pyqt qt
#gentoo
#math
ntpclient hibernate
#xorg
/etc/localtime gentoo
+centos +install without lvm
#php
latex-scim
wpa dlink 524 fedora



Home  |  disclaimer  |  contact  |  submit quotes