Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. its because you have "Will" inside your div class. Im no good at css anyways **EDIT** it seems as though I got it to work by changing the skew class to an id in the css http://jsfiddle.net/ALGeb/1/ I'm not sure if that is the right way to go
  2. what browser are you in chrome or safari? Because what you are using only works with those 2 browsers. I got a real crappy version to work just by copy and pasting it in the try it now of that method in w3schools. [css] .skew { backface-visibility:hidden; -webkit-backface-visibility:hidden; /* Chrome and Safari */ -moz-backface-visibility:hidden; /* Firefox */ -ms-backface-visibility:hidden; /* Internet Explorer */ transform: skew(35deg,0); -ms-transform: skew(35,0); /* IE 9 */ -webkit-transform: skew(35deg,0); /* Safari and Chrome */ overflow: hidden; } .skew .img { transform: skew(-35deg,0); -ms-transform: skew(-35deg,0); /* IE 9 */ -webkit-transform: skew(-35deg,0); /* Safari and Chrome */ } [/css] The back trace doesn't work for opera FYI so no need to limit users browsers unless there is nothing you can do about it **EDIT** Try This
  3. they should be automatic. what the problem was, was probably the userstats table.
  4. awwww thank you :o. FYI that's my irc name since Kyle won't release his name for me :p
  5. well I think it should be standard that there is an incentive system in place for topsites. Feel free to load up your game on it too :p The site is still pretty new so there are things that we need to add to give game owners more tools and such.
  6. for the rewards I would assume its not too difficult currently its just set to currency but I think it would be some rewriting. For multiple people I will be honest, my skill set isn't high enough to accomplish that.
  7. I actually thought of that but I was just worried about some people being bullied because they placed a bounty on someone more "popular" or something.
  8. I believe it was adam who requested pets too which should be fairly simple to do like feeding them, training them, and leveling them(maybe). The only reason I say maybe is because I have been trying to think of the best way to achieve this through assisting you in attacks. Sure you can hook something up in the combat system but I personally can only think of a way to make this happen by disabling the other attack buttons and make new one to accommodate the pets to attack with you and take damage and inflict damage unless you just wanted it to happen when you use your pet to attack. Maybe there is a way but my brain isn't powerful enough to think of it.
  9. @jcvenom: why do we have to resort to name calling?? And your a web developer looking for a job?? If I was looking to hire a developer I for sure wouldnt hire you because you lack professionalism in my opinion. I truly hope a ton of people looking to hire you read how you talk to people especially when this thread has nothing to do with you in the first place. It seems as if you are all up in the kool-aid and dont even know what flavor it is. @op: I dont think this is the right place for this thread and besides that I dont think people really care if someone is harassing your "site" and if you are going to air dirty laundry of yours like that and make accusations you should show some proof. For example what is he doing that is so harassing? Is he telling you to take down your site because its an illegal copy of GRPG, or you are infact using illegal copies of scripts you found online? If thats the case I guess it would be ok. Now with that being said @MNG do you hold a legal copy of GRPG? Did you buy it from grant or publius back in the day? If neither of those do you have any room to talk?
  10. By that do you mean incentive voting? If so yes. What topsite wouldn't have that :p
  11. Ok thanks for the clarification grant. This will help my fellow moderators+ with this if it comes up again
  12. I would just like to say that people should always be careful when giving out important stuff like cpanel details to anyone. If you are going to trust is big thing but even then that won't save you. So just be careful
  13. depends. Mostly I just hit someone up and ask like how do you do something or other but if its big ill look for someone to expedite things a bit
  14. I only checked mail logs when I had any suspicions that players were cheating or other rule breaks that can happen during a pm like harassment etc
  15.   wow it takes more than 24 hours to clear up your 2 pointless posts? Anyways, I agree with alain. Depending on what you wish to accomplish is the way you should go whether it be content or comfort level but there is nothing wrong with getting out of your comfort zone. I have never worked with ezrpg or grpg but mcc and nwe would be my choices based solely on my comfort level. I am kind of waiting for the new releases of the ez, grpg, and mcc to see what all they have to offer I know all are supposedly being worked on from rumors in the mill so who knows what great new features the new versions will have. There are just so many choices to choose from and options to weigh so yeah, its all up to you
  16. What's great about it? its just styled. and what happened to the yellow bars on the top and bottom of the middle section?
  17. or how about a cron that automatically generates the code to guess?
  18. How can you talk such blasphemy on Macs??? Just kidding Guest, but really? Ill jump on the vouch bandwagon myself. His skill and style is great, one of the people I go to when I request any assistance with something.
  19. So I know Mr. a_bertrand is a busy feller and can sometimes forget about the wiki so I would like to ask the community what you would like to see in the wiki that would help you in your endeavors with working with NWE. What I do know for a fact that needs an update is the files category to show what you can hook you new sweet and awesome modules to. So please post what you would like to see added or updated and I urge anyone with access to the wiki to try and knock out some things on this list. I would like to remind people that the wiki isn't like wikipedia where anyone can edit a category and I don't know who can/can not.
  20. No you don't have to keep the current code at all. I am an advocate in changing up the core to suit your needs bit like I have said before a few people are scared. But the combat module I don't think needs to be touched unless you wanted to change some words here and there bit for the most part it ain't broke so why fix it. Unless of course you added a new user stat then you may need to edit a couple things to accommodate for it but chances are if your too scared to update a module then your too scared to add a player stat. My project is almost done and when it is I can focus back on NWE and I would like to update the wiki and the important files since a lot has been changed since that page was created. Ill start a new thread to ask the NWE community what they would like to see in the wiki so this thread doesn't turn into that.
  21. well it looks like dayos level up system which he explains how
  22. well isn't that why you hooked the attack system?
  23. Yeah we can tell it took only 5 minutes. Not only can It use formatting but also some optimization. Feel free to download this one, its only like 1 file, doesn't work off a cron, comes with a small visual, and sends an event. I would post it here but I'm on my phone so its some drama **edit** http://forums.mccodemods.com/files/file/9-player-rating/ forgot to add the link
  24. looks like the login box is a bit cramped maybe ad some spacing?
  25. ummm I see your using abs((int)) on text fields. you should look into using another function like $db->escape() or something along that nature
×
×
  • Create New...