The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
BB| Messenger 1.5 Details »» | |||||||||||||||||||||||||
Please press install if you install this hack Support Can Not Be Given For This Hack BB|Messenger is a user to user messenger system for vb3 that runs off your user database. This hack as been made for my own forums and has not been tested on any other forums, so its very likely that errors might be found on other system set up's. To Install: upload all the files in the same way that they are in side the zip. once all files are upload load the page http://www.yourdomain.com/bbmessenger/ note that the address before bbmessenger/ will be the path to the folder on your site. Follow the install page and your all done. The only other thing that needs doing is the editing of the address's in the marquee.php file that you upload to your forums root. Find: PHP Code:
User linking to the messenger put a link anywhere you like on your forums linking to /bbmessenger/index.php How To's To edit the colours edit the css in the files in the style folder. Support Can not be given via my self due to work load please do not e-mail or pm asking for help in anyway because the reply will more and likely be no, this does not stop user's from helping each other with probs in this topic and if a fix or addon is made i will update the zip with it up on the asking of doing so. Fix's 1) check your vBulletin cookies Prefix in vb's config file is set to bb like below: // Prefix that all vBulletin cookies will have // For example $cookieprefix = 'bb'; if not set it to the above, if setting it to the above gives you errors with other hacks follow the steps on page 3 for editing messengers cookie call's. this fix's the login error. 2) https://vborg.vbsupport.ru/showpost....&postcount=164 Zip will get updated when next version is out. Show Your Support
|
Comments |
#32
|
|||
|
|||
link to your install would be nice that way we can see if its a user end prob or server side. eg if it loads for me on your site then its user side. if i get the same probs then its server side.
|
#33
|
||||
|
||||
<a href="http://www.cyberty.nl/forums/" target="_blank">http://www.cyberty.nl/forums/</a> right above the footer is the link
|
#34
|
|||
|
|||
Quote:
ok it defo looks like cookies try the following: in vb3.inc.php find: PHP Code:
PHP Code:
because my vb cookies save as bbpassword and so on where yours are saveing as vbpassword |
#35
|
|||
|
|||
heres a pic of how your cookie names are not the same as mine or vb.org's
|
#36
|
||||
|
||||
Gives this error on top:
Notice: Undefined index: bbuserid in /bbmessenger/sources/boardmodule/vb3.inc.php on line 93 SQL ERROR: SELECT userid, username, usergroupid, membergroupids, password, salt, pmunread as unreadpms FROM user WHERE userid= LIMIT 1 [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1] Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /bbmessenger/sources/boardmodule/vb3.inc.php on line 94 Maybe i must change the cookie prefix in config.php? |
#37
|
|||
|
|||
no in vb3.inc.php
find: $user = db_query("SELECT userid, username, usergroupid, membergroupids, password, salt, pmunread as unreadpms FROM {prefix}user WHERE userid=" . $_COOKIE["bbuserid"] . " LIMIT 1"); replace with: $user = db_query("SELECT userid, username, usergroupid, membergroupids, password, salt, pmunread as unreadpms FROM {prefix}user WHERE userid=" . $_COOKIE["vbuserid"] . " LIMIT 1"); |
#38
|
|||
|
|||
there might be other parts in other files that might need the cookie call's editing from the bb ones to vb ones so it works with your cookies.
|
#39
|
||||
|
||||
Ok it works Tnx for your help C. Birch. It's a great addon.
|
#40
|
|||
|
|||
or you could just edit:
// Prefix that all vBulletin cookies will have // For example $cookieprefix = 'bb'; in vb's config.php as you said but that might kill your vbadvanced so it be best to edit messenger to work with your setup. |
#41
|
|||
|
|||
Instaled and Working 100/100
Great work ! Features suggested for next versions: 1) Ignore User 2) Set usergroups permisions Thanx for this excellent hack ! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|