Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > General Gambling > Computer Technical Help
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-15-2005, 08:04 AM
RollaJ RollaJ is offline
Senior Member
 
Join Date: Nov 2002
Location: Brooklyn
Posts: 1,695
Default Remember My Username and Password

There is a site I frequent that doesnt ask If I want to save my log-in info, how can I get it to do so?..... seems like the only site that doesnt offer it
Reply With Quote
  #2  
Old 09-15-2005, 08:24 AM
flatline flatline is offline
Junior Member
 
Join Date: Mar 2004
Posts: 5
Default Re: Remember My Username and Password

Firefox should be able to do it for you.
Reply With Quote
  #3  
Old 09-15-2005, 08:35 AM
TheTROLL TheTROLL is offline
Senior Member
 
Join Date: Feb 2005
Location: London
Posts: 103
Default Re: Remember My Username and Password

And if that's not an option, make a local copy of the login page and edit the HTML to pre-populate the username and password. You may also have to edit the form action URL to include the http://www.***.com prefix if it currently just action="/page.php".
Reply With Quote
  #4  
Old 09-15-2005, 11:31 AM
RollaJ RollaJ is offline
Senior Member
 
Join Date: Nov 2002
Location: Brooklyn
Posts: 1,695
Default Re: Remember My Username and Password

[ QUOTE ]
Firefox should be able to do it for you.

[/ QUOTE ]

Site is not firefox compatible.... Im gonna try the other suggestion, though Im not sure what it means [img]/images/graemlins/tongue.gif[/img]
Reply With Quote
  #5  
Old 09-15-2005, 11:34 AM
RollaJ RollaJ is offline
Senior Member
 
Join Date: Nov 2002
Location: Brooklyn
Posts: 1,695
Default Re: Remember My Username and Password

[ QUOTE ]
And if that's not an option, make a local copy of the login page and edit the HTML to pre-populate the username and password. You may also have to edit the form action URL to include the http://www.***.com prefix if it currently just action="/page.php".

[/ QUOTE ]

Im lost [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #6  
Old 09-15-2005, 12:24 PM
TheTROLL TheTROLL is offline
Senior Member
 
Join Date: Feb 2005
Location: London
Posts: 103
Default Re: Remember My Username and Password

Open the page where you would log in.

Let's take this fine site as an example.

Make a note of the exact text that appears by the username box, in this case "Login Name".

File menu/Save As...

Change the Save As Type dropdown to Web Page, HTML only.

Save it to your desktop.

In Notepad, open the file you've saved. Hit CTRL+F and search for Login Name.

Right around there you'll find the code that represents the box where you type in your username. In this case, it is:

<input type="text" name = "Loginname" class="formboxes" />

Right after the name="Loginname" part, add value="thetroll" (substituting your username for the relevant site), so it reads

<input type="text" name = "Loginname" value="thetroll" class="formboxes" />

Do the same for the password box, adding in value="yourpwd" (substituting your password for the relevant site).

Save the changes and close notepad.

Drag and drop the file onto Internet Explorer, and you'll see a non-graphics version of the login page with your name and password already there. Save this page in your Favorites instead of the real homepage.

Click the submit button, and see if that works - it does for 2+2.

If it does not, you'll also need to tell the form which site to submit the details to. Back in Notepad, a bit above where you added your username, you'll find a FORM tag, looking something like this:

<form method="post" action="start_page.php">

You need to edit that action attrbiute to be the FULL address of the login script. This is usually just a matter of adding the base URL to the front, so this example becomes

<form method="post" action="http://forumserver.twoplustwo.com/start_page.php">

Save the file and try again. This will work in the majority of cases; if not, post the URL of the original login page (blank out the domain name if you like) and the whole FORM tag and I'll tell you what the revised version should be.

In the next installment... how to make the page click the submit button automatically!
Reply With Quote
  #7  
Old 09-15-2005, 01:20 PM
RollaJ RollaJ is offline
Senior Member
 
Join Date: Nov 2002
Location: Brooklyn
Posts: 1,695
Default Re: Remember My Username and Password

I PMd you, thanks a lot for the help
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.