the file playlist.php has a little typo error on line 100: $flasvars instead of $flashvars (prevent emebed code to be generated)
in the V4 of this panel when I logout even if the file doesn't exist(logout.php) i must authentificate again ,in the v5 panel even --after shutingdown the browser when re-open the login page the session is still opened
the stat.php replacing the track.php doesn't do what he has to do no stats at all in the DB
i got this error :
PHP Parse error: syntax error, unexpected T_BOOLEAN_AND in /xxxxx/player/stat.php on line 55
this line is:
if(isset($_GET['title'])) && isset($_GET['url'])) {
i changed it to :
if(isset($_GET['title']) && isset($_GET['url'])) {
hope you understand my english
good job again and thanks to all of your team
I am adding some more very little typo errors :
PHP Notice: Undefined variable: se1t in player/econfig.php on line 237, referer: http://arabeevideo.com/nuevo5/player/player.swf
PHP Notice: Undefined variable: set in player/econfig.php on line 292, referer: http://arabeevideo.com/nuevo5/player/player.swf
PHP Notice: Undefined variable: set in player/econfig.php on line 311, referer: http://arabeevideo.com/nuevo5/player/player.swf
change se1t to set1 resolves the problem and for the "set" on lines 292 and 311 i changed it to set1 is that right please