vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Integrated MSN Hack (https://vborg.vbsupport.ru/showthread.php?t=40471)

globalwin 06-29-2002 10:00 PM

Integrated MSN Hack
 
Hi guys. I made this hack because I was sick of just having the standard messenger fields, so I decided to make a hack that integrated the MSN Messenger Handle professionally in like the other ones. Some screenies below:

Register & Edit Profile:

http://www.elemetrix.net/comp/regnprofile.gif

User Profile View:

http://www.elemetrix.net/comp/profile.gif

Postbit View:

http://www.elemetrix.net/comp/postbit.gif

As you can see this is integrated, and is quite different from Anime-loo's hack.

Install instructions updated!
Extra ability added - View MSN Info in Private Messages

bonnmac 06-30-2002 05:10 PM

Hehe I'm the first one to say Thanks! I'm not a code writer so I really appreciate it when someone releases a hack that I'd really like. Haven't installed yet but I'm getting ready to. I'm sure it will work great!

globalwin 06-30-2002 05:11 PM

Im not a code writer either, just a 14yr old with too much time on his hands :D

bluecat 06-30-2002 06:12 PM

Cool! Thanks.

lordnet 06-30-2002 06:23 PM

great hack ;)

my best wish...

LORD

bluecat 06-30-2002 06:31 PM

edit: all set. :)

Boofo 06-30-2002 06:46 PM

You forgot to add this in your instructions. :) I put it as number 8 and changed the other numbers after it to match.

NOTE: Don't forget to take the spaces out of the altcolor variables.
Code:

8. In getinfo template find:

<tr>
        <td bgcolor="{ firstaltcolor}"><normalfont><b>AOL Instant Messenger Handle:</b></normalfont></td>
        <td bgcolor="{ firstaltcolor}"><normalfont>$userinfo[aim] <!-- $ userinfo[aimicon] AIM ICON - remove comments --></normalfont></td>
</tr>

add under it:

<tr>
        <td bgcolor="{ secondaltcolor}"><normalfont><b>MSN Messenger Handle:</b></normalfont></td>
        <td bgcolor="{ secondaltcolor}"><normalfont>$userinfo[msn] <!-- $ userinfo[msnicon] MSN ICON - remove comments --></normalfont></td>
</tr>


Chris M 06-30-2002 06:50 PM

Very easy to follow:)

Thanks:)

Satan

Enjoy Marcus 06-30-2002 07:15 PM

There is a script that pops up the add a contact screen with the email when the msn icon is clicked, i found this, this is roughly it;

PHP Code:

<SCRIPT language=VBScript id=mcvbs 
src
="mc.vbs"></SCRIPT><SCRIPT language=VBScript event=onReadyStateChange for=mcvbs
If 
mcvbs.readyState="complete" And Not isDrawn_ Then 
isDrawn_
=True 
DrawInitialState 
End 
If 
</
SCRIPT
<
SCRIPT language=VBScript event=onload for=window
If 
Not isDrawn_ Then 
isDrawn_
=True 
DrawInitialState 
End 
If 
</
script
<
script language=VBscript
Function 
AddThisEmail(stremail

If 
HasMsgrApp Then 
MsgrApp
.LaunchAddContactUI(strEmail
end if 

End Function 
</
SCRIPT

<
IMG id=mctrack height=1 alt=""
<
SPAN id=appload 
style
="DISPLAY: none"></SPAN
<
br>
<
a href='vbscript:AddThisEmail("$msnhandle")'><img src=$msnimg border=0></a></center>
<
Div Style="display:none">
      <
script language="JavaScript" src="http://m1.nedstatbasic.net/basic.js">
</
script>


        <
font color="#003399" size="3"><script language="JavaScript">

<!--

  
nedstatbasic("ABLLlwVVIdwIJ5qGuvn+ceABD/Pg"1);

// -->

</script


globalwin 06-30-2002 07:30 PM

cool, will try adding it to the hack! :D


All times are GMT. The time now is 08:18 AM.

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.01258 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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