H Hydrode Active Member 139 2010 0 70 Feb 7, 2011 #1 Can I make it so certain sites can use all PHP functions? and the others cant? What do I add in the php.ini?
Can I make it so certain sites can use all PHP functions? and the others cant? What do I add in the php.ini?
DLow Banned Banned 4,007 2009 568 0 Feb 7, 2011 #2 Depending on your servers actual security anyone can bypass a php configuration by simply making a new file in file manager called (php.ini) Edit the file safe_mode = off disable_functions = thats basically it
Depending on your servers actual security anyone can bypass a php configuration by simply making a new file in file manager called (php.ini) Edit the file safe_mode = off disable_functions = thats basically it
DLow Banned Banned 4,007 2009 568 0 Feb 7, 2011 #4 @ Hydrode Then there is really no way if you want i could take a look ?