vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   BB| Messenger 1.5 (https://vborg.vbsupport.ru/showthread.php?t=66989)

Reeve of shinra 07-09-2004 02:58 PM

Very cool hack.

Holidazed 07-09-2004 03:21 PM

Can you tell me what the difference between this and te vbPager hack (https://vborg.vbsupport.ru/showthrea...hlight=vbpager) is?

Do I need this if I already have the other installed?

nexialys 07-09-2004 03:37 PM

vB Pager is completely different, as it's a Instant Messenger without any interface... you don't need one or the other to run these... and they can work together in the same install.

this BB Messenger is more like a ICQ for the board... vB Pager is more like a PM with a popup...

C.Birch 07-09-2004 04:14 PM

Quote:

Originally Posted by bitg
Can you tell me what the difference between this and te vbPager hack (https://vborg.vbsupport.ru/showthrea...hlight=vbpager) is?

Do I need this if I already have the other installed?

this hack does not need any editing of vb files or database. its got its own messenger interface and was first coded about a year ago for vb2 along with support for vb3 beta and ipb and was let to be posted in the vb2 forums due to the fact the vb3 support made no edits to vb3 in anyway.

anyway vb pager is just basicy still a pm system apart from the fact the pm now shows up in a pop up. messenger gives your users live person to person chat with muti chats open at once eg like you can with ice, yahoo & msn and that.

also you dont need to reinstall this everytime you update your vb again due to the fact no edits to vb are made.

C.Birch 07-09-2004 04:17 PM

also due to the fact its stand alone and just use's vb's userdata base you dont need to have the forums open they my be closed because all you need open is the messenger interface.

it also tell's you if you have new pm's and also lets you send offline buddys pm's via clicking on there name on the buddy part of the messenger.

Holidazed 07-09-2004 05:49 PM

Well, then this is VERY cool indeed. Thanks for the info.

MrNase 07-09-2004 06:59 PM

Looks great and i will use it (when it's final ;)) :)

nexialys 07-09-2004 08:06 PM

hum.. i just had an idea about the system...

we had the idea to have a specific version modified t obe a Live Support... BUT!

why not having a specific block instead, displaying the admins/mods online ?!... replacing the New Threads with that one... would make it!

Holidazed 07-09-2004 08:35 PM

Very sweet. Installed perfectly. Thank you. A couple of questions/suggestions if you don't mind.
  1. Can you tell me how to make the link from the forums popup the messenger directly instead of going to the "bbmessenger/index.php" file first?
  2. Can you add an option to ask the user when they come to the forum if they want to run the BB Messenger?
  3. If the answer to #2 is "yes" can it have an "On/Off" option in the ACP and the UserCP?
  4. Can this messenger be expanded to act like a chatroom in addition to a one-on-one chat?
  5. Is there a way to have the forum not show users as online if they are only running the messenger? I have users showing up as online when they goto my site and load the messenger and then close the site. It is misleading.

C.Birch 07-09-2004 10:29 PM

Quote:

Originally Posted by MrNase
Looks great and i will use it (when it's final ;)) :)


it is final i just posted it here because i have not used it for about 6 odd months and just wanted to make sure the zip was right and the files where not mix up with other ones.

C.Birch 07-09-2004 10:36 PM

Quote:

Originally Posted by bitg
Very sweet. Installed perfectly. Thank you. A couple of questions/suggestions if you don't mind.
  1. Can you tell me how to make the link from the forums popup the messenger directly instead of going to the "bbmessenger/index.php" file first?
  2. Can you add an option to ask the user when they come to the forum if they want to run the BB Messenger?
  3. If the answer to #2 is "yes" can it have an "On/Off" option in the ACP and the UserCP?
  4. Can this messenger be expanded to act like a chatroom in addition to a one-on-one chat?
  5. Is there a way to have the forum not show users as online if they are only running the messenger? I have users showing up as online when they goto my site and load the messenger and then close the site. It is misleading.


1) add the following java to the header:

<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}

</script>


then where every you want your link add the link like this:

<a href="javascript:void(0)" onclick="launchbbm()">your link</a>

or any other type of link you want be it a img or what main thing is that the link stops as:

href="javascript:void(0)" onclick="launchbbm()">

because thats calling the java.

2) not me personaly because im to busy to support this hack but yes it can be done if someone feel's like it.

3) yes but again someone else will have to do it.

4) not really not with out doing alot of recoding and basicy aking the hack again.

5) no because it use's vb's cookies and user info.

i could be wrong about some points but like i say people are free to help out with this hack.

Erwin 07-09-2004 11:05 PM

C.Birch - this is a hack of the month. :) Very well done, and thanks for releasing it.

nexialys 07-09-2004 11:19 PM

the who's online can be hacked easily, because we can edit the online file to not display users when they use it... i may come with the hack later... for now we're mourning someone here, so we don't do any coding, but when this is finished...

MissKalunji 07-09-2004 11:33 PM

i dunno if someone can help me but when i log in the messenger it gives me an error :


Fatal error: Call to undefined function: fetch_permissions() in /home/dancehal/public_html/forums/marquee.php on line 47

It logs in i can see my buddy list but i cant see the latest post
n e one knows how i can fix that?

Thx :o

P.s Thx again C.birch for realeasing it :nervous:

rebelsrock06 07-09-2004 11:45 PM

If i wanted to install this to somewhere other than me root, what files do i need to edit and what code to change to make it work in a diff folder ?

rebelsrock06 07-10-2004 12:23 AM

Quote:

Originally Posted by rebelsrock06
If i wanted to install this to somewhere other than me root, what files do i need to edit and what code to change to make it work in a diff folder ?

Does this actualyl involve hacking, alli see is the uploading of files ?

Holidazed 07-10-2004 02:20 AM

Quote:

Originally Posted by C.Birch
1) add the following java to the header:

<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}

</script>

Thank you. Seems to have done the trick. However, I had the change index.php?func=m_frameset to bbmessenger/index.php?func=m_frameset.

What is the location.href="../index.php"; for?

Pitman 07-10-2004 02:25 AM

This is awesome... I have a few ideas and suggestions for this as well...
  1. Menu at the top of the messenger using vB Popup menus with options
  2. Ability to group private IMs and invite people to those.
  3. Ability to create public chat rooms that are listed (maybe like the latest topics are listed now)
  4. Maybe a non annoying sound when receiving a message and maybe for sign on and sign off
  5. If a window is open, don't move it on top (If you're talking to more than one person, it jumps back and forth and can really get aggravating)
  6. and everything else that has been mentioned... but if it's turned into a live support thing where only admins and others are shown, please leave an option to change that to everybody :)

dndog 07-10-2004 03:59 AM

How can I eliminate that marquee totally?

Thanks.

nighteyes 07-10-2004 05:36 AM

Tested this on vb 3.03. Installed fine, was able to login but messages not getting through between different users. I tested myself on two networked computers..... sending messages between two different accounts and nothing arrived. Checked the DB via phpmyadmin and the message entries were there.... messages automatically deleted automatically as expected but never displayed on either messenger screen.

A pity. This looks a great hack... the messenger interface itself looks awesome.

Erwin 07-10-2004 06:52 AM

Just want to be make it clear that this hack works. :) I've been beta-testing this on my site with my staff. Chat works, IMing works, it's all good.

I took out the code for the Marquee and the code, and redid the javascript so that I can use it as a link from the navbar. Made it use my own smilies. I plan to make the actual index.php redundant.

Thanks again for sharing. Still customizing the interface at the moment... will let you know how it goes when I release it to my almost 80,000 members... ;)

C.Birch 07-10-2004 07:02 AM

Quote:

Originally Posted by bitg
Thank you. Seems to have done the trick. However, I had the change index.php?func=m_frameset to bbmessenger/index.php?func=m_frameset

What is the location.href="../index.php"; for?

thats the return link for after you have logged it, you spot when you have logged in your forums will reload to the index page. this is because the code was taken from the messengers login page where you see once you have logged in the login page auto loads the forums index.

PixelFx 07-10-2004 08:08 AM

Sweet thanks for releasing an update for this, I've been dieing to use it again :)

C.Birch 07-10-2004 08:15 AM

this its just basicy the same of what was up before but with a few fixs added and new install and login screen's the bigger update is still being worked on that being v2 if plans for that go ahead.

Erwin 07-10-2004 10:32 AM

Yup, I've just made this live on my forums. The IM popups from the navbar. You don't have to use the index.php at all - all calls to index.php gets redirected to the homepage. :)

This is an awesome hack - working fine. Thanks!

NuclioN 07-10-2004 10:33 AM

Quote:

Originally Posted by Erwin

I took out the code for the Marquee and the code, and redid the javascript so that I can use it as a link from the navbar. Made it use my own smilies. I plan to make the actual index.php redundant.

How did you do that Erwin? :)

C.Birch 07-10-2004 10:39 AM

Quote:

Originally Posted by Erwin
Yup, I've just made this live on my forums. The IM popups from the navbar. You don't have to use the index.php at all - all calls to index.php gets redirected to the homepage. :)

This is an awesome hack - working fine. Thanks!

what are your forums?

C.Birch 07-10-2004 10:48 AM

btw im useing 1.5 to test the messenger interface ideas for v2 heres what i have so far on my forums open in both ie and firefox.

what you think?

Cold Steel 07-10-2004 11:15 AM

Quote:

Originally Posted by Erwin
Yup, I've just made this live on my forums. The IM popups from the navbar. You don't have to use the index.php at all - all calls to index.php gets redirected to the homepage. :)

This is an awesome hack - working fine. Thanks!

[high]* Cold Steel installs.[/high]

Erwin, can you post how you did that?

Also, is there any way we can get it to use our style colors?

C.Birch 07-10-2004 12:00 PM

Quote:

Originally Posted by Cold Steel
[high]* Cold Steel installs.[/high]

Erwin, can you post how you did that?

Also, is there any way we can get it to use our style colors?

you can edit the css to make it match your colours it dont pick them auto due to it being a addon.

Cold Steel 07-10-2004 01:10 PM

Quote:

Originally Posted by Erwin
Yup, I've just made this live on my forums. The IM popups from the navbar. You don't have to use the index.php at all - all calls to index.php gets redirected to the homepage. :)

This is an awesome hack - working fine. Thanks!

The popup redirects me to the index page on your site. Do I need a certain number of posts before I can use it?

GamerzWorld 07-10-2004 01:42 PM

Ye Erwin wheres your forums wanna see it :)

Cold Steel 07-10-2004 02:32 PM

I also have it set to bypass the index page, and go directly to the popup.

However, with conditionals I set it up so that only paying members and staff can use it. Everyone else sees the traditional "Open Buddy List" link.

nighteyes 07-10-2004 05:04 PM

Quote:

Originally Posted by Erwin
Just want to be make it clear that this hack works. :) I've been beta-testing this on my site with my staff. Chat works, IMing works, it's all good.

Well it doesn't work on mine.... unless it's a browser issue which I can't imagine. ;)

MissKalunji 07-10-2004 05:06 PM

Quote:

Originally Posted by MissKalunji
i dunno if someone can help me but when i log in the messenger it gives me an error :


Fatal error: Call to undefined function: fetch_permissions() in /home/dancehal/public_html/forums/marquee.php on line 47

It logs in i can see my buddy list but i cant see the latest post
n e one knows how i can fix that?

Thx :o

P.s Thx again C.birch for realeasing it :nervous:

anyone???

C.Birch 07-10-2004 05:15 PM

Quote:

Originally Posted by MissKalunji
anyone???

you could just remove the latest posts ifream because its that making your error.

find and remove:

<iframe id="userspageiframe" name="userspageiframe" src="../marquee.php" scrolling="auto" width="210" height="145" frameborder="0"></iframe>

in messenger.html.php

then you might want to edit the height of the iframe above it.

MissKalunji 07-10-2004 05:25 PM

Quote:

Originally Posted by C.Birch
you could just remove the latest posts ifream because its that making your error.

find and remove:

<iframe id="userspageiframe" name="userspageiframe" src="../marquee.php" scrolling="auto" width="210" height="145" frameborder="0"></iframe>

in messenger.html.php

then you might want to edit the height of the iframe above it.

But i wanted it to show the latest news just like yours :surprised:

http://www.dancehallareaz.com/messenger2.jpg

rebelsrock06 07-10-2004 06:00 PM

How can i make this work if i install it to another folder other that the root folder? And is this really a hack, i mean what files do you have to edit?

C.Birch 07-10-2004 06:03 PM

Quote:

Originally Posted by rebelsrock06
How can i make this work if i install it to another folder other that the root folder? And is this really a hack, i mean what files do you have to edit?

no its a addon theres no editing of vb files or database.

why would you want to install it anywhere else other then in a folder in the forums root?

C.Birch 07-10-2004 06:04 PM

Quote:

Originally Posted by MissKalunji
But i wanted it to show the latest news just like yours :surprised:

what versions of php and mysql is your server running?


All times are GMT. The time now is 01:54 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.01462 seconds
  • Memory Usage 1,839KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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