
-Deleted duplicate screenshot directory. -Updated count of supported formats to 77 from 75. -Updated tags, misc repository metadata. -v2.9.8. -Merge pull request # 24. -"Added .mov to videoArray and created error" -Pull request URL: https://github.com/zelon88/HRConvert2/pull/24. -Commit URL:cd83790bcd
-Special thanks to author @HenriChabert. -Changed proposed error number from 11000 to 21000 & made unique. -v2.9.9. -Merge pull request # 24. -"Add m3u8 stream support" -Pull request URL: https://github.com/zelon88/HRConvert2/pull/25. -Commit URL:6bf64dd03c
-Special thanks to author @MangoTornado. -Updated all language packs with Stream support.
224 lines
No EOL
9.3 KiB
PHP
224 lines
No EOL
9.3 KiB
PHP
<?php
|
|
if (!isset($ApplicationName)) $ApplicationName = 'HRConvert2';
|
|
if (!isset($ApplicationTitle)) $ApplicationTitle = 'Convert Anything!';
|
|
if (!isset($CoreLoaded)) die('ERROR!!! '.$ApplicationName.'-2, This file cannot process your request! Please submit your file to convertCore.php instead!');
|
|
if (!isset($ShowFinePrint)) $ShowFinePrint = TRUE;
|
|
?>
|
|
<body>
|
|
<?php
|
|
if (!isset($_GET['noGui'])) { ?>
|
|
<div id="header-text" style="max-width:1000px; margin-left:auto; margin-right:auto; text-align:center;">
|
|
<h1><?php echo $ApplicationName; ?></h1>
|
|
<h3>Online File Converter, Extractor, Compressor</h3>
|
|
<hr />
|
|
</div>
|
|
<div id="main" align="center">
|
|
<div id="overview" style="max-width:1000px; text-align:left; margin:25px;">
|
|
<p id="info" style="display:block;"><?php echo $ApplicationName; ?> is based off the open-source web-app <a href='https://github.com/zelon88/HRConvert2'>HRConvert2</a> by <a href='https://github.com/zelon88'>Zelon88</a> that converts files without tracking users across the net or infringing on your intellectual property.</p>
|
|
<button id="more-info-button" class="info-button" onclick="toggle_visibility('more-info'); toggle_visibility('more-info-button'); toggle_visibility('supported-formats-show-button');
|
|
toggle_visibility('less-info-button');" style="text-align:center; display:block; margin-left:auto; margin-right:auto;"><i>More Info ...</i></button>
|
|
<button id="less-info-button" class="info-button" onclick="toggle_visibility('more-info'); toggle_visibility('more-info-button'); toggle_visibility('supported-formats-show-button');
|
|
toggle_visibility('less-info-button');" style="text-align:center; display:none; margin-left:auto; margin-right:auto;"><i>Less Info ...</i></button>
|
|
<div id="more-info" style="display:none;">
|
|
<hr />
|
|
<p>All user-supplied data is erased automatically, so you don't need to worry about forfeiting your personal information or property while using our services.</p>
|
|
<p>Currently <?php echo $ApplicationName; ?> supports 77 different file formats, including documents, spreadsheets, images, media, 3D models, CAD drawings, vector files, archives, disk images, & more.</p>
|
|
<button id="supported-formats-show-button" class="info-button" onclick="toggle_visibility('supported-formats'); toggle_visibility('supported-formats-show-button');
|
|
toggle_visibility('supported-formats-hide-button');" style="text-align:center; display:none; margin-left:auto; margin-right:auto;"><i>View Supported Formats ...</i></button>
|
|
<button id="supported-formats-hide-button" class="info-button" onclick="toggle_visibility('supported-formats'); toggle_visibility('supported-formats-show-button');
|
|
toggle_visibility('supported-formats-hide-button');" style="text-align:center; display:none; margin-left:auto; margin-right:auto;"><i>Hide Supported Formats ...</i></button>
|
|
<br>
|
|
<div id="supported-formats" class="supported-formats" style="margin-left:33%; display:none;">
|
|
<h3>Supported Formats</h3>
|
|
<hr />
|
|
<strong>Audio Formats</strong>
|
|
<p><i>Supports specific bitrate through the API.</i></p>
|
|
<ol>
|
|
<li>Mp2</li>
|
|
<li>Mp3</li>
|
|
<li>Avi</li>
|
|
<li>Flac</li>
|
|
<li>Ogg</li>
|
|
<li>Wav</li>
|
|
<li>Wma</li>
|
|
<li>M4a</li>
|
|
<li>M4p</li>
|
|
</ol>
|
|
<strong>Video Formats</strong>
|
|
<ol>
|
|
<li>3gp</li>
|
|
<li>Mkv</li>
|
|
<li>Avi</li>
|
|
<li>Mp4</li>
|
|
<li>Flv</li>
|
|
<li>Mpeg</li>
|
|
<li>Wmv</li>
|
|
<li>Mov</li>
|
|
<li>M4v</li>
|
|
</ol>
|
|
<strong>Stream Formats</strong>
|
|
<ol>
|
|
<li>m3u8</li>
|
|
</ol>
|
|
<strong>Document Formats</strong>
|
|
<ol>
|
|
<li>Doc</li>
|
|
<li>Docx</li>
|
|
<li>Txt</li>
|
|
<li>Rtf</li>
|
|
<li>Odt</li>
|
|
<li>Pdf</li>
|
|
</ol>
|
|
<strong>Spreadsheet Formats</strong>
|
|
<ol>
|
|
<li>Xls</li>
|
|
<li>Xlsx</li>
|
|
<li>Ods</li>
|
|
</ol>
|
|
<strong>Presentation Formats</strong>
|
|
<ol>
|
|
<li>Pages</li>
|
|
<li>Pptx</li>
|
|
<li>Ppt</li>
|
|
<li>Xps</li>
|
|
<li>Pot</li>
|
|
<li>Potx</li>
|
|
<li>Ppa</li>
|
|
<li>Ppt</li>
|
|
<li>Pptx</li>
|
|
<li>Odp</li>
|
|
</ol>
|
|
<strong>Archive Formats</strong>
|
|
<p><i>Can create, convert, and dearchive any of the following...</i></p>
|
|
<ol>
|
|
<li>Zip</li>
|
|
<li>Rar</li>
|
|
<li>Tar</li>
|
|
<li>Tar.Bz2</li>
|
|
<li>7z</li>
|
|
</ol>
|
|
<strong>Disk Image Formats</strong>
|
|
<p><i>Can extract any of the following or convert to supported archive formats...</i></p>
|
|
<ol>
|
|
<li>Iso</li>
|
|
<li>Vhd</li>
|
|
<li>Vdi</li>
|
|
</ol>
|
|
<strong>Image Formats</strong>
|
|
<p><i>Supports resize & rotate through the GUI and API.</i></p>
|
|
<p><i>Supports disable maintain aspect ratio through API.</i></p>
|
|
<p><i>Image Conversion Operations support the following input formats...</i></p>
|
|
<ol>
|
|
<li>Jpg</li>
|
|
<li>Jpeg</li>
|
|
<li>Png</li>
|
|
<li>Bmp</li>
|
|
<li>Webp</li>
|
|
<li>Gif</li>
|
|
<li>Cin</li>
|
|
<li>Dds</li>
|
|
<li>Dib</li>
|
|
<li>Flif</li>
|
|
<li>Avif</li>
|
|
<li>Crw</li>
|
|
<li>Dcr</li>
|
|
<li>Gplt</li>
|
|
<li>Nef</li>
|
|
<li>Orf</li>
|
|
<li>Ora</li>
|
|
<li>Sct</li>
|
|
<li>Sfw</li>
|
|
<li>Xcf</li>
|
|
<li>Xwd</li>
|
|
<li>Avif</li>
|
|
<li>Ico</li>
|
|
</ol>
|
|
<p><i>Image Conversion Operations support the following output formats...</i></p>
|
|
<ol>
|
|
<li>Jpg</li>
|
|
<li>Jpeg</li>
|
|
<li>Png</li>
|
|
<li>Bmp</li>
|
|
<li>Webp</li>
|
|
<li>Cin</li>
|
|
<li>Dds</li>
|
|
<li>Dib</li>
|
|
<li>Flif</li>
|
|
<li>Avif</li>
|
|
</ol>
|
|
<strong>3D Model Formats</strong>
|
|
<ol>
|
|
<li>3ds</li>
|
|
<li>Obj</li>
|
|
<li>Collada</li>
|
|
<li>Off</li>
|
|
<li>Ply</li>
|
|
<li>Stl</li>
|
|
<li>Ptx</li>
|
|
<li>Dxf</li>
|
|
<li>U3d</li>
|
|
<li>Vrml</li>
|
|
</ol>
|
|
<strong>Drawing Formats</strong>
|
|
<p><i>Can output drawing files to image formats.</i></p>
|
|
<p><i>Can convert between any of the following...</i></p>
|
|
<ol>
|
|
<li>Svg</li>
|
|
<li>Dxf</li>
|
|
<li>Fig</li>
|
|
<li>Vdx</li>
|
|
</ol>
|
|
<strong>OCR Support</strong>
|
|
<p><i>OCR Operations support the following input formats...</i></p>
|
|
<ol>
|
|
<li>Jpg</li>
|
|
<li>Jpeg</li>
|
|
<li>Png</li>
|
|
<li>Bmp</li>
|
|
<li>Pdf</li>
|
|
<li>Gif</li>
|
|
</ol>
|
|
<p><i>OCR Operations support the following output formats...</i></p>
|
|
<ol>
|
|
<li>Doc</li>
|
|
<li>Docx</li>
|
|
<li>Txt</li>
|
|
<li>Rtf</li>
|
|
<li>Odt</li>
|
|
<li>Pdf</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<hr />
|
|
</div>
|
|
<?php } ?>
|
|
<div align="center">
|
|
<div id="call-to-action1" style="max-width:1000px; text-align:center;">
|
|
<p>Select files by clicking, tapping, or dropping files into the box below.</p>
|
|
</div>
|
|
</div>
|
|
<div align="center">
|
|
<div id="dropzone" style="max-height:1000px; max-width:1000px; margin:25px;">
|
|
<form action="convertCore.php" class="dropzone" id="filesToUpload" name="filesToUpload" method="post" enctype="multipart/form-data">
|
|
<input type="hidden" id="token1" name="Token1" value="<?php echo $Token1; ?>">
|
|
<input type="hidden" id="token2" name="Token2" value="<?php echo $Token2; ?>">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div align="center">
|
|
<div id="continue" style="max-width:1000px; text-align:center;">
|
|
<form action="convertCore.php?showFiles=1<?php if (isset($_GET['noGui'])) echo '&noGui=TRUE'; if (isset($_GET['language'])) echo '&language='.$_GET['language']; ?>" method="post">
|
|
<input type="hidden" id="token1" name="Token1" value="<?php echo $Token1; ?>">
|
|
<input type="hidden" id="token2" name="Token2" value="<?php echo $Token2; ?>">
|
|
<input type="submit" id="continue-button" class="info-button" value="Continue ...">
|
|
</form>
|
|
<br />
|
|
<?php if (!isset($_GET['noGui'])) { ?>
|
|
<hr />
|
|
<?php } ?>
|
|
</div>
|
|
</div>
|
|
|
|
<?php if (!isset($_GET['noGui'])) { ?>
|
|
</div>
|
|
<?php } ?>
|