Results 1 to 2 of 2
-
29th Nov 2010, 06:01 PM #1OPMember
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
-
1st Dec 2010, 09:27 PM #2Member
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); ?>
M. Indonesia
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Changing MD5 on video files
By Ruriko in forum Technical Help Desk SupportReplies: 2Last Post: 6th Dec 2011, 11:55 PM -
Rar Multiple Avi Files At Once, How To?
By TexWilliams in forum Webmaster DiscussionReplies: 4Last Post: 4th Jul 2011, 11:09 AM -
Multiple Files Search & Replace
By soft2050 in forum Webmaster ResourcesReplies: 14Last Post: 11th Mar 2011, 09:26 PM -
Changing A Word in More Than 10 Txt Files at Same Time
By astalavistia in forum Web Development AreaReplies: 10Last Post: 7th Mar 2011, 04:50 PM -
Renaming Multiple Files in SSH
By Crucify in forum Technical Help Desk SupportReplies: 6Last Post: 29th Jun 2009, 04:37 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...