Log In · Register

 
 
Closed TopicStart new topic
I have a question
MikeTeh1337
post Feb 18 2006, 09:04 PM
Post #1


Myspace Helper/Beginner
*****

Group: Member
Posts: 440
Joined: Jan 2006
Member No: 345,480



ok heres the problem, I have a comment box. Everytime my friend want to comment me, it said that "you must be their friends to comment" or something like that..

Help?
 
ANG33ZY
post Feb 18 2006, 09:10 PM
Post #2


skaters gonna skate.
*******

Group: Official Member
Posts: 6,861
Joined: Mar 2004
Member No: 6,336



make sure your friendsID in the code is correct

or

make sure your code has this

<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment">
<input type="hidden" name="friendID" value="2930956" /> <textarea name="f_comments" cols="52" rows="5" style="background:202926 ; border-width:1px; border-style:solid; border-color:c4a47e; color:EAE7D4; font-family:arial;text-align:center;">put your money where your mouth is.
</textarea><br> <input type="submit" value="comment me" form=1 style="font-family:arial; font-size: 8pt; color: EAE7D4; border: 1px solid;border-color:c4a47e; padding: 1px;background-color:202926"></form><br><br>

.. since Tom just changed something on myspace
 
Jane Doe.
post Feb 18 2006, 09:11 PM
Post #3


Senior Member
******

Group: Member
Posts: 2,534
Joined: Jul 2005
Member No: 170,127



http://www.createblog.com/forums/index.php...2488&hl=comment

?

If not, post your codes and I'll look through it.
 
MikeTeh1337
post Feb 18 2006, 09:12 PM
Post #4


Myspace Helper/Beginner
*****

Group: Member
Posts: 440
Joined: Jan 2006
Member No: 345,480



CODE
<center><form method="post" action="index.cfm?fuseaction=user.ConfirmComment">
<input type="hidden" name="friendID" value="56124584">
<textarea name="f_comments" cols="28" rows="5">Hey Khoa!</textarea><br>
<input type="submit" value="Poke!">
</form></center>
<p>


this is my code.
 
ANG33ZY
post Feb 18 2006, 09:14 PM
Post #5


skaters gonna skate.
*******

Group: Official Member
Posts: 6,861
Joined: Mar 2004
Member No: 6,336



yeah you gotta change the action="index.cfm?fuseaction=user.ConfirmComment" part

replace index.cfm?fuseaction=user.ConfirmComment
with http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment
 
Jane Doe.
post Feb 18 2006, 09:15 PM
Post #6


Senior Member
******

Group: Member
Posts: 2,534
Joined: Jul 2005
Member No: 170,127



Did you read the link I posted, or anqie 's post..?
Just change the

<center><form method="post" action="index.cfm?fuseaction=user.ConfirmComment">
<input type="hidden" name="friendID" value="56124584">
<textarea name="f_comments" cols="28" rows="5">Hey Khoa!</textarea><br>
<input type="submit" value="Poke!">
</form></center>
<p>

Bolded to:
http://comments.myspace.com/index.cfm?fuse....ConfirmComment

Like so:
CODE
<center><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment">
<input type="hidden" name="friendID" value="56124584">
<textarea name="f_comments" cols="28" rows="5">Hey Khoa!</textarea><br>
<input type="submit" value="Poke!">
</form></center>
<p>
 
MikeTeh1337
post Feb 18 2006, 09:23 PM
Post #7


Myspace Helper/Beginner
*****

Group: Member
Posts: 440
Joined: Jan 2006
Member No: 345,480



ok 1 more question, since this forum had change and im at my cousin's' house. Can you guys tell me where do you get manual submit button?
 
Jane Doe.
post Feb 18 2006, 09:39 PM
Post #8


Senior Member
******

Group: Member
Posts: 2,534
Joined: Jul 2005
Member No: 170,127



The manual submit script was not transferred over to cb3...

Just do this:

Copy and paste this [ java script:document.forms[1].submit() ]
into your browser. Change the number 1 to 2-5 if it doesn't work.
 
MikeTeh1337
post Feb 18 2006, 09:47 PM
Post #9


Myspace Helper/Beginner
*****

Group: Member
Posts: 440
Joined: Jan 2006
Member No: 345,480



hm it wont work I add this page in my favorites,edit the url with
java script:document.forms[1].submit(), changed the numbers but it wnt work
 
Jane Doe.
post Feb 18 2006, 10:04 PM
Post #10


Senior Member
******

Group: Member
Posts: 2,534
Joined: Jul 2005
Member No: 170,127



Sorry.
I pasted it wrong.
Use this:
java script:document.forms[1].submit()

ACK. IT ADDS A SPACE.

NOSPACE INBETWEEN JAVA AND SCRIPT.

_dry.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: