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)

jibious 04-24-2003 01:53 PM

i just enabled the javascript code - and i, too, am getting a javascript error.

Line: 22
Char: 63
Error: Object doesn't support this property or method
Code: 0

Line 22, Char 63:
if(confirm("Add "+username+" to your contact list?")==true)MsgrObj.AddContact(0,msnid);

jibious 04-24-2003 02:26 PM

okay, i've figured out why this doesn't work for MSN 5.0

they clsid used in the javascript is B69003B3-C55E-4b48-836C-BC5946FC3B28, which is found in the registry at:

HKEY_CLASSES_ROOT\CLSID\{B69003B3-C55E-4b48-836C-BC5946FC3B28}

the LocalServer32 key entry for this points to:

C:\Program Files\Messenger\msmsgs.exe

MSN Messenger 5 uses the clsid of:

F81CD990-910B-4bbf-9CB3-6A77F3D697B3

so thats the issue - its trying to call upon Windows Messenger rather than MSN Messenger. so if anyone knows how to fix this, muchos gracias... :)

jibious 04-24-2003 03:43 PM

okay, so with a bit more digging an a guy who helped with the original code hacking of the Messenger API, i found out where most, if not all, the info someone would need to use is found. i attached the .js file from hotmail's webpages (you can view source once you login to your hotmail account and search for .js and grab this file, as an alternative).

anyhow, it seems that with MSN Messenger 5.0, it uses MsngrObj.AddContact rather than MsgrObj.AddContact as well as some other things. i've done testing with just replacing MsgrObj with MsngrObj on all the instances, but i ended up getting the same error i got above...

otto

Sam FT 05-19-2003 05:10 AM

I really like this hack, but I have one problem with it. When a user is registering and then they add their msn username. When they go back to their profile the msn username isn't there. If you add it from in the control panel it stays, but it just doesn't stay when you register. I followed the instructions and I have no hacks installed on my website.

jibious 05-19-2003 06:15 AM

good find :)

==========
in register.php
==========

find:

Code:

,aim
after it, add:

Code:

,msn
find:

Code:

'".addslashes(htmlspecialchars($aim))."',
after it, add:

Code:

'".addslashes(htmlspecialchars($msn))."',

yxboom 05-27-2003 04:41 AM

I installed this 3 times to make sure and now all my Online clients, AIM, ICQ and Yahoo are all messed up. Can't figure out if its just coincidence or if something is going on with this hack. I am on vb2.2.9


All times are GMT. The time now is 09:50 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.01150 seconds
  • Memory Usage 1,725KB
  • 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
  • (4)bbcode_code_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
  • (6)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