? Sparks ? Posted May 31, 2009 Posted May 31, 2009 Ok so everything I add to my site messes up, It works and everything but it is always in the top right hand corner. What code would I use to fix that? Quote
Boyak Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap what type of stuff are you adding, u say everything, like what? Quote
? Sparks ? Posted May 31, 2009 Author Posted May 31, 2009 Re: I need help Please read asap Just basic stuff like forums, Blackjack, stuff like that It all ends up in the left hand corner lol, I could use some help Quote
Assault Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap Game Url and or images could help. Quote
? Sparks ? Posted May 31, 2009 Author Posted May 31, 2009 Re: I need help Please read asap www.hell-on-earth.tyreus.com Quote
Assault Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap Only thing that i saw that was messed up was your announcements.php and forum.php pages try uploading the originals. Quote
? Sparks ? Posted May 31, 2009 Author Posted May 31, 2009 Re: I need help Please read asap Those are Quote
? Sparks ? Posted May 31, 2009 Author Posted May 31, 2009 Re: I need help Please read asap <?php require_once (DIRNAME(__FILE__) . '/globals.php'); $AnnouceCount = $ir['new_announcements']; $Order = sprintf( "SELECT * FROM " . "`mod_announcements` " . "ORDER BY `annouce_ID` DESC" ); $Selected = $db->query ($Order); ?> <h3>Annoucements</h3> <table width='75%' cellspacing='0' border='1' class='table'> <tr> <th width='30%'> Staff Posted/Topic/Urgency </th> <th width='70%'> Announcement </th> </tr> <?php while($Info = $db->fetch_row($Selected)) { if($AnnouceCount > 0) { $AnnouceCount--; $NewInfo="?-?<font color='#FF000'>[b]New![/b]</font>"; } else { $NewInfo=""; } echo " <tr> <th colspan='2'> {$Info['annouce_NAME']}?-?".date('F j Y, g:i:s a', $Info['annouce_TIME']).$NewInfo." </th> </tr> <td> Topic: {$Info['annouce_TOPIC']} Urgency: {$Info['annouce_URGENCY']} Posted By: {$Info['annouce_POSTED']} </td> <td valign=top> ".nl2br($Info['annouce_TEXT'])." </td> </tr>"; } ?> </table> <?php if($ir['new_announcements']) { $NoAnnoucements = sprintf( "UPDATE `users` SET `new_announcements` = '0' WHERE (`userid` = %u) " , $userid); $db->query($NoAnnoucements); } $h->endpage(); ?> Quote
Strats Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap www.hell-on-earth.tyreus.com :| I gave you that game to mess about with. You wont get more help from me now you took me of the game. Quote
Paddy Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap go into your css file find the table class and change it to this table.table { font-family: verdana, helvetica, arial, geneva, sans-serif; margin-top: 10%; margin-left: 20%; font-size: 14px; then edit the necessary PS That is the edit for announcements, ill try find more for ya Quote
Karlos Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap <?php require_once (DIRNAME(__FILE__) . '/globals.php'); $AnnouceCount = $ir['new_announcements']; $Order = sprintf( "SELECT * FROM " . "`mod_announcements` " . "ORDER BY `annouce_ID` DESC" ); $Selected = $db->query ($Order); ?> <h3>Annoucements</h3> <table width='75%' cellspacing='0' border='1' class='table'> <tr> <th width='30%'> Staff Posted/Topic/Urgency </th> <th width='70%'> Announcement </th> </tr> <?php while($Info = $db->fetch_row($Selected)) { if($AnnouceCount > 0) { $AnnouceCount--; $NewInfo="?-?<font color='#FF000'>[b]New![/b]</font>"; } else { $NewInfo=""; } echo " <tr> <th colspan='2'> {$Info['annouce_NAME']}?-?".date('F j Y, g:i:s a', $Info['annouce_TIME']).$NewInfo." </th> </tr> <td> Topic: {$Info['annouce_TOPIC']} Urgency: {$Info['annouce_URGENCY']} Posted By: {$Info['annouce_POSTED']} </td> <td valign=top> ".nl2br($Info['annouce_TEXT'])." </td> </tr>"; } ?> </table> <?php if($ir['new_announcements']) { $NoAnnoucements = sprintf( "UPDATE `users` SET `new_announcements` = '0' WHERE (`userid` = %u) " , $userid); $db->query($NoAnnoucements); } $h->endpage(); ?> Are you f**king obsessed with posting my codes today? -.- Quote
CrazyT Posted May 31, 2009 Posted May 31, 2009 Re: I need help Please read asap <?php require_once (DIRNAME(__FILE__) . '/globals.php'); $AnnouceCount = $ir['new_announcements']; $Order = sprintf( "SELECT * FROM " . "`mod_announcements` " . "ORDER BY `annouce_ID` DESC" ); $Selected = $db->query ($Order); ?> <h3>Annoucements</h3> <table width='75%' cellspacing='0' border='1' class='table'> <tr> <th width='30%'> Staff Posted/Topic/Urgency </th> <th width='70%'> Announcement </th> </tr> <?php while($Info = $db->fetch_row($Selected)) { if($AnnouceCount > 0) { $AnnouceCount--; $NewInfo="?-?<font color='#FF000'>[b]New![/b]</font>"; } else { $NewInfo=""; } echo " <tr> <th colspan='2'> {$Info['annouce_NAME']}?-?".date('F j Y, g:i:s a', $Info['annouce_TIME']).$NewInfo." </th> </tr> <td> Topic: {$Info['annouce_TOPIC']} Urgency: {$Info['annouce_URGENCY']} Posted By: {$Info['annouce_POSTED']} </td> <td valign=top> ".nl2br($Info['annouce_TEXT'])." </td> </tr>"; } ?> </table> <?php if($ir['new_announcements']) { $NoAnnoucements = sprintf( "UPDATE `users` SET `new_announcements` = '0' WHERE (`userid` = %u) " , $userid); $db->query($NoAnnoucements); } $h->endpage(); ?> Are you f**king obsessed with posting my codes today? -.- ROFL!!!!!!! Quote
? Sparks ? Posted June 18, 2009 Author Posted June 18, 2009 Re: I need help Please read asap Dude Wth It was in game modifications, Which means It was free so I posted It Get over It champ Quote
Nickson Posted June 18, 2009 Posted June 18, 2009 Re: I need help Please read asap Dude Wth It was in game modifications, Which means It was free so I posted It Get over It champ Might be true, that doesn't mean you should post his code everywhere you feel like. We would prefer that you link to his code/post, maybe a more general way of help can be provided by more people and the original author. So please respect the owner a bit, it doesn't hurt ... it makes life easier as well. Quote
? Sparks ? Posted June 18, 2009 Author Posted June 18, 2009 Re: I need help Please read asap Well I wanted to show what page had the damn error Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.