Jump to content
MakeWebGames

MrAnthony

Members
  • Posts

    180
  • Joined

  • Last visited

Everything posted by MrAnthony

  1. Hmmm am liking the second one :D May just use it Am planning on making a new header sometime in the next few week's to make it look less like mccodes If i have any trouble with bug's ill give you a shout thank's
  2. Thank's for the feedback, We are planning on making it more than 50% graphics, Bugs have been popping up alot easy to fix just a pain >_< Am sure i can find something to do with that pic thanks it would fit nicely into my game somewere.
  3. Fixed =]
  4. Hello, Me and a friend have been working on a game for some time now and we have now planed to open it for beta for a week or so, The design we currently have may or may not be staying we tend to make it brighter and user friendly.   As we are still making the game theres not much to do at the moment but there's a few things for now it's our first ever Mccodesv2 game, a few thing's you may as is Why did we want to make a Mccodes game? Well i got tired of playing games i never licked so one day i thought i would learn how the games work, After a year or so i thought it was time i set to work but i had no graphic skills at all, But i found someone who did and he taught me a fear deal about graphic design and now we have a game together, Duno about him :D ill ask him. Am still a 'Noob' as you lot call it so this is why i would like some feed back on the game and how i could improve thing's This will help me alot more and would give me some idear what need's to be done to make the project diffrent from the rest/ Right here is what the game is about ( this is something i just made up its not going to stay like this it will change as i go a long ) It's the year's 2032 and the world called earth has been Been stuck by chaos,The earth is the most dangerous place in the Universe a place were humans have to fight for survival to survive you must steal even its from little kid's, If you think you have what it take's go explore the rest of the world were you will have to fight against machines just to keep your life.........   WILL YOU SURVIVE!     As you can tell its not that good but it will do for now......     As i am currently learning security the part's of the game will be unsecured witch is why i need your help and feed back witch will help me be four i open the game in a few of month's   If you don't want to sign up i have made a demo account User: Demo Password: Demo   Game link ']=']http://ultimate-chaos.com/login.php
  5. I Found a way, I failed, I learnt from it. The three i's >.<
  6. I learnt alot >_< well about auto fedding anyway
  7. Thank you so much, got it working i must of removed setting >.< Thanks again.
  8. Hello i dont know were i should post this but oh well   MY basic settings are not updateing Were in mysql will i find were basic setting gets saved?
  9. May be a fail but Am new to all this ¬_¬ like you was once so you fail ha LOL jk :')
  10. Re-edited my first post again >.< and but am only useing one of them >.< BUt thanks i see what you was getting to ( am only a noob trying to help other noob's)
  11. @ Joshua i am only running 1 querie :P But i could see the problem if someone has more than one admin :/   On well ill add that header code in the first post so lazy people can get to it faster >.<
  12. Although the entire idea is pretty lame, that made me laugh ;) $db->query("UPDATE `users` SET `fedjail`=0 WHERE `userid`=***in_array???***"); Better than using 5 differant queries when 1 can do the job. Ohh well i don't think like that ;) because i only have 1 admin ( me ) so when he asked a Q i had to come up with something :D
  13. @ Joshua Well that's another way but meh am not that good ^_^ Like i said this is mostly for new game owners having trubble with copy + paste noob's >.< Its not grate but it will help some people ( i hope )
  14. Yes but........ if you test it out its dose not fed them....  Same for you test it give feed back then tell me what you think. Technically it does, but all of the queries must be done before the page can load (if i'm not mistaken) so before the page loads fully, you will be unfedded. Meh that is correct but the admins will not know that they have been fedded then un-fedded >.< Not really been tested with 6 admins now and i haven't seen my site get slower
  15. Yes but........ if you test it out its dose not fed them....  Same for you test it give feed back then tell me what you think.
  16. It dose not fed them then unfed them test it out it keeps the id's that you have in this bit of code out of fed $db->query("UPDATE users SET fedjail=0 WHERE userid=1"); so lets say all your admins were id 1,2,3,4,5 just do this for each id $db->query("UPDATE users SET fedjail=0 WHERE userid=1"); $db->query("UPDATE users SET fedjail=0 WHERE userid=2"); $db->query("UPDATE users SET fedjail=0 WHERE userid=3"); $db->query("UPDATE users SET fedjail=0 WHERE userid=4"); $db->query("UPDATE users SET fedjail=0 WHERE userid=5"); Also for the slowing of your game ermm tbh really it may or may not because you have so many admin's
  17. That's the thing is dose not fed any id that's in this code below $db->query("UPDATE users SET fedjail=0 WHERE userid=1");   Hmm good point never thought of it that way, dose that way work?
  18. Well it will auto fed admins that are not id 1 yes but if you need more admin's ( witch you only should have one ) Just add this to cron_min.php $db->query("UPDATE users SET fedjail=0 WHERE userid=2"); just change the userid=2 to the other admins id.
  19. Nope >_< tested and fully working.
  20. Hello, Well i don't know if anyone els has put this on the forums but hey :P This is a simple mod that put's any other id witch is not id 1who becomes admin in fed for 300 days ( you can change the day's to what you like ) And also stops id1 from getting put into fed. So open up cron_minute.php and find ?> then add this above it. $db->query("UPDATE users SET fedjail=300 WHERE user_level=2"); $db->query("UPDATE users SET fedjail=0 WHERE userid=1");   I don't really care if this is noobish but it will help protect a site from auto admin hacks and what not........ Yes its not the best but it will help a new game owner :evil:   Or Add this in your header.php   if ( $ir['user_level'] > 1 && !in_array($userid, array(1,2,4,6,8)) ) { // the array could be set in settings so and edited simply when new staff are made/promoted. { $db->query("FED JAIL STUFF"); }   Thanks to Joshua for showing us this and thanks to crimegame for making this. :love:
  21. So i smell a challenge ;)   I do Quick scoping if anyone of you wants to challenge me tell me your GT ill add you then we can battle MWAhahaaha.........
  22. Boosting is for noobs ;) add me iTzDiReaper i'll spank you all ;)
  23. Here people http://rapidshare.com/files/395166499/Login.zip.html   only 10 downloads left get them fast =]
  24. Thanks for this dominion yes i know more then basic html, php etc I'll take a look at it =]
  25. Meh it wont let me download it to XD i only wanna mess around with it >.< If anyone could upload this to file share or something and post the download link here would be very nice of you.
×
×
  • Create New...