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
Regarding News?
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="GalaxyRetro" data-source="post: 355359" data-attributes="member: 11828"><p>News.php[CODE]<!DOCTYPE html></p><p><?php include('includes/checktheban.php'); ?></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} - News Articles</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css"></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script></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/libs.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script></p><p></p><p> <style type="text/css">input[type="text"],input[type="password"]{background-color:#F1F1F1;border:1px solid #999999;width:175px;padding:5px;font-family:verdana;font-size:10px;color:#666666;}input[type="submit"]{background-color:#F1F1F1;border:1px solid #999999;padding:5px;font-family:verdana;font-size:10px;color:#666666;}textarea{background-color:#F1F1F1;border:1px solid #999999;padding:5px;width:517px;height:70px;font-family:verdana;font-size:10px;color:#666666;}select{background-color:#F1F1F1;border:1px solid #999999;padding:5px;font-family:verdana;font-size:10px;color:#666666;}</style></p><p> </p><p> <script type="text/javascript"></p><p> document.habboLoggedIn = true;</p><p> var habboName = "{username}";</p><p> var habboId = {userid};</p><p> var habboReqPath = "";</p><p> var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";</p><p> var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";</p><p> var habboPartner = "";</p><p> var habboDefaultClientPopupUrl = "{url}/client";</p><p> window.name = "habboMain";</p><p> if (typeof HabboClient != "undefined") {</p><p> HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";</p><p> HabboClient.maximizeWindow = true;</p><p> }</p><p> </script></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 id="news"></p><p> </p><p> <div id="overlay"></div></p><p> <?php include ("includes/header.php"); ?></p><p> <ul id="navi"></p><p> <li class="metab"><a href="{url}/me">{username}</a><span></span></li></p><p> <li class="selected"><strong>Community</strong><span></span></li></p><p> <li><a href="{url}/shop">Shop</a><span></span></li></p><p> </p><p> </ul></p><p> <div id="habbos-online"></p><p> <div id="content"></p><p> <div class="cbb "><span>{online} Members Online!</span></div></div></p><p> </div></p><p> </div></p><p> </div></p><p> <div id="content-container"></p><p> <div id="navi2-container" class="pngbg"></p><p> <div id="navi2" class="pngbg clearfix"></p><p> <ul></p><p> <li class=""><a href="{url}/community">Community</a></li></p><p> <li class="selected">Articles</li></p><p> <li class=""><a href="{url}/staff">Dex Staff</a></li></p><p> <li class="last"><a href="topstats">Top Stats</a></li></p><p> </ul></p><p> </div></p><p> </div></p><p> <div id="container"></p><p> <div id="content" style="position: relative" class="clearfix"></p><p> <div id="column1" class="column"></p><p> <div class="habblet-container "></p><p> <div class="cbb clearfix default "></p><p> <h2 class="title">News</h2></p><p> <div id="article-archive"></p><p> <?php</p><p> for ($i = 0; $i < 7; $i++)</p><p> {</p><p> $sectionName = '';</p><p> $sectionCutoffMax = 0;</p><p> $sectionCutoffMin = 0;</p><p> </p><p> switch ($i)</p><p> {</p><p> case 0:</p><p> </p><p> $sectionName = 'Today';</p><p> $sectionCutoffMax = time();</p><p> $sectionCutoffMin = time() - 86400;</p><p> break;</p><p> </p><p> case 1:</p><p> </p><p> $sectionName = 'Yesterday';</p><p> $sectionCutoffMax = time() - 86400;</p><p> $sectionCutoffMin = time() - 172800;</p><p> break;</p><p> </p><p> case 2:</p><p> </p><p> $sectionName = 'This week';</p><p> $sectionCutoffMax = time() - 172800;</p><p> $sectionCutoffMin = time() - 604800;</p><p> break;</p><p> </p><p> case 3:</p><p> </p><p> $sectionName = 'Last week';</p><p> $sectionCutoffMax = time() - 604800;</p><p> $sectionCutoffMin = time() - 1209600;</p><p> break;</p><p> </p><p> case 4:</p><p> </p><p> $sectionName = 'This month';</p><p> $sectionCutoffMax = time() - 1209600;</p><p> $sectionCutoffMin = time() - 2592000;</p><p> break;</p><p> </p><p> case 5:</p><p> </p><p> $sectionName = 'Last month';</p><p> $sectionCutoffMax = time() - 2592000;</p><p> $sectionCutoffMin = time() - (60 * 60 * 24 * 365);</p><p> break;</p><p> }</p><p> </p><p> $q = "SELECT * FROM cms_news WHERE published >= " . $sectionCutoffMin . " AND published <= " . $sectionCutoffMax . " ORDER BY published DESC LIMIT 50";</p><p> $getArticles = mysql_query($q);</p><p></p><p> if (mysql_num_rows($getArticles) > 0)</p><p> {</p><p> echo '<h2>' . $sectionName . '</h2></p><p> <ul>';</p><p></p><p> while ($a = mysql_fetch_assoc($getArticles))</p><p> {</p><p>?></p><p> <li></p><p> <?php if($news_id !== $a['id']){ echo"<a href=\"".$path."/news/".$a['id']."\" class=\"article-".$a['id']."\">"; } ?></p><p> <?php echo $a['title']; ?>&raquo;</a></p><p> <?php if($news_id !== $a['id']){ echo"</a>"; } ?></li></p><p> <?php }</p><p>echo '</p><p></ul></p><p>';</p><p> }</p><p> }</p><p>?></p><p> </div></p><p> </div></p><p> </div></p><p> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p> </div></p><p> <div id="column2" class="column"></p><p> <div class="habblet-container "> </p><p> <div class="cbb clearfix notitle "></p><p> <div id="article-wrapper"></p><p> <h2>{newsTitle}</h2></p><p> <div class="article-meta">Posted {newsDate}</div></p><p> <p class="summary">{newsTitle}</p></p><p> <div class="article-body"></p><p> {newsContent}</p><p> <br><br></p><p> <p><font face="Verdana" size="1"><b>- {newsAuthor}</b></p></p><p> <script type="text/javascript" language="Javascript"></p><p> document.observe("dom:loaded", function() {</p><p> $$('.article-images a').each(function(a) {</p><p> Event.observe(a, 'click', function(e) {</p><p> Event.stop(e);</p><p> Overlay.lightbox(a.href, "Image is loading");</p><p> });</p><p> });</p><p> </p><p> $$('a.article-2729').each(function(a) {</p><p> a.replace(a.innerHTML);</p><p> });</p><p> });</p><p> </script></p><p> </div></p><p> </div></p><p> </div></p><p> </div></p><p> </p><p> <!--<?php</p><p> </p><p> </p><p> if(isset($_POST['post_comment']))</p><p> $posted_on = date("M j, Y g:i A");</p><p> </p><p> if (filter(! isset($_POST['comment']))) {</p><p> $_POST['comment'] = '';</p><p> }</p><p> </p><p> $comment = strip_tags (filter($_POST['comment']));</p><p> if($comment == NULL){</p><p> //define("ERROR", "You have to type in a reply!<br /><br />");</p><p> //$error_message = 'You have to type in a reply!<br /><br />';</p><p> }else{</p><p> if (isLogged)</p><p> {</p><p> mysql_query("INSERT INTO site_news_comments (article, userid, comment, posted_on, author) VALUES ('".htmlentities($_GET['id'])."', '".$_SESSION['userid']."', '".filter($comment)."', '".$posted_on."', '" . $_SESSION['user']['username']. "');");</p><p> define('SUCCESS', 'You have successfully posted a comment on this news article!');</p><p> </p><p> </p><p> define("ERROR", "<br>Thanks for your reply!<br />");</p><p> </p><p> //$error_message = 'Thanks for your reply!<br /><br />';</p><p> }</p><p> }</p><p> ?></p><p> </p><p> <div class="habblet-container "></p><p> <div class="cbb clearfix notitle "></p><p> <div id="article-wrapper"><h2>Place Comment</h2></p><p> <div class="article-meta"></div></p><p> <div class="article-body"></p><p> <?php</p><p> if($userPosts >= 1)</p><p> {</p><p> define('ERROR', 'Sorry, you are only allowed one comment per article.');</p><p> }</p><p> if(defined("SUCCESS")){</p><p> ?></p><p> <div class="rounded rounded-green" width="20%"></p><p> <?php echo SUCCESS; ?><br /></p><p> </div></p><p> <div>&nbsp;</div></p><p> <?php</p><p> }</p><p> if(defined("ERROR")) {</p><p> ?></p><p> <div class="rounded rounded-red" width="20%"></p><p> <?php echo ERROR; ?><br /></p><p> </div></p><p> <div>&nbsp;</div></p><p> <?php</p><p> }</p><p> else</p><p> {</p><p> ?></p><p> <form action="" method="post"></p><p> <textarea name="comment" maxlength="500"></textarea><br /><br /></p><p> <input type="submit" name="post_comment" value="Place Comment" /></p><p> </form></p><p> <?php</p><p> }</p><p> ?></p><p> </div></p><p> </div></p><p> </div></p><p> </div></p><p> </p><p> <style type="text/css"></p><p> input[type="text"], input[type="password"] {</p><p> background-color: #F1F1F1;</p><p> border: 1px solid #999999;</p><p> width: 175px;</p><p> padding: 5px;</p><p> font-family: verdana;</p><p> font-size: 10px;</p><p> color: #666666;</p><p> }</p><p> input[type="submit"] {</p><p> background-color: #F1F1F1;</p><p> border: 1px solid #999999;</p><p> padding: 5px;</p><p> font-family: verdana;</p><p> font-size: 10px;</p><p> color: #666666;</p><p> }</p><p> textarea {</p><p> background-color: #F1F1F1;</p><p> border: 1px solid #999999;</p><p> padding: 5px;</p><p> width: 517px;</p><p> height: 70px;</p><p> font-family: verdana;</p><p> font-size: 10px;</p><p> color: #666666;</p><p> }</p><p> select {</p><p> background-color: #F1F1F1;</p><p> border: 1px solid #999999;</p><p> padding: 5px;</p><p> font-family: verdana;</p><p> font-size: 10px;</p><p> color: #666666;</p><p> }</p><p> </style></p><p> <?php</p><p> $getComments = mysql_query("SELECT * FROM site_news_comments WHERE article = '".htmlentities($_GET['id'])."' ORDER by id DESC");</p><p> ?></p><p> <div class="habblet-container "></p><p> <div class="cbb clearfix notitle "></p><p> <div id="article-wrapper"><h2>Comments <?php echo mysql_num_rows($getComments); ?></h2></p><p> <div class="article-meta"></div></p><p> <div class="article-body"></p><p> <?php</p><p> if(mysql_num_rows($getComments) == 0) {</p><p> echo "No comments for this article!";</p><p> } else {</p><p> echo '<table width="528px">';</p><p> while($Comments = mysql_fetch_array($getComments)){</p><p> $getUserInfo = mysql_query("SELECT * FROM users WHERE username = '".$Comments['author']."'");</p><p> $userInfo = mysql_fetch_array($getUserInfo);</p><p> echo '</p><p> <tr></p><p> <td width="90px" valign="top"></div></p><p> <div style="</p><p> height: 65px;</p><p> width: 50px;</p><p> float: left;</p><p> overflow: hidden;</p><p> "></p><p> <div style="float:left"><img position:absolute; src="http://www.habbo.com/habbo-imaging/avatarimage?figure='.$userInfo['look'].'&size=b&direction=2&head_direction=3&gesture=sml&size=2"></div></p><p> ';</p><p> if($userInfo['rank'] >= 5) {</p><p> echo '<div style="position: absolute; z-index:1"><img src="http://assets.cheerhotel.com/c_images/badges/ADM.gif"></div>';</p><p> }</p><p> if($userInfo['rank'] == 2) {</p><p> echo '<div style="position: absolute; z-index:1"><img src="http://assets.cheerhotel.com/c_images/badges/VIP.gif"></div>';</p><p> }</p><p> </p><p> echo '</p><p></p><p> </td></p><p> <td width="427px" valign="top"></p><p> <i><a href="/me">'.$userInfo['username'].' </a></i></p><p> <br /><br />'.$Comments['comment'].'</p><p> </p><p></p><p> </td></p><p> </tr></p><p> <tr></p><p> <td width="80px" valign="top"></p><p> </p><p> </td></p><p> <td width="400px" align="right"></p><p></p><p> </p><p> </p><p></p><p> </p><p></p><p> </div></div></div></div></p><p> <br></p><p> <div style="width:125%; height:1px; background-color:#ccc; margin-top:-17px;"></div></p><p></p><p></p><p> </td></p><p> </tr>';</p><p> }</p><p> echo '</table>';</p><p> }</p><p> ?></div> </div> </div> </div></p><p> </div></p><p> </div></p><p> </div></p><p> </div></p><p> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p> </div></p><p> </div></p><p> </div></p><p> </div></p><p> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p> <script type="text/javascript"></p><p> HabboView.run();</p><p> </script></p><p></p><p> <!--[if lt IE 7]></p><p> <script type="text/javascript"></p><p> Pngfix.doPngImageFix();</p><p> </script></p><p> <![endif]--></p><p> </p><p> <div id="footer" ></p><p> <?php include('includes/footer.php'); ?></p><p> <?php include('includes/checktheban.php'); ?></p><p> </div></p><p> </p><p> </body></p><p></html></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="GalaxyRetro, post: 355359, member: 11828"] News.php[CODE]<!DOCTYPE html> <?php include('includes/checktheban.php'); ?> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - News Articles</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script> <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/libs.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script> <style type="text/css">input[type="text"],input[type="password"]{background-color:#F1F1F1;border:1px solid #999999;width:175px;padding:5px;font-family:verdana;font-size:10px;color:#666666;}input[type="submit"]{background-color:#F1F1F1;border:1px solid #999999;padding:5px;font-family:verdana;font-size:10px;color:#666666;}textarea{background-color:#F1F1F1;border:1px solid #999999;padding:5px;width:517px;height:70px;font-family:verdana;font-size:10px;color:#666666;}select{background-color:#F1F1F1;border:1px solid #999999;padding:5px;font-family:verdana;font-size:10px;color:#666666;}</style> <script type="text/javascript"> document.habboLoggedIn = true; var habboName = "{username}"; var habboId = {userid}; var habboReqPath = ""; var habboStaticFilePath = "{url}/app/tpl/skins/Habbo"; var habboImagerUrl = "http://www.habbo.com/habbo-imaging/"; var habboPartner = ""; var habboDefaultClientPopupUrl = "{url}/client"; window.name = "habboMain"; if (typeof HabboClient != "undefined") { HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a"; HabboClient.maximizeWindow = true; } </script> <!--[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 id="news"> <div id="overlay"></div> <?php include ("includes/header.php"); ?> <ul id="navi"> <li class="metab"><a href="{url}/me">{username}</a><span></span></li> <li class="selected"><strong>Community</strong><span></span></li> <li><a href="{url}/shop">Shop</a><span></span></li> </ul> <div id="habbos-online"> <div id="content"> <div class="cbb "><span>{online} Members Online!</span></div></div> </div> </div> </div> <div id="content-container"> <div id="navi2-container" class="pngbg"> <div id="navi2" class="pngbg clearfix"> <ul> <li class=""><a href="{url}/community">Community</a></li> <li class="selected">Articles</li> <li class=""><a href="{url}/staff">Dex Staff</a></li> <li class="last"><a href="topstats">Top Stats</a></li> </ul> </div> </div> <div id="container"> <div id="content" style="position: relative" class="clearfix"> <div id="column1" class="column"> <div class="habblet-container "> <div class="cbb clearfix default "> <h2 class="title">News</h2> <div id="article-archive"> <?php for ($i = 0; $i < 7; $i++) { $sectionName = ''; $sectionCutoffMax = 0; $sectionCutoffMin = 0; switch ($i) { case 0: $sectionName = 'Today'; $sectionCutoffMax = time(); $sectionCutoffMin = time() - 86400; break; case 1: $sectionName = 'Yesterday'; $sectionCutoffMax = time() - 86400; $sectionCutoffMin = time() - 172800; break; case 2: $sectionName = 'This week'; $sectionCutoffMax = time() - 172800; $sectionCutoffMin = time() - 604800; break; case 3: $sectionName = 'Last week'; $sectionCutoffMax = time() - 604800; $sectionCutoffMin = time() - 1209600; break; case 4: $sectionName = 'This month'; $sectionCutoffMax = time() - 1209600; $sectionCutoffMin = time() - 2592000; break; case 5: $sectionName = 'Last month'; $sectionCutoffMax = time() - 2592000; $sectionCutoffMin = time() - (60 * 60 * 24 * 365); break; } $q = "SELECT * FROM cms_news WHERE published >= " . $sectionCutoffMin . " AND published <= " . $sectionCutoffMax . " ORDER BY published DESC LIMIT 50"; $getArticles = mysql_query($q); if (mysql_num_rows($getArticles) > 0) { echo '<h2>' . $sectionName . '</h2> <ul>'; while ($a = mysql_fetch_assoc($getArticles)) { ?> <li> <?php if($news_id !== $a['id']){ echo"<a href=\"".$path."/news/".$a['id']."\" class=\"article-".$a['id']."\">"; } ?> <?php echo $a['title']; ?>»</a> <?php if($news_id !== $a['id']){ echo"</a>"; } ?></li> <?php } echo ' </ul> '; } } ?> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> <div id="column2" class="column"> <div class="habblet-container "> <div class="cbb clearfix notitle "> <div id="article-wrapper"> <h2>{newsTitle}</h2> <div class="article-meta">Posted {newsDate}</div> <p class="summary">{newsTitle}</p> <div class="article-body"> {newsContent} <br><br> <p><font face="Verdana" size="1"><b>- {newsAuthor}</b></p> <script type="text/javascript" language="Javascript"> document.observe("dom:loaded", function() { $$('.article-images a').each(function(a) { Event.observe(a, 'click', function(e) { Event.stop(e); Overlay.lightbox(a.href, "Image is loading"); }); }); $$('a.article-2729').each(function(a) { a.replace(a.innerHTML); }); }); </script> </div> </div> </div> </div> <!--<?php if(isset($_POST['post_comment'])) $posted_on = date("M j, Y g:i A"); if (filter(! isset($_POST['comment']))) { $_POST['comment'] = ''; } $comment = strip_tags (filter($_POST['comment'])); if($comment == NULL){ //define("ERROR", "You have to type in a reply!<br /><br />"); //$error_message = 'You have to type in a reply!<br /><br />'; }else{ if (isLogged) { mysql_query("INSERT INTO site_news_comments (article, userid, comment, posted_on, author) VALUES ('".htmlentities($_GET['id'])."', '".$_SESSION['userid']."', '".filter($comment)."', '".$posted_on."', '" . $_SESSION['user']['username']. "');"); define('SUCCESS', 'You have successfully posted a comment on this news article!'); define("ERROR", "<br>Thanks for your reply!<br />"); //$error_message = 'Thanks for your reply!<br /><br />'; } } ?> <div class="habblet-container "> <div class="cbb clearfix notitle "> <div id="article-wrapper"><h2>Place Comment</h2> <div class="article-meta"></div> <div class="article-body"> <?php if($userPosts >= 1) { define('ERROR', 'Sorry, you are only allowed one comment per article.'); } if(defined("SUCCESS")){ ?> <div class="rounded rounded-green" width="20%"> <?php echo SUCCESS; ?><br /> </div> <div> </div> <?php } if(defined("ERROR")) { ?> <div class="rounded rounded-red" width="20%"> <?php echo ERROR; ?><br /> </div> <div> </div> <?php } else { ?> <form action="" method="post"> <textarea name="comment" maxlength="500"></textarea><br /><br /> <input type="submit" name="post_comment" value="Place Comment" /> </form> <?php } ?> </div> </div> </div> </div> <style type="text/css"> input[type="text"], input[type="password"] { background-color: #F1F1F1; border: 1px solid #999999; width: 175px; padding: 5px; font-family: verdana; font-size: 10px; color: #666666; } input[type="submit"] { background-color: #F1F1F1; border: 1px solid #999999; padding: 5px; font-family: verdana; font-size: 10px; color: #666666; } textarea { background-color: #F1F1F1; border: 1px solid #999999; padding: 5px; width: 517px; height: 70px; font-family: verdana; font-size: 10px; color: #666666; } select { background-color: #F1F1F1; border: 1px solid #999999; padding: 5px; font-family: verdana; font-size: 10px; color: #666666; } </style> <?php $getComments = mysql_query("SELECT * FROM site_news_comments WHERE article = '".htmlentities($_GET['id'])."' ORDER by id DESC"); ?> <div class="habblet-container "> <div class="cbb clearfix notitle "> <div id="article-wrapper"><h2>Comments <?php echo mysql_num_rows($getComments); ?></h2> <div class="article-meta"></div> <div class="article-body"> <?php if(mysql_num_rows($getComments) == 0) { echo "No comments for this article!"; } else { echo '<table width="528px">'; while($Comments = mysql_fetch_array($getComments)){ $getUserInfo = mysql_query("SELECT * FROM users WHERE username = '".$Comments['author']."'"); $userInfo = mysql_fetch_array($getUserInfo); echo ' <tr> <td width="90px" valign="top"></div> <div style=" height: 65px; width: 50px; float: left; overflow: hidden; "> <div style="float:left"><img position:absolute; src="http://www.habbo.com/habbo-imaging/avatarimage?figure='.$userInfo['look'].'&size=b&direction=2&head_direction=3&gesture=sml&size=2"></div> '; if($userInfo['rank'] >= 5) { echo '<div style="position: absolute; z-index:1"><img src="http://assets.cheerhotel.com/c_images/badges/ADM.gif"></div>'; } if($userInfo['rank'] == 2) { echo '<div style="position: absolute; z-index:1"><img src="http://assets.cheerhotel.com/c_images/badges/VIP.gif"></div>'; } echo ' </td> <td width="427px" valign="top"> <i><a href="/me">'.$userInfo['username'].' </a></i> <br /><br />'.$Comments['comment'].' </td> </tr> <tr> <td width="80px" valign="top"> </td> <td width="400px" align="right"> </div></div></div></div> <br> <div style="width:125%; height:1px; background-color:#ccc; margin-top:-17px;"></div> </td> </tr>'; } echo '</table>'; } ?></div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> <script type="text/javascript"> HabboView.run(); </script> <!--[if lt IE 7]> <script type="text/javascript"> Pngfix.doPngImageFix(); </script> <![endif]--> <div id="footer" > <?php include('includes/footer.php'); ?> <?php include('includes/checktheban.php'); ?> </div> </body> </html> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Regarding News?
Top