PDA

View Full Version : Globals



paulb
03-25-06, 02:52 AM
Hi

I see your software uses & needs register_globals but I run over 15 servers & I dont allow globals on any of my servers. I normally just FTP a php.ini file with ''register_globals=on'' which corrects & allows them to run. I have just tried MB which doesnt even support the file. My question is, will your software support a php.ini files FTP'ed into all the directories?. I currently use clientexec & want to move to your software as it has what I need. I will also try to catch live chat once its live.

Thanks
Paul :D

pxtek
03-25-06, 04:11 AM
Wouldn't your issue relies on server-based, not the script?

Matt
03-25-06, 10:07 AM
Hi,

What you need is a .htaccess file in the folders, not a php.ini file. This allows you to enable Register Globals in just the required directories.

Regards,

Matt

paulb
03-25-06, 01:51 PM
Hi,

What you need is a .htaccess file in the folders, not a php.ini file. This allows you to enable Register Globals in just the required directories.

Regards,

Matt

Hi Matt

I know how to put them on but I dont like having them on for security reasons but I guess I could run the script of a small VPS with globals on.

Thanks

isssam
05-22-06, 10:01 AM
Hey Paul,
I had the same problem/question.
IT IS POSSIBLE to use php.ini files, i currently use them on my installation :).

Cheers.