i develop an application which let users develop additional php-code online (which is saved in the db) and eval'd when needed.
the problem is: if i grant an user rights to develop this eval'd code, he gets allmighty on my system. example: php-functions like "exec, system, passthru".
so is there a way to get out special php-funcs out of the code?
maybe a regular-expression search? or is there a mightier php-parser somewhere?
thanks,
stefan