Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,685
  • Joined

  • Last visited

  • Days Won

    81

Everything posted by Uridium

  1. Uridium

    Layout opinion

    That's actually quite nice very easy on the eyes :) well done
  2. For the life of me I cant recall writing that ??.. if I did i'll apologise but cant remember writing such a thing...
  3. open up admin_module_manager/content.php look for TableHeader("Modules"); and just before it add   // START SECTION FOR DE-ACTIVATED MODULES // TableHeader("Current Locked Modules"); echo "<table class='plainTable'>"; echo "<tr class='titleLine'>"; echo "<td>" . Translate('Name') . "</td>"; echo "<td>" . Translate('Status') . "</td>"; echo "<td>" . Translate('Action') . "</td>"; echo "</tr>"; $row = 0; foreach ($allModules as $l) { if ($row % 2 == 0) echo "<tr class='evenLine' valign='top'>"; else echo "<tr class='oddLine' valign='top'>"; if (file_exists("$baseDir/modules/$l/module.lock")) { echo "<td width='50%' style='color: green; font-weight: bold;'>$l</td>"; echo "<td width='40%' style='color: red; font-weight: bold;'>Locked</td>"; echo "<td width='40%'><a href='index.php?p=admin_module_manager&unlock=" . urlencode($l) . "' style='color: green; font-weight: bold;'>Un-Lock</a></td>"; } echo "</tr>"; $row ++; } echo "</table>"; TableFooter(); // END SECTION FOR DE-ACTIVATED MODULES //   All Locked modules will now be visible as quick find
  4. what a apile of ****e those templates were good years ago and even then were free come on lad you have too do better now its 2013 not 1998 ;)
  5. watch the video :) http://link.brightcove.com/services/player/bcpid1989148206001?bckey=AQ~~,AAAAAFSL1bg~,CmS1EFtcMWELN_eSE9A7gpcGWF5XAVmI&bctid=2650286466001
  6. what ever people offer on here its a known fact that no-one ever chooses from choice.. do your homework on feedback and choose wisely some of us have fallen in to traps later on in the game...
  7. NWE is Vibrabant its a new breed of a Game engine style game like this wont spring up overnight a lot of thought needs to go into NWE and by that I don't mean thought as in coding Planning is a must here and the rewards will be more than successful
  8. so dragon and I don't mean too sound rude but too miss simple things like this on the main part of any game isn't good for business...
  9. fair comment :) maybe someone who was on your original Team or someone you sold it too the list could be endless... And if someone who has bought a game unaware it was stolen you will have a hard time proving them wrong..
  10. Released ??? are you sure you have finished it yet ? im seeing 404 pages on some links...
  11. Track name Soft in the middle... should never have sold this baby its done me proud :) and now its finally mine again :)
  12. Is this silly rant still going on after 7 months ?
  13. Mccodes is like the Knightrider of its day and slowly got lost cos of ****ty newer version which I have to say I wasn't overly impressed to me it looked like a drag act gone wrong.
  14. Still tinkering with ideas.. for me the worst part of any mccodes was the lack of admin abilities
  15. here are a few ideas.... 1 = Complete cronless engine that would work via phpmyadmin 2 = New links in explore to be done via phpmyadmin which wuld mean less editing of the explore script... 3 = Idea from razor42.. Upgraded referrer. one that admins can setup so for example.. 3a Person referring if they are a donator to a game should receive extra benefits than someone who isn't a donator and referring someone...
  16. Might aswell I still think theres some life left in mccodes...
  17. not sure yet the mods I created over the years have had some damn decent ideas behind them so I guess the newer ones will have to surpass those :)
  18. Iv'e been toying with the Idea of creating some more mods for Mccodes V2
  19. I like this mod and felt more could be done so heres a preview of what can be achieved.... Screenshot available
  20. how about Mafians-Engine.co.uk though id leave your name in there also ;) maf-IAN-s lol
  21. Genocide sounded good to me
  22. Peters work is from what ive seen on a whole new level nice presentation and some damn decent ideas behind his work weldone Peter...
×
×
  • Create New...