vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

magic74 01-03-2013 12:00 PM

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.

YOODA230 01-06-2013 04:41 AM

1 Attachment(s)
4.2.3 MESSUP FORUM BACKROUND IN EXPLORER

Nelson58 01-09-2013 05:17 PM

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

Nelson58 01-10-2013 01:14 PM

Quote:

Originally Posted by Nelson58 (Post 2395796)
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



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!

Speedy1505 01-10-2013 09:11 PM

@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
i use this Code in my function:
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;
}
?>

thanks vor your help

Silver44 01-11-2013 02:41 PM

hello I have a question I can even somewhere eistellen the chatbox the updated faster?

lg.silver

vinkenier 01-11-2013 07:17 PM

Quote:

Originally Posted by Silver44 (Post 2396215)
hello I have a question I can even somewhere eistellen the chatbox the updated faster?

lg.silver

I would like to find this out to!

Silver44 01-12-2013 10:39 AM

have found it to do the update in the user groups einstellungen.danke lg.silver still

Elenna 01-12-2013 07:54 PM

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)?

Easy5s.net 01-18-2013 09:29 AM

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).


All times are GMT. The time now is 08:05 PM.

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.09851 seconds
  • Memory Usage 1,751KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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