
Go to http://h1.ripway.com/Pre5h/Generator.htm
For Generator
Update 14 September v1.2
Make Generator
Update 28 August v1.1.1
Make Sample of Url Image
Update 19 August v1.1
Now Works IE4+ and FF1+
Change Open/Close With Smilies Only
Fixed The Link Cannot Show When Post
Change CboxTag & CboxId Instead My Code
Change Name To Antiposer Instead Antispam
Put This Below On JScript
function showForm()
{
var div = document.getElementById("hide");
var show = document.getElementById("show");
var close = document.getElementById("close");
if(div.style.display!="none")
{
hideForm();
}
else
{
div.style.display = "block";
show.style.display = "none";
close.style.display = "block";
}
}
function hideForm()
{
var div = document.getElementById("hide");
var show = document.getElementById("show");
var close = document.getElementById("close");
div.style.display = "none";
show.style.display = "block";
close.style.display = "none";
}
function x(){
return;
}
function DoSmilie(addSmilie, messageDef){
var addSmilie, messageDef, revisedMessage;
var currentMessage = document.cbox.pst.value;
if(currentMessage==messageDef){currentMessage='';}
revisedMessage = currentMessage+addSmilie;
document.cbox.pst.value=revisedMessage;
document.cbox.pst.focus();
return;
}And Paste This
<a href=\"javascript:DoSmilie('SMILIES CODE')\"><img src='URL OF SMILIES IMG'>Sample SMILIES CODE is :) or whatever u want
Sample URL OF SMILIES IMG is
http://cbox.ws/smilies/1/smile.gif Blue
http://cbox.ws/smilies/2/smile.gif Orange
http://cbox.ws/smilies/3/smile.gif Yellow
Sample
if (!attachOnLoadHandler(function(){antiposer()})) parent.onload = function(){antiposer()};
function attachOnLoadHandler(func){
if(parent.attachEvent){
//win 5.0-6.0
parent.attachEvent('onload',func);
return true;}
if(parent.addEventListener){
//moz,opera & safari
parent.addEventListener('load',func,false);
return true;}
return false;}
function antiposer() {
var cbox="<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='100%' height='300' src='http://WWW.cbox.ws/box/?boxid=CBOXID&boxtag=CBOXTAG&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='sbox' id='sbox'></iframe><br/>"+
"<form name='cbox' method='post' target='sbox' action='http://WWW.cbox.ws/box/?boxid=CBOXID&boxtag=CBOXTAG&sec=submit'>"+
"<input type='hidden' name='nme' value='"+pageViewerFName+"'>"+
"<input type='hidden' name='eml' value='http://www.friendster.com/"+pageViewerID+"'>"+
"<input type='text' name='pst' class='cboxMsgArea'><br>"+
"<input type='submit' class='cboxButtons' value='Send' target='sbox' name='sub'>"+
"<input type='reset' class='cboxButtons' value='Clear' maxlength='25'><br>"+
"<div id='show' style='display: inline'><a href='javascript:showForm()' title='Open Smilies Menu'>Smilies</a></div>"+
"<div id='close' style='display: none'><a href='javascript:showForm()' title='Close Smilies Menu'>Smilies</a></div>"+
"<div id='hide' style='display: none'>"+
"<table width='100%' border='0'><td align='center'>"+
"<a href=\"javascript:DoSmilie(':SMILIES CODE:')\"><img src='URL OF IMAGE'></a>"+
"</td></div></tr></table></form></div>";
addSideBar(pageOwnerFName+"'s Chatbox",cbox,"ul_cbox_content");}
function addSideBar(head,htm,div_id) {
var innerHtm=htm;
var cont="<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+div_id+"'>"+
innerHtm+
"</div>"+
"</div>";
try {
var obj=document.createElement("<li>");
} catch(e) {
var obj=document.createElement("li");
}
var x=document.getElementById("2");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}CBOXTAG - YOUR CBOXTAG
CBOXID - YOUR CBOXID
SEE SAMPLE AT WWW.FRIENDSTER.COM/RUSHDIEY
Last edited by Ephemeral (2008-03-02 03:17:49)
-Offline- |

how about for IE? 
Last edited by dale (2007-08-19 09:14:53)
-Offline- |

it also work on ie
-Offline- |

Is this code working on the Anti-poster cbox on ShoutoutBOx???

-Offline- |

I had a really really sort of hard time implementing this code
bcoz I already had an addbox feature for a regular cbox. In the end, i still found my conflicts. great code!
I like the smilies box feature at the bottom. mine has a dancing bananana.
for the form, i needed to add an index.php?and my www has a 2 after it.
e.g.
http://www2.cbox.ws/box/index.php?boxid=BOXID=BOXTAG&sec=submit
as for the form main i used cboxes normal code since it wouldn't appear, then just changed the class & id to "sbox"
e.g.
"<iframe frameborder='0' width='300' height='290' src='http://www2.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='sbox' style='border:#333333 1px solid;' id='sbox'></iframe><br/>"+
btw, the anti-poser mechanism only works for regular viewer names. It won't work with names with special characters in it (e.g. ` ` ` Shakiro) It doesnt work on mine anyways.

feruzz wrote:
what does antiposer mean? pls answer my question
antiposer means, no one gonna post another person instead of him/herself. example, If ephe have no antiposer cbox. I can type feruzz on ephe's page and act like i am really feruzz.. if he does have an antiposer, my friendster name will be posted in name and cannot be changed.. thats the beauty of it.. =3
-Offline- |

i like this code you don't need pop ups to use smilies, it will appear automatically at the bottom of your cbox if you like it to appear at the bottom its up to you lol, then when i click a smilie it will automatically add it in the text form.
good job ![]()
-Offline- |

i use a popup page for smilies
can this code implemented to it
-Offline- |
jagcopra wrote:
antiposer means, no one gonna post another person instead of him/herself. example, If ephe have no antiposer cbox. I can type feruzz on ephe's page and act like i am really feruzz.. if he does have an antiposer, my friendster name will be posted in name and cannot be changed.. thats the beauty of it.. =3
thank you for your info 
hi room..its all screw up after i added YM offline/online on my profile..suddenly my WVM is gone and never come back..
well..any other way i've been tryin to get it back but never does..anyone help me pls? how to put cbox anti-poser, YM offline/online sign and WVM in my profile properly??well the other unnecessary but make nicer profile too such as map location etc if you hav it..THX THX a lot 4 helpin me..
this is my FS id: 13521577
my YM : dazzlefun13
-Offline- |
<img src='URL OF SMILIES IMG'>
where to get this thingy?


-Offline- |

u can get the image by clicking properties on the image
in your cbox
-Offline- |
where can i find the CBOXTAG and CBOXID?
sorry..i am quite confused..
-Offline- |

u can get by login it to cbox.ws
-Offline- |
Excuse me..IF my cbox is in my css, i mean not in my sidebar..all i need to do is put the above code in my javascript and it will take effect for the my cbox??
-Offline- |

huhu.. CSS?

-Offline- |
nah,,need to correct that.. i mean my cbox is just purely embeded in my media box..and not in my WVM or not as part of JS for sidebar...will this code work..? Or just for the cbox in sidebars???
-Offline- |
<img src='URL OF SMILIES IMG'>
sample plz!!! 


-Offline- |

loquitor wrote:
Code:
<img src='URL OF SMILIES IMG'>sample plz!!!
u can view my first reply
-Offline- |