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 |
#17
|
||||
|
||||
Maybe the cookie prefix is the problem but i realy don't know how to fix this.
|
#18
|
|||
|
|||
hum.. another suggestions... would be cool to have a seperate page for the Buddy List, so we see when our friends are online... this can be done like the module that display the News...
these suggestions btw are not only for C.Birch, any coder can do these... (i may...) |
#19
|
|||
|
|||
Quote:
NuclioN pass also because the hack was made that long ago i have no idea where stuff is without takeing hours to look at all the files. |
#20
|
||||
|
||||
I hope someone can look to the code again to let it work with vb3.
|
#21
|
|||
|
|||
yeah, i just thought it would be better to have it seperate in the bottom, like the Latest Threads, so you load that part only when needed... or it takes more resources.
btw, each block can be added per prefs, like Latest News, Buddies, so if we don't want to use them, we just click to close them... because i don't see the use of the latest threads, we already have the forum for that... but some may need it. |
#22
|
|||
|
|||
I like Nex.... idea of only allowing to talk with admins or mods...gives the site a "live support" touch.
|
#23
|
|||
|
|||
Nuclion... it's working perfectly on a vB3... don't say it's not working just because your situation is not ok... yes the code may need some tweaks, but as C.Birch will not give more support, i suggest you wait and see if someone else have the same bug as you do... someone will have an answer.,
|
#24
|
|||
|
|||
btw Nuclion, did you filled this: $VAR["vbulletinlicenceid"] ?! the cookie will not work if you don't enter your license number in the proper file, because it is said so...
in sources/boardmodule/vb3.inc.php ... |
#25
|
||||
|
||||
The only problem I see with adding permissions to it is the fact that the index.php file is in the /messenger/ directory.
I tried to add a permission check by adding this to the bbmessenger/index.php file: PHP Code:
So as you can see, we have a directory problem here. |
#26
|
|||
|
|||
simple:
Code:
chdir('../'); require_once('global.php'); //permissions check if (!( $permissions['adminpermissions'] & ISMODERATOR)) { print_no_permission(); } |
#27
|
||||
|
||||
True, but is there a way to end the "chdir('../');" call after the permission check? cuz it wil interfere with other calls later in the code.
|
#28
|
||||
|
||||
Quote:
|
#29
|
||||
|
||||
wow, this hack looks nice!
|
#30
|
|||
|
|||
Quote:
Code:
<?php /*======================================================================*\ || #################################################################### || || # vBulletin 3.0.3 - Licence Number L000000 |
#31
|
||||
|
||||
It's a clean installed vb 303 with only the vbadvanced portal. After entering that code the problem remains.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|