Search results

  1. Mark

    Link Code not showing up?

    Hello, does your button_config.php have some contents in it? should be something like: $CONF['count_pv'] = 0; //Count pageviews $CONF['text_link_button_alt'] = 'AA Toplist - The Best Traffic Websites'; // Text Link Anchor, Alt for Buttons $CONF['text_link'] = 1; //Enable Text Link...
  2. Mark

    json_decode (depreciation)

    The deprecation warning you're seeing occurs because json_decode expects a string as its first argument, but in your code, $old_slugs is null. To fix this issue, you should add a check to ensure that $old_slugs is not null before passing it to json_decode. Here’s how you can modify the line...
  3. Mark

    Callback Vote Check

    just paste this tag anywhere in those templates: {$form_acf_callback} you can do this from your admin panel, or via FTP. If you do it via FTP you should copy the templates from /skins/default/ into /skins/default/child/ and edit them there.
  4. Mark

    Cloudflare

    You do not have an active license so no support is available. That said, the script should work just fine with cloudflare.
  5. Mark

    VisioList 1.9

    ok I have updated your site and set the server to run PHP 8, it also works with PHP 7.4 if needed. Let me know if you run into any issues.
  6. Mark

    VisioList 1.8 Released

    still supported, just quiet so not a lot of new development taking place
  7. Mark

    Paid for the Install....and now

    OK the list is installed, I emailed you the credentials and next steps. Thanks again for your patience.
  8. Mark

    Paid for the Install....and now

    My Apologies, I just found your message in my spam folder, I am installing now for you and will report back shortly.
  9. Mark

    Hello

    Hello, you bought 1 year members area access in 04/04/15, 05/24/22 and 02/08/24. We keep the price as low as possible already.
  10. Mark

    Paid for the Install....and now

    Hi there, I had emailed you asking for cPanel / hosting login credentials. I cannot install the script without access to your server.
  11. Mark

    Custom Page Permission

    That error indicates your web host is blocking the query. You will to ask hosting support what is happening
  12. Mark

    Upgrading From Version 0.6

    Still looking at 1.9 Offer still stands, but you will need an active license.
  13. Mark

    Problems during the registation

    Sounds like PHP may not be compiled with GD. But you might want to disable the old capctha and use reCaptcha instead, its more reliable for sure.
  14. Mark

    are there still updates

    Hello, yes, critical updates are still being made as needed, but releases are not coming often.
  15. Mark

    Error: For security reasons, you must delete the install directory before the script will run.

    The install directory is only need to install the script, once installed it needs to be deleted. It will never affect your ability to log in. That is not possible.
  16. Mark

    500 Internal Server Error

    Hello, can you post the most recent entry from your server log? The demo site is running PHP 8.2 so may just be somethign missing in your server config, the error log will tell us exactley what the issue is.
  17. Mark

    Regular Banner not Displaying

    you could try loading the banner as a CSS background? not sure if it will work, but worth a shot.
  18. Mark

    CAPTCHA doesn't work

    I highly recommend you enable recaptcha instead. If you want to use that original captcha, you just need to ensure you have PHP compiled with GD library.
  19. Mark

    Banner php extension help please

    The system is designed to handle banner uploads so banners are stored locally, you would need to modify the script to allow users to only post a URL and to load the banners from their server instead. This is outside the scope of support and you would need to hire a developer to assist with...
  20. Mark

    VisioList 1.9

    I suspect I'll have update ready before the end of this month. Your zip fil issue is most likely caused by PHP not compiled with zip?
Top