Jump to content
MakeWebGames

Iam

Members
  • Posts

    30
  • Joined

  • Last visited

Iam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Only thing i did was putting the maintenance mode to ON in the game itself (staff menu), but my wife called me to do something and after that i needed to login again which didn't work. But isn't it strange that an admin cannot login into the game?
  2. I can of course access my ftp, but what do i need to do? Could you point me to the right direction? Thanks in advance :)
  3. I have put my website into maintenance, but waited to long. Now i cannot login anymore because it is redirecting to the maintenance.php. Anyone has an idea how i can login again?
  4. Sorry, but I don't think McCodes is active looking for false licenses or something like that. To be honest, it looks like it is going to die out :(
  5. Like McCodes are doing something against it lol, but it would be the right thing yes :)
  6. Iam

    Assassin V2

    Thanks, i'm gonna try that out :)
  7. Bought this modification on McCodes, but it is not working. The readme is this:   The first part wasn't that difficult :) But part 2...i don't have a viewuser page (profile.php i have). And second, if i add this code to profile.php i get an error while i execute the php file. Ofcourse i edited something to fit it around, but then i get   Lol, i don't even have brave in my game....so what does this mean? Part of the code (it's a paid version, so i guess i can't dump the whole code here)   { mysql_query("UPDATE users SET hospital=$hospital,hospreason='Assassinated.' WHERE userid={$_GET['ID']}",$c); event_add($r['userid'],"You were assassinated and put into the hospital for $hospital minutes.",$c,'general'); mysql_query("UPDATE users SET money=money-{$_GET['PAID']},brave=brave-5 WHERE userid=$userid",$c); die("Your target has been successfully hit without complications, congratulations."); }   Anyone has an idea?
  8. Peter is also busy for mine, and i asked it to make it responsive, but he said it was not possible anymore or something. So playing on phone and ipad is still a crime.
  9. Very nice...with the minus energy option, no captcha is needed...when energy is depleted they can't do anything :) Thanks man
  10. I am looking for a captcha for the trainings missions. It annoys me that they can click with a bot to become full strength. Also i would like to know how to edit this line so every time they do a trainings mission, 1 energy point will be used.   print '<div class="suc_msg">You have successfully spent 1 hour of studying the art of fighting!</div>'; $db->query("UPDATE `users` SET `money` = `money` - ".$cost['learn']." WHERE `userid` = ".$userid); $db->query("UPDATE `userstats` SET `intelligence` = ".$intelligence.", `endurance` = ".$endurance.", `reflexive` = ".$reflexive." WHERE `userid` = ".$userid);
  11. Only nobody is in it :)
  12. Ah ok thanks, we have discussed on Skype some things...think we are getting somewhere :)
  13. And what is this? http://makewebgames.io/showthread.php/44084
  14. Ah ok, i am not a coder and i saw the milk part, but can somebody explain to me in micky mouse language what the benefit is for me (as a non coder?) [MENTION=65371]sniko[/MENTION], i have added you on my Skype
  15. I am looking for player stats, perhaps doing some crimes in the program, but eventually the in and outcome of an exchange (which needs to be written i guess).
×
×
  • Create New...