Log in

View Full Version : [REQ]auto insert login id and pass



masriat
08-10-2008, 12:08 AM
hello,
i'm noob at coding html and i want help about simple code to make auto insert id and pass.

this is my website i put in this page a radio but the value from other site
http://mazika.masriat.net/nogom-fm

when you log in this page it asks for a login id and password
i know the login id and password and i want to make a code in this html page to auto insert the id and password so when the visitors come they don't have to insert the id and password.

Thnx
Yours,
Medo

Nile
08-10-2008, 01:57 AM
1) I don't see anything on the page you gave us
2) You'd have to use a server-side scripting language.
Here's an example:
http://niler.net/examples/rememberMe%5B2%5D.php

masriat
08-10-2008, 02:12 AM
http://img375.imageshack.us/img375/6943/proplemnh2.jpg

here is the page i want to put an html code in the page to make it auto insert the id and pass so new users don't have to type it

Nile
08-10-2008, 02:18 AM
Ok, I see IE only. Wouldn't clicking the "Save this password in your password list" do it for the user?
Also, why do you have your page ecrypted? Why not just make it:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0049)http://www.masriat.net -->
<HTML dir=rtl xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"><HEAD><TITLE>
Nogom-FM on WwW.MaSrIaT.NeT</TITLE>
<center>
<TITLE>Nogom-FM on WwW.MaSrIaT.NeT</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1256">
<META content="Microsoft FrontPage 6.0" name=GENERATOR>
</HEAD>
<BODY bgColor=#FFFFFF>
<BLOCKQUOTE>
<DIV align=center style="width: 528; height: 395">
&nbsp;<TABLE id=table1 cellSpacing=5 cellPadding=5 border=0>
<TBODY>
<TR>
<TD align=middle height=150>
<IMG
src="p.jpg" border=4 width="166" height="134"></TD></TR>
<TR>
<TD>
<OBJECT id=VIDEO type=video/x-ms-wmv height=60 width=187
classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6>
<PARAM NAME="URL" value="mms://nfm.agmad1.com:80/gfm?sess=2f3f5ff57c8bb335909ecc5e55befadc&MSWMExt=.asf" ref><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="53.9425625"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="1"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="50"><PARAM NAME="mute" VALUE="0"><PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1">
<PARAM NAME="enableContextMenu" VALUE="-1"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""></OBJECT>
</TD></TR></TBODY></TABLE></DIV></BLOCKQUOTE>

</BODY></HTML>


<HTML xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
<BODY onLoad='FT_PreloadImages("masriat.jpg")'>
</center>
</BODY></HTML>

masriat
08-10-2008, 02:28 AM
Wouldn't clicking the "Save this password in your password list" do it for the user?

what u mean ?
look i need a code to auto insert the id and password ,, because i don't want users don't have to know the id and password and put it


code like init_user= or init_password=

i dunno something like that

Nile
08-10-2008, 02:40 AM
Well, I don't really know how you made the login. But
1) It doesn't work in FireFox
2) You'll have to let your users know the password, or just not have a protected file.

masriat
08-10-2008, 02:45 AM
ok thnx any way

Nile
08-10-2008, 02:57 AM
Can you tell me how you made that login though. I'm intrested.

masriat
08-10-2008, 03:16 AM
it is not me who made it , it is some one else but i'll try to ask him when he is online :)

hoba26
08-10-2008, 08:04 PM
انا مش عارفه اسمع نجوم fm
بجد عاوزه حد يفهمنى اعمل ايه علشان اوصل لها

masriat
08-11-2008, 01:36 AM
دا اميلى adminstra@msn.com ضيفنى و انا انشاء الله هفهمك تشغلها ازاى

Nile
08-11-2008, 01:40 AM
Whats happening? Lol.

masriat
08-11-2008, 01:41 AM
lol he/she was just asking me about the Radio thing but in arabic langauge :)

Nile
08-11-2008, 01:50 AM
When I translate it, it says something weird.

masriat
08-11-2008, 01:52 AM
what does it say :D ?

Nile
08-11-2008, 01:58 AM
It translated this:


I do not know I hear Stars fm
Earnestly want an end any understanding of the process because it brought

masriat
08-11-2008, 02:02 AM
well stars fm is a radio station called in arabic " Nogom Fm "

and the real translation is
i don't know how to hear Nogom FM
Really , i want some one to tell me how to reach it :)

RationalRabbit
07-06-2009, 02:19 PM
So masriat - did you ever get an answer to your problem?

I have a device that reads room temperature, and will spit out a little XML file of the current temp, which is something we need to monitor and record so that we have a history, which means automating the XML extraction. No problem at all, except that the device (for some reason known only to the manufacturer) is password protected.

The software is on a chip.
The device is accessed with a web browser and the username/password form is a standard browser login form - the same that you would see if you were to us .htaccess to password protect a directory.

If anyone can provide some insight, it would certainly be helpful.