Jump to content

AngryWarrior

Approved members
  • Posts

    95
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    AngryWarrior got a reaction from jooru in Reset password request after ver 5.4.1 Update   
    @jooruThanks for sharing 
    I'm going to try and test your suggestion as I'm stuck too with this horrible update and no devs are responding... 
    Appreciated!  
    Kind regards
  2. Upvote
    AngryWarrior got a reaction from jooru in Reset password request after ver 5.4.1 Update   
    I ended up with tossing away my glowes and reinstalled the whole darn thing. There was no other way around this issue. 
  3. Like
    AngryWarrior reacted to jooru in Reset password request after ver 5.4.1 Update   
    There is a wonderful stub, just put it right to PHP.INI:
    sendmail_path = /bin/cat > "/tmp/mail_`date +%Y-%m-%d_%H-%M-%S`"
    You just need to make sure that you have /bin/cat and write rights to /tmp/
    An email with a link to reset the Administrator password will appear there as a File.
    Hallelujah )
  4. Like
    AngryWarrior got a reaction from Tim Vereecke in Revive forum dead?   
    it just you and me then @RedPill ha ha lol 
  5. Like
    AngryWarrior reacted to RedPill in Revive forum dead?   
    I was wondering the same thing. LoL  Hello?
  6. Upvote
    AngryWarrior reacted to Shay in Email Smtp   
    It would be much more preferred if we can configure the server to use an external SMTP Server.
    Not all the servers allow the use of the local SMTP (aka AWS!)
  7. Like
    AngryWarrior reacted to chris in Responsive banner/campaign sizes   
    Dear stephan,
    yes we have to do so.
    I have implented your changes now as well. This means the change in asyncspc.php and replacing async.js.
    But in the Revive backend there are no changes visible if you select between the banner web, url, html or text. There is still the asterix in width and hight in order to put a value there. Without that you cannot save the banner. No responsive tag can be integrated.
    Please can you describe for me and all the others what (exactly) to do in order to put an responsive banner into the backend.
    That would be really great.
    Thanks again.
    Chris
  8. Like
    AngryWarrior reacted to stephan in Responsive banner/campaign sizes   
    First add a class to the image tag like this (e.g. Bootstrap)
    $imageTag = "$clickTag<img src='" . htmlspecialchars($imageUrl, ENT_QUOTES) . "' width='$width' height='$height' alt='$alt' title='$alt' class='img-fluid'$imgStatus />$clickTagEnd";
    I changed this in the file asyncspc.php at line 3462 (folder 'delivery') but this depend on the method you are using.
    Then copy this file
    https://raw.githubusercontent.com/revive-adserver/revive-adserver/35aa0c7c0507be3f4a94b7a7501f6100a9884b85/www/delivery_dev/async.js
    and replace the file in the folder 'delivery'.
    You could minify it if you like.
     
     
  9. Like
    AngryWarrior reacted to stephan in Responsive banner/campaign sizes   
    I made two patches so that banner are responsive and are shown depending on the breakpoint:
    https://github.com/revive-adserver/revive-adserver/pulls
  10. Upvote
    AngryWarrior reacted to MikeMynis in Simple Responsive Ads   
    I understand. However, I see that this is a request from years ago and many people have asked for it. 
    So I will not wait. I also ran into other issues, like impressions and clicks not counted or counted incorrectly.

    So all together, my conclusion is that this software is more a toy, than a serious ad server.
    Stats cannot be trusted and cannot be reset, and it's missing crucial features.

    So I'm gonna move on. I don't wanna invest time in something that is not finished, full of bugs and simply not up to the task of serving ads in a professional way.

    Thanks,
    I'm off....
     
  11. Like
    AngryWarrior reacted to dwell in Simple Responsive Ads   
    Totally agree
  12. Like
    AngryWarrior got a reaction from dwell in Simple Responsive Ads   
    Responsive ads is along waited and much needed feature!
    This should be top priority for the dev core team In my humble opinion.
    Without responsiveness Revive will be outdated and not so relevant.
    I actually requested this feature myself 2 years ago:
    But so far nothing has happened...
  13. Upvote
    AngryWarrior got a reaction from andrewatfornax in Serve only to a language country? [Not working/bug??]   
    i think I actually managed to solve this issue. :-)
    I deactivated and then deleted the Geo targeting plugin. Downloaded a fresh installation package of Revive Unzipped the package locally on my pc. I then uploading the geo targeting plugin zip file from the folder  etc/plugins/reviveMaxMindGeoIP2.zip
    Then as administrator head to plugins in the administrator dashboard  e.g. https://yourdomain.com//www/admin/plugin-index.php?selection=plugins and upload the zip package and enable it. (it should happen automatically):
    Then in that interface "plugins" chose the geo targeting plugin and click "Details" --> Settings --> License key. Go to Maxmind and generate a new license key https://www.maxmind.com/en/account/login 


    and then enter that new license key in the license field and hit "save". 
    Ok so next thing we need to do is to force Revive to initiate the download of the Maxmind database. So what yu need to do is to go back to the admin interface as admin and go to "plugins" e.g. https://yourdomain.com/www/admin/plugin-index.php.

    The way this is done is simple by clicking "disable" then wait a minute and then re-enable the plugin again by clicking "Activate". This will force Revive to start downloading the database from Maxmind.
    After the former step is done, then go to your Maxmind account and see if Revive has used your new key (confirms that it is working), result:

    As you can see in my case Revive has now done a data query for the Maxmind database and used the license key. :-) 
      Ok so the final step is to see that it is finally working and that Geo targeting is working and added to your drop down list in banner settings click your Banner --> Deliver options --> Add deliver rule dropdown. Final Result:

    So the whole problem I guess lies in the Revive never have downloaded the Maxmind database and thus it will therefor e not display the Geo targeting options in the Banner setting delivery options drop down for that reason. The solution is to follow the steps I provided above.  I hope this might help others that may encounter the same issue as I have and be a helpful solution. :-)

    Cheers everyone. 
    Kind regards
    AngryWarrior. 
  14. Upvote
    AngryWarrior got a reaction from remy_php in How To Serve Responsive Ads?   
    Yeah looking for this too!
    This should really be something that is implemented into Revive Ad server with responsive ads.  I hope the developers are considering this... 
  15. Upvote
    AngryWarrior got a reaction from remy_php in Responsive banner/campaign sizes   
    Revive devs!
    Please allow us to use have an option for response ads option in the drop-downs of campaigns/banners. ?
     
  16. Upvote
    AngryWarrior got a reaction from remy_php in Setup responsive banners manually?   
    Until the moment that revive supports responsive ads for both mobile and pc natively, I need to find a way to do it manually.
    I found this old thread on the subject:
    But I am quite uncertain on how to do it and do it properly. It seems that the suggestions are quite old and not working any more?
    So my question is if someone could be so kind and please outline a shorter "tutorial" how to do this the proper way please that works well with the current version of Revive?
    If I understand this correctly I need to create 2 zone & banner versions?
    One for PC Webbrowser sizes One for Mobile Browser sizes Anyways; any help in the right direction would be very appreciated.
    Kind regards
    AngryWarrior.
  17. Upvote
    AngryWarrior got a reaction from andrewatfornax in Zone Invocation Options Drop-down   
    Awesome!
    Thank you Andre. ?
×
×
  • Create New...