vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Module CMPS: MSN Messenger Login (https://vborg.vbsupport.ru/showthread.php?t=117063)

DjTaz 05-28-2006 10:00 PM

Module CMPS: MSN Messenger Login
 
This is a handy module to let you log into MSN from internet caf?s that happen to have forgotten to install MSN Messenger.

The hack goes onto the VbAdvanced main page as a module , so

if you dont have VbAdvabced , this is not for you ... but take a look at post 8 and Post 34 and it explains how to put it onto forumhome

It uses EMessenger , its not exactly the neatest in the world , but it works fine.


1. Upload the attached file on the right (msn.php) into your /modules Folder.
2. Upload the attached image at the bottom (msn.gif) into your /images folder.

3. Create a new template (Style & Templates - Style Manager - Add a template) called adv_portal_msn with the following code:

Code:

<tr>
<td>
<table        cellpadding="2"
        cellspacing="1"
        border="0"
        width="100%"
        height=300>
       
        <tr><td valign=top>
        <center>
        <img src="images/msn.gif">
        </td></tr>
               
               
               
        <form        action="http://chicago.e-messenger.net//servlet/dologin"
                method="POST"
                target="_blank"
                onsubmit='processSubmit()'>
        <div id="login">       
               
               
        <tr><td>
                <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></tr>
       
       
       
        <tr><td>
                <strong>Password:</strong><br>
                <input type='password' name='password' value=''>
        </td></tr>
       
       
        <tr><td>
                <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></tr>

        <tr>
        <td>
        <center>
        <input        type='submit'
                value='Login'> <br></center>
        <input        id='secure'
                onclick='clickSecure()'
                type='checkbox'
                value='1'>
        Secure SSL(https)
        </td></tr>
       
        <tr><td>
        <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>
        <div id="wait" style="display:none">Wait a moment please...</div>
        </form>

        </td>
        </tr>
</table>




</td>
</tr>

ADDED LATER: Post 48 suggests an edit for the login to make it log into the better looking version of e-messenger.


4. Add a module.
In Vba CPMS - add module select add a module - PHP file :

Module Title : Msn Messenger
Column : Left Column (or where you wish)
Active : Yes
Update all pages : As Required

File to include : msn.php
Parent Module : none
Identifier : msn
Templates Used : adv_portal_msn


The rest is up to yourself.


This hack should allow members who have their msn address filled in to sign in using any state (online/busy/away etc etc) but only allows non members to sign in as Online. It doesnt require the members to give their msn login details as it asks on the page for that info , and it pops up a new page for the Emessenger.

This is version 1.0 of this hack - it works fine on my boards (3.5.4 with vBadvanced CMPS v2.0.0 ) but hasnt been tested on others , but any improvments or requests will be considered. (I have tried windows messenger and failed , so if someone can suggest how to use that instead, id be delighted).

Added -
  • Yahoo messenger web login was added on page 1 if this goes on a few pages.
  • Install this onto Forumhome for those who dont have VBA is also on page 1
  • Post #34 , RMXS kindly posted how to install this the full length of the FORUMHOME page - with images.
  • Post #48 suggests an edit for the login to make it log into the better looking version of e-messenger.
  • Post #49 has a version of this that uses javascript to switch between the different logins , all in the same box - 1 box , 5 logins.

Kaleem 05-29-2006 08:30 PM

hmmm good one

now i will use vbAdvanced :>

oops first post :P

DjTaz 05-29-2006 08:37 PM

Quote:

Originally Posted by LightInClouds
hmmm good one

now i will use vbAdvanced :>

oops first post :P


If you just use the Code above and ignore the msn.php - im sure you could re-write it to fit into one of the existing templates on VBB - it would be pretty much the exact same code , just with different tables to make it fit better.

I just didnt know where to put it on a non VBB page - possibly Forumhome at the bottom somewhere

IrPr 05-29-2006 10:54 PM

is it possible to do this for Yahoo! and the others ?

or using Meebo.com

Barakat 05-30-2006 12:25 AM

what a nice hack ... installed and worked good .

but just a Q . is our pw secure ?

DjTaz 05-30-2006 12:30 AM

The system uses EMessenger - they are established and passwords are as secure as they can be online. Its not logged on anyones server ever , so as such yes the passwords are secure.

There is also the option of using the secure server , which wont really make much difference to be honest.

This system would be almost exactly the same as using the emessenger site itself to log in - the form sends the info directly to them to log you in - any coder can check the form script and know its all ok.

DjTaz 05-30-2006 12:37 AM

Quote:

Originally Posted by IrPr
is it possible to do this for Yahoo! and the others ?

or using Meebo.com


heres a quick rendering of a yahoo code for you ... might be worth getting your own yahoo image cause i rushed that.

do pretty much the same steps as above for msn :

1. Upload the attached file at the bottom (yahoo.php) into your /modules Folder.
2. Upload the attached image at the bottom (yahoo.gif) into your /images folder.

3. Create a new template (Style & Templates - Style Manager - Add a template) called adv_portal_yahoo with the following code:

Code:

<tr>
<td>
<table        cellpadding="2"
        cellspacing="1"
        border="0"
        width="100%"
        height=300>
       
        <tr><td valign=top>
        <center>
        <img src="images/yahoo.gif">
        </td></tr>
               
               
               
<form        style="position:absolute"
        action="http://hongkong.e-messenger.net/webyahoo//doLogin.jsp"
        id="yahoo_form"
        method="post"
        class="loginYIM"
        target="yahoo">
       
        <div id="login">
       
       
<input type="hidden" name="password" id="yahoo_password"/>
<input name="network" type="hidden" value="yim" />
               
        <tr><td>
                <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></tr>
       
       
       
        <tr><td>
                <strong>Password:</strong><br>
<input name="username" type="password" id="yahoo_p" class="wide" />
        </td></tr>
       
       
        <tr><td>
                <strong>Initial Status:</strong><br>
       

<if condition="$bbuserinfo[userid] != 0">
                <select name="status" class="wide">
                <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" class="wide">
                <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></tr>

        <tr>
        <td>
        <center>
       
        <label>Secure Login</label>
        <input name="securelogin" id="yahoo_secure" type="checkbox" value="1" onclick="clickSecure('yahoo');"/>
        <input type="submit" class="formButton" value="Submit" onclick="doYahooLogin()" /><br/>
        <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>
</form>

        </td>
        </tr>
</table>




</td>
</tr>


4. Add a module.
In Vba CPMS - add module select add a module - PHP file :

Module Title : Yahoo Messenger
Column : Left Column (or where you wish)
Active : Yes
Update all pages : As Required

File to include : yahoo.php
Parent Module : none
Identifier : yahoo
Templates Used : adv_portal_yahoo



That should do it for the yahoo login.I dont have yahoo myself , so as u can see in the screenshot , it wont supply my yahoo login ID, but if i had one when signing up for the boards , it would auto populate that for me.

DjTaz 05-30-2006 01:10 AM

If you wish to use Forumhome as a place to put this , and you dont have VBa - then you could try this- though i dont think its anyway near as nice ....

Open the FORUMHOME template and find :
Code:

<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
                </tr>
                </table>
        </td>

and under it add in :

Code:




<!-- start of msn login window -->
<td border=4 class="alt2" width=165>

<table        cellpadding="2"
        cellspacing="1"
        border="0"
        width="165"
        height="300">
       
        <tr>
        <td class="thead">
        MSN Messenger
        </td></tr>
        <tr>
        <td class="alt2">
        <center>
        <img src="images/msn.gif">
        </td></tr>
               
               
               
        <form        action="http://chicago.e-messenger.net//servlet/dologin"
                method="POST"
                target="_blank"
                onsubmit='processSubmit()'>
        <div id="login">       
               
               
        <tr><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></tr>
       
       
       
        <tr><td class="alt2">
                <strong>Password:</strong><br>
                <input type='password' name='password' value=''>
        </td></tr>
       
       
        <tr><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></tr>

        <tr>
        <td class="alt2">
        <input        id='secure'
                onclick='clickSecure()'
                type='checkbox'
                value='1'>
        Secure SSL(https)
        <center>
        <input        type='submit'
                value='Login'> <br></center>
        </td></tr>
       
        <tr><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 -->


</td><td width=20></td>

<!-- start of yahoo login window -->
<td border="4" class="alt2" width="165">

<table        cellpadding="2"
        cellspacing="1"
        border="0"
        width="165"
        height="300">
       
       
        <tr>
        <td class="thead">
        Yahoo Messenger
        </td></tr>
        <tr>
        <td class="alt2">
        <center>
        <img src="images/yahoo.gif">
        </td></tr>
       
       
       
        <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" />
               

        <tr><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></tr>
       
       
       
        <tr><td class="alt2">
                <strong>Password:</strong><br>
                <input name="username"
                        type="password"
                        id="yahoo_p" >
        </td></tr>
       
       
        <tr><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></tr>

        <tr>
        <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></tr>
       
        <tr><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 -->

And that should display both yahoo and msn on the bottom of forumhome

IrPr 05-30-2006 09:54 AM

Thanks DJ :)

would u please take a look at meebo.com ?

DjTaz 05-30-2006 11:28 AM

Quote:

Originally Posted by IrPr
Thanks DJ :)

would u please take a look at meebo.com ?

I took a look at meebo.com and it looks to be a great system , but i dont think id be able to replicate that on a VBulletin page im afraid.

Im on holidays in Lanzarote at the moment , so its only a brief jump in and out of the net , but i may take a longer look at that site when i return and see if i can come up with an alternative system thats similar to that, but no promises .. digging out the coding can be very difficult sometimes.

kurtbarker 05-30-2006 11:31 AM

Quote:

Originally Posted by DjTaz
If you wish to use Forumhome as a place to put this , and you dont have VBa - then you could try this- though i dont think its anyway near as nice ....

Open the FORUMHOME template and find :
Code:

<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
                </tr>
                </table>
        </td>

and under it add in :

Code:




<!-- start of msn login window -->
<td border=4 class="alt2" width=165>

<table        cellpadding="2"
        cellspacing="1"
        border="0"
        width="165"
        height="300">
       
        <tr>
        <td class="thead">
        MSN Messenger
        </td></tr>
        <tr>
        <td class="alt2">
        <center>
        <img src="images/msn.gif">
        </td></tr>
               
               
               
        <form        action="http://chicago.e-messenger.net//servlet/dologin"
                method="POST"
                target="_blank"
                onsubmit='processSubmit()'>
        <div id="login">       
               
               
        <tr><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></tr>
       
       
       
        <tr><td class="alt2">
                <strong>Password:</strong><br>
                <input type='password' name='password' value=''>
        </td></tr>
       
       
        <tr><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></tr>

        <tr>
        <td class="alt2">
        <input        id='secure'
                onclick='clickSecure()'
                type='checkbox'
                value='1'>
        Secure SSL(https)
        <center>
        <input        type='submit'
                value='Login'> <br></center>
        </td></tr>
       
        <tr><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 -->


</td><td width=20></td>

<!-- start of yahoo login window -->
<td border="4" class="alt2" width="165">

<table        cellpadding="2"
        cellspacing="1"
        border="0"
        width="165"
        height="300">
       
       
        <tr>
        <td class="thead">
        Yahoo Messenger
        </td></tr>
        <tr>
        <td class="alt2">
        <center>
        <img src="images/yahoo.gif">
        </td></tr>
       
       
       
        <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" />
               

        <tr><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></tr>
       
       
       
        <tr><td class="alt2">
                <strong>Password:</strong><br>
                <input name="username"
                        type="password"
                        id="yahoo_p" >
        </td></tr>
       
       
        <tr><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></tr>

        <tr>
        <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></tr>
       
        <tr><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 -->

And that should display both yahoo and msn on the bottom of forumhome


can we get a screenshot for how this looks?

dirtycrow 05-30-2006 11:58 AM

awesome! any hopes of getting this for google talk?

Beller 05-30-2006 12:13 PM

Nice one! Installed

DjTaz 05-30-2006 12:14 PM

Quote:

Originally Posted by kurtbarker
can we get a screenshot for how this looks?


yeah - its just a matter of putting the code into your forumhome and looking at it , but heres a look for the lazy people out there :p

DjTaz 05-30-2006 12:24 PM

Quote:

Originally Posted by dirtycrow
awesome! any hopes of getting this for google talk?

Basically , im just linking the scripts to the existing web based client that utilites these services - since Gtalkr is no longer available , and emessenger dont have a webbased client , it seems that meebo is the only other one that has a web client for Gtalk.

I checked out the code for the place briefly last night and i got all bogged down in it , which i didnt like while on holidays in the sun , so i decided to skip it.

Ill take a better look when i get back to the emerald isle cause theres not much else to do in Ireland when its raining out :D

If i can get a working version running for GTalk , ill let you know. :D

DjTaz 05-30-2006 12:29 PM

Quote:

Originally Posted by Beller
Nice one! Installed

Just had a look at your site Beller and the msn thing seems to stick out a little - if you reduce the image size of the Messenger thing , it may fit a bit better because i think that MSN image is pushing the box out further than the others.

Should fit in neater once you do that , but it seems to be working away anyway - hope the members like it.

(if your not irish , ignore the rest)
T? s? go maith go bhfuil daoine eile as Eire ar an ait seo !

kurtbarker 05-30-2006 12:30 PM

Quote:

Originally Posted by DjTaz
yeah - its just a matter of putting the code into your forumhome and looking at it , but heres a look for the lazy people out there :p

lol, thanks mate, but I really don't like how it looks aye... maybe next time

DjTaz 05-30-2006 12:35 PM

Quote:

Originally Posted by kurtbarker
lol, thanks mate, but I really don't like how it looks aye... maybe next time

Yeah , i didnt like the look of that either to be honest , but its something for people who dont have Vbadvanced - the module on that looks far better.

Its possible to alter the tables if you know even basic HTML (which i assume you do) and make it look differently , as long as the <form> information is kept intact, so it is possibly to change it around , though this was just designed as a module for VBA , so i wont be messing about with a design for the forumhome , i'll leave that up to individuals, but if any do , i'd be delighted if they shared the look and how they did it.

Eggie 05-30-2006 12:54 PM

Can you make this work with Xfire? http://www.xfire.com

DjTaz 05-30-2006 01:33 PM

Quote:

Originally Posted by Eggie
Can you make this work with Xfire? http://www.xfire.com

I dont see a webbased login for xfire , so i dont think that its possible for me to do this - as i said i can redirect the logins to a system that already works , but i dont have the time , or for that matter ability to create a webbaed version of an application myself.

Robru 05-30-2006 06:15 PM

Thanks for this MOD :)

shadowdancer36 05-31-2006 01:23 PM

I know a lot of people at my job has yahoo messenger blocked or can't install it on their system. Is this a method of getting around that? Something like yahoo's online java script version?

Nachtfalke 05-31-2006 02:10 PM

Nice one! Any chance to have the MSN and Yahoo merged into one block? Maybe with a dropdown box, where my users could choose their messie ...

DjTaz 05-31-2006 03:36 PM

Quote:

Originally Posted by shadowdancer36
I know a lot of people at my job has yahoo messenger blocked or can't install it on their system. Is this a method of getting around that? Something like yahoo's online java script version?

Yes , this will let people from work who are behind a firewall or proxy get onto MSN/Yahoo - it uses port 80 which is the standard www port and isnt usually blocked by routers in work.

DjTaz 05-31-2006 03:39 PM

Quote:

Originally Posted by Nachtfalke
Nice one! Any chance to have the MSN and Yahoo merged into one block? Maybe with a dropdown box, where my users could choose their messie ...

I'll take a look into that when i get back from holidays , its something i was thinking about myself, but as far as i know id have to do that with javascript and im not that great with javascript , though i will look into a system like that.

It would be handy because i could put msn, yahoo and aim into the same options dropdown and it would make life easier for users and look neater.

I'll be home after sunday , and i have a few things to sort out , but ill do some research then on it.

Good Suggestion

Snake 05-31-2006 09:29 PM

Thanks for the hack! :)

rmxs 06-04-2006 06:03 AM

Can someone tell me how cam i make this horizonal??

DjTaz 06-04-2006 06:11 AM

Quote:

Originally Posted by rmxs
Can someone tell me how cam i make this horizonal??

That would be a re-write of the <table> section of the code - Im hopping on a plane in about 2 hours , so if i survive that trip i'll see what i can do afterwards if someone else hasnt had some input into that in the meantime.

What space are you allowing for, and where are you planning to put it ?

rmxs 06-04-2006 06:19 AM

under the whats going on..

im trying to re-write byt nothing....


EDIT I FIX IT :)

Look at attached file

You wont the Source code?

rmxs 06-04-2006 06:50 AM

I make also the yahoo horizonal... :)

DjTaz 06-04-2006 10:17 PM

Quote:

Originally Posted by rmxs
I make also the yahoo horizonal... :)


Id love the code for that if you wouldnt mind - Great job on it , well done !!

rmxs 06-25-2006 05:43 AM

Open the FORUMHOME template and find :
Code:

<!-- end what's going on box -->
and under it add in :

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

Upload Attaches IMAGES TO images/

To remove one of them just delete the code from <!-- start of XXXX login window --> TO <!-- end of XXXX login window -->

DjTaz 06-25-2006 01:07 PM

Thanks for that - im sure more people will have an interest in the hack now !

rmxs 06-26-2006 06:44 PM

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

MoveOver.cc 07-02-2006 07:48 AM

I am getting this on my page -

Quote:

4. Add a module. In Vba CPMS - add module select add a module - PHP file :
I have "Cleaned File Output" but originally worked then when I moved messenger, the writing comes up above Messenger.

Any ideas please???

DjTaz 07-02-2006 05:46 PM

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.

MoveOver.cc 07-02-2006 08:16 PM

<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

oberheimhaven 07-02-2006 09:01 PM

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

DjTaz 07-02-2006 10:30 PM

Quote:

Originally Posted by MoveOver.cc
http://212.67.202.205/~mad4it4/forums/index.php

I have tried with and without.

Not sure what to do.

V 3.54. I followed the instructions.

Yeah, VBA

I think the issue here is with your template : adv_portal_msn

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.

DjTaz 07-03-2006 02:22 PM

Quote:

Originally Posted by oberheimhaven
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

Never mind got it thxs nice hack
Mark

Can you let us know what the issue was and how you resolved it just in case anyone else has the same issue please ?

Thanks in advance.


All times are GMT. The time now is 10:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02297 seconds
  • Memory Usage 2,004KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete