The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MGC Chatbox Evo Details »» | |||||||||||||||||||||||||||
Overview MGC Chatbox Evo is the most ever installed chatbox for vBulletin ! It offers a new enhanced online experience to your members leading to increased time spent online of more than 25% by providing them with a new, more interactive, way to interact with each other.
Detailed features Following is a non-exhaustive list:
Refer to the readme for the chatbox install. Demo Live demo on MGC Products forum Languages
Support On my website mostly and in this thread Int?gration Integration in IBProarcade is described in the readme. vBAdvanced CMPS and vBulletin 4 CMS integration are available as additional modules. Compatibility This hack is compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x Changelog First part: https://vborg.vbsupport.ru/showpost....&postcount=221 Second part: https://vborg.vbsupport.ru/showpost....postcount=5429 Third part: https://vborg.vbsupport.ru/showpost....postcount=8469 How to set the channel images Thanks to princeedwards for this little how to : click here PRO version and additional addons available on my website This mod is automatically compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x Download Now
Show Your Support
|
18 благодарности(ей) от: | ||
CarpCharacin, Dotox, guvatara, Honk0815, john7911, Judge Dredd X, Lemminator, munkfish, nacaruncr, NoMatt3r, O_Dog, Popa Andrei, Shadowxxxx, theuploader, Toorak Times, zbahadir |
Comments |
#8362
|
|||
|
|||
I give up. Never had such problems with a hack before.
First - I installed the software like it was said in the readme. As a result I could´t access AdminCP. I just get a white page. Second - I tried install the software and copy the files after that. It was possible to configure the chat, but it seems that the icons can´t be loaded (we use just the default skin, so the path must be correct). When I try to post a message I get a security token error message. |
#8363
|
|||
|
|||
4.2.3 MESSUP FORUM BACKROUND IN EXPLORER
|
#8364
|
|||
|
|||
When I run Rebuild Thread Information in the Maintenance Area of AdminCP, I get this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 25232 bytes) in /home/hobbymac/public_html/includes/class_dm_threadpost.php(1507) : eval()'d code on line 1 MGC Chatbox Evo uses that hook location. Disabling that plugin ends the error, re-enabling it causes the error. Can you tell me how to fix this please? Thanks! Nelson www.Hobby-Machinist.com |
#8365
|
|||
|
|||
Quote:
In order to try to fix this, I uninstalled and then reinstalled the add-on, and now it won't show up at all. Can someone please help me? Thanks very much! |
#8366
|
|||
|
|||
@Nelson
your PHP-Momory-Limit is too small ... set on 128M @VBDev I have wirte a littlt function to create an Auto-Post from Backend. Whn i use this function, it creats an Error Code:
Fatal error: Call to a member function authorize_user_newthread_newpost_notif() on a non-object in /var/www/vhosts/****************/forum/mgc_cb_evo/plugins/postdata_postsave.php on line 49 Code:
<?php function post_game() { global $vbulletin, $config; require_once(DIR . '/includes/class_dm.php'); require_once(DIR . '/includes/class_dm_threadpost.php'); require_once(DIR . '/includes/functions_databuild.php'); $title = $config['gtitle']; $allowsmilie = '1'; $visible = '1'; $thema = 13360; $post_user_name = 'ArcadeMaster'; $post_user_id = 15; // Floating-Schutz disable $last = $vbulletin -> options['floodchecktime']; $vbulletin -> options['floodchecktime'] = 0; $last_game = $vbulletin -> db -> query_first('SELECT MAX(gid) AS gid FROM ' . TABLE_PREFIX . 'games_list'); $message = "ONE MESSAGE TEXTE HERE"; $getfirstpost = $vbulletin->db->query_first("SELECT postid FROM " . TABLE_PREFIX . "post WHERE threadid = " . $thema . " ORDER BY dateline LIMIT 1"); $parentid = $getfirstpost['postid']; $postdm = new vB_DataManager_Post($vbulletin, ERRTYPE_STANDARD); $postdm->do_set('username', addslashes($post_user_name) ); $postdm->do_set('userid', intval($post_user_id) ); $postdm->do_set('threadid', intval($thema) ); $postdm->do_set('title', addslashes($title) ); $postdm->do_set('pagetext', $message); $postdm->do_set('parentid', $parentid); $postdm->do_set('allowsmilie', $allowsmilie); $postdm->do_set('visible', $visible); $postdm->save(); unset($postdm); build_thread_counters( $thema ); $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET posts = posts + 1 WHERE userid = " . intval($post_user_id) . " LIMIT 1"); // Foolting-Schutz wieder einschalten $vbulletin -> options['floodchecktime'] = $last; } ?> |
#8367
|
|||
|
|||
hello I have a question I can even somewhere eistellen the chatbox the updated faster?
lg.silver |
#8368
|
|||
|
|||
I would like to find this out to!
|
#8369
|
|||
|
|||
have found it to do the update in the user groups einstellungen.danke lg.silver still
|
#8370
|
|||
|
|||
I would like to use this on a gaming web site as a "Looking for Group" system. Is it possible to have drop-downs and/or other text fields that would be populated into someone's text message (like "Character Name", "Dungeon" (drop-down), "Server", and so on)?
So, for example, I would fill in "Elenna", "Fractals of the Mists", "Sea of Sorrows" in the boxes / drop-downs, and then put in "Difficulty 8, available until 8pm Central" in my chat, and it would then actually insert this as my chat: Elenna (Sea of Sorrows Server): Fractals of the Mists, Difficulty 8, available until 8pm Central" If not, am I allowed to edit the code to attempt to get such functionality (I wouldn't plan on releasing the changes)? |
#8371
|
|||
|
|||
Now, i want custom var {vb:raw mgc_cb_evo_var} to insert into the one that i want on forumhome.
(Option Position of the chatbox on the forum home (forumhome) not have a reasonable for me). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|