Jump to content
MakeWebGames

Equinox

Members
  • Posts

    553
  • Joined

  • Last visited

Everything posted by Equinox

  1. So you've got a good amount of traffic coming to that site to get a game noticed? Are you advertising it a lot or just on MWG/game related forums?
  2. So, you click the button and nothing happens? Care to show us what you've got, have you altered anything or is it exactly copied from the site, no modifications?
  3. Use the abs() function, it returns the absolute value of a number.   echo 'You attacked '.$Username.' and done '.$Damage.' ('.abs($HealthLeft).'';   That is an example.
  4. But for your example, I'm going to be calling useless data, everywhere. Lets say I have this:   function Page() { $callglobal; echo 'Hello, How are you!? You have won!'; mysql_query("UPDATE `users` SET `money` = `money` + 10 WHERE (`userid` = ".$_SESSION['userid'])); $h->endpage(); }   Now, with the "$callglobal" idea, I'm calling $db,$ir,$c,$userid,$h when really I only need $h. I would suggest a function for this, but then you're typing out just as much as you would be without the function. I think you used a bad example, but I get what you're trying to say
  5. I haven't played Crossfire in ages, and even If I did, I believe the last few times I played you - I won ;) I even beat you and Palmer at the same time! I own you. Simplez
  6. Dial-up AOL users use a proxy, so yes. Blocking proxies is not advisable
  7. Sounds good, and Djkanna has a tendency to tea-bag me often, so at this current time I just let the crazy person do his thing.
  8. Just a little update: We've been working hard on the site and Peter has made some pretty sexy graphics and I've been going through the files updating them (securing, efficiency and better structure). At this time we have 127 pre-registered users, that's pretty good considering the only place we've advertised is here (we will be advertising elsewhere but we're working on something special first before we really get the game out there). We are no-where near determining a release data yet, we want to ensure everything is perfect before releasing, we're hoping to get a crazy amount of content done before we release to keep the game alive whilst we work on features that could take a while. But don't worry because you will definitely have enough to keep you busy for a while, we have some great ideas :D
  9. Do you need all of that? No. Does it speed your computer up? No. All of that is just stupid amounts of size that is not needed.
  10. 'tis why I asked if they were a donator, then for sure that is the problem >.<
  11. Is the person you're trying to look at a donator?
  12. There should be one when you create a crime via the staff panel?
  13. For unique login/register I'd go to W3Theory || Peter, Taxed (if he still does it) and there is someone else I'd suggest but can't think of their name, I'll get back to you :D
  14. If it's just content writing and stuff you need, I suggest you go to Redex
  15. Sign me up ;)
  16. Yeah, and I said it was a nice mod ;) Just giving you comments, as I'm sure you wanted. Gaining a little bit of knowledge isn't bad :p
  17. You could've used mysql_real_escape_string() and strip_tags() or my favourite preg_replace(). I prefer htmlentities() on output, to be honest.
  18. I was just questioning you using htmlentities() on input, why? And this will error for people that have error_reporting() on (not ruin the script, just display some errors)
  19. Nice idea, some of your security techniques I'd question though. Like I wouldn't really use htmlentities() on input on this situation, I would also use a preg_replace() and some regex. There are other things I'd do differently as well, but that may just be my preference as I work with error_reporting() on Well done
  20. Equinox

    9/11 R.i.p

    R.I.P
  21. Go to phpmyadmin, find 'users' and then find 'gender'. Done.
  22. It is true, that's why I said it XD Space it out a bit and wham, you got yourself some sexy text. :P
  23. I like it, but.... The text is wrong :/ I made a post on Joshua's thread not long ago about text.... Other than that, good job :)
  24. As I said, just quoting you to start me off. Never said you was wrong :D
×
×
  • Create New...