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)

Boofo 07-05-2002 07:22 PM

[high]* Boofo says he is working on it. :)
[/high]

Quote:

Originally posted by globalwin
I think Boofo is adding it for me :)

-Sidekick- 07-06-2002 05:08 AM

lol, I'm stuck at step 1. Says modify database. Where do I do this?

Go go post #1. :bunny:

scsa20 07-06-2002 09:09 AM

Quote:

Originally posted by Enjoy Marcus
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


I'm almost done with my hack that does that so stay tune

Roody 07-06-2002 04:37 PM

i'm having problems understanding what this is telling me to do. Can someone break this down for me exactly?

1. Modofy the database (*Database* - Change this to your database name)

ALTER TABLE `*Database*`.`user` ADD `msn` VARCHAR(50) NOT NULL;

^^^^^^^^^^
Edit This

-Sidekick- 07-06-2002 08:54 PM

Quote:

Originally posted by Roody
i'm having problems understanding what this is telling me to do. Can someone break this down for me exactly?

1. Modofy the database (*Database* - Change this to your database name)

ALTER TABLE `*Database*`.`user` ADD `msn` VARCHAR(50) NOT NULL;

^^^^^^^^^^
Edit This

That's what I said. :classic:

scsa20 07-06-2002 08:59 PM

just use this in PHPMyAdmin:

[sql]
ALTER TABLE `user` ADD `msn` VARCHAR(50) NOT NULL;
[/sql]

Roody 07-06-2002 09:15 PM

man i must be dumb man because i cant find a phpmyadmin file.

any help?

scsa20 07-06-2002 09:19 PM

you need to get PHPMyAdmin, ususaly most host comes with PHPMyAdmin alreadly installed for you, with others you need to install it yourself. do a search on the web for PHPMyAdmin

Roody 07-07-2002 08:49 PM

ok two questions regarding this hack. first off i have installed PHPMyAdmin on my server. Do i need to add it into my forums directory or can it reside anywhere on my server? Second, where do i go now SCSA to put that info you listed? Which particular file do i tweak?

Frank 08-13-2002 10:28 AM

There is a bug in the HTML register code.

Change:
Quote:

7. In registeradult and registercopper templates find:

<td bgcolor="#F1F1F1"><normalfont><b>AOL Instant Messenger Handle:</b></normalfont></td>
<td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="aim" size="25" maxlength="20"></normalfont></td>
</tr>

and under it:

<td bgcolor="#DFDFDF"><normalfont><b>MSN Messenger Handle:</b></normalfont></td>
<td bgcolor="#DFDFDF"><normalfont><input type="text" class="bginput" name="msn" size="25" maxlength="20"></normalfont></td>
</tr>
to:
Quote:

7. In registeradult and registercopper templates find:

<td bgcolor="#F1F1F1"><normalfont><b>AOL Instant Messenger Handle:</b></normalfont></td>
<td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="aim" size="25" maxlength="20"></normalfont></td>
</tr>

and under it:
<tr>
<td bgcolor="#DFDFDF"><normalfont><b>MSN Messenger Handle:</b></normalfont></td>
<td bgcolor="#DFDFDF"><normalfont><input type="text" class="bginput" name="msn" size="25" maxlength="20"></normalfont></td>
</tr>
You missed off adding a <tr>

Nice hack.


All times are GMT. The time now is 08:52 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.01152 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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