
scott001
Approved members-
Posts
112 -
Joined
-
Last visited
About scott001

Recent Profile Visitors
3028 profile views
scott001's Achievements

Advanced (3/5)
6
Reputation
-
scott001 started following Delivery Rules Not Working and Maxmind GeoIP Warning Emails
-
I am not using GeoIP for my ads, and do not have an account or license for the GeoIP plugin, but I am receiving the following warning from Maxmind. Is there anything I need to do, or that Revive needs to do, regarding this warning? Hi, We’re still seeing outdated API requests from your account (ID 23XXXX) that are using an incorrect endpoint. Going forward, we will only accept: API requests sent with the more secure HTTPS protocol. API requests sent to the appropriate hostname. Click the links below to view a list of valid API hostnames for each service.
-
I have a very simple delivery rule set on a few banners, which is a Time - Date rule "is later than or equal to" and I've selected 15 November 2023 as the date. Unfortunately the banners with this rule are showing now, long before that date. Do these rules work?
-
dertutor reacted to a post in a topic: MariaDB 10.2 Compatibility?
-
dertutor reacted to a post in a topic: MariaDB 10.2 Compatibility?
-
MariaDB 10.2 Compatibility?
scott001 replied to scott001's topic in Performance, Scalability, and Reliability
It looks like you can change strict mode according to this site: https://www.phoca.cz/documents/50-phoca/625-strict-standards-non-static-method Are you running the IPB update via your Admin ACP? If so, there should be error messages if there is an issue. -
MariaDB 10.2 Compatibility?
scott001 replied to scott001's topic in Performance, Scalability, and Reliability
I am running Revive 5.2.1 with v5.5.5-10.3.30-MariaDB and don't see any issues. What issues are you having? You didn't really describe your issue. Also, I have strict mode off. -
Tim Vereecke reacted to a post in a topic: loading=lazy gained 3-4 points in Pagespeed Insights
-
I did find a way to make this work. When adding a banner if you select the External Link option, then just link to the banner on your server, it will properly serve a webp banner and it does display correctly.
-
Hard to believe this hasn't been answered, but it doesn't seem to support it. I just tried replacing a banner with a webp version, and got an error.
-
scott001 reacted to a post in a topic: loading=lazy gained 3-4 points in Pagespeed Insights
-
Thank you for sharing!! Just to clarify, on line 3436 I added this: $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' alt='$alt' title='$alt' loading='lazy' border='0'$imgStatus />$clickTagEnd"; Revive coders...are you listening? This is an extremely simple solution to speeding up serving banners with your software, can you please add this to the source code?
-
I've noticed two things when I use the asyncjs.php script to load multiple banners per page on my site that make me question whether or not the async code is doing what it should be doing: 1) If I remove "async" from the script tag, so this: <script src="/adserv/www/delivery/asyncjs.php"></script> instead of this: <script async src="/adserv/www/delivery/asyncjs.php"></script> I get faster page speed scores from Google. There is no comparison, at least 10% faster. Why? 2) Google penalizes me for not lazy loading my banner ads with async loading. I thought that if you load something async, everything else on the page will load without delay, and the async loaded content will load simultaneously and not slow anything down. The fact that I'm getting a 1.5 second penalty from Google about not lazy loading my ad banners tells me that perhaps the async script is not functioning as designed. Any help would be appreciated!
-
scott001 reacted to a post in a topic: Malware Detected
-
I'm looking for the same information, but since you've gotten no reply to this in 8 months, it doesn't look like they want to help those affected by their security issue.
-
Any word from Revive on this??? Just ignore it and it the issue will go away, right? Thank you for sharing this. I was just reading about a widespread exploit against Revive, but can't find anything here from them, only from individual users who've had the issue. It seems like Revive should be publishing methods for finding such exploits, since they left the hole in the software that caused this.
-
Preventing Open Redirect Banner Tag Malware Exploit
scott001 replied to tkat's topic in Managing Revive Adserver
I am shocked there is still no answer provided. -
After reading this article it made my wonder if my installation in infected with malware, and if so, how can I detect it? Millions of web surfers are being targeted by a single malvertising group Ars Technica https://arstechnica.com/information-technology/2021/04/malvertisers-use-120-hacked-ad-servers-to-target-millions-of-web-surfers/ To me it seems like you should have alerted anyone running your software of this problem, and sent out tips for how to find an infected installation, and repair it, but, it's not me running your business. Please share how to search for a compromised installation and disinfect it.
-
Update, I am able to get the link to at least function with the changes below, but notice the destination URL is very different from what is generated by the zone. In the code above generated by the zone, the link does not work: <!-- MySite.com Advertising No Cookie Image Tag - Generated with Revive Adserver v5.2.0 --> <a href='https://www. MySite.com/adserv/www/delivery/cl.php?zoneid=397&campaignid=1131&bannerid=2539' target='external'><img src='https://www. MySite.com/adserv/www/delivery/avw.php?zoneid=397&source= MySite.com&target=_blank&cb=INSERT_RANDOM_NUMBER_HERE' border='0' alt='Gluten-Free Mall' /></a>