Jump to content
MakeWebGames

Paul Evans

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by Paul Evans

  1. LOL that's not the official MS site Microsoft.com is, although by the sounds of that it seems like you were about to be conned and it is worrying they had your number.
  2. Paul Evans

    Layout

    Oh i misread the original post my bad :) but MCC 2.0.3 is quite simple to add a template compared to some engines out there if you are knowledgeable with php
  3. did you buy the script from MCcodes.com?
  4. I updated to FF4 it's quite good actually ain't found any faults, although sometimes it does come up with not responding when you load alot of java.
  5. Why does that look like my mom... good tv show!
  6. What script version is that?
  7. Paul Evans

    Layout

    maybe try mccodes 2.0.3? easy startup engine
  8. this is crap my 2 year old dog could do better... sorry couldn't resist, I do like the idea of turning the forum around specially as MWG is now back up without all the errors :D
  9. I use a 22 inch monitor and a 42 inch tv when im bored :D i like the simplicity of this though .
  10. http://mccodes.com/ -> community tab should be linking to the MC section that would help alot im sure. Also they could remove the offical mccodes forums image from the header and add something like 'part of the mccodes family' at the bottom of the site. I am a little confused though does nickson and bertrand have the power to do any of this (permission from the owners)?
  11. so EQ, me and kieran have all supplied this guy with the correct script does this guy know how to say thanks? with DJK supplying confirmation of us being correct i believe we may actually be right :) We are not here to annoy you or pick on you we simply like to help.
  12. I bath in champagne :D Although i do drink used bath water :-s worrying
  13. There is afew things in Class which isn't used ie: microtime, start_clock, stop clock, unhtmlize, nohtml, easy_insert and afew more but they could be used if people actually looked at it some of the functions could be good
  14. Gods... :P nice thanks lol well user_level 4 would only notify people on game that the user is a irc mod in irc... pointless really because they would only have authority in irc chat but still it's there get over it :)
  15. I have the new patch user_level 2 is still admin, i was only trying to help but when someone doesn't see their own mistakes it REALLY pisses me off you were wrong me and EQ pointed out the mistake if you couldn't understand that then i really suggest you RTFM
  16. LMAO danny you actually though 4 was just nothing? Don't think anyone would of thought it wasn't used... IRC op/Mod i've known that since i started working with mc because i familiarised myself with the script and functions immediately... Nice work dom;) Love your version DJK similar to mine on CG
  17. I would suggest logging into mccodes.com with your information and downloading the 2.0.3 patch it's way more secure than just v2 if your actually a customer it's free :D
  18. Great work Karlos, love how you have progressed
  19. May i ask where you got the script, 2.0.3 from mccodes.com?
  20. Mc v2.0.3 has this in preferences $check_ex = $db->query('SELECT `userid` FROM `users` WHERE `username` = "'.$_POST['newname'].'"'); if ( $db->num_rows($check_ex) > 0 ) { echo ' This username is already in use. > [url=""]Back[/url] '; die($h->endpage()); }
  21. user_level 4 is irc moderator i think
  22. I think Bertrand's suggestion may be a good idea
  23. does the dir class exist?
  24. $db->query("UPDATE users SET brave=maxbrave WHERE userid!=$userid"); $db->query("UPDATE users SET will=maxwill WHERE userid!=$userid"); $db->query("UPDATE users SET hp=maxhp WHERE userid!=$userid"); $db->query("UPDATE users SET energy=maxenergy WHERE userid!=$userid"); $db->query("UPDATE users SET hospital=0 WHERE userid!=$userid"); $db->query("UPDATE users SET jail=0 WHERE userid!=$userid"); The above would work on all users but the user   $db->query("UPDATE users SET brave=maxbrave WHERE userid=$userid"); $db->query("UPDATE users SET will=maxwill WHERE userid=$userid"); $db->query("UPDATE users SET hp=maxhp WHERE userid=$userid"); $db->query("UPDATE users SET energy=maxenergy WHERE userid=$userid"); $db->query("UPDATE users SET hospital=0 WHERE userid=$userid"); $db->query("UPDATE users SET jail=0 WHERE userid=$userid"); $db->query("UPDATE users SET power=10 WHERE userid=$userid"); The above will work on just the user   $db->query("UPDATE `users` SET` brave` = `maxbrave`, `will` = `maxwill`, `hp` = `maxhp`, `energy` = `maxenergy`, `hospital` = 0, `jail` = 0, `power` = 10"); The above should be how it's done FFS just pay attention to what people are suggesting or we could plainly not even try and help you...
  25. Then i would suggest logging into mccodes.com with your information and downloading the newest patch.
×
×
  • Create New...