Jump to content
MakeWebGames

Modern-Empires

Members
  • Posts

    123
  • Joined

  • Last visited

    Never

Everything posted by Modern-Empires

  1. This mod i made from scratch, i will tell you how many poeple are onlineon the main menu. Open Main Menu Find the line: $mc=$ir['new_mail']; add under: $var2['num_users_on'] = mysql_query("SELECT userid FROM users WHERE laston >= UNIX_TIMESTAMP()-900", $c); $var['num_users_on'] = mysql_num_rows($var2['num_users_on']); and put this anywhere on the links in main menu: Users Online ({$var['num_users_on']})   This mod was made by me Peter Greenacre First Placed on modern-empires http://www.modern-empires.site40.net
  2. Re: 8 Lines to secure your site from known sql injections. thanks for that i think i did see that while i was flicking throu the site but i was going to quickly to stop lol
×
×
  • Create New...