Jump to content
MakeWebGames

Veramys

Members
  • Posts

    365
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Veramys

  1. [ATTACH=CONFIG]1720[/ATTACH] 15 for me :D
  2. Yes you'll need to call to the database.
  3. Oh god, I just about died laughing! Thanks [MENTION=50378]Guest[/MENTION] for the laugh! XD
  4. Am 100% sure? No. I'm just telling you what I've heard. Make of it what you will.
  5. Last I heard [MENTION=69859]KaineBennett[/MENTION], has said that he owns full rights to RC engine and is selling it. Though I do not know if he is selling anymore.
  6. I haven't had high hopes for V3 in a few years, it just doesn't seem like it'll ever get released so what's the point?
  7. I use all of them
  8. It is a site where you can download how-to ebooks for for subjects like jquery, C programming, ect.
  9. [MENTION=50378]Guest[/MENTION] I hate you lol I wish I could get that much.
  10. After you rate a player up have it insert into a db $thisuser rated up $thatuser and then call to that table, if there is an entry for you rating up that user echo "You have rated this person today" and then die($h->endpage()); then truncate the table with your day cron/day timestamps.
  11. Look in the original code. The rate down is written like I posted for the rate up. Not to say that it's not wrong. I just adjusted for how it was written in the code.
  12. You're very welcome.
  13. In the code for rating up it has a line that says this: $db->query("UPDATE `users` SET daily_rating = 0 WHERE userid = {$userid}");   Change that to say this: $db->query("UPDATE `users` SET daily_rating = daily_rating-1 WHERE userid = {$userid}");
  14. Or instead of that if($ir['userid'] == 1){ echo 'You cannot attack this person.'; die($h->endpage()); }
  15. I would assume V2 from other posts of hers.
  16. Browser is completely updated. WebGL is enabled. Yet I still can't play.
  17. Error: This browser does not support MafiaEmpires I'm using the latest version of Chrome.
  18. Maybe he wants a partner in it?
  19. Just did change from ereg to preg_match on one of my testing sites, wasn't difficult. Idk why OP is having so much trouble, [MENTION=65371]sniko[/MENTION] gave you everything. Even wrapped it and put a bow on it for you.
  20. From what I could tell there was no actual line error.
  21. I haven't found any bugs so far! I am enjoying playing :)
  22. I've downloaded coffee pour, and I am playing and enjoying it right now!
  23. Veramys

    Just an idea

    I like it. It's pretty well thought out and would be really helpful.
  24. I'm looking forward to getting them!
  25. It's for current and next gen consoles. Though the beta for Xbox 360 and Xbox One doesn't come out til the 23rd I believe.
×
×
  • Create New...