Meap
Don't need glasses if you C#
I am trying to use a custom avatarimage script that I used on r63 for habworld but trying to run it on my localhost give me this error
Warning: str_repeat(): Second argument has to be greater than or equal to 0 in C:\inetpub\wwwroot\resource_update.php on line 121- This is the line of code its referring to
PHP:
$str = sprintf("\r[%-100s] %3d%% (%2d/%2d%s)", str_repeat("=", $length).($length==100?"":">"), $length, ($current/($unit=="kb"?1024:1)), $size/($unit=="kb"?1024:1), " ".$unit);
- can anyone help?