Jump to content

Stephanie

Approved members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Stephanie

  1. You need to modify the delivery file you use (asyncspc.php or afr.php)

    Search for :

    $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";

     

    change it to :

    $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' loading='lazy' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";

  2. Hi,

    I duplicated the database before the upgrade. Everything went fine, but by simply copying the database, it's getting bigger every time. As an example, our database was 640 MB before copy, the copy version with exactly the same data is now 1.55 GB.

    2 tables seems to be mainly affected, see below :

    Before :

     rv_data_summary_ad_hourly - 814 639 entries - 128.3 MB

    rv_data_summary_ad_zone_assoc - 1 604 550 entries - 342.6 MB

    After :

     rv_data_summary_ad_hourly - 2 307 907 entries - 366.5 MB

    rv_data_summary_ad_zone_assoc - 3 568 792 entries - 804 MB

     

    It occurs during every update, over time it will go to disaster

    any idea why this happens and how to clean those two tables ?


     

     

  3. "the system wanted me to specify the path the previous installation", you should have paid attention to this step

    As a result, you did not properly update your plugins because the path (absolute path is needed) you provided was wrong and the XML files for plugins could not be located properly.

    Which led to the problem you mention in some other topic.

  4. We use this way :

    We create delivery rules sets in our preferences folder, where we determine which countries are targeted by groups.

    Then we apply those rules to each banner.

    You need to check if the database is there, in the var/plugins/rvMaxMindGeoIP2 folder

    Get your free licence from Maxmind, input the licence data into the dedicated field of plugin management interface

  5. I think Revive can only automatically download one type of database (City one), hence the .lock file during the download of an updated version. I don't think that you can and need to use another tape of geo database in the folder.

     

    To use  thi geo function, I create Geo delivery rules sets in my preferences interface and then apply them to banners. I don't use the Geo rules directly from the banner distribution options.

  6. This new version is about the Samesite Cookie issue, as per changelog :

    Added support for the SameSite cookie directive which will soon be required by browsers in order to allow 3rd party cookies.

    I upgraded but I still get 4 warnings in the Chrome console when checking the websites were we display ads from our server :

    A cookie associated with a cross-site resource at our-adserver/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

    Is it still supposed to happen ?

  7. I was checking if everything was fine regarding the automatic download of GeoLite2 Databases, and it looks like some changes from maxmind side impact this function :

    https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/

    Indeed, when I check in the /var/plugins/rvMaxMindGeoIP2 folder, mmdb file is not updated anymore since end of last year. .lock file is created there at 00h00 every day, but no download

    Do revive developers have as specific agreement with Maxmind or do we need to go manual to keep the database updated ?

     

  8. Hello,

     

    I am trying to install Revive Adserver 3.2.2: I did exactly like mentionned :

    Created a database on my Cpanel VPS

    Launch the install from the folder and agree to terms.

    Then comes the database data.

    I tripled checked that the data was correct, then click, then back to the same form, and again and again.

    Var folder is 777, don't know what to do more...

    Tried various browsers, same issue.

    Server is WHM/CPanel VPS with Apache 2.4.8 and PHP 5.6. MariaDB 10.0.23

     

    Any help would be appreciated

    Stephanie

×
×
  • Create New...