
feruzz wrote:
you can apply this code into anti "poser"
cbox
And I did.. wahehe Hope Sir Feruzz(My idol) can visit this thread...
.....................................................................................................................................................
Yes... You got it right this Tweak is Anti Poser Cbox
Thanks for the PageViewer and PageOwner Basis by Feruzz/Xavey 
Credits: bryandg for AntiPoser Cbox Friendster Version
LMAO This is my Multiply Version of Anti Poser Cbox All rights reserve January 2008-2009

Step 1:Insert this code at the top of your js code...if (!addEvent(function() { onPageLoad();})) { window.onload = function() { onPageLoad();};}
function onPageLoad() {
var cbox ="<iframe frameborder='0' width='40%' height='260' src='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><form name='chat' width='60%' target='blurry' action='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";
}
Step 2: Insert this code after the first code
//ADDBOX FUNCTION
function addBox (type,head,htm,id,sibling) {
//by blurrycloud multiply version 2008-3000
//credits to marfillaster friendster version
//type "top" | "bottoml" | "bottomr" | "siderail"
//head header string
//htm innerHTML string
//id css_id string
/* Available default Siblings
Coming Soon
*/
try {
var br=document.createElement("li");
} catch(e) {
var br=document.createElement("<br>");
}
if(type=="top") {
var ul=document.getElementById("mainbox_1");
htm="<div class='itemboxsub'>"+htm+"</div>";
}
else if(type=="bottomr") {
var ul=document.getElementById("mainbox_4");
}
else if(type=="siderail") {
var ul=document.getElementById("rail");
}
else var ul=document.getElementById("mainbox_3");
br.innerHTML="<br><div id='"+id+"' class='itemboxsub "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(br);
else {
sibling=document.getElementById(sibling);
ul.insertBefore(br,sibling);
}
}
Step 3: Insert this code after the 2nd code
//Page owner and Page Viewer Basis
var pageOwnerFName;
var pageViewerFName;
pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf("."));
try {
pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, "");
}catch(e) {
pageViewerFName = "";
}
function getElementsByClassName(oElm,sTag,sClass) {
var elm = [];
if (!oElm)oElm = document;
if (!sTag)sTag = "*";
var els = oElm.getElementsByTagName(sTag) || document.all;
for (var j=0,k=els.length;j<k;j++) {
if (new RegExp(sClass).test(els[j].className)) {
elm.push(els[j]);
}
}
return elm;
}.
//If you want your anti poser cbox in other position, here are the available types....
top position = top
bottom right position = bottomr
bottom left position = bottoml
under your rail box = siderail
addBox("EDIT POSITION","Let's Sit And Talk",pet,"pet");
That's it and your done..
Do it if you want.... (Tweak your Message Area)
Put this in your custom css
multiply.com/setup/pages/upload-css
#cbox {
background-color: translucent;
background-image:url(http://img62.imageshack.us/img62/204/000kk2.gif);
background-attachment: scrollable;
background-repeat: repeat;
background-position: center center;
border: 2px solid #123456;
}
.cboxMsgArea { /* FOR THE MESSAGE AREA*/
color: #cc9966;
font-family: Arial;
font-size: 100%;
font-weight: bold;
background-color:#123456;
border:2px solid #123456;
width: 235px;
height: 60px;
}
.cboxButtons { /* Active Buttons*/
color: #cc9966;
font-family: Arial;
font-size: 96%;
font-weight: bold;
background-color: #123456;
border:1px solid #123456;
}
.cboxButtonshov { /* Effects When Buttons is Hovered */
color: #000000;
font-family: Arial;
font-size: 96%;
font-weight: bold;
background-color: #123456;
border:1px solid #123456;
}
Note just put your desired color, desired height and desired width
Note: Please Log In to your multiply Account so you can type a message to my anti poser cbox... that's why it's anti poser right? LOLOLOLOLO
Last edited by blurrycloud (2008-05-17 06:06:59)

Nice! Thanks 4 share... ![]()


Thanks for the early comment... LOLOLOLO 
whoa! nice one bro!! ur an expert in multiply.. hehehe improvised cbox by blurrycloud..
![]()




thanks guys
First Post Updated Using the Addbox function...
Last edited by blurrycloud (2008-01-17 03:30:23)

i follow all the instructions that u given but theres no changes in my site...
is there any wrong with my code?
pls, help me with this!
thnx! 
here''s my code below...
if (!addEvent(function() { onPageLoad();})) { window.onload = function() { onPageLoad();};}
function onPageLoad() {
var cbox ="<iframe frameborder='0' width='40%' height='260' src='http://www3.cbox.ws/box/?boxid=2606551&boxtag=5530&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><form name='chat' width='60%' target='blurry' action='http://www3.cbox.ws/box/?boxid=2606551&boxtag=5530&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";
}
addBox("siderail","Let's Sit And Talk",cbox,"cbox");
//ADDBOX FUNCTION
function addBox (type,head,htm,id,sibling) {
//by blurrycloud multiply version 2008-3000
//credits to marfillaster friendster version
//type "top" | "bottoml" | "bottomr" | "siderail"
//head header string
//htm innerHTML string
//id css_id string
/* Available default Siblings
Coming Soon
*/
try {
var br=document.createElement("li");
} catch(e) {
var br=document.createElement("<br>");
}
if(type=="top") {
var ul=document.getElementById("mainbox_1");
htm="<div class='itemboxsub'>"+htm+"</div>";
}
else if(type=="bottomr") {
var ul=document.getElementById("mainbox_4");
}
else if(type=="siderail") {
var ul=document.getElementById("rail");
}
else var ul=document.getElementById("mainbox_3");
br.innerHTML="<br><div id='"+id+"' class='itemboxsub "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(br);
else {
sibling=document.getElementById(sibling);
ul.insertBefore(br,sibling);
}
}i did not put anymore the
step 3: //Page owner and Page Viewer Basis
coz i have it already in my alert message..
what zud i do?
pls, help me.
.
tnx

-Offline- |

if (!addEvent(function() { onPageLoad();})) { window.onload = function() { onPageLoad();};}
function onPageLoad() {
var cbox ="<iframe frameborder='0' width='40%' height='260' src='http://www3.cbox.ws/box/?boxid=2606551&boxtag=5530&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><form name='chat' width='60%' target='blurry' action='http://www3.cbox.ws/box/?boxid=2606551&boxtag=5530&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";
addBox("siderail","Let's Sit And Talk",cbox,"cbox");
}
//ADDBOX FUNCTION
function addBox (type,head,htm,id,sibling) {
//by blurrycloud multiply version 2008-3000
//credits to marfillaster friendster version
//type "top" | "bottoml" | "bottomr" | "siderail"
//head header string
//htm innerHTML string
//id css_id string
/* Available default Siblings
Coming Soon
*/
try {
var br=document.createElement("li");
} catch(e) {
var br=document.createElement("<br>");
}
if(type=="top") {
var ul=document.getElementById("mainbox_1");
htm="<div class='itemboxsub'>"+htm+"</div>";
}
else if(type=="bottomr") {
var ul=document.getElementById("mainbox_4");
}
else if(type=="siderail") {
var ul=document.getElementById("rail");
}
else var ul=document.getElementById("mainbox_3");
br.innerHTML="<br><div id='"+id+"' class='itemboxsub "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(br);
else {
sibling=document.getElementById(sibling);
ul.insertBefore(br,sibling);
}
}
//PAGEOWNER/PAGEVIEWER BASIS
It should be like this buddy
Last edited by blurrycloud (2008-02-19 01:57:38)

yes, its work
But, when i put the other codes like welcome alert and banned ripper..
the cbox code is GONE..
what's wrong w/ my code?
btw, here's my code:
if (!addEvent(function() { onPageLoad();})) { window.onload = function() { onPageLoad();};}
function onPageLoad() {
var cbox ="<iframe frameborder='0' width='40%' height='260' src='http://www3.cbox.ws/box/?boxid=2606551&boxtag=5530&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><form name='chat' width='60%' target='blurry' action='http://www3.cbox.ws/box/?boxid=2606551&boxtag=5530&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";
addBox("siderail","Let's Sit And Talk",cbox,"cbox");
}
//ADDBOX FUNCTION
function addBox (type,head,htm,id,sibling) {
//by blurrycloud multiply version 2008-3000
//credits to marfillaster friendster version
//type "top" | "bottoml" | "bottomr" | "siderail"
//head header string
//htm innerHTML string
//id css_id string
/* Available default Siblings
Coming Soon
*/
try {
var br=document.createElement("li");
} catch(e) {
var br=document.createElement("<br>");
}
if(type=="top") {
var ul=document.getElementById("mainbox_1");
htm="<div class='itemboxsub'>"+htm+"</div>";
}
else if(type=="bottomr") {
var ul=document.getElementById("mainbox_4");
}
else if(type=="siderail") {
var ul=document.getElementById("rail");
}
else var ul=document.getElementById("mainbox_3");
br.innerHTML="<br><div id='"+id+"' class='itemboxsub "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(br);
else {
sibling=document.getElementById(sibling);
ul.insertBefore(br,sibling);
[b]//PAGEOWNER/PAGEVIEWER BASIS[/b][/b]
var pageOwnerFName;
var pageViewerFName;
pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf("."));
try {
pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, "");
}catch(e) {
pageViewerFName = "";
}
function getElementsByClassName(oElm,sTag,sClass) {
var elm = [];
if (!oElm)oElm = document;
if (!sTag)sTag = "*";
var els = oElm.getElementsByTagName(sTag) || document.all;
for (var j=0,k=els.length;j<k;j++) {
if (new RegExp(sClass).test(els[j].className)) {
elm.push(els[j]);
}
}
return elm;
}
[b]the other codes[/b]
[u]
//MY MENU[/u]
if (!addEvent(function() { SUBNAV.init();})) { window.onload = function() { SUBNAV.init();};}
if (typeof SUBNAV == "undefined") { SUBNAV = {}; }
SUBNAV = {
tagName: [],
idName: [],
init: function() {
this.idName = document.getElementById('subnav');
this.tagName = this.idName.getElementsByTagName('div')[0];
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Home/, 'Home');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Blog/, 'My Journal');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Photos/,'Gallery');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Video/, 'Video');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Music/, 'SoundTrip');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Calendar/, 'Events');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Reviews/, 'Reviews');
this.tagName.innerHTML = this.tagName.innerHTML.replace(/Links/, 'Coolstuff');
}
};
[u]//fabIcon[/u]
document.write('<link rel="SHORTCUT ICON" href="http://i203.photobucket.com/albums/aa245/johnreymacion/Avatar__Spinning_Zen_Icon_by_Fantas.gif">');
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb5_makeArray(n){
this.length = n;
return this.length;
}
tb5_messages = new tb5_makeArray(2);
tb5_messages[0] = "welome to my site!";
tb5_messages[1] = "Enjoy viewing...";
tb5_rptType = 'infinite';
tb5_rptNbr = 2;
tb5_speed = 90;
tb5_delay = 2000;
var tb5_counter=1;
var tb5_currMsg=0;
var tb5_stsmsg="";
function tb5_shuffle(arr){
var k;
for (i=0; i<arr.length; i++){
k = Math.round(Math.random() * (arr.length - i - 1)) + i;
temp = arr[i];arr[i]=arr[k];arr[k]=temp;
}
return arr;
}
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
tb5_arr[i] = i;
tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
function tb5_init(n){
var k;
if (n == tb5_arr.length){
if (tb5_currMsg == tb5_messages.length-1){
if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
clearTimeout(tb5_timerID);
return;
}
tb5_counter++;
tb5_currMsg=0;
}
else{
tb5_currMsg++;
}
n=0;
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
tb5_arr[i] = i;
tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
tb5_sp=tb5_delay;
}
else{
tb5_sp=tb5_speed;
k = tb5_arr[n];
tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
tb5_stsmsg = "";
for (var i=0; i<tb5_sts.length; i++)
tb5_stsmsg += tb5_sts[i];
document.title = tb5_stsmsg;
n++;
}
tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
}
function tb5_randomizetitle(){
tb5_init(0);
}
tb5_randomizetitle();
[u]
Goodbye Alert V2[/u]
window.onbeforeunload = function (evt) {
var message = 'Btw, Leave some comments please..tnx '+pageViewerFName+'';
if (typeof evt == 'undefined') {
evt = window.event;
}
if (evt) {
evt.returnValue = message;
}
return message;
}
parent.window.onunload = init;
//banner ripper
if
(
pageViewerFName=="USERNAME1" ||
pageViewerFName=="USERNAME2" ||
pageViewerFName=="USERNAME3" ||
pageViewerFName=="USERNAME4" ||
pageViewerFName=="USERNAME5" ||
pageViewerFName=="USERNAME6"
){
alert("You are BANNED to view this Profile!");
top.location.href="http://multiply.com/user/signout";
}Last edited by taurus1983 (2008-02-19 09:30:58)

-Offline- |

erase all this part inside your code...
[b][u][/u] [i][/i][b][/b][/b]

Last edited by blurrycloud (2008-02-20 03:13:06)

blurrycloud wrote:
erase all this part inside your code...
Code:
[b][u][/u] [i][/i][b][/b][/b]
i did it already..hmmm..but nothing happen
anyway, can u chick my code if there wrong?
http://h1.ripway.com/johnreymacion/multiply/cbox.js

-Offline- |

i'll check it later aight? i have to go to school first
i think favicon is not working...
//fabIcon
document.write('<link rel="SHORTCUT ICON" href="http://i203.photobucket.com/albums/aa245/johnreymacion/Avatar__Spinning_Zen_Icon_by_Fantas.gif">');haven't tried it yet...
pls post ur multiply link... thanks...
Last edited by blurrycloud (2008-02-20 07:06:36)

wow...thanks for this code broh...

np... anytime buddy..
Last edited by blurrycloud (2008-02-24 09:25:26)