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?
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