You can ban the classes used in php.ini for one wayHi,
I have a server with control panel to host my websites and my friends's websites.
Sometimes, they uploaded resources hog PHP script (for example Rapidleech script).
How to ban such scripts so that it can not run on my server?
Thanks
Fritz
When the script is execeuted under 30 s for example, that script can still be run I guess.What big web hosts use to limit php scripts:
http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
How to ban classes? I know how to ban functions but not classes.You can ban the classes used in php.ini for one way