Jump to content

Richard Foley

Approved members
  • Posts

    144
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Richard Foley got a reaction from andrewatfornax in Async code do not works for my site   
    Good job for finding the problem, Luna :) (y)
  2. Upvote
    Richard Foley got a reaction from andrewatfornax in Getting users to use standard IAB banner sizes.   
    A premium rate, that's a fine idea :)
     
  3. Upvote
    Richard Foley got a reaction from andrewatfornax in Using Ssl = No Banners Shown   
    There's a few threads on here which might be worth reading through:
    http://forum.revive-adserver.com/topic/1385-using-ssl-for-serving-ads/?hl=https http://forum.revive-adserver.com/topic/322-serving-ads-over-https-fails/?hl=https http://forum.revive-adserver.com/topic/1404-serving-ads-from-https-not-working/?hl=https HTH.
  4. Upvote
    Richard Foley got a reaction from andrewatfornax in Settings Key Configuration During Plugin Installation?   
    That's just fine as a solution, and thanks for the quick response Matteo.
  5. Upvote
    Richard Foley got a reaction from andrewatfornax in Showing Static Banner Pages When Ad Server Not Reachable   
    Something has to be able to make that decision, perhaps the apache(?) webserver proxy(?), or some other code run by the server on which the banner is run, or another intermediary. I suggest this is outside of Revive scope.
  6. Upvote
    Richard Foley got a reaction from andrewatfornax in Is There Any Front End / User Area?   
    You need to create user access account/rules: http://forum.revive-adserver.com/topic/73-can-i-add-more-user-account-in-revive/
     
  7. Upvote
    Richard Foley got a reaction from andrewatfornax in Newbie Here. Something Went Wrong...   
    Perhaps this may be a cache issue. There are server caches to look at, your browser(!) cache, proxy caches, and the Revive /var/cache/ and var/templates_compiled/ as well. Maybe one of those have something to do with the problem?
  8. Upvote
    Richard Foley got a reaction from andrewatfornax in Can't Install Openxdevelopertoolbox Plugin   
    Got it. Remove the offending language files (*.mo + *.po) and repackage the zip using the script provided in the directory. It's not that complicated
  9. Downvote
    Richard Foley got a reaction from Erik Geurts in Does Revive Adserver have Client side login?   
    Yes, it's a standard feature of the excellent Revive Adserver.
  10. Upvote
    Richard Foley reacted to tz8 in getting Banner with cURL   
    just in case anyone needs this in the future - this doesn't seem to be a common problem around here based on the sheer amount of responses:
    curl_setopt($ch, CURLOPT_COOKIEFILE, $cookieJar); curl_setopt($ch, CURLOPT_COOKIEJAR, $cookieJar); curl_setopt($ch, CURLOPT_REFERER, APP_URL.'/fancy_changing_fake_url_here/page/'); i managed to successfully get banners when i pass curl a cookiejar for the entire session and an always changing referrer
  11. Upvote
    Richard Foley reacted to Erik Geurts in Will Deleting A Zone Also Delete The Statistics For That Zone?   
    In your first example, if you delete zone 3, then the stats for zone 3 and thus the stats for any banner delivered via zone 3 will also be deleted. The statistics for zones 1 and 2 will not be touched.
     
    Example 2 is to complex to understand even after reading multiple times.
     
    In general, I would recommend that you never delete anything. Storage space is virtually free these days anyway.
  12. Upvote
    Richard Foley reacted to Erik Geurts in Will Deleting A Zone Also Delete The Statistics For That Zone?   
    You could consider moving the zone you no longer need or use to another website (giving that website a name that makes it clear it's not used for real).
  13. Upvote
    Richard Foley reacted to Revive Adserver Forum in Revive Adserver v3.2.4 Released   
    Revive Adserver v3.2.4 is available now. It fixes several bugs introduced in v3.2.3 published on March 2nd, 2016, and a few other bugs that have been reported to us in recent weeks.[url={url}]View the full article[/url]
  14. Upvote
    Richard Foley reacted to brianmike in Announce: Signup/self-service-registration plugin release v1.1.5   
    please check your pm and email i have some issue with the plug in i just bough from your site.
    Thanks ! good works
     
    Look promising :) 
  15. Upvote
    Richard Foley got a reaction from andrewatfornax in Error In Debug.log   
    The script tries to use "LOAD DATA INFILE ..." because it's faster.
     
    If it can't (for any reason) do this, then it falls back to using standard SQL INSERT statements instead.
     
    There is effectively no difference except from a performance perspective.
     
    Remain calm
  16. Upvote
    Richard Foley got a reaction from andrewatfornax in Revive Installation Hacked?   
    Security software (...) are notorious for reporting "false positives". You have to be careful how much serious notice you take of their often unfounded and hysterical alerts.  
  17. Upvote
    Richard Foley reacted to Kipperlenny in Unable to Log In - "You need to enable cookies before you can use Revive Adserver" - another...   
    After upgrading we could not login anymore because of the message "You need to enable cookies before you can use Revive Adserver".
    I digged trough github and the board, added https://github.com/revive-adserver/revive-adserver/issues/639 but no luck.
    I debugged a bit more and found the problem with 
    dirname($_SERVER["SCRIPT_NAME"]) https://github.com/revive-adserver/revive-adserver/blob/master/www/admin/lib-sessions.inc.php#L70
    You cannot be sure, that the SCRIPT_NAME is the same like the directory in the browser (f.e. Aliasdomains in Ispconfig). I could help myself with setting the folder manually - but thats not a good solution :-)
    lenny
     
    PS: Same Problem with many form actions refering to SCRIPT_NAME... Only SCRIPT_URL and SCRIPT_URI return the correct url/path in my ispconfig aliasdomain (with mod_rewrite) setup...
    revive/www/admin/campain-edit.php +283
    $form = new OA_Admin_UI_Component_Form ( "campaignform", "POST",htmlspecialchars($_SERVER["SCRIPT_URL"], ENT_QUOTES)/* $_SERVER ['SCRIPT_NAME']*/ ); 
  18. Upvote
    Richard Foley reacted to Revive Adserver Forum in Make sure you receive our update notifications   
    As with any software, it is important to keep your ad server system’s software up to date with the most recent release. Where to find Update information The Revive Adserver software has a useful built-in update notification feature, which helps system administrators stay up to date about the latest release of our software. It can be found by […][url={url}]View the full article[/url]
  19. Upvote
    Richard Foley reacted to Erik Geurts in Spam in forum   
    Hi Richard,
    Thanks for the suggestion. We tried that already, but the bots out there are much more sophisticated these days, they crack those things in a matter of milli seconds.
    You might have noticed today that the volume of spam has decreased. That's because a measure has been implemented to prevent spam in a slightly more sophisticated way. I'm sure you understand why I can't say anything about what was done, but it does seem to have the desired effect. Fingers crossed!
    Cheers, Erik
  20. Upvote
    Richard Foley reacted to Ian in Spam in forum   
    I've put quite some time in locking out the spam bots, seems much better at the moment !
  21. Upvote
    Richard Foley got a reaction from Ian in Spam in forum   
    There's an irregular amount of spam on the site, admins need to spend a little more time cleaning up, or you need more admins :)
  22. Upvote
    Richard Foley reacted to oldteacher in Best Plugin For Billing/payments? Revmax Any Good?   
    Such a wonderful platform with no way to setup client area with automatic billing.
    Sure wish there was official page approved by revive showing safe plugins. Would help much as very easy to get plugins with harmful code...
  23. Upvote
    Richard Foley reacted to magicmulder in Doubleclick plugin vs HTTPS   
    We've noticed that the Doubleclick plugin supplied with current Revive (3.2.2. and earlier) does not support injecting the click tag for Doubleclick banners embedded via HTTPS.
    A fix would be to change
    plugins/3rdPartyServers/ox3rdPartyServers/doubleclick.class.php
    in lines 51, 52 to this:
     
    $search = array("/\[timestamp\]/i", "/(http:.*?;)(.*?)/i", "/(https:.*?;)(.*?)/i"); $replace = array("{random}", "$1click0={clickurl};$2", "$1click0={clickurl};$2");
  24. Upvote
    Richard Foley got a reaction from andrewatfornax in Successfull 3.1.0 Install (Positive Feedback) :)   
    I installed 3.1.0 and so far it looks very sweet. Banners appearing fine, admin and stats. functionality all there, (from what I've seen so far). Looking very good. Just thought you might like to have a positive feedback for a change
     
  25. Upvote
    Richard Foley reacted to andrewatfornax in Invocation Code Confusion   
    http://documentation.revive-adserver.com/display/DOCS/Invocation+code%3A+Zone+level
×
×
  • Create New...