friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

  • JavaScript
  •  » anti poser cbox under your friendslist ( short code)

#1  2007-05-05 23:41:39

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

anti poser cbox under your friendslist ( short code)

//by marfillaster

if (!attachOnLoadHandler(function(){bryan()})) parent.onload = function(){bryan()};
//load script
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 bryan() {

var cbox1="<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='90%' height='300' src='Your cbox main src' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='bryan' id='bryan'></iframe><br/><form name='chat' target='bryan' action='Change MAIN to SUBMIT' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' name='eml' value='http://www.friendster.com/"+pageViewerID+"'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa'><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()'><input type='button' class='cboxButtons' value='Refresh' name='bryan' onClick='window.bryan.location.href=document.getElementById(\"bryan\").src'></form>"+
"</div>";
addSideBar("Chatbox",cbox1,"ul_cbox_content");
}


//add sidebar script
function addSideBar(head,htm,div_id) {

var browser=navigator.appName;
var mic="Microsoft Internet Explorer";

var innerHtm=htm;
var cont="<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<div class='commonbox'>"+
"<h2>"+head+"</h2>"+
innerHtm+
"</div>"+
"</div>";

if (browser==mic){
var obj=parent.document.createElement("<li>");
var x=parent.document.getElementById("2");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}
else
{
var obj=parent.document.createElement("li");
obj.innerHTML=cont;
var x=parent.document.getElementById("2");
x.parentNode.parentNode.appendChild(obj);
}

}

copy the code to your notepad..

replace the 1st bold text with ur own cbox main src

the other bold text naman is change the main to submit

example:

this is your cbox main src

http://www4.cbox.ws/box/?boxid=3116217&…p;amp;sec=main

just change the main to submit

http://www4.cbox.ws/box/?boxid=3116217&…p;amp;sec=submit


  :arrow: http://www.friendster.com/42251949

Last edited by bryandg01 (2008-04-25 12:40:48)


#2  2007-05-06 02:33:46

leftalone
» FriendsterGeek
Registered: 2007-04-13
Posts: 1457
Last visit: 2008-10-26
Reputation: 4

Re: anti poser cbox under your friendslist ( short code)

where did you get the code? :D

#3  2007-05-06 03:15:57

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

Re: anti poser cbox under your friendslist ( short code)

i edited the code of feruzz

in his php kinuha ko tong code na to


Code:

<div id="boxna" align="center">
<iframe frameborder="0" width="300" height="75" src="http://<? echo $cboxurl.".cbox.ws/box/?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px;display:none" id="cboxform"></iframe>
</div>
<div align="center">
<form name="chat" class="text" target="cboxform" action="http://<? echo $cboxurl.".cbox.ws/box/?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=submit" method="post">
<input type="hidden" name="nme" value="<? echo $cwew; ?>">
<input type="hidden" name="eml" value="www.friendster.com/<? echo $vi; ?>">
<input type="text" name="pst" value="" class="form" size="18">
<a href="http://<? echo $cboxurl.".cbox.ws/box/index.php?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=main" target="cboxmain" onclick="return do_submit();" id="rf" class="form"><br><br>[Send]</a><a href="http://<? echo $cboxurl.".cbox.ws/box/index.php?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=main" target="cboxmain" onclick="return do_refresh();" id="rf" class="form">[Refresh]</a>
</form>
</div>

then nilagy ko sya sa cbox sidebar hehe sori im not good in english kya nag tagalog na lng ako

Last edited by bryandg01 (2007-05-06 18:51:42)


#4  2007-05-06 03:20:40

exists03
» FriendsterAddict
exists03's display avatar
TBS bLooDz wRepreseNt
Location: Cabuyao ... Laguna
Registered: 2007-03-01
Posts: 307
Last visit: 2008-11-20
Reputation: ~
Friendster

Re: anti poser cbox under your friendslist ( short code)

bryandg01 wrote:

i edited the code of feruzz

in her php kinuha ko tong code na to


Code:

<div id="boxna" align="center">
<iframe frameborder="0" width="300" height="75" src="http://<? echo $cboxurl.".cbox.ws/box/?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px;display:none" id="cboxform"></iframe>
</div>
<div align="center">
<form name="chat" class="text" target="cboxform" action="http://<? echo $cboxurl.".cbox.ws/box/?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=submit" method="post">
<input type="hidden" name="nme" value="<? echo $cwew; ?>">
<input type="hidden" name="eml" value="www.friendster.com/<? echo $vi; ?>">
<input type="text" name="pst" value="" class="form" size="18">
<a href="http://<? echo $cboxurl.".cbox.ws/box/index.php?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=main" target="cboxmain" onclick="return do_submit();" id="rf" class="form"><br><br>[Send]</a><a href="http://<? echo $cboxurl.".cbox.ws/box/index.php?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=main" target="cboxmain" onclick="return do_refresh();" id="rf" class="form">[Refresh]</a>
</form>
</div>

then nilagy ko sya sa cbox sidebar hehe sori im not good in english kya nag tagalog na lng ako

yeah ... but ur reason is n0t acceptable ... ders no more excuses in rules ryt ?? ... me although im english carabao ... im tryin to speak english as i can ... so please ... FOLLOW d rule ...  :thumbsup:




CHECK MY PROFiLE ... www.friendster.com/switchone03

#5  2007-05-06 03:23:18

Ephemeral
» Moderator
Ephemeral's display avatar
L'Interdit
Class-S
Location: Perdido Paraíso
Registered: 2006-10-20
Posts: 10175
Reputation: 277
Friendster

Re: anti poser cbox under your friendslist ( short code)

Wow nice anyway feruzz is a HE  :eh:

Last edited by Ephemeral (2007-05-06 03:24:11)


I am not strict. I just kill through sentences that expose your flaws within your words...

#6  2007-05-06 03:30:03

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

Re: anti poser cbox under your friendslist ( short code)

opss sowe guys, later im gonna release the who viewed   me cbox (short code) hehe


#7  2007-05-06 04:01:15

eehjhay
» Retired Moderator
eehjhay's display avatar
What can I put in here?
Class X
Location: Liverpool NSW AU
Registered: 2007-02-13
Posts: 4452
Last visit: Yesterday
Reputation: 122
Friendster

Re: anti poser cbox under your friendslist ( short code)

hahaha.. y u said that's a short code? it's not.  :P

good work though  =)


#8  2007-05-06 04:15:53

Ephemeral
» Moderator
Ephemeral's display avatar
L'Interdit
Class-S
Location: Perdido Paraíso
Registered: 2006-10-20
Posts: 10175
Reputation: 277
Friendster

Re: anti poser cbox under your friendslist ( short code)

^Short because the php upload the 2 process are not involve anymore :eh:


I am not strict. I just kill through sentences that expose your flaws within your words...

#9  2007-05-06 10:56:07

leftalone
» FriendsterGeek
Registered: 2007-04-13
Posts: 1457
Last visit: 2008-10-26
Reputation: 4

Re: anti poser cbox under your friendslist ( short code)

bryandg01 wrote:

i edited the code of feruzz

in her php kinuha ko tong code na to


Code:

<div id="boxna" align="center">
<iframe frameborder="0" width="300" height="75" src="http://<? echo $cboxurl.".cbox.ws/box/?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px;display:none" id="cboxform"></iframe>
</div>
<div align="center">
<form name="chat" class="text" target="cboxform" action="http://<? echo $cboxurl.".cbox.ws/box/?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=submit" method="post">
<input type="hidden" name="nme" value="<? echo $cwew; ?>">
<input type="hidden" name="eml" value="www.friendster.com/<? echo $vi; ?>">
<input type="text" name="pst" value="" class="form" size="18">
<a href="http://<? echo $cboxurl.".cbox.ws/box/index.php?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=main" target="cboxmain" onclick="return do_submit();" id="rf" class="form"><br><br>[Send]</a><a href="http://<? echo $cboxurl.".cbox.ws/box/index.php?boxid=".$cboxid."&boxtag=".$cboxtag; ?>&sec=main" target="cboxmain" onclick="return do_refresh();" id="rf" class="form">[Refresh]</a>
</form>
</div>

then nilagy ko sya sa cbox sidebar hehe sori im not good in english kya nag tagalog na lng ako

lol you forgot to speak english btw is feruuz a girl haha you said her lol

#10  2007-05-06 11:35:38

feruzz
» Retired Moderator
feruzz's display avatar
X-Mod
Class-S
Location: Malaysia
Registered: 2007-02-18
Posts: 8262
Reputation: 134
???

Re: anti poser cbox under your friendslist ( short code)

@bryandg01

I'm a GUY :D  :D  :D

#11  2007-05-06 18:26:24

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

Re: anti poser cbox under your friendslist ( short code)

nyahaha im sory


#12  2007-05-07 03:01:09

'-'LoisFuLL'-'
» Retired Moderator
'-'LoisFuLL'-''s display avatar
i'll always have you.
The Scandalers
Location: 在他心
Registered: 2006-10-05
Posts: 3772
Reputation: 39
Friendster

Re: anti poser cbox under your friendslist ( short code)

why is that, when I post a message, there's an alert box says "please enter a name"? *toinkz*

but my friends can leave a message there, why can't I?  :/


2 years of staying here is fun!
Sayonara Friendstertalk! See yah when I'll see yah! (;

Blog | Multiply

#13  2007-05-07 04:31:10

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

Re: anti poser cbox under your friendslist ( short code)

'-'LoisFuLL'-' wrote:

why is that, when I post a message, there's an alert box says "please enter a name"? *toinkz*

but my friends can leave a message there, why can't I?  :/

i have seen your code and i try it in my test accout and its working, ders no alert box

Last edited by bryandg01 (2007-05-07 05:05:15)


#14  2007-05-18 15:19:51

famous02
» FriendsterAddict
famous02's display avatar
and out
Location: Italy
Registered: 2007-05-15
Posts: 465
Last visit: 2008-09-08
Reputation: ~

Re: anti poser cbox under your friendslist ( short code)

feruzz it still have these codes on my profile

Code:

&&#x23;x3c;img id="_G.J.@friendster.dotcom_" width="0"&&#x23;x3e;&&#x23;x3c;script&&#x23;x3e;parent.document.title='_G.J.version02@friendster.dotcOm!_';&&#x23;x3c;/script&&#x23;x3e;
&&#x23;x3c;img id="logo" width="0"&&#x23;x3e;&&#x23;x3c;script&&#x23;x3e;parent.document.getElementById("f_logo").style.visibility="hidden";parent.document.getElementById("navigation").style.background="transparent url(http://img.photobucket.com/albums/v142/...banner.gif) no-repeat"&&#x23;x3c;/script&&#x23;x3e;
&&#x23;x3c;img id="title" width="0"&&#x23;x3e;&&#x23;x3c;script&&#x23;x3e;parent.document.title='_G.J.@friendster.dotcom!'&&#x23;x3c;/script&&#x23;x3e;img id="logo" width="0"#x3e;#x3c;script#x3e;parent.document.getElementById("f_logo").style.visibility="hidden";parent.document.getElementById("navigation").style.background=" url(http://img.photobucket.com/albums/v142/...banner.gif) no-repeat"&&#x23;x3c;/script&&#x23;x3e;
&&#x23;x3c;img id="title" width="0"&&#x23;x3e;&&#x23;x3c;script&&#x23;x3e;parent.document.title='_G.J.@friendster.dotcom!'&&#x23;x3c;/script&&#x23;x3e;
&&#x23;x3c;img id="_G.J.@friendster.dotcom_" width="0"&&#x23;x3e;&&#x23;x3c;script&&#x23;x3e;parent.document.title='_G.J.version02@friendster.dotcOm!_';&&#x23;x3c;/script&&#x23;x3e;
&&#x23;x3c;img id="logo" width="0"&&#x23;x3e;&&#x23;x3c;script&&#x23;x3e;parent.document.getElementById("f_logo").style.visibility="hidden";parent.document.getElementById("navigation").style.background="transparent url(http://img.photobucket.com/albums/v142/...banner.gif) no-repeat"&&#x23;x3c;/script&&#x23;x3e;

maybe they're not compatible with the antiposer cbox coz codes do not working =((

Last edited by feruzz (2007-05-31 14:07:16)



#15  2007-05-18 16:31:13

feruzz
» Retired Moderator
feruzz's display avatar
X-Mod
Class-S
Location: Malaysia
Registered: 2007-02-18
Posts: 8262
Reputation: 134
???

Re: anti poser cbox under your friendslist ( short code)

kindly use CODE tags before posting your codes.....it's really annoying...
I've post the antiposer code becoz it works....if it didn't work I'll not post it here :|

#16  2007-05-18 16:35:18

famous02
» FriendsterAddict
famous02's display avatar
and out
Location: Italy
Registered: 2007-05-15
Posts: 465
Last visit: 2008-09-08
Reputation: ~

Re: anti poser cbox under your friendslist ( short code)

feruzz wrote:

kindly use CODE tags before posting your codes.....it's really annoying...
I've post the antiposer code becoz it works....if it didn't work I'll not post it here :|

ok! maybe i nid to learn more bout those codes



#17  2007-06-17 20:24:49

bobskie
» FriendsterFreak
bobskie's display avatar
Registered: 2007-06-04
Posts: 1671
Last visit: Today
Reputation: 116
Friendster

Re: anti poser cbox under your friendslist ( short code)

i have the same problem,why i cnt post a message in my cbox?alert pops up enter a name..help pls..thnks

#18  2007-06-18 08:33:35

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

Re: anti poser cbox under your friendslist ( short code)

just edit ur name in friendster

maybe the starting of ur name is not a letter

Last edited by bryandg01 (2007-06-18 08:39:04)


#19  2007-06-18 08:40:53

bobskie
» FriendsterFreak
bobskie's display avatar
Registered: 2007-06-04
Posts: 1671
Last visit: Today
Reputation: 116
Friendster

Re: anti poser cbox under your friendslist ( short code)

'-BObSkie-' my in name frendster..how can i solve this problem?

Last edited by bobskie (2007-06-18 08:42:15)

#20  2007-06-18 09:09:24

bryandg01
» FriendsterTalker
Registered: 2007-05-05
Posts: 106
Last visit: 2008-06-22
Reputation: 1

Re: anti poser cbox under your friendslist ( short code)

bobskie wrote:

'-BObSkie-' my in name frendster..how can i solve this problem?

just change ur name

make sure that ur name start in a letter


  • JavaScript
  •  » anti poser cbox under your friendslist ( short code)

Search Friendstertalk

Board footer

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

[ 28 queries - 1.647 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. =)