Preroll click URL

Report Nuevoplayer bugs here. Please make sure they haven't been reported or fixed already.

Preroll click URL

Postby dargre » Tue Oct 20, 2009 3:20 am

We have some reports that when preroll video clicked - user is not redirected to ad URL.
Surely this is not Nuevoplayer SWF file.
I don't know if this is general issue, but I discovered that small change in 2 nuevoplayer files may help.
Files are "playlist.php" and "eplaylist.php"
Edit files and find this part of code:
Code: Select all
$source = xml_utf8_encode($arow['url']);
if(isValidURL($source)) {      
$link = xml_utf8_encode($arow['link']);

This code appears in 3 places.

Replace it with code:
Code: Select all
$source = $arow['url'];
$link = $arow['link'];
if(isValidURL($source)) {      


As you can see line "$link = xml_utf8_encode($arow['link']);" is moved 1 line up.
Issue may concern only random preroll ads, but better set changes for all 3 occurances.

Thanks.
Thank you,
Nuevolab Team
dargre
 
Posts: 75
Joined: Mon Sep 07, 2009 3:47 am

Return to Bug Tracking

Who is online

Users browsing this forum: No registered users and 0 guests

cron