friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2007-09-06 12:17:01

snypzelle
» FriendsterAgent
[Punk.Rock.Screamo]
Rockstars
Location: Pampanga
Registered: 2007-07-17
Posts: 2275
Last visit: Today
Reputation: 65

Another Add ons for your OVERLAY profile!

LAST 20 PEOPLE WHO VIEWED YOUR PROFILE:


See who’s stalking on u..

1. register for free on http://www.tag-board.com/order/new.html

2. delete the red colored text and replace it with your tagboard username

Code:

<script language="javascript"> 
last20="yes"; 
tagboarduname="your-tag-board-username"; 
</script> 
<div id="last20id"></div>

3. now copy the modified code above and put it anywhere you want to display your "Last 20"..

4. unfortunately there's no step 4! your done... enjoy!

-------------------------------------------------
to resize the "last 20"

insert the below code on the head section of your HTML and modify the red colored text:


Code:

<style type="text/css"> 
#last20id iframe { 
height: [color=red]500px[/color]; 
width: [color=red]500px[/color]; 
} 
</style>

ONLINE CALENDAR:

Code:

<SCRIPT LANGUAGE="JavaScript">
<!-- Distributed by http://neunkirchen.cjb.net -->
<!-- Begin
monthnames = new Array(
"January",
"Februrary",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"Decemeber");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0) 
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=aqua ");
document.write("bordercolor=black><font color=black>");
document.write("<tr><td colspan=7><center><strong>" 
+ monthnames[thismonth] + " " + thisyear 
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>Su</td>");
document.write("<td align=center>M</td>");
document.write("<td align=center>Tu</td>");
document.write("<td align=center>W</td>");
document.write("<td align=center>Th</td>");
document.write("<td align=center>F</td>");
document.write("<td align=center>Sa</td>"); 
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>

NO RIGHT CLICK

Code:

<body oncontextmenu="location=self.location;return false";ondragdrop="returnfalse"; onselectstart="return false">

NO RIGHT CLICK WITH POP UP!

Code:

<script language=JavaScript>
<!--
var message="YOUR TEXT HERE";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>

NO RIGHT CLICK WINDOW SHAKE

Code:

<script language=JavaScript> 
<!--
//// dont right click
function click() {
if (event.button==2) {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(50, 50)
window.moveTo(55, 55)
window.moveTo(60, 60)
window.moveTo(100, 100)
window.moveTo(5000, 5000)
alert('YOUR MESSAGE HERE')
}
}
document.onmousedown=click
// --> 
</SCRIPT>

NO RIGHT CLICK=LOG OUT!

Code:

<script language="JavaScript">
<!--
var message="YOUR MESSAGE HERE"

function LogTo (link)
  {
  var new_url=link;
  if (  (new_url != "")  &&  (new_url != null)  )
     window.location=new_url;
}
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
LogTo('http://www.friendster.com/logout.php')
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
LogTo('http://www.friendster.com/logout.php')
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>

NO HIGHLIGHTING!

Code:

<script language="JavaScript1.2">
function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

AUTO UPDATE FRIENDS:

Code:

<script language="javascript"> 
autofriend="yes" 
</script> 
<div id="autofriendid" class=column_content></div>

Last edited by snypzelle (2007-09-06 12:28:15)

#2  2007-11-01 10:37:21

kielmaru_07
» FriendsterAgent
kielmaru quitting ftalk
Location: ????
Registered: 2007-10-27
Posts: 2004
Last visit: 2008-11-03
Reputation: 50
Friendster

Re: Another Add ons for your OVERLAY profile!

cool

#3  2007-11-02 03:50:53

cutiegal
» FriendsterGeek
cutiegal's display avatar
Location: ~:sa earth:~
Registered: 2007-11-01
Posts: 1390
Last visit: 2008-11-20
Reputation: 41

Re: Another Add ons for your OVERLAY profile!

wow


#4  2007-11-05 05:46:01

pauline
» FriendsterFreak
pauline's display avatar
PRINCESS frm nowhere
Class X
Location: neverwonderlandlol
Registered: 2007-05-30
Posts: 1895
Last visit: 2008-09-21
Reputation: 31
Friendster

Re: Another Add ons for your OVERLAY profile!

wow.. thanks for sharing



visit the PRINCESS

#5  2007-11-05 05:48:44

pauline
» FriendsterFreak
pauline's display avatar
PRINCESS frm nowhere
Class X
Location: neverwonderlandlol
Registered: 2007-05-30
Posts: 1895
Last visit: 2008-09-21
Reputation: 31
Friendster

Re: Another Add ons for your OVERLAY profile!

edited

sorry for the double post..my internet is not working well.

Last edited by pauline (2007-11-05 05:49:31)



visit the PRINCESS

#6  2007-11-05 06:33:56

emokiztah
» FriendsterManiac
emokiztah's display avatar
this conversation is over
Location: Cebu City
Registered: 2007-08-06
Posts: 805
Last visit: 2008-06-28
Reputation: ~
???

Re: Another Add ons for your OVERLAY profile!

nice code tnx for sharing




My flesh is burning from the embers but still the brilliant tale of my utopia survives, beg me to make this easier and listen as my hopeless cries send stares into your meaningless eyes, a beautiful last goodbye.

#7  2007-11-12 07:40:49

krozaders
» FriendsterNewbie
Registered: 2007-11-03
Posts: 2
Last visit: 2007-11-22
Reputation: ~

Re: Another Add ons for your OVERLAY profile!

where i will put these codes? :|

#8  2007-11-13 14:44:29

++GabrieLLa91++
» FriendsterTalker
++GabrieLLa91++'s display avatar
Love mE or hatE me..
Location: irre-location-able
Registered: 2007-09-27
Posts: 158
Last visit: 2007-11-29
Reputation: ~
Friendster

Re: Another Add ons for your OVERLAY profile!

waa!! sure useful enough




___aDD me gaBBy!!___^CLICK SIGGIE!!

#9  2007-11-13 16:41:02

shinbi12105
» FriendsterNewbie
shinbi12105's display avatar
++GothIcCc ++
Location: Quezon,Philippines
Registered: 2007-08-21
Posts: 94
Last visit: 2008-08-20
Reputation: ~
Friendster

Re: Another Add ons for your OVERLAY profile!

nice...

thank u for sharin men.. hehehehe

:thumbsup:




siG by: applerain .. n_n

#10  2007-11-13 17:02:07

Chiny.12
» FriendsterFreak
Chiny.12's display avatar
The Scandalers
Location: . beside u .
Registered: 2007-06-04
Posts: 1702
Last visit: Today
Reputation: 46
Friendster

Re: Another Add ons for your OVERLAY profile!

tnx for sharing them.! :D




xD

#11  2007-11-18 08:58:33

ThE_FamouS_LasT_WorD
» FriendsterAddict
ThE_FamouS_LasT_WorD's display avatar
AKATSUKI MEMBER
Naruto Fanz-ShinobiElite
Location: Grass Village
Registered: 2007-08-23
Posts: 575
Last visit: 2008-11-13
Reputation: 3
Friendster

Re: Another Add ons for your OVERLAY profile!

wow...nice add-ons dude thanks for sharing this one :thumbsup:  :thumbsup:




AKATSUKI

#12  2008-02-02 12:33:20

bratinela01
» FriendsterFreak
[ Baka~! ]
Class-S
Location: squatter toh! =))
Registered: 2008-01-04
Posts: 1876
Reputation: 66
Friendster

Re: Another Add ons for your OVERLAY profile!

can u put where to paste it??

#13  2008-03-05 03:06:27

xXRaPXx
» FriendsterTalker
xXRaPXx's display avatar
(Put evil laugh HERE)
Location: close your eyes...
Registered: 2007-09-22
Posts: 128
Last visit: 2008-11-12
Reputation: ~
Friendster

Re: Another Add ons for your OVERLAY profile!

how about a preview pls..;)

#14  2008-03-05 03:32:31

swEeTmuffiN02
» FriendsterNewbie
swEeTmuffiN02's display avatar
Registered: 2008-03-03
Posts: 29
Last visit: Yesterday
Reputation: ~

Re: Another Add ons for your OVERLAY profile!

tnx for the codes!=)


#15  2008-03-08 04:17:57

kielmaru_07
» FriendsterAgent
kielmaru quitting ftalk
Location: ????
Registered: 2007-10-27
Posts: 2004
Last visit: 2008-11-03
Reputation: 50
Friendster

Re: Another Add ons for your OVERLAY profile!

nice. thanks for that .

#16  2008-03-08 06:32:48

aysbeaux
» Moderator
aysbeaux's display avatar
Class-S
Location: Inferno
Registered: 2006-11-17
Posts: 4185
Reputation: 79
Friendster

Re: Another Add ons for your OVERLAY profile!

Please include where to paste those codes.
Thanks. :]


#17  2008-03-08 08:31:01

darklordjed
» FriendsterTalker
darklordjed's display avatar
No!Comment........
Location: pasay city
Registered: 2008-03-04
Posts: 133
Last visit: 2008-10-02
Reputation: ~
Friendster

Re: Another Add ons for your OVERLAY profile!

thx for sharing.     shit


#18  2008-03-16 10:04:38

Mods
» FriendsterTalker
Mods's display avatar
addict sa bleach!
Location: Philippines
Registered: 2008-02-19
Posts: 114
Last visit: 2008-09-29
Reputation: ~

Re: Another Add ons for your OVERLAY profile!

wew! long codes.. thanks for sharing!


#19  2008-03-19 13:26:18

nelson korea
» FriendsterNewbie
Registered: 2008-03-19
Posts: 1
Last visit: 2008-06-05
Reputation: ~

Re: Another Add ons for your OVERLAY profile!

walallalaa

#20  2008-03-21 10:32:37

kimberlyvette
» FriendsterTalker
kimberlyvette's display avatar
- b a e t -
Location: home
Registered: 2008-01-12
Posts: 121
Last visit: 2008-10-23
Reputation: ~
Friendster

Re: Another Add ons for your OVERLAY profile!

too bad...
it's not working....

=|



                                                         
                                                      ♥Ü♥

Search Friendstertalk

Board footer

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

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