
01-23-2005, 05:57 PM
|
|
|
Join Date: Oct 2004
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Nevermind... i was having similar problems as others in this thread, after upgrading from v1 to v2... all are fixed and hack runs correctly...
Had the same problem as Deviant++ , where the embeded codec or plugin whateva its called wouldnt show how to play, stop, pause, after making the following change in vb_jukebox.php it shows/works fine
Quote:
if ($fext == "mpg" or $fext == "mpeg")
{
$viewheight = "290";
$viewwidth = "320";
}
else
{
$viewheight = "45";
$viewwidth = "230";
}
|
Had the same problem as yoyoyoyo, after installing and hitting "done" would return this error, didn't effect the install
Quote:
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/site/public_html/forums/includes/db_mysql.php on line 389
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/forums/includes/db_mysql.php on line 389
|
Oh and someone posted reguarding audios showing in "Top 10" but not in vb_jukebox.php, you need to click "edit" on the song in vb_jukebox_admin.php and select a genre
|