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

Results 1 to 6 of 6
  1.     
    #1
    Member

    Default 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
    Griz 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

  2.   Sponsored Links

  3.     
    #2
    Banned
    rar and add a text file?

  4.     
    #3
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com
    I think RUM can do that.

    Not sure if it can do this only while uploading to RS or can do it separately too.

  5.     
    #4
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    As 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.

  6.     
    #5
    Member
    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 !

  7.     
    #6
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    i 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);
            
    }


    ?>
    You can try it.. can't say if it will work

    P.S: had tried the code when i was uploading stuffs
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Other] MD5 Hash-MD5 Change
    By zoug100 in forum Archive
    Replies: 3
    Last Post: 5th Nov 2011, 02:05 AM
  2. What is MD5 HASH/MD5 CHANGE.......?
    By myvissa in forum Hosting Discussion
    Replies: 5
    Last Post: 22nd Dec 2010, 06:44 AM
  3. What is MD5 hash or MD5 change?
    By ArthonaD87 in forum General Discussion
    Replies: 3
    Last Post: 6th Nov 2010, 06:44 AM
  4. Change RapidLeech Legend for link saving format
    By Juo in forum Server Management
    Replies: 0
    Last Post: 28th Oct 2010, 02:38 PM
  5. Change MD5 hash in Rapidleech
    By RippeR in forum Technical Help Desk Support
    Replies: 2
    Last Post: 2nd Nov 2009, 04:38 AM

Tags for this Thread

BE SOCIAL