سلام چجوری اف کنم اینو

گوگل سرچ زدم چیزی سر در نیوردم از سی پنل نمیشه ؟
To Turn Off PHP Safe Mode on Your Linux Server

  1. Using SSH, connect to your server.
  2. Once you are logged in, type su - root.
  3. For your password, type the same password you used to connect to your server.
  4. At the command prompt type:vi /etc/php.ini
  5. Go to the line safe_mode = on and press the "i" key.
  6. Change the line to safe_mode = off and press the "Esc" key.
  7. Type :wq! to save your file.

To Turn Off PHP Safe Mode on Your Windows Server

  1. Using Remote Desktop Connection, log in to your server as an administrator.
  2. Open c:\windowsphp.ini in Notepad.
  3. Change the line safe_mode = on to safe_mode = off.
  4. Save and close php.ini.