Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Meap" data-source="post: 372752" data-attributes="member: 1553"><p>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</p><p></p><ul> <li data-xf-list-type="ul"><br /> <strong>Warning</strong>: str_repeat(): Second argument has to be greater than or equal to 0 in <strong>C:\inetpub\wwwroot\resource_update.php</strong> on line <strong>121</strong> </li> <li data-xf-list-type="ul"> 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);[/PHP]</li> <li data-xf-list-type="ul">can anyone help?</li> </ul></blockquote><p></p>
[QUOTE="Meap, post: 372752, member: 1553"] 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 [LIST] [B]Warning[/B]: str_repeat(): Second argument has to be greater than or equal to 0 in [B]C:\inetpub\wwwroot\resource_update.php[/B] on line [B]121[/B] [*] 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);[/PHP] [*]can anyone help? [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Error
Top