Quote:
Originally Posted by dog199200
Ok so basically I just need to string this out of my login form:
Code:
<form action="" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="http://www.forum.divineshadowsonline.com/clientscript/vbulletin_md5.js"></script>
just leaving the forum value without the onsubmit, or would that not work?
|
Seems like it should - but is there really no "action" in there? I'm not sure how that works.
Quote:
As for the setting the password, i've been looking for that as well and can't find anything. I've used notepad++, opened every single file and ran a global search and nothing comes up.. This whole script is so disorganized and I cant find anything. The closest thing i found to that was the same type of code setup as above
|
Sorry, if I had known you were going to search by opening every file I'd have done it for you

. Anyway, the files with md5(md5( in them are:
class_bootstrap.php
class_core.php
class_dm_user.php
profile.php
functions_login.php
I guess class_dm_user and profile have to do with setting the password. I don't know what's going on in the other 2.