-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/phar/tests/zip/files/
File Upload :
Current File : //usr/src/php/ext/phar/tests/zip/files/make_invalid_tar.php.inc

<?php
include dirname(__FILE__) . '/tarmaker.php.inc';
class corrupter extends tarmaker {
function close()
{
	parent::close();
	$fp = fopen($this->path, 'r+b');
	fseek($fp, 20);
	fwrite($fp, 'oopsie');
	fclose($fp);
}
}

Copyright © 2017 || Recoded By Mr.Bumblebee