Jump to content
MakeWebGames

xRudeboiix

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by xRudeboiix

  1. its the wrong time mate, i think thats usa time
  2. im having problems with my time it shows it like this: The Time Is:November 28, 20136:05:14 pm. the code is print "<hr />The Time Is:";echo date ('<font color=Red>F j, Y</font>')."".date('<font color=white>g:i:s a</font>');echo'</white>';?>   thanks
  3. aha thanks :)
  4. fixed now i figured it out
  5. i just purchased a .com domain. when i login i get this message: Warning: mysql_connect(): Unknown MySQL server host 'x10hosting' (1) in /home/monocoun/public_html/mysql.php on line 2 Unknown MySQL server host 'x10hosting' (1) please help
  6. thanks a lot Jason that helped, and all the others that helped me in this topic
  7. yes! but its worked for all of em apart from the last one has messed up. the last one looked okay before but now it looks like the first one on the picture above
  8. they are all in centre. could you edit my code for me and make it right? here's the code..   <style> white { color: white; text-shadow: 0px 0px 2px maroon; } .mm-li-info { background: url("mmimg.jpg") no-repeat scroll left top transparent; color: #BBBBBB; display: block; font-family: Arial; font-size: 12px; font-weight: bolder; padding: 8px 0 4px 6px; text-align: center; text-shadow: 0 0 2px red; } .mm-li-info:hover { background: url("info.jpg") repeat scroll 0 0 transparent; opacity: 0.50; } .mm-li-infoE { background: url("mmimg.jpg") no-repeat scroll left top transparent; color: #BBBBBB; display: block; font-family: Arial; font-size: 12px; font-weight: bolder; padding: 8px 0 4px 6px; text-align: center; text-shadow: 0 0 2px red; } .mm-li-infobgred { background: red; display: block; } .mm-li-infobgblue { background: darkblue; display: block; } .mm-li-infoE:hover { background: url("info.jpg"); opacity: 0.80; } </style> <?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; echo'<center> <img src="mmtop.png"> <a href="index.php"><span class="mm-li-info">Home</span></a> <a href="inventory.php"><span class="mm-li-info">Inventory</span></a>'; if ($ec == 0) { echo'<a href="events.php"><span class="mm-li-info">Events</span></a>'; } else { echo'<span class="mm-li-infobgred"><a href="events.php"><span class="mm-li-infoE">New Events ('.$ec.')</span></span></a>'; } if ($mc == 0) { echo'<a href="mailbox.php"><span class="mm-li-info">Mailbox</span></a>'; } else { echo'<span class="mm-li-infobgred"><a href="mailbox.php"><span class="mm-li-infoE">New Mail ('.$mc.')</span></span></a>'; } echo'<a href="explore.php"><span class="mm-li-info">Explore</span></a> <img src="mmbottom.png"><hr /> <img src="mmtop.png"> <a href="gym.php"><span class="mm-li-info">Gym</span></a> <a href="crimes.php"><span class="mm-li-info">Crimes</span></a> <a href="job.php"><span class="mm-li-info">Job</span></a> <a href="education.php"><span class="mm-li-info">School</span></a>'; if ($hc == 0) { echo'<a href="hospital.php"><span class="mm-li-info">Hospital</span></a>'; } else { echo'<span class="mm-li-infobgred"><a href="hospital.php"><span class="mm-li-infoE">Hospital('.$hc.')</span></span></a>'; } echo'<img src="mmbottom.png"> <hr /><img src="mmtop.png">'; if ($jc == 0) { echo'<a href="wmanager.php"><span class="mm-li-info">Weather Manager</span></a>'; } else { echo'<span class="mm-li-infobgblue"><a href="jail.php"><span class="mm-li-infoE">Jail ('.$jc.')</span></span></a>'; } echo'<a href="new_staff.php"><span class="mm-li-info">Staff Panel</span></a> <a href="announcement.php"><span class="mm-li-info">Announcement</span></a> <a href="search.php"><span class="mm-li-info">Search</span></a> <a href="newspaper.php"><span class="mm-li-info">Newspaper</span></a>'; if ($ir['gang'] !=0) { echo'<a href="gang.php"><span class="mm-li-info">My Gang</span></a>'; } echo'<img src="mmbottom.png"> </center><hr /> '; echo'<img src="mmtop.png"><a href="preferences.php"><span class="mm-li-info">Preferences</span></a> <a href="preport.php"><span class="mm-li-info">Player Report</span></a> <a href="gamerules.php"><span class="mm-li-info">Game Rules</span></a> <a href="viewuser.php?u='.$ir['userid'].'"><span class="mm-li-info">My Profile</span></a> <a href="logout.php"><span class="mm-li-info">Log Out</span></a> <img src="mmbottom.png">'; print "<hr />The Time Is:"; echo date ('<font color=Red>F j, Y</font>')."".date('<font color=white>g:i:s a</font>'); echo'</white>'; ?>
  9. on my other game I got help from my friend - - - Updated - - - $15 just for install? its fine I can get my friend to do it for $7
  10. sorry about that, and aha your right there ;)
  11. how do i activate a chatbox, i have all the files
  12. i have a chat box for my last game but cant install it could you pm me threw it please?
  13. i really need a chatbox for my game, if you can make one or have one please post bellow with code and instructions. its MCCODES...
  14. i have fixed this problem thanks for all your help
  15. is there a way to fix this.. you can clearly see the problem which means i don't need to explain
  16. what you mean by the path of the image? sorry im a dope at stuff like thiss...
  17. This is now fixed, thanks to all who helped
  18. I use x10hosting.com to host my game. i am going to pm you veramis about something
  19. my host is localhost - x10hosting.com
  20. imgur is that right now?
  21. how do I re make the crons if that's possible. cos when I put the game up it told me the code but I took no notice, is there a way to get it back?
  22. sorry a_bertrand, yes I can Ill take a screenshot. I think the command is wrong...
×
×
  • Create New...