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
Crannavvo Badge Shop Error HELP
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="chrispro" data-source="post: 81081" data-attributes="member: 14142"><p><?PHP</p><p>include("assets/config.php");</p><p>?></p><p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"></p><p><html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"></p><p><head></p><p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p><p><title>[v0.3] Cranavvo's Badgeshop</title></p><p><link href="css/default.css" rel="stylesheet" type="text/css" /></p><p><link href="css/tiptip.css" rel="stylesheet" type="text/css" /></p><p><script type="text/javascript" src="<a href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js" target="_blank">https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js</a>"></script></p><p><script type="text/javascript" src="assets/tipTip.js"></script></p><p><script type="text/javascript" src="assets/site.js"></script></p><p><script></p><p>$(function(){</p><p>$(".hover").tipTip();</p><p>});</p><p></script></p><p></head></p><p> </p><p><body></p><p><div id="tiptip_holder"></p><p><div id="tiptip_content"></p><p><div id="tiptip_arrow"></p><p><div id="tiptip_arrow_inner"></div></p><p></div></p><p></div></p><p></div></p><p><div id="topbar" class="black"></p><p><div class="left"><?PHP if($rank>5) { echo '<img src="'.$badgealbum.'/ADM.gif" id="admin" class="hover" title="Badgeshop Tools" style="float:left; margin-right: 20px;"/>'; } ?><img src="images/hand.gif" title="My Badges" class="hover" id="hand" style="float:left; margin-top:5px;" /><?PHP echo'<img src="images/coins.png" class="hover "title="You have <b>'.$credits.'</b> credits!" style="margin-top:-11px; float:left;" /> '; ?></div></p><p><div class="right"><a href="<?PHP echo $siteurl ?>"><img src="images/leave.png" class="hover" title="Leave Badgeshop" style=" margin-top:-5px; margin-left:25px; float:right;" /></a></div></p><p></div></p><p><div id="mybadges"></p><p><h3>My Badges</h3></p><p>This is a list of <b>ALL</b> your badges!<br /><br /></p><p><?PHP include("assets/mybadges.php"); ?></p><p></div></p><p><div id="c-wrapper"></p><p><?PHP include("assets/errors.php"); ?></p><p><?PHP include("assets/tools.php"); ?></p><p><div class="shop"></p><p><img src="images/logo.png" /></p><p><hr /></p><p><div class="left"></p><p><?PHP</p><p> </p><p>include("assets/badgeshop.php");</p><p> </p><p> ?></p><p></div></p><p><div class="right"></p><p><div class="badgecontainer"><h3>Welcome to Cranavvo's Badgeshop</h3><p>Welcome to Cranavvo's Badgeshop v0.3! A new hand-coded from scratch system by <a href="<a href="http://cranavvo.co.cc" target="_blank">http://cranavvo.co.cc</a>">Cranavvo</a> for nearly all Phoenix(Including Uber) compatible databases!</p></div></p><p><div class="badgecontainer"><h3>Request a badge</h3><p>Is the badgeshop missing your favourite badge? Well this tool can send a message to the staff to ask them "Can you please add it". Just enter your badgecode below, and we'll price and add it for you!</p><p><br /><br /></p><p><center></p><p><form method='POST' action='assets/request.php'></p><p><input type="text" maxchars="10" name="req_badgecode" /><br /></p><p><input type="submit" name="req_submit" value="Send Request" /></p><p></form></center></p><p></p></div></div></p><p></div></p><p><div class="diclaimer">Badge System made by <a href="<a href="http://cranavvo.co.cc" target="_blank">http://cranavvo.co.cc</a>">Cranavvo</a> @ Otaku-Studios.com</div></p><p></div></p><p></body></p><p></html></p><p><?PHP</p><p> </p><p>mysql_close($server); //Now why would someone want to have sql server still going after things have loaded?</p><p> </p><p>?></p></blockquote><p></p>
[QUOTE="chrispro, post: 81081, member: 14142"] <?PHP include("assets/config.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]"> <html xmlns="[url]http://www.w3.org/1999/xhtml[/url]"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>[v0.3] Cranavvo's Badgeshop</title> <link href="css/default.css" rel="stylesheet" type="text/css" /> <link href="css/tiptip.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="[url]https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js[/url]"></script> <script type="text/javascript" src="assets/tipTip.js"></script> <script type="text/javascript" src="assets/site.js"></script> <script> $(function(){ $(".hover").tipTip(); }); </script> </head> <body> <div id="tiptip_holder"> <div id="tiptip_content"> <div id="tiptip_arrow"> <div id="tiptip_arrow_inner"></div> </div> </div> </div> <div id="topbar" class="black"> <div class="left"><?PHP if($rank>5) { echo '<img src="'.$badgealbum.'/ADM.gif" id="admin" class="hover" title="Badgeshop Tools" style="float:left; margin-right: 20px;"/>'; } ?><img src="images/hand.gif" title="My Badges" class="hover" id="hand" style="float:left; margin-top:5px;" /><?PHP echo'<img src="images/coins.png" class="hover "title="You have <b>'.$credits.'</b> credits!" style="margin-top:-11px; float:left;" /> '; ?></div> <div class="right"><a href="<?PHP echo $siteurl ?>"><img src="images/leave.png" class="hover" title="Leave Badgeshop" style=" margin-top:-5px; margin-left:25px; float:right;" /></a></div> </div> <div id="mybadges"> <h3>My Badges</h3> This is a list of <b>ALL</b> your badges!<br /><br /> <?PHP include("assets/mybadges.php"); ?> </div> <div id="c-wrapper"> <?PHP include("assets/errors.php"); ?> <?PHP include("assets/tools.php"); ?> <div class="shop"> <img src="images/logo.png" /> <hr /> <div class="left"> <?PHP include("assets/badgeshop.php"); ?> </div> <div class="right"> <div class="badgecontainer"><h3>Welcome to Cranavvo's Badgeshop</h3><p>Welcome to Cranavvo's Badgeshop v0.3! A new hand-coded from scratch system by <a href="[url]http://cranavvo.co.cc[/url]">Cranavvo</a> for nearly all Phoenix(Including Uber) compatible databases!</p></div> <div class="badgecontainer"><h3>Request a badge</h3><p>Is the badgeshop missing your favourite badge? Well this tool can send a message to the staff to ask them "Can you please add it". Just enter your badgecode below, and we'll price and add it for you! <br /><br /> <center> <form method='POST' action='assets/request.php'> <input type="text" maxchars="10" name="req_badgecode" /><br /> <input type="submit" name="req_submit" value="Send Request" /> </form></center> </p></div></div> </div> <div class="diclaimer">Badge System made by <a href="[url]http://cranavvo.co.cc[/url]">Cranavvo</a> @ Otaku-Studios.com</div> </div> </body> </html> <?PHP mysql_close($server); //Now why would someone want to have sql server still going after things have loaded? ?> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Crannavvo Badge Shop Error HELP
Top