The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
|||
|
|||
Quote:
Id love the code for that if you wouldnt mind - Great job on it , well done !! |
#33
|
|||
|
|||
Open the FORUMHOME template and find :
Code:
<!-- end what's going on box --> Code:
<!-- start of msn login window --> <td border=4 class="alt2" width=165> <table cellpadding="2" cellspacing="1" border="0" width="100%" height="100%"> <tr> <td class="alt2"> <center> <img src="images/msn.gif"> </td> <form action="http://chicago.e-messenger.net//servlet/dologin" method="POST" target="_blank" onsubmit='processSubmit()'> <div id="login"> <td class="alt2"> <strong>Passport:</strong><br> <if condition="$bbuserinfo[msn] != '' "> <input type='text' name='passport' value='$bbuserinfo[msn]'> </if> <if condition="$bbuserinfo[msn] == '' "> <input type='text' name='passport' value='@hotmail.com'> </if> </td> <td class="alt2"> <strong>Password:</strong><br> <input type='password' name='password' value=''> </td> <td class="alt2"> <strong>Initial Status:</strong><br> <if condition="$bbuserinfo[userid] != 0"> <select name='initial' id='initial'> <option value='NLN' >Online</option> <option value='AWY' >Away</option> <option value='BSY' >Busy</option> <option value='BRB' >Be Right Back</option> <option value='PHN' >On The Phone</option> <option value='LUN' >Out To Lunch</option> <option value='HDN' >Appear Offline</option> </select> </if> <if condition="$bbuserinfo[userid] == 0"> <select name='initial' id='initial'> <option value='NLN' >Disabled for NonMembers</option> <option value='NLN' >Online</option> <option value='NLN' >Away</option> <option value='NLN' >Busy</option> <option value='NLN' >Be Right Back</option> <option value='NLN' >On The Phone</option> <option value='NLN' >Out To Lunch</option> <option value='NLN' >Appear Offline</option> <option value='NLN' >Disabled for NonMembers</option> </select> </if> </td> <td class="alt2"> <input id='secure' onclick='clickSecure()' type='checkbox' value='1'> Secure SSL(https) <center> <input type='submit' value='Login'> <br></center> </td> <td class="alt2"> <font color="red" face="arial,verdana,geneva" size='1'> Make sure your popup blocker is OFF for this. Usernames and Passwords are 100% secure and will not be logged.</font> </div> </form> </td> </tr> </table> </td> <!-- end of msn login window --> <!-- start of yahoo login window --> <td border="4" class="alt2" width="100%"> <table cellpadding="2" cellspacing="1" border="0" width="100%" height="100%"> <tr> <td class="alt2"> <center> <img src="images/yahoo.gif"> </td> <form style="position:absolute" action="http://hongkong.e-messenger.net/webyahoo//doLogin.jsp" id="yahoo_form" method="post" class="loginYIM" target="yahoo"> <div id="yimlogin"> <input type="hidden" name="password" id="yahoo_password"/> <input name="network" type="hidden" value="yim" /> <td class="alt2"> <strong>Yahoo ID:</strong><br> <if condition="$bbuserinfo[yahoo] != '' "> <input type='text' name='username' value='$bbuserinfo[yahoo]'> </if> <if condition="$bbuserinfo[yahoo] == '' "> <input type='text' name='username' value='@yahoo.com'> </if> </td> <td class="alt2"> <strong>Password:</strong><br> <input name="username" type="password" id="yahoo_p" > </td> <td class="alt2"> <strong>Initial Status:</strong><br> <if condition="$bbuserinfo[userid] != 0"> <select name="status"> <option value="1" selected="selected">Online</option> <option value="2">Busy</option> <option value="3">Be Right Back</option> <option value="4">Away</option> <option value="4">Appear Offline</option> </select> </if> <if condition="$bbuserinfo[userid] == 0"> <select name="status"> <option value='1' >Disabled for NonMembers</option> <option value="1" selected="selected">Online</option> <option value="1">Busy</option> <option value="1">Be Right Back</option> <option value="1">Away</option> <option value="1">Appear Offline</option> <option value='1' >Disabled for NonMembers</option> </select> </if> </td> <td class="alt2"> <input name="securelogin" id="yahoo_secure" type="checkbox" value="1" onclick="clickSecure('yahoo');"/> Secure login <center> <input type="submit" class="formButton" value="Submit" onclick="doYahooLogin()" /></center> </td> <td class="alt2"> <font color="red" face="arial,verdana,geneva" size='1'> Make sure your popup blocker is OFF for this. Usernames and Passwords are 100% secure and will not be logged.</font> </div> </form> </td> </tr> </table> <!-- end of yahoo login window --> To remove one of them just delete the code from <!-- start of XXXX login window --> TO <!-- end of XXXX login window --> |
#34
|
|||
|
|||
Thanks for that - im sure more people will have an interest in the hack now !
|
#35
|
|||
|
|||
Yeap its more effective now..i have added in my site for live test take a look at www.rmxs.gr/Vb/index.php at the bottom..
i try to make it also collapsed or attached to the main template |
#36
|
|||
|
|||
I am getting this on my page -
Quote:
Any ideas please??? |
#37
|
|||
|
|||
try doing this without cleaning the output file in your selection.
What boards are you running ? and is it the VBA module your using or something else ? send me alink if you wish. |
#38
|
|||
|
|||
<a href="http://212.67.202.205/~mad4it4/forums/index.php" target="_blank">http://212.67.202.205/~mad4it4/forums/index.php</a>
I have tried with and without. Not sure what to do. V 3.54. I followed the instructions. Yeah, VBA |
#39
|
||||
|
||||
everything great except i cant get t he gif to show any suggestions i have dell photo pro 8 will that matter it still is gif file great hack just need the gif to show its broken link now
Another quick ??? When u sign on it bringsme to another sign on page andwhen i sign it doesnt work or reconise my password any suggestions thanks again Got it she worked Nice!!! Never mind got it thxs nice hack Mark |
#40
|
|||
|
|||
Quote:
If you open that and scroll to the very bottom of it , you should have that text , delete and and you should be away and working with none of that. I think when you cut and paste you got that little bit of text at the bottom of your template by accident. Let me know how things go - nice looking site by the way, i like it. |
#41
|
|||
|
|||
Quote:
Thanks in advance. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|