Tagged Questions
The php-safe-mode tag has no wiki summary.
2
votes
1answer
306 views
Create a symlink without shell access and in safe mode?
On a shared hosting package running the LAMP stack and PHP, with no shell access and PHP in safe mode (= exec() being disabled), with only FTP access, do I have a chance of creating a symbolic link ...
1
vote
1answer
29 views
Turning off php4 safe mode - what to consider?
I'm maintaining a website running a highly modified old version of osCommerce. My web host offers several flavours of PHP on a per-domain basis (although I think I recall seeing an option to set the ...
1
vote
4answers
170 views
What's the difference whether or not to run PHP in safe mode?
Can you list any specific difference that can be perceived?
0
votes
0answers
31 views
Safe Mode error inside user directory?
I've created a directory within a PHP script:
mkdir("directory");
Now I want to place images in this directory but I get this error:
Warning: imagejpeg() [function.imagejpeg]: SAFE MODE ...
0
votes
2answers
293 views
Is there an alternative to php readfile() in safe mode server?
I host my site on a shared hosting, which lately changed the server to safe mode (without even notifying that).
I use a feature that download files from the server, using the readfile() function (I ...
0
votes
1answer
545 views
PHP safe_mode default value in PLESK 8.4 is ON. WHY?
I am wondering why is the default value of the PHP safe_mode ON in PLESK. I suspect it is a security issue but how exactly is this useful?
p.s. As an inexperienced web-developer I spend some hours ...
0
votes
5answers
201 views
Call Visitors web stat program from PHP
I've been looking into different web statistics programs for my site, and one promising one is Visitors. Unfortunately, it's a C program and I don't know how to call it from the web server. I've tried ...