Jump to content

uploaded.to

Rl Freeze After Waiting Timelock *fix


2 replies to this topic

#1 butilities

    Advanced Member

  • Members
  • PipPipPip
  • 97 posts
  • Gender:Male

Posted 27 September 2009 - 04:56 AM

When downloading as free user, RL freeze or display error "<-" and does not display captcha, this is the fix:

1. open http.php in classses
2. find on line 31(or 35)
<!-- <?php
	flush();
	for ($nnn=0; $nnn<$countd; $nnn++) {
		sleep(1);
	}
?>
-->


change to
<!-- <?php
flush();
for ($nnn=0; $nnn<$countd; $nnn++)
{
	echo "$nnn ";
	flush();
	sleep(1);
}?>
-->

Edited by butilities, 27 September 2009 - 04:57 AM.


#2 rapidleech

    Co. Admin

  • Admin
  • PipPipPipPip
  • 1,565 posts
  • Gender:Not Telling

Posted 27 September 2009 - 01:01 PM

great find! hope this solves the problem for everyone having the problem! :rolleyes:

Quote bugmenot: Allergic to the search button?


Posted Image


#3 mek_control

    Newbie

  • Members
  • Pip
  • 8 posts

Posted 14 November 2009 - 12:02 PM

after i change this script as u say

it still hang up


what to do ?