friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2007-09-27 03:56:36

ezil2007
 E z i L
ezil2007's display avatar
» Moderator
Team ⑨'est
Class-S
Location: Gensokyo
Registered: 2007-06-28
Posts: 4033
Last visit: Today
Reputation: 31

Encrypt your Javascript™ (Fixed)

Compatible With All Browsers


:arrow:  put your javascript url to this code

//one Javascript url only

var java = document.createElement("script");
java.type = "text/javascript";
java.src = "JS URL HERE";
document.getElementsByTagName("head")[0].appendChild(java);

For 2 or More Javascripts EXAMPLE

// multi - js injection

scriptFolder = 'http://h1.ripway.com/username/folder/'
scripts = new Array()

scripts[0] = 'tracker.js'   /// all .js must be inside on your folder
scripts[1] = 'randomizer.js'
scripts[2] = 'csschenes.js'


for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts)}

:arrow: Next is copying that code and paste the code on one of this encryptor generator and click encrypt/compress





:arrow: Copy the generated code and then create another javascript file for this

:arrow:  Finally, you can paste the url of the encrypted js on who i want to meet area by this code

<img width='0'src='' l='>' onError='friendstertalk="script"; v=document.createElement(friendstertalk); v.src="JS_DIRECT_URL"; navigation.appendChild(v);'

**Change url of js to .txt example http://ripway.com/user/tracker.js to http://ripway.com/user/tracker.txt

it is good to practice to insert your css code on your js code


var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "CSS_LINK_HERE";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);

Last edited by Shirow Masamune (2008-08-08 13:46:05)

#2  2007-09-27 04:06:24

mz-akira
 Hunnie =]
mz-akira's display avatar
» FriendsterTalker
o3.28.o8
Location: Imus,Cavite
Registered: 2007-02-18
Posts: 176
Last visit: 2009-06-27
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

is this like compiling all js codes?this is what im looking for co'z my customized field names is not working maybe because of the conflict co'z i paste my js codes js by js hihi thanks for sharing!! :lol:  =|



`Kepz,Pukz,Titz,Pepz,Pekz`

#3  2007-09-27 04:07:10

ezil2007
 E z i L
ezil2007's display avatar
» Moderator
Team ⑨'est
Class-S
Location: Gensokyo
Registered: 2007-06-28
Posts: 4033
Last visit: Today
Reputation: 31

Re: Encrypt your Javascript™ (Fixed)

yeah its compiling the codes into one and encrypting it  :penguin:

#4  2007-09-27 04:09:28

pulasara
 Stupid Moderator
pulasara's display avatar
» FriendsterGeek
Admin
Class X
Location: digicorner.net
Registered: 2007-07-24
Posts: 1118
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

and how with javascript by ephemeral?its same work as you? :paranoid:


Rule Number 5 No nudity and offensive content in any post including signatures and avatars.

Edited by Moderator

#5  2007-09-27 04:10:42

ezil2007
 E z i L
ezil2007's display avatar
» Moderator
Team ⑨'est
Class-S
Location: Gensokyo
Registered: 2007-06-28
Posts: 4033
Last visit: Today
Reputation: 31

Re: Encrypt your Javascript™ (Fixed)

either ephe's encryptor is #2 or #3

mine is #3  :penguin:

#6  2007-09-27 04:12:02

mz-akira
 Hunnie =]
mz-akira's display avatar
» FriendsterTalker
o3.28.o8
Location: Imus,Cavite
Registered: 2007-02-18
Posts: 176
Last visit: 2009-06-27
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

am i gonna put na js url without the .js too? :)



`Kepz,Pukz,Titz,Pepz,Pekz`

#7  2007-09-27 04:13:19

ezil2007
 E z i L
ezil2007's display avatar
» Moderator
Team ⑨'est
Class-S
Location: Gensokyo
Registered: 2007-06-28
Posts: 4033
Last visit: Today
Reputation: 31

Re: Encrypt your Javascript™ (Fixed)

nope its complete js url

the only code will you put on media box without .js

is this example

<%BCscript type="text/javascript" src=http://h1.ripway.com/username/encrypted.%BCjs><%BC/script>

Last edited by ezil2007 (2007-09-27 04:14:04)

#8  2007-09-27 04:23:12

mz-akira
 Hunnie =]
mz-akira's display avatar
» FriendsterTalker
o3.28.o8
Location: Imus,Cavite
Registered: 2007-02-18
Posts: 176
Last visit: 2009-06-27
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

how About i have wvm can i paste it separately? :rolleyes:



`Kepz,Pukz,Titz,Pepz,Pekz`

#9  2007-09-27 04:23:45

Shirow Masamune
 Charles Vi Britannia XVII
Shirow Masamune's display avatar
» Moderator
The Mad Hatter
Class-S
Location: Castle Belphegor
Registered: 2007-07-26
Posts: 4542
Reputation: 258
Friendster

Re: Encrypt your Javascript™ (Fixed)

now finally youv'e shared it hahaha nice ezil   ;]  just remember the js guardian are there to eat noob rippers hahaha  =D

Last edited by Shirow Masamune (2007-09-27 04:25:15)


Don't ask me for linkers .__.


Class-S | R-Sphere

もう気にしない. あなたが望むか...

#10  2007-09-27 04:28:50

ezil2007
 E z i L
ezil2007's display avatar
» Moderator
Team ⑨'est
Class-S
Location: Gensokyo
Registered: 2007-06-28
Posts: 4033
Last visit: Today
Reputation: 31

Re: Encrypt your Javascript™ (Fixed)

@akira

heres a good example if you had a tracker.js

document.write('<script src=http://h1.ripway.com/akira/tracker/tracker.js>') ;
document.write('</script>') ;
document.write('<script src=http://h1.ripway.com/akira/code/akira.js>') ;
document.write('</script>') ;

if you want to encrypt it ..look at my tutorial

if not , create another file containing that code and paste the code on media box

heres an example

<%BCif%8frame id="wvmtemp" s%BCrc%BC=%BC"about%BC:%BCblank"
height="0px" width="0px"%BC><%BC/if%BCrame%BC>
<%BCsc%BCript
s%BCrc="http://h1.ripway.com/akira/compiled.%BCjs"%BC>
<%BC/sc%BCript%BC>

got it now?  :rolleyes:

#11  2007-09-27 04:35:10

mz-akira
 Hunnie =]
mz-akira's display avatar
» FriendsterTalker
o3.28.o8
Location: Imus,Cavite
Registered: 2007-02-18
Posts: 176
Last visit: 2009-06-27
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

aw now i know sory im a slow learner haha :lol:



`Kepz,Pukz,Titz,Pepz,Pekz`

#12  2007-09-27 04:57:45

sickofyou
 Edward Carlo
sickofyou's display avatar
» FriendsterManiac
Wrath upon myself
Location: Kabite, Pilipinas
Registered: 2007-08-25
Posts: 917
Last visit: 2009-05-29
Reputation: 5

Re: Encrypt your Javascript™ (Fixed)

this is great, i started encrypting my codes about 3 days ago.

Last edited by sickofyou (2007-09-27 04:57:59)

#13  2007-09-27 05:08:39

heartcore
 Patrick
heartcore's display avatar
» FriendsterTalker
The Past Should Stay Dead
Location: Philippines
Registered: 2007-05-30
Posts: 249
Last visit: 2009-06-06
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

can i just include the iframe tag like this:

document.write('<script src=http://blahblah.com/blahblah.js>') ;
document.write('</script>') ;
document.write('<script src=http://blahblah.com/tracker.js>') ;
document.write('</script>') ;
document.write('<iframe id=wvmtemp src=about:blank height=0px width=0px>') ;
document.write('</iframe') ;

will my iframe work if i do it like that?


WHAT THE HELL?!

#14  2007-09-27 05:12:27

ezil2007
 E z i L
ezil2007's display avatar
» Moderator
Team ⑨'est
Class-S
Location: Gensokyo
Registered: 2007-06-28
Posts: 4033
Last visit: Today
Reputation: 31

Re: Encrypt your Javascript™ (Fixed)

i dont know i think it will not work

read my tutorial > compiled documents of js > encrypt > create a js file

> copy the url of js > paste the code on media box like this ex

<%BCif%8frame id="wvmtemp" s%BCrc%BC=%BC"about%BC:%BCblank"
height="0px" width="0px"%BC><%BC/if%BCrame%BC>
<%BCsc%BCript
s%BCrc="http://h1.ripway.com/username/blablabla.%BCjs"%BC>
<%BC/sc%BCript%BC>

oh well i will change teh topic for Advance users   :penguin:

Last edited by ezil2007 (2007-09-27 05:13:48)

#15  2007-09-27 05:18:57

heartcore
 Patrick
heartcore's display avatar
» FriendsterTalker
The Past Should Stay Dead
Location: Philippines
Registered: 2007-05-30
Posts: 249
Last visit: 2009-06-06
Reputation: 3
Friendster

Re: Encrypt your Javascript™ (Fixed)

ezil2007 wrote:

i dont know i think it will not work

read my tutorial > compiled documents of js > encrypt > create a js file

> copy the url of js > paste the code on media box like this ex

<%BCif%8frame id="wvmtemp" s%BCrc%BC=%BC"about%BC:%BCblank"
height="0px" width="0px"%BC><%BC/if%BCrame%BC>
<%BCsc%BCript
s%BCrc="http://h1.ripway.com/username/blablabla.%BCjs"%BC>
<%BC/sc%BCript%BC>

oh well i will change teh topic for Advance users   :penguin:

ahehehehe... i'll try first my suggestion on the iframe... then try to encrypt/compress it.. thanks btw :D


EDIT:
attempt failed... wahahaha :lol: i'll just follow your instructions =)

Last edited by heartcore (2007-09-27 05:43:49)


WHAT THE HELL?!

#16  2007-09-27 05:20:55

agau
 Agau_47
agau's display avatar
» Promoter
Everything's magic
.FTalk heroes.
Location: ~in the dark~
Registered: 2007-06-27
Posts: 2840
Last visit: 2009-06-04
Reputation: 37

Re: Encrypt your Javascript™ (Fixed)

weeew... :D  :D
nice trick bro.....
thanks for sharing... =)  :thumbsup:


1st account

2nd account

                   

#17  2007-09-27 06:09:21

Vipper
 Dhie
Vipper's display avatar
» FriendsterTalker
Vipper
Location: Isabela Ph.
Registered: 2007-09-17
Posts: 214
Last visit: 2008-08-22
Reputation: -1
Friendster

Re: Encrypt your Javascript™ (Fixed)

wewwwww thank for sharing ive been looking for this because mine is not good enough... :penguin:


learn the rulez....so that you know how to break them...

#18  2007-09-27 06:39:17

hael
 †h¥™ [lea ni Omar]
hael's display avatar
» FriendsterTalker
i love †h¥
Location: Paranaque
Registered: 2007-08-22
Posts: 239
Last visit: 2009-06-30
Reputation: 14
Friendster

Re: Encrypt your Javascript™ (Fixed)

ohhhhh thanks soo much foh sharin:)




_______________________
♥i may forget what you said,
but i will never forget how you made me feel♥

#19  2007-09-27 06:52:27

dumbtech
» FriendsterNewbie
Registered: 2007-05-29
Posts: 85
Last visit: 2009-05-30
Reputation: ~

Re: Encrypt your Javascript™ (Fixed)

dis is wat im lookin for...... thanks dude......  :thumbsup:


CPU: 3.00Ghz Core 2 Extreme QX6850
Mobo: Intel D975XBX2
Ram: 2x1GB CORSAIR TWIN3X2048-1333C9DHX
AGP: ATI Radeon HD 2900 Series
Storage: 1x Seagate 250GB Serial ATA II, 1x seagate 80GB Serial ATA
OS: Dual boot windows Media Center 2005 & Windows Vista Ultimate

#20  2007-09-27 08:38:04

▼WOLViNCE▼
 userid unlisted
▼WOLViNCE▼'s display avatar
» FriendsterAddict
Alt + U + U
Location: 127.0.0.1
Registered: 2007-09-08
Posts: 399
Last visit: 2008-04-08
Reputation: 14
???

Re: Encrypt your Javascript™ (Fixed)

thi is cool, but since this sites has also decoder function its still possible for the lame RIPPER to decypher your compressed code.  :eh:


'Tis better to be silent and be thought a fool, than to speak and remove all doubt.

Search Friendstertalk

Board footer

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

[ 8 queries - 0.057 second ]
Powered by SyntheticNetwork

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. =)