Myspace Auto-Login

By Dimitar Gruev Last update Nov 8, 2008 — Installed 4,011 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
fattie Scriptwright

Thanks alot Shayne.. I was thinking of actually taking a look at the Myspace code to fix it, but instead just kept checking back here to see if anyone found the fix.

 
Shayne Scovill Scriptwright

MySpace is at it again.... to fix this script edit the following

This:
var uid = form.elements.namedItem('ctl00$ctl00$cpMain$cpMain$LoginBox$Email_Textbox');
var pw = form.elements.namedItem('ctl00$ctl00$cpMain$cpMain$LoginBox$Password_Textbox');

Should become this:
var uid = form.elements.namedItem('ctl00_cpMain_LoginBox_Email_Textbox');
var pw = form.elements.namedItem('ctl00_cpMain_LoginBox_Password_Textbox');

 
Chris4 Scriptwright

Thanks!

 
InsaneNinja Scriptwright

this should ONLY be included specifically on "http://www.myspace.com/" .. with NO asterisks or variables

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel