Results 1 to 3 of 3
-
2nd Nov 2009, 02:20 AM #1OPMemberWebsite's:
RapidRisers.orgChange 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.
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
-
2nd Nov 2009, 02:32 AM #2Banned
Make sure your files are properly chmodded.
-
2nd Nov 2009, 04:38 AM #3OPMemberWebsite's:
RapidRisers.org
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Change MD5 hash without Rapidleech
By Griz in forum Technical Help Desk SupportReplies: 5Last Post: 24th Apr 2012, 11:55 AM -
[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
themaCreator - create posts from...
Version 3.45 released. Open older version (or...