amuck-landowner

How to ban certain PHP script that's running on our VPS

Fritz

New Member
Hi,

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
 

TruvisT

Server Management Specialist
Verified Provider
Hi,

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
You can ban the classes used in php.ini for one way
 

Fritz

New Member

TruvisT

Server Management Specialist
Verified Provider
You just use the disabled classes option in the php.ini. Assuming the code has classes that are unique to the script, you can ban and hopefully prevent them working. Now they can change the class names but that would require some work.
 
Top
amuck-landowner