Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,685
  • Joined

  • Last visited

  • Days Won

    81

Everything posted by Uridium

  1. Excellent news Ian ya jammy sod lol are there any vacancies for us lot lol.. have a great time and work hard, Youve already achieved what you thought was the impossible, whos achieved a great deal here so its only fair you pass your knowledge on to others... bye for now friend and stay in touch from time to time... Roy...
  2. Tell ya what lads i cant believe what im reading here ;) half the time people are at each others throats yet when someone calls for help your all willing and ready to help bless ya... :) Good on ya lads im impressed :)
  3. Sniko remove the hardrive cable leads the power and the connector this is just for a test if the monitor receives a signal without the HD plugged in we can start to narrow things down a bit remember your PC dont need the HD plugged in for monitor to work its just used for when it boots up and startes your OS
  4. your correct SNIKO my error edited 1st post...
  5. NWE already has the ability for users to STEAL items from shops. if you fail you get sent to jail. So im devloping an updated version of this to make it a bit more fun.. THE IDEA... You must own an item before you can use the steal option. once youve selected your own item + the one you wish to steal can the second part commence.. PART 2 GUILTY OR NOT GUILTY. from here a screen will display a GUILTY or NOT GUILTY message if you successfully choose NOT GUILTY 3 times you get to steal the item you chose plus keep the item you had at hand.. Choice.... 3 NOT GUILTY'S = KEEP STOLEN ITEM and YOUR OWN ITEM.. 2 GUILTY'S = YOU GET TO KEEP YOUR OWN ITEM (not one you wanted to steal) + NO TIME IN JAIL 1 GUILTY = YOU GET TO KEEP YOUR OWN ITEM (not one you wanted to steal) + SHORT STAY IN JAIL 3 GUILTY'S = YOU LOSE YOUR OWN ITEM + THE ITEM YOU TRIED TO STEAL + LONG STAY IN JAIL... as mentioned its in production but your feedback on this mod would be appreciated....
  6. Guess we can delete this thread as its no longer related to anything on this site.......
  7. 2 Posts that might help you understand how an attack works http://teachthe.net/?p=1336 <<< Forums http://teachthe.net/?cat=59 << different methods
  8. Thread Moved to correct group.
  9. Andy... if your unsure of how security works how can you guarantee yourself that the person your hiring to protect your site is doing the job correctly. ??? there are so many loopholes within Mcc V2. you would be wise to laern how an actual attack is done so you can work from there,,
  10. will you still be around in 3 years :)
  11. The whole game looks familiar.. cant remember the guy who showed me the first version of this but he owned This Is London game,,,
  12. maybe shouting down was the correct word to use on this topic it obviously serves no real purpose to anyone on here unless you play his game....
  13. on your header.php below $hpopp=100-$hpperc; add   $width = 100; $left_width = round(($ir['energy']/$ir['maxenergy'])*$width); if($ir['energy']>$ir['maxenergy']) { $left_width ="100";} $right_width = $width - $left_width;   now on your Bar section that shows the image bar for energy add something like   <b>Energy:</b> <font color="#000066">{$ir['energy']}/{$ir['maxenergy']}<br /></font> <img src=Energy_bar.png width=$left_width height=5><img src=Red_bar.png width=$right_width height=5><br />   Obviously change the image names to fit your image names now anything that goes over the maxenergy will allways be the same size as the rest of the bars.
  14. A few screenies for the addong of enemies or friends... FATE image shows how you want to add.. CONFIRM: decides their fate ATTACK image shows those added as enemies FRIEND Image shows those added as friends MAIN image shows your choices view..
  15. New Mod for NWE created and will be available soon.. Add friends and Enemies to your list... Enemies can be directly attacked from your list Friends can be sent messages...
  16. excellent looks a lot better and easier to view....
  17. Uridium

    Game Layout!

    your choice of backdrops is unusual and doesnt fit the theme of the logo.. to me your logo stands out so you need the backdrop to capture the essence aswell how about using an old scroll type backdrop with weathered edging and keep same colours as your logo
  18. MODS in post production... friends List / Enemy List: These mods will allow you to add friends / Enemies to a list only you can view. [COMPLETED]
  19. Mods created in past week by myself TEMPLATE EDITOR: this mod allows you to directly edit your script folder for any theme and has an instant effect once its saved. { COMPLETED } [ Available on nwe market FREE ] TEMPLATE CREATOR: this mod allows you to create a folder name of your template and adds the necessary files for you to get started. { COMPLETED } [ Available on nwe market FREE ]
  20. you will find a lot of americanised words miss out the U after an O.. example colour = color neighbour = neighbor and s on :)
  21. if you have any current mods in production place a brief description of your mod and what it can do here.... when your mod is complete and available to the public either place it Freely on here or add link from here to nwe market place for users to view. dont forget to edit your post on here to mention mod is now { COMPLETED }
  22. yep your right my mistake i was reading it as the english way of reading it sorry...
  23. Raports = (Reports) Just a small typo but looks pretty nice :)
  24. Haunted did that it doesnt display anything no text for the print_r($modules); print_r($_POST); is being displayed it just lets you carry on and download the package
  25. its not displaying anything with print_r($modules); print_r($_POST); it just goes back to the index page
×
×
  • Create New...