<script language=JavaScript> function clickIE() { if (document.all) { return false; } } function clickNS(e) { if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) { return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS; } else{ document.onmouseup=clickNS; document.oncontextmenu=clickIE; } document.oncontextmenu=new Function("return false") </script>
<!-- ************************ this is the header section ************************ --> <div id="header"> <div class="logo">
</div> <div class="title">
<!-- Replace with your title and fs id-->
<a href="http://profiles.friendster.com/user.php?uid=YOUR_FS_ID"> AAAAAA</a> <div class="description"> <!-- Replace with your description -->
BBBBBBBBBBBBBBBBBBBBBB
</div> </div> </div> <!-- ************************ the header ends here ************************ -->
<div class="main"> <div id="content"> <!-- ************************ this is the main section where we put the main content, move boxes up and down copy or delete them but start and stop where the comments starts and ends a block ************************ -->
<!-- start a BAR @ TOP --> <div class="nav-box"> <div class="pagenavi"> <!-- maybe links or something whatever--> Direct Links: <a href="http://WWW.friendster.com">Home</a> - <a href="http://www.friendster.com/comments.php?uid=YOUR_FS_ID">Add Comment</a> - <a href="http://www.friendster.com/sendmessage.php?uid=YOUR_FS_ID">Send Message</a> <!-- end navigation or a search or whatever--> </div> </div> <!-- end a BAR @ TOP -->
<!-- MAIN BOX 01 STARTS HERE --> <div class="main-box-up"> <div class="post"> <h2 class="posttitle"> <!-- a title for a box content goes here --> <a href="http://profiles.friendster.com/user.php?uid=YOUR_FS_ID">CCCCCC CCCCCCC</a> <!-- a title for a box content ends here --> </h2> </div> </div> <div class="main-box"> <p class="postdate">
</p> <div class="postentry"> <!-- Fill a Main Content Box --> <p> DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD</p>
<!-- start a BAR @ BOTTOM --> <div class="nav-box"> <div class="pagenavi"> <!-- navigation or a search or whatever--> <a class="prev" href="http://WWW.friendster.com">« HOME</a> <a class="next" href="http://profiles.friendster.com/user.php?uid=YOUR_FS_ID">SKIP INTRO »</a> <!-- end navigation or a search or whatever--> </div> </div> <!-- end a BAR @ BOTTOM -->
<!-- ************************ the main content section ends here ************************ --> </div> <div id="sidebar">
<!-- ************************ this is the sidebar section where we put the side boxes, move boxes up and down copy or delete them but start and stop where the comments starts and ends a block ************************ -->
edit text colour Red text : your fs id, your ym id green text : put your text blue text : link of your image
note : u can remove BOLD CODE and put your owner code.
after edit save code as name.html
step 3 = go to ripway hosting and make new folder.Rename folder as images. im repeat rename folder as images because its very important.
After extract zip file,upload all file in image folder into images folder at ripway after that upload ie6.css,style.css and Name.html beside images folder... Like this
step 4 = copy this code.. and apply in your js file..
var myplace = document.location.href; if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){ }
else if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){ }
wow!..very nice trick..realy2 cool..i want to try it..hehe..can't i?
For me.. love is one soul combine with another's soul.. and it make someone feel so comfortable with life.. and the most important in love is...just believe in yourself and your lover..
nice enter page.... maybe your enter page need disable right click.... to protect your image from "ratt black head" put this code and inject in your code of enter page...
Code:
<script language=JavaScript>
function clickIE() {
if (document.all) {
return false;
}
}
function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;
}
else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false")
</script>