Auto Login For this Forum =)

Discuss about Software here.
Note: Stictly no warez or bittorrent

Moderator: wizme

Post Reply
wizme
Destiny General
Destiny General
Posts: 297
Joined: Sat Sep 05, 2009 1:40 pm

Auto Login For this Forum =)

Post by wizme »

Hi i have code a html/javascript to help users in this forum to have auto login to this forum.

This code is totally safe, you can see it later where you nid to put in your username and password for this forum.

Javascript need to be enabled in your browser.
Edit the html file with notepad:
Change <yourusername> to your forum username
Change <yourpassword> to your forum password
save it at your desktop =)

How does this benefit me?
For people who does not save cookie/login detail, just double click the html file and you are logged in =)

For IE user, you need to Allow Blocked Content, as i said this script is save, you can see yourself.
For FF user, you do not need to do anything =)

Please help me try on other browser to see if its working.

Download Link:

Code: Select all

http://www.mediafire.com/download.php?nznvd0djmy1
Source Code:

Code: Select all

<html>
		<form method="post" action="http://xemectrum.co.cc/ucp.php?mode=login" class="headerspace">
		<fieldset class="quick-login">
			<label for="username">Username:</label> <input type="text" name="username" id="username" size="10" class="inputbox" title="Username" />  
			<label for="password">Password:</label> <input type="password" name="password" id="password" size="10" class="inputbox" title="Password" />
			<input type="submit" name="login" value="Login" class="button2" id="button" />
		</fieldset>
	</form>
<script>
//wrote by wizme =) for http://xemectrum.co.cc
document.getElementById('username').value="<yourusername>";
document.getElementById('password').value="<yourpassword>";
document.getElementById('button').click();
</script>  
</body>
</html>
Unlike science, love is like magic, there's no reason to it - wizme =)
Learn more of security, click here =)
bluefirzen
Holy Philosopher
Holy Philosopher
Posts: 904
Joined: Sun Aug 30, 2009 9:01 pm
Location: Somewhere surrounded by Japan Girls
Contact:

Re: Auto Login For this Forum =)

Post by bluefirzen »

I thought we can just stay login if we dont logout ? o-o
Image
wizme
Destiny General
Destiny General
Posts: 297
Joined: Sat Sep 05, 2009 1:40 pm

Re: Auto Login For this Forum =)

Post by wizme »

How does this benefit me?
For people who does not save cookie/login detail, just double click the html file and you are logged in =)
Unlike science, love is like magic, there's no reason to it - wizme =)
Learn more of security, click here =)
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: Auto Login For this Forum =)

Post by Boredness »

wizme wrote:How does this benefit me?
For people who does not save cookie/login detail, just double click the html file and you are logged in =)
quite useful
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
Slayer369
Headmaster of Darkness
Headmaster of Darkness
Posts: 731
Joined: Sun Aug 30, 2009 9:03 pm
Location: In your sis room

Re: Auto Login For this Forum =)

Post by Slayer369 »

Nice so i can clean my cookies and still be loggin on forum
Image
Teddy bear killer is back?
Image
Image
guoqiang357
Master of Darkness
Master of Darkness
Posts: 495
Joined: Tue Sep 08, 2009 2:21 pm

Re: Auto Login For this Forum =)

Post by guoqiang357 »

if we got auto logout that good cause everytime i use outside computer
Never Love a Girl so much like mi or u will end up dieing if the girl wish to break
Image
Post Reply