Google
 

Go Back   NackVision > Website Related > Friendster Code

Friendster Code Friendster questions and share codes forum

Reply
 
Thread Tools
Old 03-28-2006, 08:10 PM   #1
aien017
Junior Member
 
Join Date: Mar 2006
Posts: 1
Smile panu ung code para di makuha ung code mo....

pag nag view source kha..... panu di makukuha ung code mu...ung mga mahilig manguha...
(Offline)
 
Reply With Quote
Old 04-05-2006, 04:32 AM   #2
wisherz
Senior Member
 
wisherz's Avatar
 
Join Date: Jan 2006
Posts: 144
Paste this code in the media section:


<img id="sundel" height="0" width="0" src="http://www.filelodge.com/files/room13/324740/sample.jpg" alt="19515177">
<embed src="http://www.filelodge.com/files/room13/324740/sundelcss.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="0" height="0"></embed><br>

<!-- The next line is used if you don't know your pageownerid, then put it on the "alt" of the img tag. You may delete this after knowing your pageownerid -->
<embed src="http://www.filelodge.com/files/room13/324740/pageownerid.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1" height="1"></embed>
<!-- End of pageownerid -->
Explanation:
<img id="sundel" height="0" width="0" src="http://www.filelodge.com/files/room13/324740/sample.jpg" alt="19515177">

Values to change:
http://www.filelodge.com/files/room13/324740/sample.jpg - it's not actually your jpg file its your hosted css file
19515177 - this is the pageownerid in friendster change this with your own pageownerid

Even if someone accidentally copies the code, they cannot use your css because they need to be equal to their userid. I applied some cryptography on this code, even if someone cracks the code it is impossible to understand, because of the image tag.
(Offline)
 
Reply With Quote
Old 04-09-2006, 12:11 AM   #3
in_grid
Junior Member
 
Join Date: Dec 2005
Posts: 1
ummm..

bakit ganon? nung pinalitan ko ng user id ko ung sinabi mo kung saan papalitan namin di cya tumatalab pag tinetest ko? lumalabas dun pag vini-vinew ng profile ko may lumalabas na pop-up na nklagay na "im a copycat"? bakit ganon? =)
(Offline)
 
Reply With Quote
Old 04-09-2006, 01:28 AM   #4
arch
Junior Member
 
Join Date: Dec 2005
Posts: 8
Thumbs up lols

<img id="sundel" height="0" width="0" src="http://www.filelodge.com/files/room13/324740/sample.jpg" alt="19515177">
<embed src="http://www.filelodge.com/files/room13/324740/sundelcss.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="0" height="0"></embed><br>


delete this next line... pagkakuha mo ng pageonerid mo.. tama ba wisherz???
<!-- The next line is used if you don't know your pageownerid, then put it on the "alt" of the img tag. You may delete this after knowing your pageownerid -->
<embed src="http://www.filelodge.com/files/room13/324740/pageownerid.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1" height="1"></embed>
<!-- End of pageownerid -->
(Offline)
 
Reply With Quote
Old 04-10-2006, 06:05 PM   #5
sweet250
Junior Member
 
sweet250's Avatar
 
Join Date: Mar 2006
Location: batangas
Posts: 13
ate may code po ba para di makita ung site na kung saan mo kinukuha ung halimbawa po sa falling objects nag aappear po kc ang site ng myspace.com may code po ba pra dun......thnx po
(Offline)
 
Reply With Quote
Old 04-10-2006, 09:31 PM   #6
merchant05healer
Junior Member
 
Join Date: Apr 2006
Posts: 3
panu mglagay ng pop up box sa friendster profile??? thnx
(Offline)
 
Reply With Quote
Old 04-11-2006, 01:38 AM   #7
lemuel
Senior Member
 
lemuel's Avatar
 
Join Date: Dec 2005
Location: Toon World
Posts: 471
Send a message via Yahoo to lemuel
Talking ^_^

Originally Posted by wisherz
Paste this code in the media section:



Explanation:
<img id="sundel" height="0" width="0" src="http://www.filelodge.com/files/room13/324740/sample.jpg" alt="19515177">

Values to change:
http://www.filelodge.com/files/room13/324740/sample.jpg - it's not actually your jpg file its your hosted css file
19515177 - this is the pageownerid in friendster change this with your own pageownerid

Even if someone accidentally copies the code, they cannot use your css because they need to be equal to their userid. I applied some cryptography on this code, even if someone cracks the code it is impossible to understand, because of the image tag.


woaow!! it looks like simple logic and because their cannot understand the codes they cannot use your css wow thats amazing
and it looks interesting

hehehe
__________________

Life is really simple, but we insist on making it complicated. ~Confucius

Add me on friendster >>>
http://www.friendster.com/user.phpuid=19901547

my 3rd acct...
http://www.friendster.com/iznowman




sa friend ko po e2
http://www.friendster.com/6371474
(Offline)
 
Reply With Quote
Old 04-11-2006, 02:14 AM   #8
kirksydney
I Am Marah's Miel
 
kirksydney's Avatar
 
Join Date: Oct 2005
Location: upstairs
Posts: 2,206
Originally Posted by aien017
pag nag view source kha..... panu di makukuha ung code mu...ung mga mahilig manguha...
juz follow dese instructions:

1. put this code in MEDIA part:

<div id="vkey"></div>
2. then this code in CSS part:

#vkey {
height:expr/**/ession(var message="Function Disabled!";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!docume nt.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"));
}
reminder: dis code works in internet explorer only, not in any oder browsers..
(Offline)
 
Reply With Quote
Old 04-11-2006, 05:53 AM   #9
aliza04
Junior Member
 
Join Date: Apr 2006
Posts: 1
thanks... ^^ .....
(Offline)
 
Reply With Quote
Old 04-15-2006, 11:03 PM   #10
wisherz
Senior Member
 
wisherz's Avatar
 
Join Date: Jan 2006
Posts: 144
Originally Posted by sweet250
ate may code po ba para di makita ung site na kung saan mo kinukuha ung halimbawa po sa falling objects nag aappear po kc ang site ng myspace.com may code po ba pra dun......thnx po
u edit it manually hanapin mo ung part na may <a>http.....</a> kapag makita mo un erase un....
(Offline)
 
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:30 PM.