@# 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> _Felix: you still stuck on that mail thing?
<1> Stormchaser no, really I'm confused
<2> lch: It's problem, that you have probably iconv missing.
<3> no, iconv is here
<4> YEP!
<4> IT's Crucial!
<3> $ which iconv
<3> /usr/bin/iconv
<5> the binary is there; but php is clearly looking for a shared lib
<2> zan_: Why would be the reason, that I would want to know about the PM people?
<2> s/Why/what
<4> try sudo
<5> Anyone know why this doesnt return anything? arry[5] => }; $search2 = array_search("};", "$arry");
<0> _Felix: do some research on "relaying" with mail servers. What it sounds like you're bumping into is that you don't have an SMTP server that you can use for that domain name. It's a standard security setup.
<3> iconv gets enabled during the configure steps, too
<2> lch: Check, what your config.log says about iconv



<3> mhhh
<5> its still not there
<1> why would anyone want to know about jobs?
<0> DogWater: cause the syntax is really strange?
<4> I need Mercury???
<0> ?
<5> schapht_: Hm? whys that
<2> zan_: I .
<2> Damn
<4>
<0> DogWater: well, you have a } that's not in quotes, and you're indexing a literal like it was an array
<2> zan_: I'd REALLY suggest you to read the guidelines
<6> Anyone interested in a Javascript URL/BASE64/HEX En/Decoder ?
<0> _Felix: what you need is a proper mail server for your "From:" address
<5> schapht_: arry[5] => }; <-- that is just the content of the array
<4> AND THAT'S ?
<5> schapht: i'm not setting it that way
<0> okay then
<5> schapht_: sorry if i was obtuse i posted that to illustrate the point
<0> DogWater: gotcha. I'm not known for extrapolating details well. :)
<0> _Felix: it's a mail server. the one for the domain you're trying to use
<4> Please!!!
<7> hello
<6> WHAT WE HAVE HERE IS A FAILURE TO COMMUNICATE...
<2> :)
<4> Niiiice
<5> schapht_: that being said, any clue why its coming up empty?
<0> _Felix: you obviously have no idea what's going on here, you need to do research
<0> DogWater: no, sorry
<4> lol, you havent realised that till now????
<3> Stormchaser, http://pastebin.com/537328
<0> DogWater: oh... it might be because you have the $array in quotes
<0> _Felix: didn't I already tell you to google?
<5> schapht_: yeah im doing two almost identical searches, the first one returns 1 as expected the second doesnt and the syntax is identical
<0> I even gave you the keyword. C'mon, show a little bit of effort
<4> FO
<5> only thing that changes is what im searching for
<0> fine.... forget I even said anything.
<2> lch: Probably gentoo's package is broken.
<0> DogWater: no idea really from what you gave me. you could try putting your search string in ' ' there might be some sort of interpretation going on
<0> pastebin what you have, maybe I'll see it. 'course. Maybe I won't :)
<4> Well, sorry for bothering, I give UPP!
<2> UPP?
<0> Stormchaser: thanks
<2> np :)
<8> hello
<9> didn't pastebin used to be open source?
<0> no clue
<8> can anyone tell me what's wrong with this? http://pastebin.com/537347
<0> it's broken
<10> Scarlight: you tell us. What's happening?
<2> !tell Scarlight about doesn't work
<11> my wife doesnt work
<11> can you tell me how to fix that
<2> lol
<8> lol Stormchaser
<2> winmutt: screwdriver :)
<8> basically
<8> it makes the page stop loading



<0> a little WD-40 fixed my girlfriend every time
<0> s/fixed/fixes
<2> lol
<0> Scarlight: I'd bet you don't have error reporting turned on
<8> umm yeah
<8> let me look for the php_ini syntax for a sec
<8> err ini_set
<12> i designed a login page in php in which after the submit button is clicked the p***word s visible in url how to get rid off from this
<2> !+repeat
<13> 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 (/msg php-bot sicco))
<0> oh... is it say-everything-twice day? oh.... is it... : )
<2> :)
<0> ammy: use POST on your form
<2> ammy: You need to change your method and instead of using GET use POST
<0> what he said
<2> lol
<12> same thing will hapen na
<2> no
<0> Scarlight: did you notice that you have $mysql_num_rows($result) on line 13?
<12> i mean get n post will do same opearation
<2> Scarlight: nothing is _syuntatically wrong
<2> ammy: NO.
<14> ammy: However, POST data is not presented in the query string.
<0> ammy: you just need to make sure that both your form and php script are using POST
<12> then
<6> ammy : Yes, but in different methods..... GET data is p***ed in the url, POST data is p***ed in the http headers.
<2> They both send the data, but POST cloaks it, while GET doesn't
<12> so p*** the username thr url n p***word thr http header
<15> hey people
<15> can i make a function in php whose parameter is a function?
<6> ammy Just use method=post instead of method=get in your form
<12> md5 use make it possible
<15> let's say function something(someFunc){ someFunc(); }
<2> Silent******in: yes
<15> thx :)
<2> Silent******in: That, you can't do...
<2> I thought you ment when calling a function someFunc(f()); In definition of it -- You can't.
<0> Silent******in: you can address functions by strings indicating their name
<0> it'd be neat if you could p*** a block of code though
<0> one of the features I always liked with Ruby
<5> schapht_: http://pastebin.com/537369
<16> Hello all
<16> i got a error
<16> Warning: Unknown(): write failed: No queda espacio en el dispositivo (28) in Unknown on line 0
<16> Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/www3.arrobagn.com/public_html/tmp/sess) in Unknown on line 0
<17> isn't \n supposed to force a new line when you're putting text into a pdf?
<16> and /home/www3.arrobagn.com/public_html/tmp/sess EXIST
<15> Stormchaser oh damn
<16> any know what can be my problem?
<2> you're out of space? At least that's what the error says.
<18> Silent******in: you can function a($foo) { call_user_func($foo); } and a('myfunctocall')
<0> DogWater: http://pastebin.com/537372
<8> okay, so the code is here: http://pastebin.com/537347 .. it makes the page stop loading if $showDupes is set to true. anyone has any ideas?
<2> jonathan`: What does the PDF specs say?
<0> neat... PHP does errors in spanish too?
<5> schapht_: no effect, and i tried '};' also
<0> Scarlight: I already told you
<0> Scarlight: http://pastebin.com/537376
<0> DogWater: lemme look again
<12> is it possible to p*** some variable thr get n some thr posr
<12> is it possible to p*** some variable thr get n some thr post
<12> is it?
<2> IT's possible to speak english here as well, ammy.
<6> ammy you REALLY need to stop and learn html
<6> !+html
<13> html is, like, not PHP. Try http://www.w3schools.com/html/ and google.com/
<19> lol
<0> DogWater: I bet there's a \n in there you're not aware of
<17> Stormchaser, according to the example its supposed to, im using the R&OS pdf cl***
<6> !+pdf
<13> [PDF] Portable Document Format - If you want to generate PDFs using PHP you can try FPDF (http://www.fpdf.org/), PDFLib. PDF Developer Reference available here: http://partners.adobe.com/public/developer/pdf/index_reference.html
<2> !tell ammy about typing engliish


Name:

Comments:

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






Return to #php
or
Go to some related logs:

ubuntu psybnc synaptic
#python
dhcpoffer already seen debian
perl generate aa-zz
ubuntu 6 tightvncviewer
yapgvb pydot
winscp dos2unix
#fluxbox
TRWBW
[fglrx:firegl_pcie_lock_pages] *ERROR* unlocking memory at



Home  |  disclaimer  |  contact  |  submit quotes