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 - Ideal Chat Lite (facebook style bottom chat/chatroom bar) v1.3.0 (https://vborg.vbsupport.ru/showthread.php?t=267506)

dog199200 08-07-2011 03:03 AM

Ok I can't seem to get it working properly, so how much would be the fee be?

Also I found a small error with the styling. For some reason, I can change the color and stuff of the style, and no matter what it will remain the same. It wont even change after editing the CSS by hand.

Ideal Web Tech 08-07-2011 03:19 AM

Quote:

Originally Posted by dog199200 (Post 2230367)
Ok I can't seem to get it working properly, so how much would be the fee be?

Also I found a small error with the styling. For some reason, I can change the color and stuff of the style, and no matter what it will remain the same. It wont even change after editing the CSS by hand.

For the css issue, try hitting CTRL+F5 to clear your cache.

As for the other part, we will look into it more in detail in the morning and contact you via PM.

laebshade 08-07-2011 03:48 AM

This addon caused Apache to segfault, as shown below:

Code:

[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus sig 11 crash
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus active connection: 70.124.60.22:57047->66.228.54.146:80 (conn_rec 9259138)
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus active request (request_rec 92511c0):
POST /ideal_chat_update_stream.php HTTP/1.1|Host:exampledomain.com|Connection:keep-alive|Referer:http%3a//exampledomain.com/search.php?do=getnew&contenttype=vBForum_Post|Content-Length:109|Origin:http%3a//exampledomain.com|X-Requested-With:XMLHttpRequest|User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1|Content-Type:application/x-www-form-urlencoded; charset=UTF-8|Accept:*/*|Accept-Encoding:gzip,deflate,sdch|Accept-Language:en-US,en;q=0.8|Accept-Charset:UTF-8,*;q=0.5|Cookie:vbulletin_userlist_hide_avatars_incomingreqs=0; bb_picvote2187=1; bb_picvote2188=1; editor_height=fe%2523620px; bb_userstyleid=1; bb_skipmobilestyle=0; vbulletin_collapse=; bb_vsaltua_target_id=11905; bb_vsaltua_target_act=1312412414; bb_vsaltua_origid=0; bb_vsaltua_origuser=0; bb_vsaltua_active=0; bb_userid=13872; bb_password=d4e572ea864e352ed06b92060e2d93bc; bbcustomerid=535ca03d670da41535e42b4329dd41c9; PIWIK_SESSID=3udmiee05ri6gact273huog017; bb_cpsession=80613eb215740f09387bf7343388b913; bb_calendar=6d9235a6ddaf6b7b3c935114e3dfd094c89e34f9a-3-%257Bs-7-.calyear._i-2011_s-8-.calmonth._i-8_s-8-.calview1._s-12-.displaymonth._%257D; __cmbU=ABJeb18OvSr5364_qB0nbmdhU5ehNV-2ghLtJBz3cKiF-iO1cgQU9m5fyahS8u0_mLWaWyuFcE6PjycRwcTuJlmJnPDuZ3Egmw; Cacti=j9ghgc5jg8tomh8qmojhn355h4; s_cc=true; s_sq=%255B%255BB%255D%255D; vbulletin_userlist_hide_avatars_buddylist=0; bb_lastvisit=1312685839; bb_lastactivity=0; __cmbDomTm=0; __cmbTpvTm=563; bb_; vbulletin_sidebar_collapse=1; __utma=145956479.484060682.1304296886.1312667328.1312675638.369; __utmb=145956479.207.10.1312675638; __utmc=145956479; __utmz=145956479.1312675638.369.33.utmcsr=google%7cutmccn=(organic)%7cutmcmd=organic%7cutmctr=zzr%2520bikes; _pk_id.1.9703=9079da6866d67410.1311895191.30.1312689097.1312667366.; _pk_ses.1.9703=*; iwt_idealChatData=%257B%2522lastMessageId%2522%253A%25220%2522%252C%2522lastChatMessageId%2522%253A%25220%2522%252C%2522openChatRooms%2522%253A%257B%257D%252C%2522openMenu%2522%253A%2522icbb_chatroom_1%2522%257D
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus end of report

Uninstalled.

Mr Peabody 08-07-2011 03:59 AM

Had a problem where it would make the quick post and pm reply box blank in IE8/9. Worked fine if you switched to compatibility mode.
Had to disable it for now.

dog199200 08-07-2011 05:34 AM

Oh another question, does the system have an auto purge setup, so it deletes messages that are older then a certain date? I haven't seen one, but I also haven't picked through all the javascript either. It would be a good idea to add a purge system, where the user can determine how long and often everything is purged. Something like this would work, it run every time the page is refreshed, or even as a cronjob:

Code:

<?php
require_once("./global.php");
$today = date('U', strtotime('-24 hours'));
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "iwt_chatroom_messages WHERE timestamp <= $today");
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "iwt_chat_convos WHERE timestamp <= $today");
?>

Just a suggestion

clubvr4 08-07-2011 07:26 AM

WOuld it be possible to make the general chat tabs available as a pop out? - It would allow members to chat using a larger window.

sapphiremagus 08-07-2011 03:14 PM

Quote:

Originally Posted by laebshade (Post 2230376)
This addon caused Apache to segfault, as shown below:

Code:

[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus sig 11 crash
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus active connection: 70.124.60.22:57047->66.228.54.146:80 (conn_rec 9259138)
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus active request (request_rec 92511c0):
POST /ideal_chat_update_stream.php HTTP/1.1|Host:exampledomain.com|Connection:keep-alive|Referer:http%3a//exampledomain.com/search.php?do=getnew&contenttype=vBForum_Post|Content-Length:109|Origin:http%3a//exampledomain.com|X-Requested-With:XMLHttpRequest|User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1|Content-Type:application/x-www-form-urlencoded; charset=UTF-8|Accept:*/*|Accept-Encoding:gzip,deflate,sdch|Accept-Language:en-US,en;q=0.8|Accept-Charset:UTF-8,*;q=0.5|Cookie:vbulletin_userlist_hide_avatars_incomingreqs=0; bb_picvote2187=1; bb_picvote2188=1; editor_height=fe%2523620px; bb_userstyleid=1; bb_skipmobilestyle=0; vbulletin_collapse=; bb_vsaltua_target_id=11905; bb_vsaltua_target_act=1312412414; bb_vsaltua_origid=0; bb_vsaltua_origuser=0; bb_vsaltua_active=0; bb_userid=13872; bb_password=d4e572ea864e352ed06b92060e2d93bc; bbcustomerid=535ca03d670da41535e42b4329dd41c9; PIWIK_SESSID=3udmiee05ri6gact273huog017; bb_cpsession=80613eb215740f09387bf7343388b913; bb_calendar=6d9235a6ddaf6b7b3c935114e3dfd094c89e34f9a-3-%257Bs-7-.calyear._i-2011_s-8-.calmonth._i-8_s-8-.calview1._s-12-.displaymonth._%257D; __cmbU=ABJeb18OvSr5364_qB0nbmdhU5ehNV-2ghLtJBz3cKiF-iO1cgQU9m5fyahS8u0_mLWaWyuFcE6PjycRwcTuJlmJnPDuZ3Egmw; Cacti=j9ghgc5jg8tomh8qmojhn355h4; s_cc=true; s_sq=%255B%255BB%255D%255D; vbulletin_userlist_hide_avatars_buddylist=0; bb_lastvisit=1312685839; bb_lastactivity=0; __cmbDomTm=0; __cmbTpvTm=563; bb_; vbulletin_sidebar_collapse=1; __utma=145956479.484060682.1304296886.1312667328.1312675638.369; __utmb=145956479.207.10.1312675638; __utmc=145956479; __utmz=145956479.1312675638.369.33.utmcsr=google%7cutmccn=(organic)%7cutmcmd=organic%7cutmctr=zzr%2520bikes; _pk_id.1.9703=9079da6866d67410.1311895191.30.1312689097.1312667366.; _pk_ses.1.9703=*; iwt_idealChatData=%257B%2522lastMessageId%2522%253A%25220%2522%252C%2522lastChatMessageId%2522%253A%25220%2522%252C%2522openChatRooms%2522%253A%257B%257D%252C%2522openMenu%2522%253A%2522icbb_chatroom_1%2522%257D
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus end of report

Uninstalled.

I don't know if this is a similar issue or not, but the product caused havoc with our host's virtualization of PHP through CGI:

Code:

[error] [client ****] FastCGI: comm with (dynamic) server "<true site path>/html-x-httpd-php5" aborted: (first read) idle timeout (60 sec)
[error] [client ****] FastCGI: incomplete headers (0 bytes) received from server "<true site path>/html-x-httpd-php5"

I'll be checking with our host (GoDaddy) and see what that means but for the time being I can't run this on our site. We start getting a crap ton of internal server errors represented by the above with occasional windows of usage. We love the addon and would likely get the pro version after we raised some cash but until I can get the lite to play nice with the server there's no sense in considering it :(

Ideal Web Tech 08-07-2011 03:55 PM

Quote:

Originally Posted by laebshade (Post 2230376)
This addon caused Apache to segfault, as shown below:

Code:

[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus sig 11 crash
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus active connection: 70.124.60.22:57047->66.228.54.146:80 (conn_rec 9259138)
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus active request (request_rec 92511c0):
POST /ideal_chat_update_stream.php HTTP/1.1|Host:exampledomain.com|Connection:keep-alive|Referer:http%3a//exampledomain.com/search.php?do=getnew&contenttype=vBForum_Post|Content-Length:109|Origin:http%3a//exampledomain.com|X-Requested-With:XMLHttpRequest|User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1|Content-Type:application/x-www-form-urlencoded; charset=UTF-8|Accept:*/*|Accept-Encoding:gzip,deflate,sdch|Accept-Language:en-US,en;q=0.8|Accept-Charset:UTF-8,*;q=0.5|Cookie:vbulletin_userlist_hide_avatars_incomingreqs=0; bb_picvote2187=1; bb_picvote2188=1; editor_height=fe%2523620px; bb_userstyleid=1; bb_skipmobilestyle=0; vbulletin_collapse=; bb_vsaltua_target_id=11905; bb_vsaltua_target_act=1312412414; bb_vsaltua_origid=0; bb_vsaltua_origuser=0; bb_vsaltua_active=0; bb_userid=13872; bb_password=d4e572ea864e352ed06b92060e2d93bc; bbcustomerid=535ca03d670da41535e42b4329dd41c9; PIWIK_SESSID=3udmiee05ri6gact273huog017; bb_cpsession=80613eb215740f09387bf7343388b913; bb_calendar=6d9235a6ddaf6b7b3c935114e3dfd094c89e34f9a-3-%257Bs-7-.calyear._i-2011_s-8-.calmonth._i-8_s-8-.calview1._s-12-.displaymonth._%257D; __cmbU=ABJeb18OvSr5364_qB0nbmdhU5ehNV-2ghLtJBz3cKiF-iO1cgQU9m5fyahS8u0_mLWaWyuFcE6PjycRwcTuJlmJnPDuZ3Egmw; Cacti=j9ghgc5jg8tomh8qmojhn355h4; s_cc=true; s_sq=%255B%255BB%255D%255D; vbulletin_userlist_hide_avatars_buddylist=0; bb_lastvisit=1312685839; bb_lastactivity=0; __cmbDomTm=0; __cmbTpvTm=563; bb_; vbulletin_sidebar_collapse=1; __utma=145956479.484060682.1304296886.1312667328.1312675638.369; __utmb=145956479.207.10.1312675638; __utmc=145956479; __utmz=145956479.1312675638.369.33.utmcsr=google%7cutmccn=(organic)%7cutmcmd=organic%7cutmctr=zzr%2520bikes; _pk_id.1.9703=9079da6866d67410.1311895191.30.1312689097.1312667366.; _pk_ses.1.9703=*; iwt_idealChatData=%257B%2522lastMessageId%2522%253A%25220%2522%252C%2522lastChatMessageId%2522%253A%25220%2522%252C%2522openChatRooms%2522%253A%257B%257D%252C%2522openMenu%2522%253A%2522icbb_chatroom_1%2522%257D
[Sat Aug  6 23:04:43 2011] pid 31463 mod_whatkilledus end of report

Uninstalled.

Quote:

Originally Posted by sapphiremagus (Post 2230510)
I don't know if this is a similar issue or not, but the product caused havoc with our host's virtualization of PHP through CGI:

Code:

[error] [client ****] FastCGI: comm with (dynamic) server "<true site path>/html-x-httpd-php5" aborted: (first read) idle timeout (60 sec)
[error] [client ****] FastCGI: incomplete headers (0 bytes) received from server "<true site path>/html-x-httpd-php5"

I'll be checking with our host (GoDaddy) and see what that means but for the time being I can't run this on our site. We start getting a crap ton of internal server errors represented by the above with occasional windows of usage. We love the addon and would likely get the pro version after we raised some cash but until I can get the lite to play nice with the server there's no sense in considering it :(

Quote:

Originally Posted by Mr Peabody (Post 2230380)
Had a problem where it would make the quick post and pm reply box blank in IE8/9. Worked fine if you switched to compatibility mode.
Had to disable it for now.

We will be looking into those issues to see what may have happened, and see about patching a fix to prevent it in future versions.

Quote:

Originally Posted by dog199200 (Post 2230393)
Oh another question, does the system have an auto purge setup, so it deletes messages that are older then a certain date? I haven't seen one, but I also haven't picked through all the javascript either. It would be a good idea to add a purge system, where the user can determine how long and often everything is purged. Something like this would work, it run every time the page is refreshed, or even as a cronjob:

Code:

<?php
require_once("./global.php");
$today = date('U', strtotime('-24 hours'));
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "iwt_chatroom_messages WHERE timestamp <= $today");
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "iwt_chat_convos WHERE timestamp <= $today");
?>

Just a suggestion

Quote:

Originally Posted by clubvr4 (Post 2230424)
WOuld it be possible to make the general chat tabs available as a pop out? - It would allow members to chat using a larger window.

Both of these suggestions are already planned. (We have a large list of planned features, and we will be building them into future versions as time permits.)

alencete 08-07-2011 04:03 PM

It's cool!!!! very nice work! : Up:: Up:: Up:

so the chat is incompatible with the Spanish language. No good work with UTF-8, problems witch avatar, no show the avatars in "firends online", and problem witch time of chat. ;)

Regards

Ideal Web Tech 08-07-2011 04:45 PM

Quote:

Originally Posted by alencete (Post 2230521)
It's cool!!!! very nice work! : Up:: Up:: Up:

so the chat is incompatible with the Spanish language. No good work with UTF-8, problems witch avatar, no show the avatars in "firends online", and problem witch time of chat. ;)

Regards

I'm not sure what you mean by no good with UTF-8 as we are currently running it with UTF-8 encoding on our demo site.

There was a bug in the avatars, but it was fixed in version 1.1.2. If you are still seeing the issue with 1.1.2, please let us know.

As for the time of the chat, we have not noticed any issues with it, nor have any been reported, so could you please be a little more specific.


All times are GMT. The time now is 10:58 AM.

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.01423 seconds
  • Memory Usage 1,798KB
  • 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
  • (7)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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