[Script] PHPmotion - Video
Before I post my script I have a question about this form.
It uses FCKeditor within an iFrame. "FCKeditor1=" don't work for me .
Any suggestions?
Besides that registration, log in and posting to blogs works except for the article which uses the same iframe. Only summary and title are shown.
I still have to figure out how to post to videos or images in a properly way though.
Comments
FCKeditor1=<p>This is my test comment <a href="http://www.test.com/">test anchor</a></p>
vid=16
and its being POSTed to comments.php
...but you probably knew all that
Yes I would make it a engine that doesn't parse for forms but uses "post data"...could look like this...
[vid]
type=extract
front=vid=
back1=&
back2="
back3='
back4=\n
[ video_comment]
type=memo
[STEP1]
modify url=comments.php
post data=vid==%vid%&FCKeditor1=%video_comment%