| Forums > Tips & Tricks > "BLOG PASSWORD PROTECTION (read this.)" (43 replies)
|
|
|
[script language="JavaScript" type="text/javascript"]
[!--hide
var password;
var pass1="YOURPASSWORDHERE";
password=prompt('Enter your password in order to view this page!',' ');
if (password==pass1)
alert('YAY you got it right! Click OK to enter!');
else
{
window.location="http://google.com/";
}
//--]
[/script]
Edit the bolded words. Change the [square brackets] to the sharp brackets.
THIS IS VERY EASY TO BYPASS. There is another password script which is more difficult for people to 'hack' pass, but you can make do with this.
|
|
|
| |
|
| |
|
| |
Thanks for this. I'm getting tired of seeing people ask this question over and over, so I'll make this sticky. Hopefully that will help.
|
| |
| |
|
| |
u can change the window location back to yr blog, then will not be so easy to be hacked in INTERNET EXPLORER. but if yr using firefox, jus disable yr javascript.
|
| |
| |
|
| |
http://blogskins.com/forum/2/21893/ PASSWORD PROTECTION #2!! According to %BONAfide}, it's unhackable.
|
| |
| |
|
| |
okay, enough of passwords. i've been disabling thousands of blog passwords jus to see what they are badmouthing me about!
do you guys know that when people wants to view your page source, how to prevent them from viewing it? i know there's a code to it.. yeah?
|
| |
| |
|
| |
Thanks so much Rachel hahahah!
Loves luhh. Also really sick of seeing 'how to create passwords in blogs?' threads. Yay!
|
| |
| |
|
| |
yeah..thanks so much for the code
|
| |
| |
 |
Author: 0914
Posted: 6.5 years ago
(link)
|
|
| |
|
| |
| |
|
| |
basically if you encrypt your html , you render it unreadable to most potential hackers.
still there's no fool proof method, but they are just being more difficult to hack it.
but there's a million dollar question.... why do we need to hack your blog, since we already know hacking, we could hack even more worthy target.
|
| |
| |
|
| |
theres a way to get the passwords.
for eg theres this password protected page's link in my blog. u right click it, save target as and den u can view the source in notepad and get the password.
|
| |
| |
|
| |
o0s . thanks f0r telling dis .
really appreciat it . =]
|
| |
| |
|
| |
There still are people who want password scripts anyway.
|
| |
| |
|
| |
thks! ive been trying to get the code! thks alot!
|
| |
| |
|
| |
Yes there are, I didn't say it's unhackable. -_-
|
| |
| |
|
| |
i dunno y i can't use that...i tried it on my blog,i type the correct pass and it still leads to the window location....y is that so?
|
| |
| |
|
| |
Now Blogger has new features which include enabling people to lock their blogs and restrict it to the friends whom they allow to read, so people do not need to worry about having their blogs hacked anymore.
|
| |
|
| |
|
| |
i don't used it...
cos if i put there is still people who can hack it...
so as well as changed the link instead of putting that code^^
|
| |
| |
|
| |
yeah i saw it,
the new blogger got this function but
how to set it? keke =)
|
| |
| |
|
| |
REALLY THX FOR THE CODE ! xDDD
|
| |
| |
|
| |
Lol this script would be rendered useless if EVERYONE on the internet knows how to view the source codes unlike us blog skinners.
|
| |
| |
|
| |
this ROCKS =]
|
| |
| |
|
| |
i can't get it!! the thing just goes straight to the window location!! ...help please??
|
| |
| |
|
| |
how if my frens dont know d p/w n cant go in my blog?
|
| |
| |
|
| |
whats bypass?
lol.
my eng's poor.
so you mean this one can hack easily?
is thr any that cant be hacked?
|
| |
| |
|
| |
i so love this thread.
|
| |
| |
|
| |
Since blogger only support html and javascript, this kind of javascript password can be easily bypass.
Though I will not tell how, but those who knows html and javascript should know.
|
| |
| |
|
| |
|
| |
| |
|
| |
erm, my computer blocked the dunno what javascript thing xD so i just get redirected to google. help, some1? how to enable it?
|
| |
| |
|
| |
are there password protections for certain blog entries only?
|
| |
| |
|
| |
I don't know how to use it?? i paste the code which part of the code must i change? can someone please tell me? andreas_efrain123@hotmail.com or go to my blog www.life-sux-area50.blogspot.com thx~
|
| |
| |
|
| |
But i cant seems to use this onmy blog.. i copy the correct steps but still cant.. it doesnt show any popup box for password thingy.. anyone know y?
|
| |
|
| |
|
| |
if you are using internet explorer verision 7.0, it is not java enabled so you won't be able to excess.
|
| |
| |
|
| |
0.o.. I just needd ddis. Thanks for the info.
|
| |
| |
|
| |
Password codes like this one are utterly useless and wondrously easy to figure out.
Just disable javascript, view the page source for the password, and wah-la! ^^
|
| |
| |
 |
Author:
Posted: 5.5 years ago
(link)
|
|
| |
just type the url in a new blog post save target as and you can get the password. LOL!
|
| |
| |
 |
Author:
Posted: 5.5 years ago
(link)
|
|
| |
encrypting html and htaccess might be a better way to secure your webpage.
|
| |
| |
|
| |
I hope you guys realised that Blogger itself has a setting that allows certain people to read your blog. If you want privacy, thats your best solution.
|
| |
| |
|
| |
i can't seem to post a new thread now , so i'll just reply here .
haha .
Author: %.luminous.inks
Posted: 11 months ago
(link)
okay, enough of passwords. i've been disabling thousands of blog passwords jus to see what they are badmouthing me about!
do you guys know that when people wants to view your page source, how to prevent them from viewing it? i know there's a code to it.. yeah?
hmm , i don't know that code but i've got this code that disables the image toolbar .
you can disable the toolbar that appears when you right click an image in the IE6 broswer .
this could be helpful if you don't want people to steal your images ^^ .
this is the code :
[meta http-equiv="imagetoolbar" content="no"]
just change the [ ] brakets to .
you can disable it for one or more images if you want by adding the following tag to your image
[img src="yourimage.gif" galleryimg="no"]
and again , change the [ ] to and you're done ! (: .
hope this helps if the source was images (: .
|
| |
| |
|
| |
use a php script, or code it yourself. it's not so easy to bypass (still possible).
|
| |
| |
|
| |
If you don\'t want people to see your source code: get a redirection service (or whatever it\'s called)
like this one at unonic.com
let\'s say your chosen url is: abc.net.tf, which redirects to abc.blogspot.com
when you open the source code, it will be the source code of abc.net.tf, which is some code from unonic.com and contains none of your actual blogskin codes (and passwords).
the downside is there\'s an ad bar on your blog and a temporary page shown before your visitors reach your blog.
hope this helps.
|
| |
| |
|
| |
If you don\'t want people to see your source code: get a redirection service (or whatever it\'s called)
like this one at unonic.com
let\'s say your chosen url is: abc.net.tf, which redirects to abc.blogspot.com
when you open the source code, it will be the source code of abc.net.tf, which is some code from unonic.com and contains none of your actual blogskin codes (and passwords).
the downside is there\'s an ad bar on your blog and a temporary page shown before your visitors reach your blog.
hope this helps.
|
|
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| This thread has been locked, and no new replies can be posted. |