!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/share/doc/libcgi-ajax-perl/examples/   drwxr-xr-x
Free 713.36 GB of 879.6 GB (81.1%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     pjx_from_span.pl (1.2 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

use strict;
use warnings;

use CGI;
use CGI::Ajax;

my $cgi= CGI->new;

my $a= CGI::Ajax->new( 
                       'test_elt_html'  => \&test_elt_html
                     );

$a->DEBUG(2);
$a->JSDEBUG(2);

print $a->build_html( $cgi, \&html_page);

sub html_page

  { 
return <<EOH;
<html> 
<head> 
<script>
function test2(){
    alert(typeof document.getElementById('newtest'));  
}
</script>

</head>

  <body>
    <div id="test_div">test with div</div>
    <p><span id="test_span">test with span</span></p>
    <p id="test_p">test with p</p>
    
    <div id='newtest' > some stuff </div>
    <hr />

    <p><input type="button" onclick="test_elt_html( [ 'test_div' ], [ 'test_result_div' ]);" value="test div"></p>
    <div id="test_result_div"></div>

    <p><input type="submit" onclick="test_elt_html( [ 'test_span' ], [ 'test_result_span' ]);" value="test span"></p>
    <div id="test_result_span"></div>

    <p><input type="submit" onclick="test2();test_elt_html( [ 'newtest' ], [ 'test_result_p' ]);" value="test p"></p>
    <div id="test_result_p"></div>

</body>
</html>
EOH
;

  }


sub test_elt_html
  { my( $elt_html)= @_;
  print STDERR "IN:" . $elt_html , "\n";
    return $elt_html;
  }


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0151 ]--