jonwayne 05-29-2009, 05:50 PM ok Added A bunch of info if you guys cant do anything with that then idk what else to get. I'm Trying to get a new code in url from to use for the game to cone objects
Example Of Gifting in Game Html:
<form id="send_gift" onsubmit="ZY.View.get('gift.php', ZY.Util.getFormValues(this)); return false;"> <input value="455240625" name="f_id" type="hidden"> <input value="0" name="g_type" type="hidden"> <input value="HS" name="submit" type="submit"></form>
Original Code Url :
http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=115594&appParams=%7B%22zy_path%22%3A%22gift.php?f_id=455240625%%22%7D
The Source:
<form name="aspnetForm" method="post" action="/Modules/Applications/Pages/Canvas.aspx?appId=115594&appParams=%7B%22zy_path%22%3A%22gift.php?f_id=455240625%%22%7D" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUIMjQxMjcyMzNkZA==" />
</div>
VIPStephan 05-29-2009, 05:59 PM […] wanted to see if someone would know how to make a new code or could tell me at least hey no way around it
Uhmm… let me think for a moment…
Yes, I guess someone would know how to make a new code.
jonwayne 05-29-2009, 06:01 PM if i give u the old code could u make a new one?
jonwayne 05-29-2009, 06:22 PM ok well added more details due to persons opinion
jonwayne 05-29-2009, 07:37 PM hmm i seen a bunch of ppl read but no answers does that mean noone can help or what?
jonwayne 05-29-2009, 08:03 PM well i guess i came to the wrong place bc not one person has helped yet
djm0219 05-29-2009, 08:59 PM Amazing, in less than 3 hours you've concluded that you are in the wrong place. People try to help here on their own free time. You haven't posted any code that you would like help with and the link requires one to have an account on MySpace from what I could tell by looking at it.
You need to help us try to help you by attempting to write some of the code, posting the code you've tried and asking specific questions if you get stuck.
jonwayne 05-29-2009, 10:36 PM thanks but i have no clue about html all i know is the above code n thats it...what would i need to be helped though ?
It seems to me we're at cross purposes here over the word "code". Just to clear this up why don't you post your old code here?
Just to be really clear, having just read your other post - are you talking about html code here?
jonwayne 05-29-2009, 10:47 PM i did but here it is again. im not sure what else u would need? but thats about all i have is the code n what is did n does now
http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=115594&appParams=%7B%22zy_path%22%3A%22gift.php?f_id=455240625%%22%7D
Well, as per djm0219's post earlier, all that gives us is a link to MySpace UK logon page. You talk in your original post about having a "clone code".
What is this?
I think you're in the wrong place.....
jonwayne 05-29-2009, 10:55 PM well it is a clone code it opens up the application street racing and when u clicked on the car it use to send it to urself n make a copy but no longer does that after updates. if im in the wrong spot do u know where to direct me? because i know nothing about these codes
This forum is about html code and css code, not codes for games.
Sorry....:(
jonwayne 05-29-2009, 11:00 PM This forum is about html code and css code, not codes for games.
Sorry....:(
but arent all those numbers have meaning in html? thats y i came here. And what i have what is that considered then?
jonwayne 05-29-2009, 11:05 PM in the url like the %7d n all those and %% 22... idk much but im sure if if the code that is usally used in html codes was inserted it would work...at least i hope n think... the 9 digit number thats in there is my url for myspace but the rest idk what they mean
You mean the end of the url: ...gift.php?f_id=455240625%%22%7D?
Those numbers don't mean anything in html.
It looks to me like that's passing some sort of id, or code, if you will, into whatever application you were using. From what you say, that id doesn't work any more, and you need a new one. Not from here.
jonwayne 05-29-2009, 11:16 PM well thank u i been waiting for a answer like that....so where would i look for something of that sort then?
Right.
Just googled Street Racing and MySpace....
Try this forum (http://forums.zynga.com/showthread.php?p=17726). Looks like that's what you're after.
You are, indeed, in the wrong place.....
PS: Google's quite helpful for this sort of thing
jonwayne 05-29-2009, 11:28 PM ok it was helpful bc i would a html code now this is ti gift someone in the game im trying to do that but myself and for it to make a clone is it possible w this new info below?
<form id="send_gift" onsubmit="ZY.View.get('gift.php', ZY.Util.getFormValues(this)); return false;"> <input value="455240625" name="f_id" type="hidden"> <input value="0" name="g_type" type="hidden"> <input value="HS" name="submit" type="submit"></form>
Ok, time to be a little blunt.
You are asking the question in the wrong place. Why don't you ask your original question on the forum I suggested? I know nothing about Street Racing on MySpace, and neither, I'd venture, does anybody else here.
Just to be absolutely crystal clear, when VIPStephan posted
Uhmm… let me think for a moment…
Yes, I guess someone would know how to make a new code.
then he was not suggesting that someone on this forum would be able to help.
jonwayne 05-29-2009, 11:41 PM well sorry figuered since i had a new html code now that u guys would be able to and i cant go there bc cloning obsisoly would be cheating in the game n thats the games forums
jonwayne 05-30-2009, 01:51 AM ok also found the source idk if that makes it any easier at all
<form name="aspnetForm" method="post" action="/Modules/Applications/Pages/Canvas.aspx?appId=115594&appParams=%7B%22zy_path%22%3A%22gift.php?f_id=455240625%%22%7D" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUIMjQxMjcyMzNkZA==" />
</div>
|