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

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    RapidRisers.org

    Thumbs up Change MD5 hash in Rapidleech

    Found this php script to change MD5 hash on RL.


    Code: 
    <title>Change md5 Hash</title>
    <link href="templates/plugmod/styles/rl_style_pm.css" rel="stylesheet" type="text/css" />
    <?
    $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 "<center><a href='index.php'>Back to Rapidleech</a><br><br><b>Click to change the md5 Hash</b> (In Folder: $path)<br><br><br></center> ";
    $handle = opendir ($path);
    while (false !== ($file = readdir ($handle))){
        if ($file != "."){
            if ($file != ".."){
                if ($file != "index.html") {          
                    $byte = filesize($path."/".$file);
                    $byte = md5($byte);
                    if (! is_dir($path."/".$file)) {
                        echo "<center><b><a href='md5.php?file=$file'>Change md5</a></B> of $file md5 Hash [ <b>$byte</b> ]<br/></center>";
                    }
                }
            }
        }
    }
    closedir($handle);
    ?>

    But it doesn't seem to work for me. Getting this error..

    Code: 
    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, webmaster@*****.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Please someone help.
    RippeR Reviewed by RippeR on . Change MD5 hash in Rapidleech Found this php script to change MD5 hash on RL. But it doesn't seem to work for me. Getting this error.. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Make sure your files are properly chmodded.

  4.     
    #3
    Member
    Website's:
    RapidRisers.org
    I've chmodded the whole files directory 777. So I don't think that would be an issue.

Thread Information

Users Browsing this Thread

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

Similar Threads

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

Tags for this Thread

BE SOCIAL