mediatrunk.net Open in urlscan Pro
45.142.100.114  Public Scan

URL: http://mediatrunk.net/
Submission: On January 23 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST https://mediatrunk.net/core/ajax/file_upload_handler.ajax.php?r=mediatrunk.net&p=https&csaKey1=54ad6321dff6c9240969cbb0840b0e996a8273ebe7040c2a7923e6605bd559db&csaKey2=1f1177472e867051f7d29fde6d9a70d2a7a2a9c8e99ff8d718e14c4cbc2afec6

<form
  action="https://mediatrunk.net/core/ajax/file_upload_handler.ajax.php?r=mediatrunk.net&amp;p=https&amp;csaKey1=54ad6321dff6c9240969cbb0840b0e996a8273ebe7040c2a7923e6605bd559db&amp;csaKey2=1f1177472e867051f7d29fde6d9a70d2a7a2a9c8e99ff8d718e14c4cbc2afec6"
  method="POST" enctype="multipart/form-data">
  <div class="fileupload-buttonbar hiddenAlt">
    <label class="fileinput-button">
      <span>Add files...</span>
      <input id="add_files_btn" type="file" name="files[]" multiple=""> </label>
    <button id="start_upload_btn" type="submit" class="start">Start upload</button>
    <button id="cancel_upload_btn" type="reset" class="cancel">Cancel upload</button>
  </div>
  <div class="fileupload-content">
    <label for="add_files_btn">
      <div id="initialUploadSection" class="initialUploadSection" onclick="$('#add_files_btn').click();
                                                    return false;">
        <div class="initialUploadText">
          <div class="uploadElement">
            <div class="internal">
              <i class="entypo-upload"></i>
              <div class="clear"><!-- --></div> Drag &amp; drop files here or click to browse...
            </div>
          </div>
        </div>
        <div class="uploadFooter">
          <div class="baseText">
            <a class="showAdditionalOptionsLink">Options</a>&nbsp;&nbsp;|&nbsp;&nbsp;Max file size: 500.00 MB.
          </div>
        </div>
        <div class="clear"><!-- --></div>
      </div>
    </label>
    <div id="fileListingWrapper" class="fileListingWrapper hidden">
      <div class="fileSection">
        <table id="files" class="files table table-striped" width="100%">
          <tbody></tbody>
        </table>
        <table id="addFileRow" class="addFileRow" width="100%">
          <tbody>
            <tr class="template-upload">
              <td class="cancel">
                <a href="#" onclick="$('#add_files_btn').click();
                                                    return false;">
                                                            <label for="add_files_btn">
                                                                <img src="https://mediatrunk.net/themes/flow/images/add_small.gif" height="9" width="9" alt="add file">
                                                            </label>
                                                        </a>
              </td>
              <td class="name">
                <a href="#" onclick="$('#add_files_btn').click();
                                                    return false;">
                                                            <label for="add_files_btn">
                                                                add file                                                            </label>
                                                        </a>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
      <div id="processQueueSection" class="fileSectionFooterText">
        <div class="upload-button">
          <button onclick="$('#start_upload_btn').click(); return false;" class="btn btn-green btn-lg" type="button">Upload Queue <i class="entypo-upload"></i></button>
        </div>
        <div class="baseText">
          <a class="showAdditionalOptionsLink">Options</a>&nbsp;&nbsp;|&nbsp;&nbsp;Max file size: 500.00 MB.
        </div>
        <div class="clear"><!-- --></div>
      </div>
      <div id="processingQueueSection" class="fileSectionFooterText hidden">
        <div class="upload-button">
          <button data-dismiss="modal" class="btn btn-default btn-lg" type="button">Hide <i class="entypo-arrows-ccw"></i></button>
        </div>
        <div class="globalProgressWrapper">
          <div id="progress" class="progress progress-striped active">
            <div style="width: 0%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="0" role="progressbar" class="progress-bar progress-bar-info">
              <span class="sr-only"></span>
            </div>
          </div>
          <div id="fileupload-progresstext" class="fileupload-progresstext">
            <div id="fileupload-progresstextRight" class="file-upload-progress-right"><!-- --></div>
            <div id="fileupload-progresstextLeft" class="file-upload-progress-left"><!-- --></div>
          </div>
        </div>
        <div class="clear"><!-- --></div>
      </div>
      <div id="completedSection" class="fileSectionFooterText row hidden">
        <div class="col-md-3">
          <div class="copyAllLinkWrapper">
            <a class="copyAllLink" data-clipboard-text="" href="#">[copy all links]</a>
          </div>
        </div>
        <div class="col-md-6">
          <div class="baseText"> File uploads completed. <a href="https://mediatrunk.net/index.html?upload=1">Click here</a> to upload more files. </div>
        </div>
        <div class="col-md-3">
          <div class="upload-button">
            <button data-dismiss="modal" class="btn btn-info" type="button">Close <i class="entypo-check"></i></button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://mediatrunk.net/core/ajax/url_upload_handler.php

<form action="https://mediatrunk.net/core/ajax/url_upload_handler.php" method="POST" enctype="multipart/form-data">
  <div class="initialUploadText">
    <div> Download files directly from other sites into your account. Note: If the files are on another file download site or password protected, this may not work.<br><br>
    </div>
    <div class="inputElement">
      <textarea name="urlList" id="urlList" class="urlList form-control" placeholder="http://example-site.com/file.zip"></textarea>
      <div class="clear"><!-- --></div>
    </div>
  </div>
  <div class="urlUploadFooter">
    <div class="upload-button">
      <button id="transferFilesButton" onclick="urlUploadFiles(); return false;" class="btn btn-green btn-lg" type="button">Transfer Files <i class="entypo-upload"></i></button>
    </div>
    <div class="baseText">
      <a class="showAdditionalOptionsLink">Options</a>&nbsp;&nbsp;|&nbsp;&nbsp;Enter up to 5 file urls. Separate each url on it's own line.
    </div>
  </div>
  <div class="clear"><!-- --></div>
</form>

Text Content

Toggle navigation
 * HOME
   *  Home
   *  Store and Manage
   *  Share Files
   *  Fast Downloading
   *  Safe and Secure
   *  Register
 * REGISTER
 * PREMIUM
 * FAQ
 * LOGIN

 * File Upload
 * Remote Url Upload

Add files... Start upload Cancel upload

Drag & drop files here or click to browse...
Options  |  Max file size: 500.00 MB.


add file

Upload Queue
Options  |  Max file size: 500.00 MB.

Hide


[copy all links]
File uploads completed. Click here to upload more files.
Close

Download files directly from other sites into your account. Note: If the files
are on another file download site or password protected, this may not work.



Transfer Files
Options  |  Enter up to 5 file urls. Separate each url on it's own line.

Processing...

[copy all links]
File transfers completed. Click here to upload more files.
Close

Send Via Email:

Enter an email address below to send the list of urls via email once they're
uploaded.

Email Address:
Store In Folder:

Select a folder below to store these files in. All current uploads files will be
available within these folders.

folder name: - login to enable -
Set Password:

When downloading these files, users will be prompted for a password, if set.
Download managers will not work if a password is set.

Set Password:
Cancel Save Options
   
 * MediaTrunk
   UPLOAD  
   Upload your files we will keep them safe
     REGISTER
   



Store and manage all your files!
Upload multiple files at once and keep them forever on this site. If you're
using FireFox or Chrome, you can simply drag & drop your files to begin
uploading.


Share your files with everyone!
We supply you with all the tools necessary to easily share your files. Use our
pre-generated html code to link from your website or post directly to Facebook
or Twitter.


Fast and instant downloading!
Our premium members benefit from no waiting time and direct downloads for all of
their files. Unlike other file hosts we don't limit the transfer speed of our
downloads.


Slow...

Super Fast!



Safe and Secure
Safely store and backup all your essential files. From family photos & videos to
important documents, you can rely on us to store all your media securely and
forever.


What are you waiting for?
  REGISTER
upload file  |  register  |  premium  |  faq  |  Login  |  Terms & Conditions
 |  report file  |  contact
Copyright © 2024 - MediaTrunk - File Upload Script Created By MFScripts.com
Scroll