3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Info required for cPanel access $cpuser = "naut"; // Username used to login to CPanel $cppass = "Tg\"x86>TJ9$"; // Password used to login to CPanel $domain = "unknova.net"; // Domain name where CPanel is run $skin = "x3"; // Set to cPanel skin you use (script won't work if it doesn't match). Most people run the default x theme // Info required for FTP host $ftpuser = "naut"; // Username for FTP account $ftppass = "Tg\"x86>TJ9$"; // Password for FTP account $ftphost = "unknova.net"; // Full hostname or IP address for FTP host $ftpmode = "passiveftp"; // FTP mode ("ftp" for active, "passiveftp" for passive) $ftpport = "21"; // Port (default = 21) $rdir = "/home/naut/"; // Remote dir (defaut = / ) // Notification information $notifyemail = "bytesahoy@gmail.com"; // Email address to send results // Secure or non-secure mode $secure = 0; // Set to 1 for SSL (requires SSL support), otherwise will use standard HTTP // Set to 1 to have web page result appear in your cron log $debug = 0; $params = "dest=$ftpmode&email=$notifyemail&server=$ftphost&user=$ftpuser&pass=$ftppass&port=$ftpport&rdir=$rdir&submit=Generate Backup"; echo $params; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GAIgp
function name:  (null)
number of ops:  31
compiled vars:  !0 = $cpuser, !1 = $cppass, !2 = $domain, !3 = $skin, !4 = $ftpuser, !5 = $ftppass, !6 = $ftphost, !7 = $ftpmode, !8 = $ftpport, !9 = $rdir, !10 = $notifyemail, !11 = $secure, !12 = $debug, !13 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'naut'
    4     1        ASSIGN                                                   !1, 'Tg%22x86%3ETJ9%24'
    5     2        ASSIGN                                                   !2, 'unknova.net'
    6     3        ASSIGN                                                   !3, 'x3'
    9     4        ASSIGN                                                   !4, 'naut'
   10     5        ASSIGN                                                   !5, 'Tg%22x86%3ETJ9%24'
   11     6        ASSIGN                                                   !6, 'unknova.net'
   12     7        ASSIGN                                                   !7, 'passiveftp'
   13     8        ASSIGN                                                   !8, '21'
   14     9        ASSIGN                                                   !9, '%2Fhome%2Fnaut%2F'
   17    10        ASSIGN                                                   !10, 'bytesahoy%40gmail.com'
   20    11        ASSIGN                                                   !11, 0
   23    12        ASSIGN                                                   !12, 0
   25    13        ROPE_INIT                                    15  ~28     'dest%3D'
         14        ROPE_ADD                                      1  ~28     ~28, !7
         15        ROPE_ADD                                      2  ~28     ~28, '%26email%3D'
         16        ROPE_ADD                                      3  ~28     ~28, !10
         17        ROPE_ADD                                      4  ~28     ~28, '%26server%3D'
         18        ROPE_ADD                                      5  ~28     ~28, !6
         19        ROPE_ADD                                      6  ~28     ~28, '%26user%3D'
         20        ROPE_ADD                                      7  ~28     ~28, !4
         21        ROPE_ADD                                      8  ~28     ~28, '%26pass%3D'
         22        ROPE_ADD                                      9  ~28     ~28, !5
         23        ROPE_ADD                                     10  ~28     ~28, '%26port%3D'
         24        ROPE_ADD                                     11  ~28     ~28, !8
         25        ROPE_ADD                                     12  ~28     ~28, '%26rdir%3D'
         26        ROPE_ADD                                     13  ~28     ~28, !9
         27        ROPE_END                                     14  ~27     ~28, '%26submit%3DGenerate+Backup'
         28        ASSIGN                                                   !13, ~27
   27    29        ECHO                                                     !13
   28    30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.61 ms | 1399 KiB | 13 Q