Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,701
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Uridium

  1. nice too see you sorted it :)
  2. Look at how Events and mail uses cnt do the same method for jail and hospital havent used v1 for a long time and im rather rusty on it...
  3. Clan Forums are now working 100% and iv'e added some extra parts 1 when you create your clan your forums are instantly created their after 2 Clan Masters have total control over their clans and can ban a user from posting, delete threads, posts 3 When you leave your clan all posts and threads will be deleted for that clan.
  4. Brilliance at its best weldone berty :)
  5. Im using the Exsisting NWE forums with a few modifications to grab data from clans...
  6. ongoing work for creating forums. this works when a clan is created. full use of clan forums are available which cannot be seen by others outside of your clan.. its about 80% complete...
  7. Would be worth having a better look into it and trying to achieve whats needed
  8. I was wondering if somelthing like for example could ever be achieved: once you register on a site your details for password are not logged however you download a PW file, which you keep on your pc and once asked to login you upload the PW file to the server which can read it and log you in to your account...
  9. I once got a raise from my last company someone found the hydraulic lever on me chair and id never had so much of a raise in me life ;)
  10. in my eyes a job is a job regardless of the hours :)
  11. http://gadgetwise.blogs.nytimes.com/2012/11/12/a-lie-thats-good-for-password-security/?ref=technology?p_pro=0&p_vep=7&p_ves=0&p_lqa=0&p_lqe=0&p_lsu=24&p_lst=0&p_lex=333&p_lng=en&p_lid=en-gb&p_elm=80&p_var=%252Ffa%252Fen-gb%252Ftoaster-virus-update_news_nytimes-best-passwords.html
  12. you may move on Ian but Life will always be what you make it :)
  13. 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...
  14. 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 :)
  15. 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
  16. your correct SNIKO my error edited 1st post...
  17. 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....
  18. Guess we can delete this thread as its no longer related to anything on this site.......
  19. 2 Posts that might help you understand how an attack works http://teachthe.net/?p=1336 <<< Forums http://teachthe.net/?cat=59 << different methods
  20. Thread Moved to correct group.
  21. 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,,
  22. will you still be around in 3 years :)
  23. The whole game looks familiar.. cant remember the guy who showed me the first version of this but he owned This Is London game,,,
  24. 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....
  25. 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.
×
×
  • Create New...