diff --git a/README.md b/README.md index 78f4446..2001182 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # SEGA dumptools -source: emuline.org and 1cc (websites and discord) - -Additions and documentation appreciated. +source: emuline.org and 1cc diff --git a/tools/Download/DownloadOrder_V1.php b/tools/Download/DownloadOrder_V1.php deleted file mode 100755 index a84cba0..0000000 --- a/tools/Download/DownloadOrder_V1.php +++ /dev/null @@ -1,55 +0,0 @@ - array( - - 'header' => "Pragma: DFI", - - 'method' => 'POST', - - 'content' => $compressed - - ) - - ); - - $context = stream_context_create($options); - - $result = file_get_contents('http://naominet.jp/sys/servlet/DownloadOrder', false, $context); - - if ($result === FALSE) { exit("error dl\n"); /* Handle error */ } - - //print($result); - - $response = gzuncompress(base64_decode($result)); - - print($response); - -} - -?> - -