Help - Search - Members - Calendar
Full Version: how to stop ppl from jacking your code?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
KageRyu
I need to know how to stop ppl from taking my codes and how to stop them from bypassing the code I set up so ppl can't right click and steal my codes. He also some how found out my password and took off my code. thnx in advance if you can help!
MrElsewhere
http://www.codehouse.com/webmaster_tools/html_encoder/

an HTML encoder. you got hacked though..
shortvi3tlaydee
also change your password to something very random never use the same password
salcha
use non-highlight/right clock
html_scripts has that code
giggl3s
there are many ways someone can take your stuff, you could try to block it but if they really wanted it, they'll get it...oh and the encoder only works for official members so i don't know what to say...I'd understand if the codes you are blocking were your original codes and not createblog's though...
madpimp
Does it really matter? It's web-code right? It's not like you lose money if he jacks your code... And web tutorials are free... i donno, seems weird.
sweetxsimplicity
Hmm..I know there's a code that changes your source, but..I can't find it. pinch.gif
emptyminded
Well as someone up there said: no highlight and no right click could work but then.. they can just go up to view->source so.. you just have to be careful and make sure you labeled all your graphics and codes.
sweetdreamsx3
I know the code for a website, but it won't work for a xanga.
Mini
Hurmmm how do you actually use the encoder. Because I converted my whole xanga code to it and encoded it and plug it in my input header, but it didn't work. sad.gif
largosama
I think encoders are for html tags and css... javascript inside javascript tends to get messed up o.O
mystical
QUOTE(largosama @ Jan 21 2005, 11:08 PM)
I think encoders are for html tags and css... javascript inside javascript tends to get messed up o.O
*


You just gotta use the right encoder, These will open an alert box and they both will work on xanga.



xGlovex
QUOTE
also change your password to something very random never use the same password

O. K.
largosama
very nice mystical
imm
QUOTE(wonders79 @ Jan 11 2005, 1:16 AM)
use non-highlight/right clock
html_scripts has that code
*


Uhh...so do we?
[4]eternity
I use the html encoder one... but what're you talking about password?
largosama
hey this looks like a thread i replied to about 3 weeks ago =O encoders the designers user a strict secret ;]
lovescream
Make your password like extra major super super duper hard.
like your full name + the number of your house + your state.
How about it? XD
demolished
^
i think it's a bad idea cuz everyone will know it.

cuz u just said it, that's why we have pm =]
lovescream
.. Crap. How about something along those lines?

There's a time where I don't think before doing something. _smile.gif
HelloSunshine
QUOTE(Spiritedfreak @ Feb 18 2005, 10:58 PM)
.. Crap. How about something along those lines?

There's a time where I don't think before doing something. _smile.gif
*

haha anyhoo..yeh make your pw something random, but you'll be sure to remember
Programmer
nice mystical. did my job for me lol...
ajax
Two seconds work to get around these childish attempts to hide your source. In Mozilla, create a bookmark containing the following, and then visit it while viewing the "encoded" page.

java script:h=document.getElementsByTagName('html')[0].innerHTML;function disp(h){h=h.replace(/</g, '\n&lt;');h=h.replace(/>/g,'&gt;');document.getElementsByTagName('body')[0].innerHTML='<pre>&lt;html&gt;'+h.replace(/(\n|\r)+/g,'\n')+'&lt;/html&gt;</pre>';}void(disp(h));

Hey presto, you're done.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.