Jump to content
MakeWebGames

Equinox

Members
  • Posts

    553
  • Joined

  • Last visited

Everything posted by Equinox

  1. It's not a problem for me, no. I don't use McCodes, but still I like to help. I would've done it my way and showed you a better way of going about this, but you obviously can't take criticism
  2. You think the   $_GET['action'] = mysql_real_escape_string($_GET['action'])   Is the only 'nooby' thing you done?
  3. Post them here....I'd quite like to see :p
  4. I'd wish that I wouldn't keep getting a thousand calls per day asking me if I'd like to buy a "plan" with "company name" that just offers me everything under then sun for $1. But then say for this package I need to spend about $1,000 to pay for the $1 package, and then renew it as soon as I buy it. Then have to pay several thousand pounds for down payments and what not. -.- It's like you can't get them to stop talking, you just want to agree to get them to shut up. And if you hang up, they ring back and say they had a connection problem. But it's not classed as harassment, oh no! It's classed as business. Screw you society! /rant
  5. Equinox

    help

    Wow, just wow..... I had to read it a couple of times, and then tried to google to bee's playing games on the Internet. Didn't work out, but still....   Wow.
  6. Looking good, you could probably look up mysql indexation and how to perform a query efficiently. Just a few minor pickets I have but I won't bother going into them as they're minor and people have different preferences
  7. No you didn't! You're only saying that now because you know I can't deny it anymore.
  8. Good luck, I've got two projects going on at the moment. One is an engine made by me, and the other is an engine with my partner. And it's not easy when you're adding so much, but they're right, you need to set some goals. I started mine without goals and issues were flying at me left, right and center. I finally set my goals and I was doing work quickly, and the whole game came together. Best of luck :)
  9. Screenshots? I just want to see what it looks like, I'd upload it but McCodes V1/V2 isn't touching my computer/server ¬.¬
  10. I look forward to seeing how you do this, sounds brilliant. Given me some ideas actually :)
  11. Make sure the URL you're running in the cron tab is correct. Also, make sure you use "curl" as in: curl http://www.site.com/cron.php?Code=yourcode
  12. There are several ways this can be done, but you're not going to solve the problems, you'll just make it harder for someone to insert a URL. I'd use both Nicholas' idea and the OP's idea, limit how often they can send mails and just make it harder for them to do a URL in a message :D
  13. echo 'Rank: '.number_format(get_gamerank()).'';
  14. print "<img src ='Image.png' alt = 'Home' />Home   That should do it, I should've realised :p
  15. print "<img src = "Image.png" alt = "Home" />Home
  16. <img src = "Image.png" alt = "Home"> Change the image name and "alt" accordingly
  17. If you're new to coding, stop now. Go and learn for a few years, come back, make a site that isn't McCodes and then hope you can get 10% of the users Torn has.
  18. Ah, so as realistic as possible? xD
  19. Why add into header? Just add into attack.....? And if you run it on a cron, people could just attack manically just as the cron ticks over. Also, how can you fit 5 attacks in an hour anyway, surely the user is put into hosp for minimum of 20 minutes? Or something? lol
  20. I'm not 'downing'. I'm simply asking why that query is there? I've already said it's a good script.
  21. Yes Danny, I think it does. But still, I believe that query is useless....Selecting all from users and it's not even being used? O.o
  22. Erm, Maybe I'm being blind, but....   $is = $db->query("SELECT * FROM `users` WHERE `userid` = ".$userid) or die(mysql_error()); $ir = $db->fetch_row($is);   Is that being used anywhere? O.o
  23. Just throwing it out there :) Still, great job
  24. Just a few picks Why said the variable $userid when you can just use $_SESSION['userid'] on the queries? You may want to do a few more checks on the message, users are so untrustable >.< Also, htmlentities on input and then htmlentities on output? You could strip_tags and ensure it's a string... Other than that, looks awesome. I'd test it, but I don't have McCodes, anywhere. :) Awesome job for releasing all this free stuff aswell
×
×
  • Create New...