@# 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 30 31



Comments:

<0> can't seem to /msg you
<0> /msg me, lion28
<0> Hmm.
<0> Well, basically.
<1> :)
<0> You use fsockopen etc. to manually send an email, but when you get to the "okay, give me the headers and the email" bit, just disconnect.
<0> If it doesn't work -- the email's probably invalid.
<0> Just a theory of course. Might not work.
<1> I know that... but the problem is, that yahoo gives me a valid email ALWAYS :)
<1> that's the problem
<2> Lion28Wrk: You getting addresses from a database?
<1> even if i send lksjdflgksdfgjdlj;l@yahoo.com
<1> ok, without a ; :)
<3> how do you view the contents of $_FILES['userfile']['error']
<0> erm.
<4> Anyone who know how to reconfigure PHP to att more modules? I'm running Fedora Core 4.



<0> echo?
<1> Gargoyle: no, for now I am just testing different situations
<1> krzkrzkrz: just do echo $_FILES['userfile']['error'];
<2> Lion28Wrk: All I was going to suggest is that you add a header/code somewhere. If the message bounces, delete that entry from your DB
<3> Lion28Wrk it will only echo the number of errors
<3> not the description of the error
<1> unfortunately is all you'll get
<3> so how do i figure out whats wrong?
<0> You don't.
<4> IRC: /j ##phpo
<3> i tried uploading a gif. no errors
<1> Gargoyle: yeh... obviously... but the problem is that with yahoo it doesn't bounce
<3> with jpg i get 2 errors
<0> Well, contact yahoo.
<1> LOL
<0> Or just deny all yahoo addresses.
<1> lol
<0> You can't get round idiotic POP3/IMAP servers :P
<0> They own you. They literally *own* you in a situation like this XP
<1> I cannot do that... I am developing an email veryficator... and obviously the yahoo will not work... but gues I cannot be sure for others too... maybe I should send a completly impossible email to each domain and see if bounces... this way i'll get the ones like yahoo
<2> Lion28Wrk: Is this for a registration system of some kind?
<0> it sounds like for a email validating cl***.
<0> That people can download and use blindly.
<1> Gargoyle: no :) ElliottHird: something like that
<2> I wouldn't bother.
<0> Bah humbug. I hate them.
<0> I write all my own code.
<5> ElliottHird: We all write all of our own code. If you didn't write it, it wouldn't be your own code.
<1> yes... but there are ppl like krzkrzkrz (no offence) out there... that needs stuff like this... specially something that specific
<5> It would be, by definition, someone else's code
<2> Lion28Wrk: Yahoo does bounce!
<2> Lion28Wrk: reason: 554 delivery error: dd This user doesn't have a yahoo.com account (dhfdshfkdshfksdhfdks@yahoo.com
<1> hm..
<0> That's...
<0> nonstandard error message :P
<1> Gargoyle: try cook@yahoo.com
<0> that probably exists, dude.
<6> can i force php to garbage collect?
<1> exaclty... maybe i got it all way arrounf
<0> It does automatically, I think.
<7> if i have a cl*** with static vars, are the same values of the vars available to all users of a site, or different for each page view??
<5> Lion28Wrk: You're aware that many SMTP servers are being setup to silently discard mail to non-existing users because spammers use that same method to develop dictionaries, right?
<2> Lion28Wrk: Yeah, and maybe cook is getting pissed at you for sending him test messages! ;)
<1> TML: exactly, that's the main prob
<0> Well,
<0> here's an idea:
<1> Gargoyle: lol... don't send a test message, just a request... and wait for the server responce
<0> when you get to the send mail bit
<5> Lion28Wrk: This is why need to send an actual email with contents that becomes a shared secret that the user then has to input.
<0> disconnect
<0> That should work
<1> lol
<1> TML... ic... so there has to be a content of somekind?
<5> !tell Lion28Wrk about aolbonics
<5> Lion28Wrk: yes
<1> oh I see
<1> :D
<1> :D is an aolbonic too?
<5> No
<0> No, I don't think
<5> That's an emoticon



<1> ok?
<0> Although the only emoticon you must really LOVE is =]
<0> He's friendly.
<1> ok than....
<0> Good learner.
<5> How does one lough?
<0> loughing eh?
<0> =P
<1> :)
<0> aww, =] is an invalid nickname
<0> =] is laughing out loud at you loughing out load
<1> :D
<0> How fiasable (spelling alert!) is it to make a mail cl*** with fsockopen? Cause only PHP 5 has the imap functions.
<0> *feasable
<5> ElliottHird: What do you mean "only PHP 5 has the imap functions"?
<0> Oh wait
<0> I mean,
<8> php4-imap exists
<0> you gotta have an extention installed
<0> My host doesn't.
<1> gosh I hate when I have to update a site with my adminsitration, but the site is in completly other charcode :S
<0> I'm so hypocritical. I'm talking in ##php while updating a Movable Type weblog.
<0> =P
<5> ElliottHird: How's that hypocritical? I'm quite active in ##PHP, even though I don't use it for my own projects anymore, and haven't for better than 2 years.
<0> i **** at anything but php
<1> LOL
<0> Although perl/python do look quite nice :P
<1> ups, sorry
<0> I think the odd lol is okay
<0> Damnit movable type is nice.
<2> What you use now TML?
<0> RoR probably
<0> I hate RoR, personally
<9> why does the folllowing: if(mysql_num_rows($result) == 0) give me an error: mysql_num_rows(): supplied argument is not a valid MySQL result resource in line 74
<2> $result is not a result resource!
<0> ppff..
<10> uh... because $result not a valid MySQL result resource in line 74
<10> :)
<0> you have to use the mysql_query result
<9> $result = mysql_query($query);
<9> is that it?
<0> Yeah - so many people think that it can't possiblt,.
<0> *possibly
<0> be the right thing
<0> I don't get it.
<0> If it says that's what's wrong, why do you have to ask?
<9> well i have result set to be $result = mysql_query($query);
<9> before i ask the num_rows
<9> is it maybe null or something?
<10> totally dude...
<2> nardev, print the contents of mysql_error() after mysql_query()
<2> says you ****ed up the SQL!
<9> tempting
<9> you are right
<9> fuyk me
<2> woo hoo, I could almost earn a living off this! ;)
<9> :)
<11> most asked question ever
<0> Hahah, best use of PHP ever, v
<0> http://www.neilturner.me.uk/resources/harrypotter.php
<2> nardev: You want my email address?
<9> i said tempting!
<2> lol
<9> :)
<4> Anyone who know how to reconfigure PHP to att more modules? I'm running Fedora Core 4.
<0> HAHAHA: http://www.ipspotting.com/
<12> TML: Thanks for your help. Lunch was fine and everything works now.
<13> hmm this is weird; set_error_handler() says it doesn't take notice of error_reporting() but then the example shows them both being used
<2> Normally I compile my PHP with the modules I want, is there a way to build extra modules later and activate them within php.ini (Talking about unix not windows)
<13> well you can build php with shared extensions which means that you can use pecl to install and upgrade extensions later and enable or disable them within php.inni
<4> Is it possible to add extra modules to php.ini in an allready installed PHP configuration, running on a Fedora Core 4?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#bash
ubuntu libncurse
centos 5 network after reboot
koctave handbook
fc6 downgrade howto
#centos
#osdev
Debian D945G
mysql bind-address multiple ips
erland debian package



Home  |  disclaimer  |  contact  |  submit quotes