Jump to content
MakeWebGames

J_StrauD

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by J_StrauD

  1. Oh yeah thanks, I just didnt scroll down far enough :D Thanks :thumbsup:
  2. Very nice Dayo :thumbsup: Just curious, it says that it will rob the place once an hour when I bought one of the crimes, does that mean that I have to add something to the cron hour or anything? Same with using the energy to train? Thanks, MasterMetallica
  3. Very nice seanybob :D Im definately using this!
  4. The code on view user is this:   if($r['laston'] > 0) { $la=time()-$r['laston']; $unit="seconds"; if($la >= 60) { $la=(int) ($la/60); $unit="minutes"; } if($la >= 60) { $la=(int) ($la/60); $unit="hours"; if($la >= 24) { $la=(int) ($la/24); $unit="days"; } } $str="$la $unit ago"; } else { $str="--"; } if($r['last_login'] > 0) { $ll=time()-$r['last_login']; $unit2="seconds"; if($ll >= 60) { $ll=(int) ($ll/60); $unit2="minutes"; } if($ll >= 60) { $ll=(int) ($ll/60); $unit2="hours"; if($ll >= 24) { $ll=(int) ($ll/24); $unit2="days"; } } $str2="$ll $unit2 ago"; } else { $str2="--"; }   And then later on it says Last Action: $str Last Login: $str2   I dont understand why its doing it because I haven't touched any of the code that shows time.
  5. Okay, I'm having this really annoying problem with usersonline and the time it gives.   On the mainmenu where it says "Staff Online", it says my name or another staff and then it says (-170 secs). Its not saying 0 seconds like it should.   I also have this problem on viewuser and usersonline and its really frustrating me because Im not good with timestamp or anything and I don't even know what would cause this problem because I have not edited anything that involves time.   Any help would be greatly appreciated. :D   Thanks, MasterMetallica
  6. Im getting this error on the statadd page...   Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/tallica/public_html/class/class_db_mysql.php on line 71
  7. RE: hi   What is it you have that isnt working?
  8. Thanks so much Illusions! All of your mods are great, and this is a useful one! :D
  9. Re: Runescape script Go here and read here alot. Hope it helps :-D
  10. Re: [V.2] Login and Register Visual Update Pretty nice having the login and register on the same page :-D I would change the layout a little though lol
  11. Re: [MMCODES V2] HACKING ATTEMPTS LOGGED Very nice :-D Just added it
×
×
  • Create New...