Results 1 to 6 of 6
-
24th Apr 2012, 10:44 AM #1OPMember
Change MD5 hash without Rapidleech
Hi everyone,
I'm using a RDP,
I'm wondering if it's possible to change the MD5 hash of some files without using the MD5 script of rapidleech.
Is there a software or a script that allow me to do that ?
ThanksGriz Reviewed by Griz on . Change MD5 hash without Rapidleech Hi everyone, I'm using a RDP, I'm wondering if it's possible to change the MD5 hash of some files without using the MD5 script of rapidleech. Is there a software or a script that allow me to do that ? Thanks :) Rating: 5
-
24th Apr 2012, 10:55 AM #2Banned
rar and add a text file?
-
24th Apr 2012, 10:56 AM #3MemberWebsite's:
Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.comI think RUM can do that.
Not sure if it can do this only while uploading to RS or can do it separately too.
-
24th Apr 2012, 11:05 AM #4ლ(ಠ益ಠლ)Website's:
extremecoderz.comAs sceneguy mentioned, just add a text file or something to the file and the MD5 will be unique. However, I'm pretty sure that filehosts have adopted a more in-depth verification system now, other than hash blacklist comparison.
-
24th Apr 2012, 11:31 AM #5Member
just add or delete a simple file from the Rar file and the hash will also change ! i put 3 credit files in the rar and in case file get deleted i just delete one of them and the hash changes and reupload with no issue ! doing this with DF, UL, Rapidgator and bitshare !
-
24th Apr 2012, 11:55 AM #6MemberWebsite's:
LulzCovers.com LulzTroll.comi once added this code to phpUploader. modified it a little now..
PHP Code:<?php
echo "Your current Path: " . getcwd() . "\n";
$filespath = getcwd();
$filelist = array();
$handle = opendir($filespath);
while (false !== ($files = readdir($handle)))
{
if ($files !== '.' && $files !== '..')
{
array_push($filelist, $files);
}
}
closedir($handle);
echo "Changing MD5... <br />";
flush();
sort($filelist);
foreach ($filelist as $file)
{
$handle = fopen($filespath . $file, 'a+');
if ($handle)
{
fwrite($handle, '0');
echo "<br />MD5 Changed :)";
}
else
{
echo "<br />Error Changing MD5<br />";
}
fclose($handle);
}
?>
P.S: had tried the code when i was uploading stuffsContact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
Template Designing, PSD to HTML, Wordpress
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Other] MD5 Hash-MD5 Change
By zoug100 in forum ArchiveReplies: 3Last Post: 5th Nov 2011, 02:05 AM -
What is MD5 HASH/MD5 CHANGE.......?
By myvissa in forum Hosting DiscussionReplies: 5Last Post: 22nd Dec 2010, 06:44 AM -
What is MD5 hash or MD5 change?
By ArthonaD87 in forum General DiscussionReplies: 3Last Post: 6th Nov 2010, 06:44 AM -
Change RapidLeech Legend for link saving format
By Juo in forum Server ManagementReplies: 0Last Post: 28th Oct 2010, 02:38 PM -
Change MD5 hash in Rapidleech
By RippeR in forum Technical Help Desk SupportReplies: 2Last Post: 2nd Nov 2009, 04:38 AM
themaCreator - create posts from...
Version 3.51 released. Open older version (or...