Asking for copyright permission :
Hello , ROBERT. Just drop by....
I posted your Trick on the other site @ Friendstertalk with proper credit to you. Any comment or Violation , just message me. Thank you in advance. I used both already. So great !!!!!!!!....
Owner's Replied :
Alvin,
No Problem.
Trying to get back with writing more codes.
Thank you!!!
Robert
Asking for His permission from FCP Again !!...
[color=blue]Anything below is from the Owner NOT from the poster....
[/color]
For all of you that have been looking for a no right click code then check this out.
This is a dynamic no right click.
It uses random messages.
The messages are defined here:
riteclkmsg
riteclkmsg1
riteclkmsg2
riteclkmsg3
riteclkmsg4
<">Sample Preview :
http://profiles.friendster.com/legarda
go tweaking... [align=right]
[/align]
Last edited by lordheinz (2008-03-03 23:45:55)
Last edited by unmaskedluke (2008-03-20 15:23:31)
Last edited by Flora18 (2008-03-21 03:39:13)
tnx for sharing Sir!!
....btw thanxx pyawzi 4 ur reply...i really appreciate it
[url=http://theftalk.com/?r=89267][img]http://addons.friendstertalk.com/userbar89267-2.gif[/img][/url]
....btw thanxx pyawzi 4 ur reply...i really appreciate it
[/quote]
If you are using a CSS type profile, u can follow diz step..
[quote]var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]PASTE YOUR CSS PROFILE LINK HERE[/b]");
document.getElementsByTagName("head")[0].appendChild(css);
//onload handler
function onProfileLoad() {
//insert generated boxes here
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
function addBox(head,code,id,siblingafter) {
/*
head:
html string title
null - no header bar
code:
html string content
id:
unique string css pointer
siblingafter:
regexp classname
'left' - mainbar column end
'right' - sidebar column end
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(!head) head="";
else head="<h2>"+head+"</h2>";
li.innerHTML="<div id=\""+id+"\" class=\"commonbox "+id+"\">"+
head+
"<div id=\"content_"+id+"\">"+
code+
"</div>"+
"</div>";
if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
else {
var si=getElementsByClass(siblingafter,null,"DIV")[0];
si.parentNode.parentNode.insertBefore(li,si.parentNode);
}
}
function getElementsByClass(searchClass,node,tag) {
var classElements = new Array();
if ( node == null )
node = document;
if ( tag == null )
tag = '*';
var els = node.getElementsByTagName(tag);
var elsLen = els.length;
var pattern = new RegExp(searchClass);
for (i = 0, j = 0; i < elsLen; i++) {
if ( pattern.test(els[i].className) ) {
classElements[j] = els[i];
j++;
}
}
return classElements;
}
[b]JUST PASTE THE CODE HERE![/b][/quote]
Save this as .js file and upload in web hosting site..
finally, jz use JS Linker..
cool.. i gotta try this..
thanks for sharing
