PDA

View Full Version : A little html help on myspace


decemberfall
05-28-2007, 02:19 PM
Okay, so i'm hacking the hell out of my myspace profile, and I came across a small snag. The code I got was from someone else on how to make the comment box work and shock faint, it doesn't work. Someone want to help me sort it out so I can finally get my profile done. Much thanks!

<span class="header"><center>Comment box</center></span><br>
<center><form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendid" value="5293722" type="hidden"><textarea name="f_comments" cols="42" rows="4" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 10px; color: 000000; background-color: ffffff;" style="overflow:auto;"></textarea><BR>
<input value="Comment" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 10px; color: 000000; background-color: ff0000;" type="submit"></form></center>

rabidbadger
05-28-2007, 02:59 PM
I'm no pro, but all I can guess is there might be an error in the myspace id part, here:

action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendid" value="5293722" type="hidden"

I saved the code as an html file, and opened it in a browser, and everything else seemed fine...

Is that number your correct user id?

decemberfall
05-28-2007, 03:14 PM
yeah, it's the correct id, i've double checked it a couple times, it will let you input the comment but when you press the button to add it, it just takes you back to the homepage.

ElectricalBurn
05-28-2007, 06:11 PM
how does it not work, doesnt display properly or doesnt submit a comment??

no syntax errors in the code

samureye
05-28-2007, 06:15 PM
Hey, I figured it out, what you need to do is click on the "Delete Myspace account" then you go to Facebook.com and sign up. Works like a charm.

decemberfall
05-28-2007, 07:43 PM
After you put the comment in and hit submit it just takes you back to the myspace homepage, doesn't submit the comment.

ha ha, i have a facebook, i hate it!

rabidbadger
05-28-2007, 08:11 PM
try virb, it's all the rage. (among blackfox crew, that is) ;)

xibalba
05-28-2007, 09:06 PM
Tried different browsers see if it works in one but not another? Maybe has something to do with ya having a private profile?

rabidbadger
05-28-2007, 09:33 PM
You know, I bet that's it: maybe need to slap some code in there to compensate for that?

decemberfall
05-28-2007, 09:39 PM
it doesn't have a private profile, this is my clothing line profile, i think i've tired both mozilla and ie 7

rabidbadger
05-28-2007, 10:50 PM
not diffusemysoul, then? what's the real link? might be able to help more through -> view source.

decemberfall
05-29-2007, 12:17 AM
www.myspace.com/decemberfall

decemberfall
06-17-2007, 06:04 PM
i got it, there were a couple things that were in the wrong place, once i got them in proper place it worked! Thanks for everyones help though!