Search results

  1. Mark

    Where is the /Join/ folder

    ask your host, we dont have access to your site, error logs, or anything else to help you troubleshoot. This feature is working just fine on hundreds of lists. Something in your hosting environment is the problem.
  2. Mark

    Screenshots

    Hello, we have several screenshot servers, if you can tell me what IP or domain your having trouble with (you can see this in screenshots.php) I can investigate I just rebooted visiolist.servehttp.com, so give that one a few minutes to come back up and try again.
  3. Mark

    Admin cannot be found Oo

    hmm that is really strange. If you have not changed anything, it sounds like something has changed in your hosting environment. Check file/group ownership and permissions if your unsure ask your host.
  4. Mark

    Not Feasible [Feature] Report user / Feedback

    and it was a good suggestion :) thanks!
  5. Mark

    Not Feasible [Feature] Report user / Feedback

    I have built this in the past and used it on several sites, while I thought at the time it would be useful it really wasnt :) As basti mentioned, bad words are caught by existing bad word filters (if thats something you are concerned about), bad links are handled with inactive members functions...
  6. Mark

    Get the display value

    i think given the complexity of this and the few users who would need this that using a query or array or switch is just fine.
  7. Mark

    Get the display value

    I believe you would need to reassign this in your plugin. 1 method is to use a switch switch ($TMPL['acf_country']) { case 'es': $TMPL['acf_country_display'] = 'Spain'; break; case 'de': $TMPL['acf_country_display'] = 'Germany'; break; case 'ca'...
  8. Mark

    Get the display value

    Not sure i understand what your after Add phrase through the language manager? And then paste that tag in your template
  9. Mark

    Coding Error?

    ETA about 7 days IF all goes smooth
  10. Mark

    Coding Error?

    I know its an off chance, but are you able to roll back to PHP 5.3 until 1.0 is released?
  11. Mark

    User language switcher

    sorry folks, for some reason I keep losing track of making this plugin.... All my focus really is on 1.0 atm, but feel free to bump this topic again once 1.0 is released.
  12. Mark

    Banners and adblock

    ugh not good. Well lets see if we can put a query together to handle this for version 1.0
  13. Mark

    [Buy Premium] - Feature not secure

    No the link you posted is not helpful at all in this case, that has nothing todo with this particular exploit.
  14. Mark

    AffiliateTracker

    latest version should be in the first post of this topic.
  15. Mark

    Promo's?

    not yet, a promo will be ready with the release of version 1.0
  16. Mark

    [Buy Premium] - Feature not secure

    Sorry mate, you are very misinformed, encryption does not protect from data injection at all....ever. And yes it is an exploit, that is the topic of this thread... even with PHP encryption the exact same technique to cheat it still works. Try it if you dont believe me :) Even with the...
  17. Mark

    Working On It eliminate 1 initial query in button

    cache list of valid usernames in a plain text file to avoid connecting to db to check for valid members
  18. Mark

    Spam Reviews

    I was just encouraging you to try :) and also making sure you know about all the nice plugins that are available for you to add features to your list. Please send me your FTP login either email or via a private conversation and I'll disable the review for you, they are not enabled by default.
  19. Mark

    Spam Reviews

    To avoid confusion the list of available plugins is available here: http://visiolist.com/community/forums/plugins/ VisioList ships with basically none, you can pick and choose which ones you like. Installation of plugins is VERY easy, simple upload the zip file via your admin -> plugins...
  20. Mark

    [Buy Premium] - Feature not secure

    uh no :) that is bad advice, PHP encryption is never a solution to weak security. The user can still pass the exact same post/get values to encrypted code and the exploit will still work.
Top