Search results

  1. Mark

    Important - Change to the affiliate system

    With the introduction of our new centralized members area comes a much improved affiliate system. The upsides: - Better reporting - Centralized login - More tools The downside: - If you were a user of the original affiliate system, you will need to update your links to use the new...
  2. Mark

    I need a hand testing a new area.. got a few minutes?

    thanks to all the brave volunteers! Testing is going very well, no further help is required... but if you encounter any bugs with the new members area or forum login let me know!
  3. Mark

    Having Problem w/ Join email

    good stuff :) Have a good one
  4. Mark

    Having Problem w/ Join email

    Change nobody@example.com to your email and try this one: <?php mail('nobody@example.com', 'the subject', 'the message', null, '-fwebmaster@example.com');?> if this doesnt work... you need to have your server admin enable the mail() function.
  5. Mark

    I need a hand testing a new area.. got a few minutes?

    I am working on a new member management system so we can move away from swreg, and I need some real world testers. If you have a few minutes please start a private conversation with me and I'll provide a few steps for you to follow to help me with testing. thanks!
  6. Mark

    Having Problem w/ Join email

    can you confirm that your server has the PHP mail() function enabled? you can test with this: <?php mail('you@yourdomain.com','message subject','Message Body'); ?> no error message is very unusual... the function clearly works
  7. Mark

    Having Problem w/ Join email

    are you on 0.9? open your index.php and find: //error_reporting(E_ALL); replace with error_reporting(E_ALL); also set $CONF['debug'] = 0; to $CONF['debug'] = 1; then try joining and watch for error messages
  8. Mark

    Having Problem w/ Join email

    what is your URL so i can join and see if I can get an error message? Also make sure you are running 0.9 if your not already
  9. Mark

    Having Problem w/ Join email

    as it should be :) what is the exact error you are getting?
  10. Mark

    Having Problem w/ Join email

    What is the exact error you are getting? safe mode is deprecated in 5.3 (you should not be using it, the best solution is to disable safe mode)
  11. Mark

    Screenshot Server Maintenance

    nope just tested and everything is working fine. "white" screenshot is very unusual, what is a domain you are seeing this on?
  12. Mark

    Vote viewer

    Just to follow up, if you want to disable proxy voting add this to your .htaccess file and it should block most proxies without the usual slow lookups, checking of open port 80 (which produces many false positives), or paid API keys. RewriteEngine on RewriteCond %{HTTP:VIA}...
  13. Mark

    VisioList 0.9

    no sir, we have employed 301 redirects so you don't need to do that.
  14. Mark

    Screenshot Server Maintenance

    You need to reconsider your stance on upgrading, its not safe to run out of date software... not to mention your missing out on a LOT of improvements. Furthermore you should not have modified any PHP files, that is what plugins are for ;) I will activate and email you a new API key since you...
  15. Mark

    Screenshot Server Maintenance

    Micheal, your Visiolist installation is extremely out of date, the screenshot system has been greatly improved in recent versions, please upgrade to 0.9 and use your original API key and your frustration will be greatly reduced :)
  16. Mark

    [Google] Duplicate content

    2. I am adding this to the todo list so we will add handling removed users to the next version.
  17. Mark

    Missed Translation

    that should have been fixed in 0.9, can you confirm you are using current version?
  18. Mark

    Screenshot Server Maintenance

    I will reboot the server, try it again in 10 minutes
  19. Mark

    Implemented suggestion for admin area

    no problem, standing by :)
  20. Mark

    Implemented suggestion for admin area

    that is the intended result, if you have other sites to approve you are exactly where you need to be. If not, you get a message saying no sites to approve. Unless you have a better idea how to handle this?
Top