Get store
Mage::app()->getStore();
Store code
Mage::app()->getStore()->getStoreId();
Mage::app()->getStore()->getCode(); Website Id
Mage::app()->getStore()->getWebsiteId(); Store Name
Mage::app()->getStore()->getName(); Is Active
Mage::app()->getStore()->getIsActive(); Homepage URL of Store
Mage::app()->getStore()->getHomeUrl(); Current page URL of Store
Mage::app()->getStore()->getCurrentUrl();