MyBB Community Forums

Full Version: DyMy Cbox Chat Integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
The code may be the only thing from CBox that isn't obvious. Its referring to the BoxID, which you find in the snippet.

http://www.cbox.ws/admin.php?snippet

<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="200" height="305" src="http://www6.cbox.ws/box/?boxid=668427&amp;boxtag=~~snip~~&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-668427" style="border:#ababab 1px solid;" id="cboxmain6-668427"></iframe></div>
<div><iframe frameborder="0" width="200" height="75" src="http://www6.cbox.ws/box/?boxid=668427&amp;boxtag=~~snip~~&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform6-668427" style="border:#ababab 1px solid;border-top:0px" id="cboxform6-668427"></iframe></div>
</div>
<!-- END CBOX -->

Where this is the Box ID you would enter (for me) in the ACP would be:
668427
Which comes from this line in the above codeblock:
http://www6.cbox.ws/box/?boxid=668427
Also, if you're still having trouble with a premium membership and the info in the ACP set correctly, then post your MyBB Admin & CBox Admin login details in the Private Inquiries forum and I'll take a look. Post here that you've posted them so it sends me an email and I'll get to it quicker.
I know this is off-topic, but my anti-virus detects malware from a signature in this thread. Not going to say whose, though.
(2012-01-02, 03:17 PM)ThatHeart Wrote: [ -> ]I know this is off-topic, but my anti-virus detects malware from a signature in this thread. Not going to say whose, though.

Post it in Private Inquiries so we can investigate please. If it isn't a false positive we'll need to remove the signature to protect our other members.
(2012-01-02, 03:12 PM)Dylan M. Wrote: [ -> ]Also, if you're still having trouble with a premium membership and the info in the ACP set correctly, then post your MyBB Admin & CBox Admin login details in the Private Inquiries forum and I'll take a look. Post here that you've posted them so it sends me an email and I'll get to it quicker.

done
Anyone having issues with this I'll be posting a new version tomorrow, however if you continue to have issues please just replace the contents of the NonThemed template with the snippet from cbox's admin panel. I cannot diagnose this further unless someone wants to donate for me to renew as stated above.
Version 0.1.1 released & active on the mods site.

ChangeLog:
0.1.1 Second Beta Release:
Fixed a bug in the templates that caused the integration to fail.
Fixed a bug in the cbox_chat.php file that had the private key hard coded and ignored the setting.
Added a new setting for the server number so that you don't have to manually edit the templates for that.

My thanks goes out to Karlitosway for his assistance & for providing access to his premium subscription for further testing.
To upgrade from 0.1.0 to 0.1.1 please completely uninstall, upload the 0.1.1 files, then install/activate. Thanks.
thanks for your help and without hassling you to do more modifying, do you know how to:

A, Limit to certain usergroups when using integration?
B, Display a "Who is chatting" on a sites main page?
Pages: 1 2 3 4 5