Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[vbhacker/manual]MSN Hack Details »»
[vbhacker/manual]MSN Hack
Version: 1.00, by scsa20 scsa20 is offline
Developer Last Online: Oct 2017 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-05-2002 Last Update: Never Installs: 41
 
No support by the author.

hey all, I've looked for something like this but never found it..yeah, there's some out that lets you click on and start chaten, but can you add them?? with this hack, witch came from wBB by Manix, you can put in your e-mail address for MSN Messenger and you can click on the chat which you can talk to him or you can add him with one click, then by clicking Next>Next.

I've included a install.txt (in cause you want to install it on your own) and MSNHack.hack.php (if you want to do it the fast, simple way).

this hack took me awhile to convert and I'll understand if it doesn't work, so if it doesn't work, let me know so I can see if I could fix it.

UPDATED VERSION!!

This updated version addes the MSN thing in the mod section, and it also cleans up some confusion in the codes. No, there isn't any vbhacker file in this one... the reason for this is because it's the maker that messed up with the codes in the first place *kicks vbhackermaker*

and another thing, you don't need to add the stuff to the postbit or whoisonline or something if you don't want to use the images, and if you find it annoying that AIM (yes, I expremented with that happening) or MSN opening, just remove the code that's below the footer, it should get ride of that happening.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 07-06-2002, 10:08 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! Is there any way to stop it from opening up messenger when you load the page, for now?

Since Trillian basically does the name additions the same way, it really shouldn't be a problem. I have that open most of the time so if that opened up when the showthread template was run, it wouldn't be quite as bad. If you can get it to not open anything if it is not already open (maybe have a box ask you if you want to open it up and add the buddy), that might work, too.

Quote:
Originally posted by scsa20
I do not know if you could do that, but I can take a look
Reply With Quote
  #13  
Old 07-07-2002, 12:00 AM
scsa20's Avatar
scsa20 scsa20 is offline
 
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll see what I can do.
Reply With Quote
  #14  
Old 07-09-2002, 08:44 PM
Enjoy Marcus Enjoy Marcus is offline
 
Join Date: Jun 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok its great and all, but i got 1 tiny problem, when i add the msn email address it doesnt save the "om" part at the end of the ".com" address, any ideas why? except for that i got no probs!
Reply With Quote
  #15  
Old 07-09-2002, 08:54 PM
Enjoy Marcus Enjoy Marcus is offline
 
Join Date: Jun 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no its not that actually, it limits the address to only 20 charachters, how can i change this? thanks.
Reply With Quote
  #16  
Old 07-09-2002, 09:32 PM
Enjoy Marcus Enjoy Marcus is offline
 
Join Date: Jun 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i figured it out, its all in the query that has to be run;

ALTER TABLE user ADD msn varchar(20) DEFAULT '' NOT NULL;

change the 20 to whatever amount of charachters you want to let the people use in their email addresses, i put 150 just to be safe
Reply With Quote
  #17  
Old 07-10-2002, 05:47 AM
scsa20's Avatar
scsa20 scsa20 is offline
 
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah, I noticed that, I've been mostly looking at what Yahoo, ICQ, and AIM was set on
Reply With Quote
  #18  
Old 07-10-2002, 06:38 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any luck yet on making it work with Trillian?

Quote:
Originally posted by scsa20
I'll see what I can do.
Reply With Quote
  #19  
Old 07-11-2002, 05:46 AM
scsa20's Avatar
scsa20 scsa20 is offline
 
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not yet

sorry
Reply With Quote
  #20  
Old 08-20-2002, 05:28 AM
Dark Shogun Dark Shogun is offline
 
Join Date: Aug 2002
Location: The Underworld
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't find this ANYWHERE in admin/user.php

PHP Code:
+-------------------------------------------------------------------------------------------------+
In admin/user.phpreplace this code:                                                           |
+-------------------------------------------------------------------------------------------------+
  
$user=$DB_site->query_first("SELECT userid,usergroupid,username,password,email,parentemail,coppauser,homepage,icq,aim,yahoo,signature,adminemail,showemail,invisible,usertitle,customtitle,FROM_UNIXTIME(joindate) AS joindate,cookieuser,daysprune,FROM_UNIXTIME(lastvisit) AS lastvisit,FROM_UNIXTIME(lastactivity) AS lastactivity,FROM_UNIXTIME(lastpost) AS lastpost,posts,timezoneoffset,emailnotification,emailonpm,receivepm,ipaddress FROM user WHERE userid=$userid"); 
I am right in the middle of this hack. PLEASE HELP.

Dark Shogun
Reply With Quote
  #21  
Old 08-25-2002, 04:18 AM
Linux's Avatar
Linux Linux is offline
 
Join Date: Feb 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it is mod/user.php instead of admin/user.php

Nice hack I will install it
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:50 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.10465 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete