Hacking and more...
HaCkinG CulT
|
Lista Forumurilor Pe Tematici
|
Hacking and more... | Reguli | Inregistrare | Login
POZE HACKING AND MORE...
Nu sunteti logat.
|
Nou pe simpatie: Profil angel_jo
| Femeie 25 ani Bucuresti cauta Barbat 25 - 72 ani |
|
Dynamyc
Elite Member
Din: de peste tot
Inregistrat: acum 18 ani
Postari: 836
|
|
vreau sa pun parola la index.html zice-ti si mie cum fac ? (nu vreau program) :P
_______________________________________
|
|
pus acum 17 ani |
|
HIENA
Old School Member
Din: Pe luna cu extraterestri
Inregistrat: acum 18 ani
Postari: 433
|
|
vrei un script ceva?
|
|
pus acum 17 ani |
|
Dynamyc
Elite Member
Din: de peste tot
Inregistrat: acum 18 ani
Postari: 836
|
|
da, ar fi bun
_______________________________________
|
|
pus acum 17 ani |
|
HIENA
Old School Member
Din: Pe luna cu extraterestri
Inregistrat: acum 18 ani
Postari: 433
|
|
<SCRIPT LANGUAGE="javascript">
function Getstats() { window.status=('Attempting to log in to User Area...')
var iName; var AccId; AccId=document.Login.AccId.value iName=document.Login.iName.value
if (iName== ""||AccId== "") { alert('nERROR.nYou Must enter your User Name and Password to Login.') window.status=('Missing Data. Please cheak spelling and Ensure that names are in correct case.') } if (iName=="Michael Webb"&& AccId=="DeltaABC"|| iName=="Tom James"&& AccId=="JamesTTT"|| iName=="Adam Harwood"&& AccId=="Harwooden") { var location=("Untitled111.html"); this.location.href=location; window.status=('Verifiying User Name and Password'); } else { var location=("Accsess Denied.html"); this.location.href=location; window.status=('Verifying User Name and Password.........Accsess Denied.'); } } </SCRIPT> </head> <BODY BGCOLOR="black" text=blue onLoad="window.status=('You will need a User Name and Password to proceed...');"> <script language=JavaScript> <!-- var message="Our server logged your IP during your attempt to hackin and steal our work"; function click(e) {if (document.all) {if (event.button == 2) {alert(message); return false;}}if (document.layers) {if (e.which == 3) {alert(message); return false;}}}if (document.layers) {document.captureEvents(Event.MOUSEDOWN);} document.onmousedown=click;// --> </script></body></html> </SCRIPT>
<P ALIGN="CENTER"><BR><FONT SIZE="5" COLOR="Red" FACE="Arial"><U>Login</B></U></FONT></P> <HR> <FORM NAME="Login"> <CENTER> <TABLE BORDER="0"> <TR> <TD ALIGN="RIGHT"><FONT SIZE="3" COLOR="Red" FACE="Arial"><B>User Name:</B></FONT><BR><BR></TR> <TD><INPUT TYPE="TEXT" NAME="iName" MAXLENTH="15"><BR> <TD><INPUT TYPE="BUTTON" VALUE="Login" onClick="Getstats()" HEIGHT="40" WIDTH="50"><BR> <TR> <TD ALIGN="RIGHT"><FONT SIZE="3" COLOR="Red" FACE="Arial"><B>Password:</B></FONT><BR><BR></TR> <TD><INPUT TYPE="PASSWORD" NAME="AccId" MAXLENTH="15"><BR> <TD><INPUT TYPE="Reset" VALUE="Reset" onClick="window.status=('RESET:Please Enter Your User Name and Password')" HEIGHT="40" WIDTH="50"><BR></TR></TD></TABLE></CENTER> </body> </html> <!-- Simba says Roar. -->
sper sa te ajute
Modificat de HIENA (acum 17 ani)
|
|
pus acum 17 ani |
|
Dynamyc
Elite Member
Din: de peste tot
Inregistrat: acum 18 ani
Postari: 836
|
|
ok, thx
_______________________________________
|
|
pus acum 17 ani |
|
OSHO
Elite Member
Din: Cluj
Inregistrat: acum 18 ani
Postari: 2069
|
|
|
pus acum 17 ani |
|
N30
Little Kevin
Inregistrat: acum 18 ani
Postari: 82
|
|
Script care iti cere doar parola:
Code:
<SCRIPT LANGUAGE="javascript">
var getin = prompt("Restricted area!","")
if (getin=="PAROLA AICI")
{
alert('Access Granted')
location.href='ind3x.html'
}
else
{
alert('Hacking attempt')
location.href='hattempt.htm'
}
</SCRIPT> |
Sper ca stii ce sa modifici.
Modificat de N30 (acum 17 ani)
_______________________________________
|
|
pus acum 17 ani |
|