Re: [PHP] Passwords?

2005-03-06 Thread AdamT
Or, you could password-protect the script you're including with .htpasswd / .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
chnologies" 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
malicious oik may have posted your 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, bu

Re: [PHP] problems with several JPEGs in GD2

2005-03-01 Thread AdamT
; Okay - so 'header' was a bad choice of word. '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] 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

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 t

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

2005-03-01 Thread AdamT
a fault and is sending all 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] HTTP Include Error

2005-03-01 Thread AdamT
or a 404 (This file isn't here), or maybe you'll get a 302 (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 wr

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

2005-02-28 Thread AdamT
easier to be able to have the web browser tell the user that what they've put 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 &

Re: [PHP] list down

2005-02-27 Thread AdamT
t have the email to start a new 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
our web server won't see them (eg - your company 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 "Jus

Re: [PHP] PHP security

2005-02-18 Thread AdamT
ercial) http://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] PHP security

2005-02-18 Thread AdamT
, really paranoid, you can add a file to the includes 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 "Ju

Re: [PHP] create forum

2005-02-18 Thread AdamT
ge called 'PHP/XML forum' 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] [HAB] PHP or ASP.Net

2005-02-17 Thread AdamT
It happens in comp.lang.php 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

Re: [PHP] md5 passwords to db

2005-02-17 Thread AdamT
an just the format 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