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)

jamesk 08-08-2004 03:57 AM

Quote:

personaly jabber server and a edited messager exe that use's vb's user login
Do you mind sharing the edited messenger exe that you have, because i would preferably like to avoid the popup messenger seeing alot of users have popup blockers. Although the bbmessenger installed perfectly great job with this hack by the way :)

C.Birch 08-09-2004 10:32 AM

no point putting it here because about 90% would not beable to use it due to the fact you have to install a jabber server what means having root to your server.

Steve123 08-09-2004 11:19 AM

Quote:

Originally Posted by C.Birch
no point putting it here because about 90% would not beable to use it due to the fact you have to install a jabber server what means having root to your server.

you would be surprised... most of the larger forums i know off have there own servers as they can suck resources..

i run a fair few of my own servers and would be very intrested in a "jabber server"..

I was going to do some research on it but havent had the time..

jamesk 08-09-2004 02:56 PM

I tried installing bbmessenger again on a subdomain and im getting this error message.

The only difference was the user name and password i supplied at install it didnt have rights to the database then i added the rights to that user and still nothing.

I noticed also it is not displaying the correct db it should be 'live_vbulletin' not 'live_vbulletin.thread'

Quote:

Database error in vBulletin 3.0.3:

Invalid SQL:
SELECT vb3_threadid, vb3_forumid, vb3_title, vb3_replycount, vb3_lastposter, vb3_postuserid, vb3_postusername
FROM thread
ORDER BY lastpost
DESC LIMIT 20
mysql error: Table 'live_vbulletin.thread' doesn't exist

mysql error number: 1146

Date: Monday 09th of August 2004 11:44:22 AM
Script: http://xxx.xxx.com/forums/marquee.php
Referer: http://xxx.xxx.com/forums/bbmessenge...nc=m_interface
Username: xxxxx
IP Address: xx.xx.xx.xx

Erwin 08-10-2004 03:32 AM

Quote:

Originally Posted by C.Birch
anythings possible if you have the time what i dont have, plus i dont personaly use this on my own site anymore because i have a personaly jabber server and a edited messager exe that use's vb's user login.

Very cool. :) That would be a better solution. But this hack still runs well on my large forums site

jamesk 08-11-2004 02:20 AM

found the problem in marquee.php was pulling the wrong data vb3_ is used for my tables not my fields. Works fine now :)

I changed this:

PHP Code:

// connect to the database and pull the info we need.

$latestposts $DB_site->query("
SELECT vb3_threadid, vb3_forumid, vb3_title, vb3_replycount, vb3_lastposter, vb3_postuserid, vb3_postusername
FROM thread
ORDER BY lastpost
DESC LIMIT " 
THREAD_LIMIT ""
);

while (
$latestthread $DB_site->fetch_array($latestposts)) { 



To this:


PHP Code:

// connect to the database and pull the info we need.

$latestposts $DB_site->query("
SELECT threadid, forumid, title, replycount, lastposter, postuserid, postusername
FROM vb3_thread
ORDER BY lastpost
DESC LIMIT " 
THREAD_LIMIT ""
);

while (
$latestthread $DB_site->fetch_array($latestposts)) { 


lulala 08-16-2004 02:30 PM

May i use this BB-Messenger in other language.
I want to use it in chinese characters.
I got some errors when typing Chinese
It's ok to use English, but not Chinese

ex:A send :妳好嗎?
B receive:%u59B3%u597D%u55CE%uFF1F

Can anyone solve this problems.....
thanks for your help.

Codeman05 08-16-2004 04:51 PM

Just installed this hack. Very NICE!

I am having two problems though.

a) When someone is sent a message, nothing happens. The sender gets the chatroom, the reciever gets nothing.

b) If I'm logged in, and then a buddy logs in, the messenger doesn't "refresh" to update their status from offline to online.

Any idea what could be causing this?

EDIT:
Btw, using VB 3.0.3, and pop-up blockers are not being used

Infopro 08-16-2004 06:41 PM

Quote:

Originally Posted by C.Birch
no point putting it here because about 90% would not beable to use it due to the fact you have to install a jabber server what means having root to your server.

Add me to the list of those with a server using jabber. Be interested if you'd share what you've done.
TIA.

Codeman05 08-16-2004 07:56 PM

Quote:

Originally Posted by Codeman05
Just installed this hack. Very NICE!

I am having two problems though.

a) When someone is sent a message, nothing happens. The sender gets the chatroom, the reciever gets nothing.

b) If I'm logged in, and then a buddy logs in, the messenger doesn't "refresh" to update their status from offline to online.

Any idea what could be causing this?


EDIT:
Btw, using VB 3.0.3, and pop-up blockers are not being used


Ok, well messages appear to be getting recieved now. So that takes care of problem "A".

Problem "B" is still there.

Also...say user X sends a message to user Y. Y dosen't get the message unless he double clicks on X's name. Basically the chat window must be closed and reopened to get new messages.

Anyway to fix that?
Thanks for the help!


All times are GMT. The time now is 09:58 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.01325 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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