Jump to content
MakeWebGames

Maniak

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Maniak

  1. I am sure this is supposed to be a Community based Forum.. Yeah I may not be the best Coder around, but I am sure you all have your imperfections whilst coding.. You do things which others may see as irrelevant, yet because you're more well known around here people don't question it.. Yet because I am not a known coder, and I am not as experienced as some of you guys, you decide to take the piss outta me and I have seen some others have the piss taken out of! It's people like you who make people not want to carry on Developing rather than spur them on and excel in a Language by explaining to them why it is irrelevant to use it!
  2. No, Zu.. I actually do that.. I only use stripslashes on the output to remove the backslashes as I stated in the other post.. Go read it, you obviously didn't read it in the 1st place to put that irrelevant post!...
  3. Lmao, Joshua! But, WHY does everyone want Replicas of Modifications on Torn? Have a bit of uniqueness in your game, rather than copy off different Games..!
  4. I prefer to secure ALL $_POST and $_GET.. I guess it is just the way I do things, even if it is slight overkill xD
  5. I'll give this a quick re-code later, and also, I would recommend stripslashes() on the out put as you'll get a \ before any ' or ".. Another thing is your $_GET['action'] hasn't been secured.. A simple line like: $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : false; would do the trick :)
  6. I was thinking of basing my Announcements around the Facebook style Wall Post System.. But I do have a question; why not secure it as you code it.. I.e. when you do your queries add the mres and strip_tags() at the same time; it'll save you a lot more time as you won't have to go back and do it... BTW: mres and stript_tags() have been used as an example and you should use the best form of Security for the $_POST/$_GET..
  7. Steve, you have probably got a white screen because of the bold lines... div.grey_info{ border:1px #999999 solid; width:80%; margin:auto; background:#a1a1a1 - needs a ; at the end. } div.outcome_info{ border:1px #ffffff solid; width:80%; margin: auto; background:#D1D1D1 - needs a ; at the end }
  8. Zu, the game that I (well Me and my Partner) have on the web wouldn't be right with this Mod added in (hence why I haven't coded one); I was just stating that I think it would work better with timestamps.
  9. It's a nice mod; but, imo, it'd have been made better with timestamps.
  10. If it is the game in his Sig, then i'd say GRPG.
  11. Yeah, I get an unbelievably slow Page Load some times, and last week I had an error for Hours about "Too many Connections".
  12. It doesn't for me, The Spirit
  13. I would imagine that a link to his site would be: http://corrupted-city.com However, his hosting has been Suspended.
  14. Haha, yeah yeah.. I know I didn't give the best of descriptions! xD I'll have this up shortly.
  15. Would anyone use this mod if I coded it? Basically the mod (if you can call it a mod) will be used for if you have say "Kill fest" Comps and you want to give your users who are online within the past 15 minutes x amount of Crystals or, refill their Energy.. Basically it'll be a few short queries; but I thought if anyone wanted it who couldn't code it, or couldn't be bothered to code it then i'd code it and release it for free. Yes I know it's easy, but I have learnt a fair bit from the MWG community, and would like to give something back to the community :), AND I cannot think of any mods to code ahah!
  16. Haha, your way sounds best, Paul.. @OP; if you want some help, i'll help you - just send me a Message.
  17. SOSFactory are awesome designers, but they come with a Heavy Price tag. w3theorys are good, and cheaply priced too. I have never seen any of Lilith's Layouts, so I cannot comment on hers. BlueTrendz imo, do shabby layouts for a lot of money. Ultimately though the decision lies in your hands and you go with however you fell can do the better job for your needs/requirements.
  18. In my opinion, they aren't bad, but all of your examples have the same "style" and "feel" to them. If I were you, i'd have a look at a few tutorials on blacksungfx.com, deviantart.com, or just google "Photoshop Tutorials" and play around with the different effects, which may bring in a few customers =) What I like to do is look at some Tutorials on Photo Manipulation and try to recreate the Tutorial and then use them effects on other Work.
  19. Even if you was to use $userid in the Query, it wouldn't update everyone as in globals.php (I think) there is a line that looks like: $userid = $_SESSION['userid']. So really, it wouldn't matter which you put you'd still be updating only the users who are online, which is why there is no "WHERE (`something`='something')" in any of the Cron Files.
  20. I would change it to: echo "<span style='color:orange'>".$TYPE[1]."</span> : <span style='color:green'> ".$DESC[1]." </span>";   Rather than echo "<span style='color:orange'>{$TYPE[1]}</span> : <span style='color:green'> {$DESC[1]} </span>";   But that's just the way I code, I suppose it is preference.
  21. Very good! Game over! Your final score is 1189!
  22. They aren't that hard to code in all fairness.
  23. If you have a sum of money to play with, I would suggest Autodesk 3D Max! I used it in college and it is 1 hell of a program! Looks confusing as hell, but I made quite a good Mayan themed City Scape with it (:
  24. That's the way i'd do it dominion (:
  25. Yeah, but I mean would he have a if() on every page.. I know I wouldn't do that.
×
×
  • Create New...