Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,657
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Uridium

  1. Nicely done to Damaged-City and to everyone else who bidded its always nice to see a thread without arguments weldone lads :)
  2. Too early in the day to read all these Swear Words ( DELETED )
  3. Payment Returned Mod no longer for sale... Spoke to BioHazard regard this..
  4. Ive noticed this aswell depends on the tags used at the time example [*php] or [*code]
  5. sorry forgot to mention call that file cron_chat.php then add the cron to your cronjobs to run in 5 hours
  6. Create a 5 hour cron then just do $db->query("TRUNCATE TABLE xxxxx;"); xxxxxx being the name of your chat table   <?php include "config.php"; global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $db->query("TRUNCATE TABLE xxxxx;"); ?>
  7. try   $ranks = $db->query("SELECT username, display_pic, user_level, level FROM users WHERE user_level = 1 ORDER BY level DESC LIMIT 10"); $i = 1; while ($rank = mysql_fetch_array($ranks)) { echo ' <img src="' . $rank['display_pic'] . '" alt="Username:' . $rank['username'] . ' " title="Username:' . $rank['username'] . ' " width="40px" height="43px" onMouseOver="HandleMoveOn(\' '. $rank['username'] .' \')" onMouseOut="HandleMoveOff()"> <img src="images/default.png" alt="Username:' . $rank['username'] . ' " title="Username:' . $rank['username'] . ' " width="40px" height="43px" onMouseOver="HandleMoveOn(\' '. $rank['username'] .' \')" onMouseOut="HandleMoveOff()">'; $i++; } echo" <div id='stats'> <div id='statstxt'> We currently have $online Mafia online out of $membs Mafias today $today joined! </div> <div id='regbtn'> <a href='register.php'><img src='images/register_but.png'></a> </div>"; }
  8. We are here to help best we can with any problems that may arise in your scripts. But you need to help us by giving as much information as to the problem. 1 = What version of Mccodes your using. 2 = The file your having problems with.. 3 = Any error messages that occur. 4 = which line the error is on. 5 = If the script youve made has been amended or added to prior to its release. 6 = What steps youve tried to solve this probem your self. 7 = Turn error scripting on and paste any error for us to see on your site if possible.. Sending Help support message like it dont work: I can't get this to work. Without giving us a full description to its problem will just waste your time and ours by us having to ask these questions..
  9. Firstly which version Mccodes are you using.. also when asking for help try and give as much info as possible example 1 = which version of mccodes. 2 = which php file is it your on at the time. 3 = any amendments youve made to that file that may have caused the error... Asking for help and not explaining just send us in a loop of posts asking silly questions when we could help you faster if we knew more info....
  10. Nicely done Danny :)
  11. Time for some honest opinions Ive set up a poll to find out how hard people are finding it to add new mods to the new REDUX feel free to post your comments also..
  12. Asking us for ideas is going to confuse you int thinking thats whats needed for your game ? You need to think in terms of what youd like to see in a game youve already played
  13. Try on line 139 print "<b><font color=red>In jail for ".$r['jail']." minutes ".$r['jail_reason']."</font></b>";
  14. Which version of mccodes are you using ?
  15. Your game should have 8 main elements. You could advertise to the world and still not achieve success few pointers ive learnt whilst helping people create games.. 1 = Naming a game is critical it cant be too long that the user gets fed up of typing it into the URL, and not too short that it doesnt drefine what your games all about.. 2 = Atmosphere ingame game depth and excellent thought process is a must, Ive seen games where people add new items in under 1 minute without even researching the items. 3 = Game Colour plays a massive part in a game you need to keep the colour of your game to what its all about so the user gets a sense of being inside it.. 4 = Use picture boards to understand your games layout from header to menu just because it looks good to you doesnt always mean it looks good to someone else. 5 = I mentioned above about the Thought Process of your game you need to sit back and write down everything that will be in the game from items to text to structure. 6 = Links in your game need to be set out so a user can get to them instantly pointless having a hospital link then half way down the page a jail link group the links that are important. 7 = Just remember even though youve built your game its never really yours cos from the point you open it, it now belongs to the public and how they see things not you. 8 = Game rewards are good but need to be Thought out Exactly so users dont aquire too much of 1 thing leaving the rest of the game to rust...   there ya go a few pointers. And remember the golden rule THE GAME DOENT BELONG TO YOU so dont be thinking of your game as how youd like to see it...
  16. Im using this as an example for resizing echo '<img src="images/'.$r['itempics'].'">'; to echo '<img src="images/'.$r['itempics'].'" height=100 width=100>'; change the 100's to suit your needs for height and width
  17. Look at how things work on line 34 of your script and what ive written above that should help you :)
  18. ok if you add itempics in the field varchar 255 not null default 'default.jpg' if you have the admin panel to change the name of the image when you use it in the shops use <img src='images/$r['itempics']'>
  19. First off whats the field name for your itempics ?
  20. Depends which verson of MCC your using V2 has this option aswell as other made after this... look in the Staff section i think its Adjust User Level
  21. We understand this but if we told everyone their layouts were fantastic when really they wasnt they would be producing the same thing all the time, we are just offering constructive critasism to help point out the themes flaws...
  22. Brad123 there are a few Free login images/scripts on here that have been well thought out if we were to bes honest could you see yourself wanting to see that page everyday when logging into a game ?
  23. Can i be Honest it looks Unfinished Left hand pane looks like its lost the will to live and youve just given up on it deffo not worth $80 nor $30 for that matter
  24. Closed Thread. REASON.. Come back when you can show people a working site...
  25. Rory you can get some nice effects from http://www.flamingtext.com
×
×
  • Create New...