Search results

  1. Mark

    screenshots are black

    Hello, you posted on Saturday evening and it is now Monday morning, please understand I am not sitting at my desk all weekend every weekend. I always work hard to answer promptly, but sometimes you just need a little patience on the weekends ;) That said, I can see 400+ screenshots were...
  2. Mark

    New website is not ranked

    This happens when you have several users on the front page that have 0 activity, they all have a technical rank of zero so this tie with no way to break the tie creates some strange results. Once they get a click things will sort out.
  3. Mark

    Emergency: Unable to view stats

    Looks like you might have removed or broken your .htaccess file? none of your clean URL's are working ;)
  4. Mark

    Increase logged in cookie time.

    well first, congrats on having an engaging enough list where you have users logging in every day :) that is an extreme rarity. We have no hooks in this file, so you will need to modify the file directly. sources/misc/session.php find: // Delete sessions that are over an hour old...
  5. Mark

    Making blog for Visiolist

    Hey Folks, I will release the blog plugin shortly... the problem is it is not very "mature" so may require a fair bit of support. I need to decide to release it as premium plugin (supported) or free release (unsupported), given my schedule the past year its been hard to commit to this one.
  6. Mark

    Implemented HTTPS Votes To Pass Google Friendly Links

    correct, HTTPS -> HTTPS should work fine HTTP -> HTTP works fine HTTP -> HTTPS does not
  7. Mark

    Minimum Image size

    There is no minimum size check, you would need to create a custom plugin to add a function like that.
  8. Mark

    Implemented HTTPS Votes To Pass Google Friendly Links

    Interesting, as predicted, the entire web will be SSL very quickly especially with letsencrypt gaining so much momentum. Already my hosting platform now provides free SSL to all shared clients, I'm sure most cPanel hosts will (or already) do the same. This is great news as all sites will have...
  9. Mark

    RSS Feed Importer

    thanks for the feedback about the PHP version. If you are unable to avoid writing warnings to your error log you can also create a script to automatically empty the error_log with a cron job. example: clearlog.php if($_GET['somevar'] == '123123123123'){ $fh = fopen('error_log','w')...
  10. Mark

    RSS Feed Importer

    On the bright side, that is just a warning :) I believe it means one of your members has some problem with their feed OR the magpie code has an issue with your PHP version, did you upgrade PHP recently and then this started? You might check with your host and see if you can disable writing...
  11. Mark

    UCP Small edit

    you can do anything you like, look at what i provided you its very simple and you can easily extend bootstrap labels anyway you like. if you want to use bootstrap prebuilt classes you need to create a plugin with a conditional, its MUCH easier to override the color/background with custom CSS...
  12. Mark

    UCP Small edit

    easy enough with CSS. You can build your class using {$premium_flag} for example... but that is just 1 of many ways to accomplish this. <div class="premiumbox{$premium_flag}">{$lng->user_cp_premium_membership}: {$remain_day_premium}</div> in CSS: .premiumbox0 {color: orange} .premiumbox1...
  13. Mark

    Screenshot Task?

    Good idea, that could be automated with cron job and a custom script to grab and generate pending screenshots. I'll move this to plugin requests
  14. Mark

    Visiolist 1.5 Description Bug Fix.

    those lines were added to patch a security hole, removing them will re-open the hole and leave your site vulnerable to attack. Version 1.6 will contain a more complete, plugin/utf friendly fix.
  15. Mark

    Custom field/admin approve

    not possible at this time, sorry.
  16. Mark

    Working On It Premium Coupon Feature

    wow this one slipped through the cracks... I promise I will work on this as soon as possible.
  17. Mark

    Turn off Review

    nope, PHP files will do nothing in skin folders.
  18. Mark

    Plugin / Database query doesn't work

    Great to hear! good job :) Have a Merry Christmas
  19. Mark

    Plugin / Database query doesn't work

    ahh the SEO plugin template is probably not the correct place for this. You need to either make a new plugin, or add direct to wrapper.
  20. Mark

    Plugin / Database query doesn't work

    I am not sure I understand, are you saying you seeing: We have Servers in our list atm, of which are online right now with a total of Players. or nothing at all?
Top