View Single Post
  #179  
Old 08-07-2011, 03:55 PM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by laebshade View Post
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 View Post
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 View Post
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 View Post
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 View Post
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.)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01291 seconds
  • Memory Usage 1,800KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete