AMWAY

Helping People Live Better Lives

We help people live better lives. To see is to believe so come and join us cause there is nothing to loss.

Events

Members

  • yvz valdez
  • Jomar Sese
  • Jeffrey C. Pangan
  • richmond punzalan
  • Vanessa
  • Lorenzo Altamirano
  • ayie
  • Maricel
  • Ricky Macatangay
  • Martin TIlt
  • rujie
  • lan-ey

Latest Activity

Billy added an album18 hours ago
Billy added 28 photos18 hours ago
 

Photos

Forum

Billy

Inspiring Messages that Power up others... 2 Replies

Started by Billy. Last reply by Billy Jun 9.

Mickey

What is your favorite AMWAY Product and why? 3 Replies

Started by Mickey. Last reply by amwayguyz2k9 May 22.

Notes

AMWAY Development Academy

Created by Billy Nov 14, 2008 at 1:14am. Last updated by Billy Nov. 13, 2008.

About Personal Care and Oral Care

Created by Billy Nov 13, 2008 at 11:16pm. Last updated by Billy Nov. 13, 2008.

About Home Care

Created by Billy Nov 13, 2008 at 11:17pm. Last updated by Billy Nov. 13, 2008.

Blog Posts

Vanessa

Vanessa take care of you naturally

Posted by Vanessa on June 25, 2009 at 1:16am

Billy

Pera sa Agricultura

Posted by Billy on April 28, 2009 at 12:00am

Music

 
 

About

Billy Billy created this social network on Ning.

Create your own social network!

Badge

 

© 2009   Created by Billy on Ning.   Create Your Own Social Network

Badges  |  Report an Issue  |  Privacy  |  Terms of Service

public function action_slideshowFeed() { if (! Photo_SecurityHelper::canAccessEmbeddableData($_GET)) { throw new Exception(); } list($viewerProfile, $shouldCache) = $this->prepareSlideshowFeed(); if ($_GET['internalView'] != 'true') { header("Content-Type: text/xml"); } if ($shouldCache) { $expiryConditions = array('photo-photo-slideshowFeed-' . md5(XG_HttpHelper::currentUrl())); if ($_GET['promoted']) { $expiryConditions[] = XG_CacheExpiryHelper::promotedObjectsChangedCondition('Photo'); } if ($_GET['owner']) { $expiryConditions[] = XG_CacheExpiryHelper::photoAddedCondition(XN_Application::load()->ownerName); } $this->setCaching($expiryConditions, self::SLIDESHOW_FEED_CACHE_LIFETIME); } $numPhotos = ($_GET['fullscreen'] ? self::NUM_PHOTOS_FULLSCREEN : self::NUM_PHOTOS_EMBEDDABLE); if ($_GET['promoted']) { // Invalidation conditions don't account for promoted state, so don't cache. // Reinstate caching once BAZ-713 is resolved (simplifying the cache design) [Jon Aquino 2006-12-14] $this->photos = Photo_PhotoHelper::getPromotedPhotos($numPhotos); } elseif ($_GET['owner']) { self::handleSortingAndPagination($viewerProfile, array('contributor' => XN_Application::load()->ownerName), $numPhotos, null); } elseif ($_GET['popular']) { $this->sort = Photo_PhotoHelper::getMostPopularSortingOrder(); self::handleSortingAndPagination($viewerProfile, null, $numPhotos, null); } else { self::handleSortingAndPagination($viewerProfile, null, $numPhotos, null); } if ($_GET['random']) { shuffle($this->photos); } $this->render('rss'); }
You are Offline Sign in to chat!