|
 |
 |
Myspace Mobsters - Energy Packs
|
 |
 |
 |
 |
| Author |
Message |
xxqwertyxx Newbie



 Joined: 26 Apr 2009 Posts: 1
|
|
 |
Firstly, this is a post requesting help, either someone to provide a simple program to use html/java-script codes to quickly and easily manipulate the mobsters game, or someone to give me a walkthrough on how to do this myself.
Url is; profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=104283
Anyone familiar with this online game knows the recent introduction of the top mob feature. If not, well it allows for players to send energy to other players. 8 persons can be put on this list at any 1 given time. Rather than having to go through 500+ members, would it be possible to have a program that automatically sends energy to all members?
Any help on this topic will be greatly appreciated.
And sorry for the lack of detail, i will repost when i know more about the nature of the page. (Basically i am trying to get a program similar to yourbountyhunter - but with the intention of helping other players within the game, not yourself..)
Below is the source of the frame..
| Quote: |
<html><head><title></title>
<script type="text/javascript" src="http://x.myspacecdn.com/OpenSocial/0.7/gadgets.v07.001.js"></script>
<script type="text/javascript" src="http://x.myspacecdn.com/OpenSocial/0.7/opensocial.v07.001.js"></script>
<script type="text/javascript" src="http://x.myspacecdn.com/OpenSocial/0.7/myopenspace.v07.003.js"></script>
<script type="text/javascript" src="http://x.myspacecdn.com/modules/common/static/js/Apps/ifpc003.js"></script>
<script type="text/javascript" src="http://x.myspacecdn.com/modules/common/static/js/Apps/json001.js"></script>
<script type="text/javascript">
//<![CDATA[
var env = opensocial.getEnvironment();var myOpenSocialAppOpts = {};myOpenSocialAppOpts[MyOpenSpace.Application.Field.ID] = "104283";
myOpenSocialAppOpts[MyOpenSpace.Application.Field.NAME] = "Mobsters";
myOpenSocialAppOpts[MyOpenSpace.Application.Field.PROFILE_URL] = "http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=356357051";
myOpenSocialAppOpts[MyOpenSpace.Application.Field.INSTALL_URL] = "http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=356357051";
myOpenSocialAppOpts[MyOpenSpace.Application.Field.CANVAS_URL] = "http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx";
myOpenSocialAppOpts[MyOpenSpace.Application.Field.ICON_LARGE] = "http://c2.ac-images.myspacecdn.com/images01/40/l_c7fa751f348e3d07bf8f2e3e68984f1d.jpg";
myOpenSocialAppOpts[MyOpenSpace.Application.Field.ICON_SMALL] = "http://c4.ac-images.myspacecdn.com/images01/44/l_b880ac2810ea661ae851b4157f43ede3.png";
env.currentApplication = new MyOpenSpace.Application(myOpenSocialAppOpts);
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
opensocial.Container.get().registerParam("panelId", "apppanel_104283_canvas");
opensocial.Container.get().registerParam("remoteRelay", "http://profile.myspace.com/Modules/Applications/Pages/ifpc_relay.aspx");
opensocial.Container.get().registerParam("localRelay", "http://api.msappspace.com/OpenSocial/ifpc_relay.aspx");
opensocial.Container.get().registerParam("appid", "104283");
opensocial.Container.get().registerParam("ptoString", "COMMENTS,BLOG,BULLETINS,PROFILE,SEND_MESSAGE,SHARE_APP,ACTIVITY");
//]]>
</script>
</head>
<body onload="MyOpenSpace.OnLoad.runOnLoadHandlers();">
<link rel="stylesheet" type="text/css" href="http://cdn0.mobwarsapp.com/mob/styles.css" />
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"> </script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<style type="text/css">
div.mainFrame{}
div.headerFrame{}
</style>
<script src="http://cdn0.mobwarsapp.com/mob/single/mob_single8.js"></script>
<a name="mainFrameTop"></a>
<div id="headerFrame" class="headerFrame"></div>
<div id="mainFrame" class="mainFrame">
</div>
<div id="debugOutput" style=' display:none; overflow:auto; background-color:white; height:200px'>
</div>
<script type="text/javascript">
window.onload = init;
</script>
</body>
</html> |
If this is not possible, please let me know, and delete this post. |
|
|
Date Posted:Sun Apr 26, 2009 2:29 pmThanks: 0Thanked 0 Times In 0 Posts
|
| Author |
Message |
blaken-and-eggs Special Member



 Joined: 09 Feb 2009 Posts: 109
|
|
 |
| umm i dont no much bout this but how does it work |
|
|
Date Posted:Tue May 05, 2009 9:11 amThanks: 6Thanked 13 Times In 10 Posts
|
Astalavista Forum Index :: Programming Solutions :: Myspace Mobsters - Energy Packs
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|