Jump to content
MakeWebGames

AdamHull

Members
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by AdamHull

  1. I thought the same but spoke to Dave, it is only for when there is unread posts if you click mark all channels or view all the recent topics it disappears
  2. I'm up for doing some off these MTG my current project is wanting a profile commenting system, so too birds I suppose lol
  3. Looking good Dave :)
  4. I'll hit you up on Skype when it's more off a reasonable time -_- lol
  5. So to try and get some more free content back into the forums, I'm going to create a few mods for people, that will be available in the forum for everyone, other Devs feel free and jump in on any people request (if you feel like it :D) So any requests please post here and I will create some off the in my free time
  6. I agree, it's a shame! I think it maybe the end! Haha. I think there should be a review off the staff as they are not active anymore
  7. So you need a designer?
  8. Depends what your looking for, what budget you have?
  9. I know Dave took over control of mwg don't know if he "owns" it and staff? I haven't seen any staff for a while
  10. Found a GitHub repository with them in
  11. I agree we need mods who are active! Haven't seen any off the for a while, I had spoke to Dave a week or so ago and he removed some spam and explained it's due to him changing verification process :(
  12. It does indeed, I have sent him a copy off the search :)
  13. AdamHull

    Script

    Hello, I have never received a Skype message off your self I'm afraid but please feel free again my Skype is the same as my email which NSC posted up
  14. Looks very good can not wait to see the final game :)
  15. Have you got the gang module it tells you it is a addon for?
  16. Under echo "Your Gang doesn't exist"; Add $h->endpage(); is what he means
  17. $z=$db->query("SELECT `username` FROM `users` WHERE `userid` = {$a['attacked']}"); while($defender=$db->fetch_row($z)){ echo $defender['username']; } See if that works
  18. Change all instances of mysqli to $db don't just do what you think you need so if(mysqli_num_rows($blah) == 0) Would be come if($db->num_rows($blah) == 0) And so on
  19. You could use the mysqli objects as this would keep with current theme to a extent, would make it easier for people to convert mods to it, the classes are used to declare all user information from the database meaning installing a new user mod that requires a new field entered into the user table means you have to update the class which makes it totally useless and harder to install mods.
  20. CSRF tokens? just to make it that bit secure as it never was was :)
  21. $db->num_rows()
  22. Been busy with other projects and ended up putting this on hold, finishing up these projects in the coming weeks and will be starting work on this again
      • 2
      • Like
  23. Check to see if time left is in the table.if not run ALTER TABLE user_missions ADD timeleft INT(11); into phpmyadmin
  24. [uSER=70347]NonStopCoding[/uSER]
×
×
  • Create New...