Re: [PHP] Passwords?

2005-03-06 Thread AdamT
/ .htaccess protection. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] On Topic - Theoretical Concents of Anti-password trading/sharing solutions

2005-03-04 Thread AdamT
It's overkill, of course, but you can never have too much overkill -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Spam and this list

2005-03-02 Thread AdamT
address somewhere else world-readable d) You might have accidentally posted it someplace else (eg register for access to our forums, we promise not to use it for blah blah blah, please tick a box, etc, etc). -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List

Re: [PHP] HTTP Include Error

2005-03-01 Thread AdamT
(Object has moved). A 302 looks like this in the headers: HTTP/1.0 302 Found Location: /newlocation If you look at it in a browser, you'll be taken to the new location, and probably won't notice that anything was ever wrong. If you try to 'include' from that path, it'll fail. -- AdamT Justify my

Re: [PHP] problem with mail() and attachment

2005-03-01 Thread AdamT
messages out two or three times. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Semi-OT: Anti-password trading/sharing solutions

2005-03-01 Thread AdamT
On Mon, 28 Feb 2005 15:42:37 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: I know absolutely nothing about how ProxyPass, iProtect, and PureMember work 'Pure'member seems such an odd choice of name for something used on pr0n sites. -- AdamT Justify my text? I'm sorry, but it has

Re: [PHP] problems with several JPEGs in GD2

2005-03-01 Thread AdamT
I've had similar problems to that. I usually either open the image with notepad, or some Hex Editor, and see what the bits are in the file header (eg BM for Bitmap, Gif89a for GIFs, JFIF for JPEGs...) -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List

Re: [PHP] problems with several JPEGs in GD2

2005-03-01 Thread AdamT
. 'Marker' would have been better: http://www.funducode.com/freec/Fileformats/format3/format3b.htm -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] uploading files with a single quote in the filename

2005-02-28 Thread AdamT
in is invalid, rather than have them upload their stuff, have the web server check it all over, and then send back a 'sorry, this is broken' message. Just don't rely on it for security. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net

Re: [PHP] list down

2005-02-27 Thread AdamT
message. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can $_SERVER['REMOTE_ADDR'] be trusted?

2005-02-25 Thread AdamT
uses the network 192.168.25.0/24, so you allow only that, but PHP only sees the external NAT'd address of the user). -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Maximum number of emails in mail() command

2005-02-21 Thread AdamT
I don't know about PHP, but the maximum number of recipients per message is configurable in your mail server's SMTP MTA. Also note that if you send a message to 2,000 people at a foreign domain, their server may reject it if they have their limit set to 2,000. -- AdamT Justify my text? I'm

Re: [PHP] create forum

2005-02-18 Thread AdamT
' where 'You can download the source to this free, thread-oriented PHP/XML based news forum' -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP security

2005-02-18 Thread AdamT
directory, called, say rootpassword_backdoor.php, which, when accessed will add the remote IP address to a blacklist, which other scripts consult, and if they find it matches any sites requesting them, they ignore. My 2 bits. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General

Re: [PHP] PHP security

2005-02-18 Thread AdamT
://www.ioncube.com/ (Commercial - free eval available) http://www.rssoftlab.com/phpenc.php (Commercial - free version available) -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] md5 passwords to db

2005-02-17 Thread AdamT
of the database field to MD5, which IIRC will automagically store whatever's assigned to it as an MD5 hash. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [HAB] PHP or ASP.Net

2005-02-17 Thread AdamT
too. And comp.os.linux.advocacy. And I've even seen people post soccer-related questions to chess forums. -- AdamT Justify my text? I'm sorry, but it has no excuse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php