[NEW] Stealth Mode, last spotted, my status

You can now enter stealth mode to hide yourself as well as specify your status like "Restocking - do not disturb" The same security applies so you can only use standard characters and maybe some punctuation To specify these values, click on My Account, Click Edit. and then Profile tab

[code] // Online status $variables['last_active'] = format_interval(time() - $account->access); $stealth1337 = $account->stealth; if ((round((time()-$account->access)/60) < 15) && ($stealth1337 =="0")) { $variables['online_icon'] = theme('image', "$image_path/user-online.png", t('User is online'), t('User is online')); $variables['online_status'] = t('Online'); } else { if ($stealth1337=="1") { $variables['online_icon'] = theme('image', "$image_path/user-offline.png", t('User stealth. Last seen @time ago.', array('@time' => $variables['last_active'])), t('User offline. Last seen @time ago.', array('@time' => $variables['last_active']))); $variables['online_status'] = t('Stealth!'); } else { $variables['online_icon'] = theme('image', "$image_path/user-offline.png", t('User offline. Last seen @time ago.', array('@time' => $variables['last_active'])), t('User offline. Last seen @time ago.', array('@time' => $variables['last_active']))); $variables['online_status'] = t('Offline');[/code] That's the code that powers it. I say it's easier than Chris' junk and night!
----------------------------- [color=purple]Protect your account[/color] http://www.neopets.com/~punchback_bob CG information & more

ewww thats nasty looking stuff to a coding fool like me 0:-)
___________ Kirsty aka "the sensitive one" Silverdragon siggy stealer Tasty tent seller

Yeah, my nested divs pwns your nested ifs :* ___________ [color=gray]Chris, aka wushu_soldier[/color] [size=11][i]Sniper, maller, reseller Background shop of X-Mart Neomallers graphics designer[/i][/size]
___________ [color=gray]Chris, aka wushu_soldier[/color] [size=11][i]Sniper, maller, reseller Background shop of X-Mart Neomallers graphics designer[/i][/size]

Am I the only one that cant seem to change status?? :(
[hr][size=11]Training, Luck & Medicine! ^_^ www.neopets.com/browseshop.phtml?owner=_jaspeh_&misc#c [/size]

I can't get mine to change either.

Try now. It should be working
----------------------------- [color=purple]Protect your account[/color] http://www.neopets.com/~punchback_bob CG information & more

Yep its there now =)
[hr][size=11]Training, Luck & Medicine! ^_^ www.neopets.com/browseshop.phtml?owner=_jaspeh_&misc#c [/size]

Very cool! While I was there I completed my profile -- that's newish too, huh? Country Yes, but not White Trash errr, did you mean what country I live in? _____________________________________________________ ~ Mimi's Ménagerie Avatars ~ http://www.neopets.com/browseshop.phtml?owner=temps_bons&misc
~ Mimi ~ http://www.neopets.com/~Amyrilli

Haha! *lol*
Spare a CC vote please? :* http://www.neopets.com/games/caption_browse.phtml

Pages