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
[Help] Default Value - Name
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="Central" data-source="post: 367592" data-attributes="member: 57042"><p>Error: <strong>field 'name' doesn't have a default value</strong></p><p><strong></strong></p><p>I've found it in RANKS database, but i dont know what to set it to, can you guys help me please?</p><p></p><p>Register Code:</p><p>[CODE]<!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} - Register</title></p><p> <link rel="shortcut icon" href="{url}/favicon.ico?<?php echo time() ?>" type="image/x-icon"/></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css"></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/embedregistration.css" type="text/css"></p><p> </p><p> </p><p> <style type="text/css"></p><p> input[type="submit"], input[type="button"] {</p><p> background: url('{url}/app/tpl/skins/Habbo/images/reg.png?1') top;</p><p> font: bold 11px verdana;</p><p> line-height: 24px;</p><p> color: white;</p><p> height: 25px;</p><p> width: 139px;</p><p> border: 0;</p><p> }</p><p> input[type="submit"]:hover, input[type="button"]:hover {</p><p> background-position: bottom;</p><p> cursor: pointer;</p><p> }</p><p> </style></p><p> </p><p> <!--[if IE 8]></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css"></p><p> <![endif]--></p><p> <!--[if lt IE 8]></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" /></p><p> <![endif]--></p><p> <!--[if lt IE 7]></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" /></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script></p><p> <script type="text/javascript"></p><p> try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}</p><p> </script></p><p> <style type="text/css"></p><p> body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }</p><p> </style></p><p> <![endif]--></p><p> </head></p><p> </p><p> <body></p><p> <div id="overlay"></div></p><p><div id="container" class="phase-0" style="margin-top: 10px;"></p><p> <p class="phishing-warning">If it says the following: <b>Field 'name' doesn't have a default value</b>don't worry, you just need to login once your registered.</p> </p><p> <div id="container" class="phase-0" style="margin-top: 10px;"></p><p> <div class="register-container clearfix"></p><p> <div class="register-header">Register at {hotelName}</div></p><p> <div id="register-content"></p><p> <div id="subheader">Fill in the form below to register your account.</div></p><p> <div class="register-container-bottom-end register-content clearfix"></p><p> <div id="auth-providers" class="auth-providers"></p><p> <ul></p><p> <li class="facebook"><a href="http://facebook.com/OfficialBabbo" class="provider"></a></li></p><p> <li class="twitter"><a href="#" class="provider"></a></li></p><p> </ul></p><p> </div></p><p> <div id="register-page" style="clear: left" class="phase-0 clearfix"></p><p> <div class="phase-0"></p><p> <form method="post" id="phase-0-form"></p><p> <div id="error-messages-container"><?php if(isset($template->form->error)) { echo '<div class="error-messages-holder"><ul><li><p class="error-message">'.$template->form->error.'</p></li></ul></div>'; } ?></div></p><p> <div id="name-field-container"></p><p> <div class="field field-habbo-name"></p><p> <label for="habbo-name"><b>Username</b></label></p><p> </p><p> <input type="text" id="habbo-name" size="35" value="<?php echo $template->form->reg_username; ?>" name="reg_username" class="text-field" maxlength="32"></p><p> <div style="float:left"><p class="help">Choose an appropriate username</div></p><p> </div></p><p> </div></p><p> <div class="field field-password"></p><p> <label for="password"><b>Password</b></label></p><p> <input type="password" id="password" size="35" name="reg_password" value="" class="password-field" maxlength="32"></p><p> <div style="float:left"><p class="help">Choose a password</div></p><p> </div></p><p> <div class="field field-password2"></p><p> <label for="password2"><b>Confirm Password</b></label></p><p> <input type="password" id="password2" size="35" name="reg_rep_password" value="" class="password-field" maxlength="32"></p><p> <div style="float:left"><p class="help">Verify your password</div></p><p> </div></p><p> <div class="field field-email"></p><p> <label for="email"><b>Email Address</b></label></p><p> <input type="text" id="email" size="35" name="reg_email" value="<?php echo $template->form->reg_email; ?>" class="text-field" maxlength="48"></p><p> <div style="float:left"><p class="help">Enter an email address</div></p><p> </div></p><p> <div class="field field-referrer"></p><p> <label for="referrer"><b>Referrer</b></label></p><p> <input type="text" id="referrer" size="35" name="reg_referrer" value="<?php echo $_GET['ref']; ?>" class="text-field" maxlength="25"></p><p> <div style="float:left"><p class="help">Username of the person who invited you</div></p><p> </div></p><p> </p><p> <input type="submit" value="Create Account" name="register"></p><p> <a href="{url}/index" style="float:right;margin-right:12px;">Cancel</a></p><p> </p><p> </p><p> </p><p> </p><p></p><p> </form></p><p> </div></p><p> </div></p><p> </div></p><p> </div></p><p> <div class="register-container-bottom"></div></p><p> <!--[if lt IE 7]></p><p> <script type="text/javascript"></p><p> Pngfix.doPngImageFix();</p><p> </script></p><p> <![endif]--></p><p> </div></p><p> </div></p><p> <script type="text/javascript"></p><p> HabboView.run();</p><p> </script></p><p> </p><p> </body></p><p></html>[/CODE]</p></blockquote><p></p>
[QUOTE="Central, post: 367592, member: 57042"] Error: [B]field 'name' doesn't have a default value [/B] I've found it in RANKS database, but i dont know what to set it to, can you guys help me please? Register Code: [CODE]<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Register</title> <link rel="shortcut icon" href="{url}/favicon.ico?<?php echo time() ?>" type="image/x-icon"/> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css"> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/embedregistration.css" type="text/css"> <style type="text/css"> input[type="submit"], input[type="button"] { background: url('{url}/app/tpl/skins/Habbo/images/reg.png?1') top; font: bold 11px verdana; line-height: 24px; color: white; height: 25px; width: 139px; border: 0; } input[type="submit"]:hover, input[type="button"]:hover { background-position: bottom; cursor: pointer; } </style> <!--[if IE 8]> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css"> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" /> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" /> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script> <script type="text/javascript"> try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} </script> <style type="text/css"> body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); } </style> <![endif]--> </head> <body> <div id="overlay"></div> <div id="container" class="phase-0" style="margin-top: 10px;"> <p class="phishing-warning">If it says the following: <b>Field 'name' doesn't have a default value</b>don't worry, you just need to login once your registered.</p> <div id="container" class="phase-0" style="margin-top: 10px;"> <div class="register-container clearfix"> <div class="register-header">Register at {hotelName}</div> <div id="register-content"> <div id="subheader">Fill in the form below to register your account.</div> <div class="register-container-bottom-end register-content clearfix"> <div id="auth-providers" class="auth-providers"> <ul> <li class="facebook"><a href="http://facebook.com/OfficialBabbo" class="provider"></a></li> <li class="twitter"><a href="#" class="provider"></a></li> </ul> </div> <div id="register-page" style="clear: left" class="phase-0 clearfix"> <div class="phase-0"> <form method="post" id="phase-0-form"> <div id="error-messages-container"><?php if(isset($template->form->error)) { echo '<div class="error-messages-holder"><ul><li><p class="error-message">'.$template->form->error.'</p></li></ul></div>'; } ?></div> <div id="name-field-container"> <div class="field field-habbo-name"> <label for="habbo-name"><b>Username</b></label> <input type="text" id="habbo-name" size="35" value="<?php echo $template->form->reg_username; ?>" name="reg_username" class="text-field" maxlength="32"> <div style="float:left"><p class="help">Choose an appropriate username</div> </div> </div> <div class="field field-password"> <label for="password"><b>Password</b></label> <input type="password" id="password" size="35" name="reg_password" value="" class="password-field" maxlength="32"> <div style="float:left"><p class="help">Choose a password</div> </div> <div class="field field-password2"> <label for="password2"><b>Confirm Password</b></label> <input type="password" id="password2" size="35" name="reg_rep_password" value="" class="password-field" maxlength="32"> <div style="float:left"><p class="help">Verify your password</div> </div> <div class="field field-email"> <label for="email"><b>Email Address</b></label> <input type="text" id="email" size="35" name="reg_email" value="<?php echo $template->form->reg_email; ?>" class="text-field" maxlength="48"> <div style="float:left"><p class="help">Enter an email address</div> </div> <div class="field field-referrer"> <label for="referrer"><b>Referrer</b></label> <input type="text" id="referrer" size="35" name="reg_referrer" value="<?php echo $_GET['ref']; ?>" class="text-field" maxlength="25"> <div style="float:left"><p class="help">Username of the person who invited you</div> </div> <input type="submit" value="Create Account" name="register"> <a href="{url}/index" style="float:right;margin-right:12px;">Cancel</a> </form> </div> </div> </div> </div> <div class="register-container-bottom"></div> <!--[if lt IE 7]> <script type="text/javascript"> Pngfix.doPngImageFix(); </script> <![endif]--> </div> </div> <script type="text/javascript"> HabboView.run(); </script> </body> </html>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Help] Default Value - Name
Top