Activity Stream
48,167 MEMBERS
61992 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default Changing MD5 on multiple files on my computer

    Hi guys, i need a program that can help me change md5 of files that i have on my computer.
    If i start uploading them on hotfile they wont show up as hotfile ban that md5, so i wanna click on ~200files and change their md5 more easyly than unraring and raring.

    With rapidleech i can easy do that bu can i do that on files that i wanna upload from my comp? is there such programme?
    rosinant Reviewed by rosinant on . Changing MD5 on multiple files on my computer Hi guys, i need a program that can help me change md5 of files that i have on my computer. If i start uploading them on hotfile they wont show up as hotfile ban that md5, so i wanna click on ~200files and change their md5 more easyly than unraring and raring. With rapidleech i can easy do that bu can i do that on files that i wanna upload from my comp? is there such programme? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Hello,

    You can do it with PHP.

    Code: 
    <? // Here the downloads $path = "files"; if (isset($_GET['file'])) { $handle = fopen("$path/".$_GET['file']."", 'a+'); if ($handle) { fwrite($handle, '0'); } else { echo "<br />Error!<br />"; } fclose($handle); } echo "Just click to change the md5 hash<br /<br />"; $handle = opendir ($path); while (false !== ($file = readdir ($handle))){ if ($file != "."){ if ($file != ".."){ if ($file != "index.html") { $byte = filesize($path."/".$file); if (! is_dir($path."/".$file)) { echo "<a href='uploads.php?file=$file'>uploads/$file</a> ($byte Bytes)<br />"; } } } } } closedir($handle); ?>
    Best regards,
    M. Indonesia

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Changing MD5 on video files
    By Ruriko in forum Technical Help Desk Support
    Replies: 2
    Last Post: 6th Dec 2011, 11:55 PM
  2. Rar Multiple Avi Files At Once, How To?
    By TexWilliams in forum Webmaster Discussion
    Replies: 4
    Last Post: 4th Jul 2011, 11:09 AM
  3. Multiple Files Search & Replace
    By soft2050 in forum Webmaster Resources
    Replies: 14
    Last Post: 11th Mar 2011, 09:26 PM
  4. Changing A Word in More Than 10 Txt Files at Same Time
    By astalavistia in forum Web Development Area
    Replies: 10
    Last Post: 7th Mar 2011, 04:50 PM
  5. Renaming Multiple Files in SSH
    By Crucify in forum Technical Help Desk Support
    Replies: 6
    Last Post: 29th Jun 2009, 04:37 PM

Tags for this Thread

BE SOCIAL