Jurassic Park Lockout

MobileHacks

New Member
Simple fun "Jurassic Park" lockout What purpose - none really just pure fun and quite harmless. Enjoy.

First :
1.Upload the image and sound clip to your server
2.Change phrases as below, making sure the paths in red are correct!
3.login incorrectly and laugh !

Admin CP
Languages & Phrases > Search in Phrases >
Edit Phrases:

badlogin
Change to:
PHP:
<bgsound src="/your/forum/path/password_soundclip.mp3">
<center>
<font size="3"><b>Ah ah ah, you didn't say the magic word!</font></b>
<br/><br/>
<img src="/your/forum/path/password_image.gif">
<br/>
You have entered an invalid username or password. Please press the back button, enter the correct details and try again. Don't forget that the password is case sensitive. Forgotten your password? Click <a href="{1}/login.php?{2}do=lostpw">here</a>!
</center>


badlogin_strikes

Change to:
PHP:
<bgsound src="/your/forum/path/password_soundclip.mp3">
<center>
<font size="3"><b>Ah ah ah, you didn't say the magic word!</font></b>
<br/><br/>
<img src="/your/forum/path/password_image.gif">
<br/>
You have entered an invalid username or password. Please press the back button, enter the correct details and try again. Don't forget that the password is case sensitive. Forgotten your password? Click <a href="{1}/login.php?{2}do=lostpw">here</a>!<br /><br />
You have used {3} out of 5 login attempts. After all 5 have been used, you will be unable to login for 15 minutes.
</center>


strikes

Change to:
PHP:
<bgsound src="/your/forum/path/password_soundclip.mp3">
<center>
<font size="3"><b>Ah ah ah, you didn't say the magic word!</font></b>
<br/><br/>
<img src="/your/forum/path/password_image.gif">
<br/>
Wrong username or password. <b>You have used up your failed login quota! Please wait 15 minutes before trying again.</b> Don't forget that the password is case sensitive. Forgotten your password? Click <a href="{1}/login.php?{2}do=lostpw">here</a>!
</center>
Demo.. HERE
Just use a name and any password !
Obviously have your sound on !
 
Back
Top