9
My host decides the box settings for me.
Peekay:
While injection is possible theoretically, with properly sanitized input filters (Thanks GIJOE) I think it should be pretty safe.
DaveL:
Thanks for the info.
Re: htaccess...
IIS doesn't play nice with .htaccess and I'm in a WIMP playground.
I am sanitizing ALL input and uninitialized vars should do nothing more than throw a php notice.
***If I'm wrong there please enlighten me.***
After ALOT of code changes, I now have FriendFinder working in a register_globals off environment that can not use .htaccess files. I have yet to convert the module to register_globals off, but it will be easy do do that once I figure out the remainder of the arrays and vars. (Will simply POST and GET encapsulate all the globals).
The only issue I have is that I can't get the pic.php or add.php page to actually upload the users pic. Help WELCOMED!
When I create a profile, it is creating the 'timestamp' directory, copying the index.htm file, and entering ALL of the information in the dB, it just is not actually copying (or uploading) the pic in the newly created 'timestamp' folder. About to start dumping all the vars to get to the bottom of it.
More l8r...