PDA

View Full Version : Brian q for security


deathemperor
01-14-2008, 12:37 AM
some security site avice to disable this function in php.ini :
dl, exec, shell_exec, system, passthru, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, pfsockopen, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, hypot, pg_host, pos, posix_access, posix_getcwd, posix_getgid, posix_getpid, posix_getsid, posix_getuid, posix_isatty, posix_kill, posi

if i disabled them , could this make some errors in vba dynamic , vba cmps and vba links ?

thanks

Brian
01-14-2008, 11:47 AM
'system' is the only command there that should be used in any vBa product. It's used in vBa Dynamics for generating thumbnails and other functions when you use ImageMagick as your image processor.

Our Sponsors
 

deathemperor
01-14-2008, 02:51 PM
'system' is the only command there that should be used in any vBa product. It's used in vBa Dynamics for generating thumbnails and other functions when you use ImageMagick as your image processor.

i use GD2 does this need SYSTEM function?
also i use vba gallery which will be photopost gallery does this functions if disabled will affect the functionality of it?

Brian
01-14-2008, 02:58 PM
The 'system' function is not used when GD is used for images, only when ImageMagick is.

As for PhotoPost, that's something you would have to ask in their forums as I have no idea what functions their products use.