$ENTITY_NAME$
Permalink:
This is permanent url of this group. It will never change. Copy and paste this link into an email to share this group.
Use this url to link to this group from your blog or website.
Group created by
$PROFILE_NAME$
Age: $USER_AGE$
GupShup.html.dynamic.groupOwnerDetails = {};
GupShup.html.dynamic.groupOwnerDetails.vars = {};
GupShup.html.dynamic.groupOwnerDetails.vars.entityDetails = {};
GupShup.html.dynamic.groupOwnerDetails.vars.webarooUserDetails = {};
GupShup.html.dynamic.groupOwnerDetails.vars.loggedInUserId = -1;
GupShup.html.dynamic.groupOwnerDetails.vars.groupOwnerUserId = -1;
GupShup.html.dynamic.groupOwnerDetails.methods = {};
GupShup.html.dynamic.groupOwnerDetails.methods = {
updateForEntityDetails : function (htmlContent)
{
var status = false;
var entityDetails = GupShup.html.dynamic.groupOwnerDetails.vars.entityDetails;
if((typeof(entityDetails) == 'object') && (typeof(entityDetails.status) != 'undefined') && (entityDetails.status == 'SUCCESS'))
{
var map = [{key:'$ENTITY_NAME$', dataMember: 'name'}];
htmlContent.content = GupShup.util.expandTemplate(htmlContent.content, map, entityDetails.info);
status = true;
}
return status;
},
updateForWebarooUserDetails : function(htmlContent)
{
var status = false;
var webarooUserDetails = GupShup.html.dynamic.groupOwnerDetails.vars.webarooUserDetails;
if((typeof(webarooUserDetails) == 'object') && (typeof(webarooUserDetails.status) != 'undefined') && (webarooUserDetails.status == 'SUCCESS'))
{
if(GupShup.util.trim(webarooUserDetails.info[0].profileName) == "")
{
webarooUserDetails.info[0].profileName = 'anonymous';
}
var map =
[
{key:'http://resource.smsgupshup.com/webimages/$WEBAROO_USER_IMG_SRC$.jpg', dataMember: 'imageUrl'},
{key:'$PROFILE_NAME$', dataMember: 'profileName'},
{key:'$USER_AGE$', dataMember: 'age'},
{key:'$USER_ID$', dataMember: 'id'}
];
htmlContent.content = GupShup.util.expandTemplate(htmlContent.content, map, webarooUserDetails.info);
GupShup.html.dynamic.groupOwnerDetails.vars.groupOwnerUserId = webarooUserDetails.info[0].id;
status = true;
}
return status;
},
updateDetails : function()
{
var innerHTML = GupShup.util.getInnerHTML('groupOwnerDetailsJsp_webarooUserDetailsTemplate_RIGHT');
var htmlContent = {'content': innerHTML};
var entityDetails = GupShup.html.dynamic.groupOwnerDetails.vars.entityDetails;
var webarooUserDetails = GupShup.html.dynamic.groupOwnerDetails.vars.webarooUserDetails;
if(GupShup.html.dynamic.groupOwnerDetails.methods.updateForEntityDetails(htmlContent, entityDetails)
&& GupShup.html.dynamic.groupOwnerDetails.methods.updateForWebarooUserDetails(htmlContent, webarooUserDetails))
{
GupShup.util.setInnerHTML('groupOwnerDetailsJsp_webarooUserDetailsContainerRIGHT', htmlContent.content);
var ageId = 'groupOwnerDetailsJsp_AgeDiv_RIGHT_' + webarooUserDetails.info[0].id;
if(webarooUserDetails.info[0].displayAge && (webarooUserDetails.info[0].age > 0))
GupShup.html.util.showElement(ageId);
else
GupShup.html.util.hideElement(ageId);
/* Check if we have a valid logged in user and the current group owner is same as the logged in user. */
var sendMessageDivId = 'sendMessageDiv_' + GupShup.html.dynamic.groupOwnerDetails.vars.groupOwnerUserId;
if ((GupShup.html.dynamic.groupOwnerDetails.vars.groupOwnerUserId > 0)
&& (GupShup.html.dynamic.groupOwnerDetails.vars.groupOwnerUserId == GupShup.html.dynamic.groupOwnerDetails.vars.loggedInUserId))
{
GupShup.html.util.hideElement(sendMessageDivId);
}
else
{
GupShup.html.util.showElement(sendMessageDivId);
}
GupShup.html.util.showElement('groupOwnerDetailsJsp_webarooUserDetailsContainerRIGHT');
}
else
{
GupShup.html.util.hideElement('groupOwnerDetailsJsp_webarooUserDetailsContainerRIGHT');
}
},
initPage : function()
{
var webarooUserDetailsJSONStr = '{"info":[{"gender":"MALE","age":21,"imageUrl":"http://resource.smsgupshup.com/webimages/profile/0/387/387256_1214370607322.png","profileName":"BalaPV","displayAge":true,"description":"NUTHING SPCIL LIKE U.
 {Orkut Community:-http://www.orkut.co.in/Main#Community.a spx?cmm=57150034}
 {Co.Me:-BalaPV@in.com} ","location":"BANGALORE","id":387256}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"WEBAROOUSER","needTotalForPg":true,"entityId":"6027688"},"message":"","totalForPg":1,"status":"SUCCESS","errorCode":"NO_ERROR"}';
var entityDetailsJsonStr = '{"info":[{"isDefault":"false","totalSubscribers":68081,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/6/27/6027688_1223188699584.png","totalPosts":777,"userId":6027771,"isPremium":false,"isPrivate":false,"status":"ENABLED","id":6027688,"description":"Hear Get "BREAKING,LIVE NEWS" About Cricket Market Politics FootBall Tenni s Wwe FilmNews sms JOIN NEWSX to 567678 Friends Join My Other's JOIN WWERESULT JOIN JOKESZONE JOIN WORLDCUP ","groupUrl":"http://www.smsgupshup.com/groups/NEWSX","name":"NEWSX","isPartner":false,"orgName":"NEWSX"}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"SMSENTITY","needTotalForPg":true,"entityId":"6027688"},"message":"","totalForPg":1,"status":"SUCCESS","errorCode":"NO_ERROR"}';
GupShup.html.dynamic.groupOwnerDetails.vars.entityDetails = GupShup.util.getJsonFromResponse(entityDetailsJsonStr);
GupShup.html.dynamic.groupOwnerDetails.vars.webarooUserDetails = GupShup.util.getJsonFromResponse(webarooUserDetailsJSONStr);
GupShup.html.dynamic.groupOwnerDetails.methods.updateDetails();
}
};
try
{
GupShup.html.dynamic.groupOwnerDetails.methods.initPage();
}
catch(error)
{
if (GupShup.conf.jsDebug)
alert('Could not process groupOwnerDetailsJsp dynamic module : error-' + error);
}
Member Responses
Reply to my messages and let me know your thoughts and comments. Just hit reply to SMS on mobile, type your message and send!
To join my group click on the JOIN button or send SMS to 567678JOIN NEWSX
Recent Replies
$NICK_NAME$ says:
$REPLIES$
GupShup.html.dynamic.replies = {};
GupShup.html.dynamic.replies.map = [
{key:'http://resource.smsgupshup.com/webimages/$GROUP_IMG_SRC$.jpg', dataMember:'image'},
{key:'$NICK_NAME$', dataMember:'nick'},
{key:'$REPLIES$', dataMember:'text'}
];
GupShup.html.dynamic.replies.methods = {};
GupShup.html.dynamic.replies.methods.repliesJsp_process = function()
{
var repliesJsonStr = '{"params":{"limit":5,"start":0,"type":"REPLIES","needTotalForPg":true,"entityId":"6027688"},"message":"","totalForPg":874,"entityReplies":[{"fromPublisher":false,"srcUser":14068505,"text":"Krazzy SMS ","image":"http://resource.smsgupshup.com/webimages/images/channels/2.3.3.78600.gif","timestamp":"3 hours ago","nick":"usr0800","id":173221},{"fromPublisher":false,"srcUser":7380748,"text":"Delhi ki sardi ... Rajastan ki garmi ... Mumbai ki barish ... UP,Bihar ka curuption... Africa ke saap ... (...) ","image":"http://resource2.smsgupshup.com/webimages/profile/0/491/491604_1214734114994.png","timestamp":"8 hours ago","nick":"sanket","id":171887},{"fromPublisher":false,"srcUser":14220382,"text":"Kal: ","image":"http://resource.smsgupshup.com/webimages/images/channels/3.3.3.78600.gif","timestamp":"1 day ago","nick":"usr0788","id":169822},{"fromPublisher":false,"srcUser":8390945,"text":"Wish u d same ","image":"http://resource.smsgupshup.com/webimages/images/channels/2.3.3.78600.gif","timestamp":"1 day ago","nick":"usr0787","id":169492},{"fromPublisher":false,"srcUser":5805697,"text":"*(@P~[W 0U+)x_>U*+YR*k{{? ","image":"http://resource.smsgupshup.com/webimages/images/channels/2.3.3.78600.gif","timestamp":"1 day ago","nick":"usr0067","id":169350}],"status":"SUCCESS","errorCode":"NO_ERROR"}';
var replies = GupShup.util.getJsonFromResponse(repliesJsonStr);
if((typeof(replies.status) != 'undefined') && (replies.status == 'SUCCESS'))
{
if(replies.entityReplies.length > 0)
{
var containerDivId = 'repliesListContainerRIGHT';
var templateDivId = 'repliesTemplateRIGHT';
GupShup.util.expandTemplateInDiv(containerDivId, templateDivId, GupShup.html.dynamic.replies.map, replies.entityReplies);
document.getElementById('repliesBlockContainerRIGHT').style.display = "block";
}
else
{
document.getElementById('norepliesBlockContainerRIGHT').style.display = "block";
}
}
};
try
{
GupShup.html.dynamic.replies.methods.repliesJsp_process();
}
catch(error)
{
if (GupShup.conf.jsDebug)
alert('Could not process repliesJsp module : error-' + error);
}
$POSTS_COUNT$ posts, $SUBSCRIBER_COUNT$ members
GupShup.html.dynamic.favGroups = {};
GupShup.html.dynamic.favGroups.methods = {
getClassForImg : function(isPremium)
{
return (isPremium)? "goldframe" : "frame";
},
favGroupsJsp_process : function()
{
var favGroupsJSONStr = '{"subscriptions":[{"isDefault":"false","totalSubscribers":51,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/12/457/12457870_1224493802850.png","totalPosts":4,"userId":6027771,"isPremium":false,"isPrivate":false,"status":"ENABLED","id":12457870,"description":"Friends Join Our Group For Live,Breaking news sms JOIN NEWSX to 567678 -sms JOIN JOKESZONE to 567678 -sms JOIN WWERESULT to 567678 -sms JOIN WORLDCUP 567678 ","groupUrl":"http://www.smsgupshup.com/groups/BalaPV","name":"BalaPV","isPartner":false,"orgName":"BalaPV"},{"isDefault":"false","totalSubscribers":672,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/6/90/6090807_1226925142232.png","totalPosts":232,"userId":6090890,"isPremium":false,"isPrivate":false,"status":"ENABLED","id":6090807,"description":"Now Get All Live Score, News Update Of CHAMPIONS LEAGUE TWENTY20 On Moaile Free!!!. If You Want That?! sms JOIN WORLDCUP to 567678 Enjoy! ","groupUrl":"http://www.smsgupshup.com/groups/WORLDCUP","name":"WORLDCUP","isPartner":false,"orgName":"WORLDCUP"},{"isDefault":"false","totalSubscribers":10033,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/6/164/6164811_1225117495207.png","totalPosts":311,"userId":6164894,"isPremium":false,"isPrivate":false,"status":"ENABLED","id":6164811,"description":"Live Update of Raw Smackdown Ecw Wwespecials Result & News & W we PhotoLinks & more. sms JOIN WWERESULT to 567678 Friend's join my outher Groups JOIN NEWSX JOIN JOKESZONE JOIN WORLDCUP ","groupUrl":"http://www.smsgupshup.com/groups/WWERESULT","name":"WWERESULT","isPartner":false,"orgName":"WWERESULT"},{"isDefault":"false","totalSubscribers":41749,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/6/24/6024176_1223805948098.png","totalPosts":570,"userId":6024268,"isPremium":false,"isPrivate":false,"status":"ENABLED","id":6024176,"description":"Hear u get NewJokes (Love,SantaBanta), Shayaris (Funny,Se ntinental) WapLink (photos,games) &more. sms JOIN JOKESZONE to 567678 Friend's join my other groups JOIN WWERESULT JOIN NEWSX JOIN WORLDCUP ","groupUrl":"http://www.smsgupshup.com/groups/JOKESZONE","name":"JOKESZONE","isPartner":false,"orgName":"JOKESZONE"},{"isDefault":"false","totalSubscribers":68081,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/6/27/6027688_1223188699584.png","totalPosts":777,"userId":6027771,"isPremium":false,"isPrivate":false,"status":"ENABLED","id":6027688,"description":"Hear Get "BREAKING,LIVE NEWS" About Cricket Market Politics FootBall Tenni s Wwe FilmNews sms JOIN NEWSX to 567678 Friends Join My Other's JOIN WWERESULT JOIN JOKESZONE JOIN WORLDCUP ","groupUrl":"http://www.smsgupshup.com/groups/NEWSX","name":"NEWSX","isPartner":false,"orgName":"NEWSX"}],"userDetails":{"globalUserId":387256,"name":"BalaPV","id":6027771},"params":{"limit":5,"start":0,"type":"MY_FAV_SUBSCRIPTIONS","userId":"6027771","showLatestMsg":"false","needTotalForPg":false,"showAll":false},"message":"","webarooUserDetails":{"gender":"MALE","age":21,"imageUrl":"http://resource.smsgupshup.com/webimages/profile/0/387/387256_1214370607322.png","profileName":"BalaPV","displayAge":true,"description":"NUTHING SPCIL LIKE U.
 {Orkut Community:-http://www.orkut.co.in/Main#Community.a spx?cmm=57150034}
 {Co.Me:-BalaPV@in.com} ","location":"BANGALORE","id":387256},"status":"SUCCESS","errorCode":"NO_ERROR"}';
if (GupShup.util.isInitialized(GupShup.conf.currentModule))
{
if (GupShup.util.trim(GupShup.conf.currentModule.refreshUrl) == '')
{
GupShup.conf.currentModule.refreshUrl
= GupShup.conf.readUrl + "&type=" + 'MY_FAV_SUBSCRIPTIONS'
+ '&userId=6027771' + '&showAll=false' + '&showLatestMsg=false'
+ '&start=0' + '&limit=' + '5' + '&needTotalForPg=false';
}
else
{
favGroupsJSONStr = GupShup.conf.currentModule.refreshArgs;
}
}
var favGroups = GupShup.util.getJsonFromResponse(favGroupsJSONStr);
if((typeof(favGroups.status) != 'undefined') && (favGroups.status == 'SUCCESS') && (favGroups.subscriptions.length > 0))
{
var tmplMap =
[
{key:'http://resource.smsgupshup.com/webimages/$GROUP_IMG_SRC$.jpg', dataMember:'imageUrl'},
{key:'$GROUP_NAME$', dataMember:'name'},
{key:'$IMG_CLASS$', dataMember:'isPremium', dataProcessor:GupShup.html.dynamic.favGroups.methods.getClassForImg},
{key:'http://resource.smsgupshup.com/webimages/$GROUP_PAGE_URL$.jpg', dataMember:'groupUrl'},
{key:'$POSTS_COUNT$', dataMember:'totalPosts'},
{key:'$SUBSCRIBER_COUNT$', dataMember:'totalSubscribers'}
];
var containerDivId = 'favGroupsListContainerRIGHT';
var templateDivId = 'favGroupTemplateRIGHT';
GupShup.util.expandTemplateInDiv(containerDivId, templateDivId, tmplMap, favGroups.subscriptions);
document.getElementById('favGroupsBlockContainerRIGHT').style.display = "block";
}
}
};
try
{
GupShup.html.dynamic.favGroups.methods.favGroupsJsp_process();
}
catch(error)
{
if (GupShup.conf.jsDebug)
alert('Could not process favGroupsJsp module : error-' + error);
}
var innerScriptDiv = "";
var innerScriptText = "";
var orientation = "RIGHT";
var modules = GupShup.conf[orientation + '_Modules'] = new Array();
GupShup.conf.currentModule = modules[0] = {name : 'errorMsg.jsp', rank : 0,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('errorMsg.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = modules[1] = {name : 'groupOwnerDetails.jsp', rank : 1,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('groupOwnerDetails.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = modules[2] = {name : 'replies.jsp', rank : 2,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('replies.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = modules[3] = {name : 'sms_gallery.jsp', rank : 3,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('sms_gallery.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = modules[4] = {name : 'smsapp_chat.jsp', rank : 4,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('smsapp_chat.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = modules[5] = {name : 'smsapp_love.jsp', rank : 5,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('smsapp_love.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = modules[6] = {name : 'favGroups.jsp', rank : 6,
orientation : 'right', refreshUrl : '', refreshArgs : ''};
GupShup.html.dynamicBar.executeJavaScript('favGroups.jsp_RIGHT_javaScript');
GupShup.conf.currentModule = null;