friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

  • Multiply
  •  » Anti Poser Cbox Multiply (Mainbar) (UPDATED)

#1  2008-01-09 22:54:39

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Anti Poser Cbox Multiply (Mainbar) (UPDATED)

feruzz wrote:

you can apply this code into anti "poser"  :question:  cbox  :thumbsup:

:arrow: 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  :eh:
Credits: bryandg for AntiPoser Cbox Friendster Version


:arrow: LMAO This is my Multiply Version of Anti Poser Cbox All rights reserve January 2008-2009  :P 



:arrow: Step 1:Insert this code at the top of your js code...
Just edit the bold part.... (www?, BOXID, BOXTAG)

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

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);
    }
}

:arrow: Step 3: Insert this code after the 2nd code
//Page owner and Page Viewer Basis

Code:

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

:arrow: 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  :arrow: 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)


Back to my default status: School mode

#2  2008-01-09 22:56:12

sahabat.peterpan
» SuperFriendster
sahabat.peterpan's display avatar
Rockstars
Registered: 2007-10-31
Posts: 8431
Reputation: 58

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

Nice! Thanks 4 share...  :thumbsup:


#3  2008-01-09 23:00:29

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

Thanks for the early comment... LOLOLOLO  =D


Back to my default status: School mode

#4  2008-01-10 12:56:45

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7359
Reputation: 292

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

:o  whoa! nice one bro!! ur an expert in multiply.. hehehe improvised cbox by blurrycloud.. :D  :thumbsup:





"So what you’re saying is, I’m your brand of heroin?."

#5  2008-01-10 14:52:20

Lyas-rowkz
» Moderator
Lyas-rowkz's display avatar
Location: Mesia ♥
Registered: 2007-11-27
Posts: 10486
Reputation: 93
Friendster

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

thx for sharing.. :thumbsup:  :thumbsup:



.:[x]-(eLyassWhutt)-[x]:.

#6  2008-01-10 15:05:30

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

thanks guys


First Post Updated Using the Addbox function...

Last edited by blurrycloud (2008-01-17 03:30:23)


Back to my default status: School mode

#7  2008-02-18 03:07:46

taurus1983
» FriendsterTalker
taurus1983's display avatar
Location: Nowhere
Registered: 2007-09-21
Posts: 101
Last visit: 2008-09-27
Reputation: 1

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

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! :cry:

thnx! :)





here''s my code below...

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);
    }
}

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. :crybaby: .
tnx


0'oh!...No 0n3 is cooler than me....

#8  2008-02-19 01:56:35

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

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)


Back to my default status: School mode

#9  2008-02-19 09:25:46

taurus1983
» FriendsterTalker
taurus1983's display avatar
Location: Nowhere
Registered: 2007-09-21
Posts: 101
Last visit: 2008-09-27
Reputation: 1

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

yes, its work :)

But, when i put the other codes like welcome alert and banned ripper..
the cbox code is GONE.. :cry:

what's wrong w/ my code?


btw, here's my code:

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)


0'oh!...No 0n3 is cooler than me....

#10  2008-02-20 03:09:24

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

erase all this part inside your code...

Code:

[b][u][/u] [i][/i][b][/b][/b]

=)

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


Back to my default status: School mode

#11  2008-02-20 05:18:38

taurus1983
» FriendsterTalker
taurus1983's display avatar
Location: Nowhere
Registered: 2007-09-21
Posts: 101
Last visit: 2008-09-27
Reputation: 1

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

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 :crybaby:  :crybaby:

anyway, can u chick my code if there wrong?

http://h1.ripway.com/johnreymacion/multiply/cbox.js


0'oh!...No 0n3 is cooler than me....

#12  2008-02-20 07:02:09

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

i'll check it later aight? i have to go to school first

i think favicon is not working...
//fabIcon

Code:

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)


Back to my default status: School mode

#13  2008-02-23 16:09:55

kangkong10
» Promoter
kangkong10's display avatar
Registered: 2008-01-09
Posts: 1289
Reputation: 14

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

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


elow guys, I'm Back again

#14  2008-02-24 09:25:14

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2566
Reputation: 98

Re: Anti Poser Cbox Multiply (Mainbar) (UPDATED)

np... anytime buddy..

Last edited by blurrycloud (2008-02-24 09:25:26)


Back to my default status: School mode
  • Multiply
  •  » Anti Poser Cbox Multiply (Mainbar) (UPDATED)

Search Friendstertalk

Moderated by Ephemeral, blurrycloud, dale

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2008 PunBB

[ 25 queries - 0.397 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)