CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/etc/
Upload File :
Current File : //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/etc/flexy2SmartyRunner.php

#!/usr/bin/php
<?php
if (!@$_SERVER['argv'][1]) {
    die("Usage: php conv.php inputfile\n");
}
if(!$data = @file_get_contents($_SERVER['argv'][1])) {
    die("file doesn't exist\n");
}

require_once 'Flexy2Smarty.php';
$c = new Flexy2Smarty;
echo $c->convert(file_get_contents($_SERVER['argv'][1]));
?>

Copyright 2K16 - 2K18 Indonesian Hacker Rulez