I?m using wimpy mp3 player integrated in a frame in vbulletin with RealChat also. For some very strange reason, if someone types something in the chat (right frame) the music shuts off immediately, then turns back on once the typing has stopped. This is very odd. How can this be fixed?
This is the actual page (although you won?t see the chat since your not logged in)
http://www.talkjesus.com/misc.php?do=page&template=chat
The attached is the code for the chat room template with both frames.
Code:
<style type="text/css">
.style1 {
text-align: center;
}
.style2 {
text-align: left;
}
</style>
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>Christian Chat Room</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="Christian Chat Room" name="description">
<meta content="Christian Chat Room" name="keywords">
</head>
<body>
$header
$navbar
<div align="center">
<table style="width: 100%">
<tr>
<td class="style2" colspan="2">
<span lang="en-us">Best viewed at any resolution higher than 800x600.</span></td>
</tr>
<tr>
<td class="style1">
<iframe name="I2" id="I2" src="http://www.talkjesus.com/bible/music/wimpy.php" height="650" width="226" border="0" frameborder="0" style="float: center" marginwidth="1" marginheight="1" scrolling="no">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</td>
<td style="width: 100%" class="style1">
<iframe name="I1" id="I1" src="http://www.talkjesus.com/misc.php?do=page&template=chatroom" height="650" border="0" frameborder="0" width="100%" style="float: center" marginwidth="1" marginheight="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</td>
</tr>
</table>
<br>
</div>
$footer
</body>
</html>
I doubt its my MYSQL settings, but here they are:
Code:
[mysqld]
local-infile=0
datadir=/var/lib/mysql
skip-locking
skip-innodb
skip-networking
safe-show-database
query_cache_limit=1M
query_cache_size=32M ## 32MB for every 1GB of RAM
query_cache_type=1
max_user_connections=2500
max_connections=2500
interactive_timeout=10
wait_timeout=28800
connect_timeout=20
thread_cache_size=128
key_buffer=512M ## 128MB for every 1GB of RAM
join_buffer=4M
max_connect_errors=20
max_allowed_packet=16M
table_cache=1024
record_buffer=4M
sort_buffer_size=4M ## 1MB for every 1GB of RAM
read_buffer_size=4M ## 1MB for every 1GB of RAM
read_rnd_buffer_size=4M ## 1MB for every 1GB of RAM
thread_concurrency=8 ## Number of CPUs x 2
myisam_sort_buffer_size=64M
server-id=1
collation-server=latin1_general_ci
[mysql.server]
user=mysql
[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/lib/mysql/mysql.pid
open_files_limit=8192
[mysqldump]
quick
max_allowed_packet=16M
[mysql]
no-auto-rehash
#safe-updates
[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[mysqlhotcopy]
interactive-timeout