To do it per-script you should beable to add
CODE
set_time_limit(240);
to the top of the script. (240 = 240 seconds, change to whatever you need).
As for per account, it might be something you can specify in .htaccess (if you're not running phpsuexec), but you'd have to check on that.