Jump to content

Owdy

Clients
  • Posts

    3,023
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Thanks
    Owdy reacted to opentype in Add Items to Mobile Navbar (Support Topic)   
    Just the icon name as shown on the FontAwesome site. The “fa-” must be removed. 
  2. Thanks
    Owdy reacted to Adriano Faria in Sign in anonymous   
    It’s an account setting now:
    https://invisioncommunity.com/settings/account-security/
  3. Thanks
    Owdy reacted to Adriano Faria in Some sidebar in some posts   
    It has a setting on ACP. Default shows in topics with 3 or more pages, if I’m not mistaken. 
  4. Thanks
    Owdy reacted to sudo in Ads timing   
    So that would make it "Show until start of {DATE}" rather than end of that date. Its not a big issue either way it works, it more just language clarity to know exactly what to expect.
  5. Like
    Owdy reacted to sudo in Ads timing   
    I think the question is more does it mean it expires when it hits the 15th or does it end on the 16th for example.
    Something like "Show until end of 15.3.2020" or " Show until start of 15.3.2020" rather than talking about precise minute timing.
  6. Sad
    Owdy reacted to Sonya* in AdSense Crawler   
    I have given up. I have tried different ways to bypass csrf check for one user. But any attempt failed. I can successfully login as Crawler in browser however the crawler itself fails. The account is blocked after three failed attempts and there are no logs in IPS of what is wrong with the login. Without logs in IPS and any logs from AdSense it is like pocking in the dark. Sorry!
  7. Thanks
    Owdy reacted to Sonya* in AdSense Crawler   
    Same here. I assume that the hack I have made does only work for login. But when the crawler tries to get to other pages, it still fails due to the csrf check. Probably the hack should go further, so that not only login but the session itself after login does not make csrf check. I am investigating further.
     
  8. Like
    Owdy reacted to Nathan Explosion in AdSense Crawler   
    And those topics are in a container called a forum......unless things have changed since I used Adsense years ago, it will access anything in the same 'directory'. So, in theory.....
    Add:
    https://invisioncommunity.com/forums/
    And it should be able to then crawl.....
    https://invisioncommunity.com/forums/topic/368323-adsense-crawler
    If it doesn't work in that way now, then you'll have to ask Google.
     
     
  9. Like
    Owdy reacted to Nathan Explosion in AdSense Crawler   
    I've put together a plugin which handles this in a different location, making it hookable - have sent a new copy of it to @Mopar1973Man to try it out. If anyone would like a copy then please PM me directly.
    I won't be releasing it to the MarketPlace, as it does circumvent the security which IPS has built in to the product (albeit for only one configured account) - all I ask is you chuck me a beer 😉
  10. Like
    Owdy got a reaction from Sonya* in AdSense Crawler   
    I get parse errors with that. Can you show exatly how to edit Login.php? @Sonya*
     
    edit: got it.
  11. Like
    Owdy reacted to Sonya* in AdSense Crawler   
    I've done a "dirty" hack to allow a crawler to login into my community. Attention: This changes core login functionality for one user and will be overwritten when you update:
    Create a user with name "Crawler" and give him access to the areas the crawler should have access to. Open file system/Login/Login.php and edit a method authenticate(): public function authenticate( \IPS\Login\Handler $onlyCheck = NULL ) { try { if ( isset( \IPS\Request::i()->_processLogin ) ) { // Allow access for the AdSense bot if (\IPS\Request::i()->auth != 'Crawler') { \IPS\Session::i()->csrfCheck(); } ..... }  
    Go to your Adsense account and add credentials:

    Be aware of the additional field _processLogin to be added to login credentials. Again, it works, but this is a very dirty solution that works till next update. I hope that IPS can add a setting so that we can exclude bot user from checking csrf in the future, so that we do not need so dirty hacks.
  12. Thanks
    Owdy reacted to Matt in AdSense Crawler   
    We use a CSFR key to prevent bots attempting to log in as you.

    Which is specifically what AdSense are trying to do.
    I'll speak to the team to see if there's something we can do, but we'd be looking to remove or mitigate protection designed to keep your accounts safe.
  13. Like
    Owdy reacted to Mopar1973Man in AdSense Crawler   
    It would be nice if someone from the staff could comment on this and say if there will be a solution to this or not...
  14. Like
    Owdy got a reaction from Metor in Question and Answer Guest Topic   
    Replies and article comments, then i buy this
  15. Like
    Owdy reacted to Day_ in Change UTF8 to UTF8MB4   
  16. Like
    Owdy reacted to Lenny Warren in Change UTF8 to UTF8MB4   
    Any updates on this, are IPS silent on it?

    I didn't realise that the decision I made when installing would cause so much annoyance. A lot of my users use iPhones etc. and not being able to use the inbuilt emojis annoys them. It's all about keeping user interaction pleasant. Surely it shouldn't be that hard for IPS to update their old converter?
    I know they will say they have other things they need to do, but this annoys users...
  17. Like
    Owdy reacted to Batnik in Change UTF8 to UTF8MB4   
    Due to index size restrictions in MySQL, this does mean we need to re-create a handful of indexes to fit within MySQL’s rules. Using a standard configuration, MySQL allows 767 bytes per index, which for utf8 means 767 bytes / 3 bytes = 255 characters. For utf8mb4, that means 767 bytes / 4 bytes = 191 characters.
    im creating a converter now, i will no longer wait for invision, should be done next days.
  18. Like
    Owdy got a reaction from sobrenome in Change UTF8 to UTF8MB4   
    Can someone do payd mod from this? Seems Invision isnt interested 
  19. Like
    Owdy reacted to dyelton in Change UTF8 to UTF8MB4   
    @Lindy Just throwing my $0.02 in there in wanting a 4.1.x UTF8 -> UTF8MB4 converter. I want to use Emojis but can't. My database is quite large as well with 1.3 million posts...several gigs in size. Looking for an official converter from Invision on this one. Help us Obi Wan Lindy!
  20. Like
    Owdy reacted to sobrenome in Change UTF8 to UTF8MB4   
    Any news about this?
  21. Like
    Owdy got a reaction from The Old Man in Change UTF8 to UTF8MB4   
    Please do this
  22. Like
    Owdy got a reaction from sobrenome in Change UTF8 to UTF8MB4   
    Please?
  23. Like
    Owdy reacted to sobrenome in Change UTF8 to UTF8MB4   
    The script already made for 3.4 to 4.0 could be adapted to change the collation in 4.0. I guess it could be done without hard work.
  24. Like
    Owdy got a reaction from sobrenome in Change UTF8 to UTF8MB4   
    Please do this
  25. Like
    Owdy reacted to sobrenome in Change UTF8 to UTF8MB4   
    Is it possible to IPS make a script to change that database collation from utf8 to utf8mb4 for those that did not chose this collation on the 3.4 to 4.0 upgrade?
×
×
  • Create New...