Search results

  1. Mark

    adsense

    my pleasure, usually only takes about 10 minutes, so you should see them very soon :)
  2. Mark

    The Dark Elegant Collection

    this skin does not show banners in the ranking tables (I assume to keep pages loading fast). You can add the tag {$banner_url} in the table_row & table_top_row and any other templates you want the banners to show. <img src="{$banner_url}" alt="{$title}"/>
  3. Mark

    adsense

    it works just fine, I and many others use it all the time. You need to wait a little while for new adzones to start with Google, I would guess that is your problem.
  4. Mark

    Internal Server Error - Smaller than min_uid

    Looks like you have some file ownership issues on your server, you will need to use chown and chgrp commands from SSH or contact your host if your not familiar with this. ie. chown YOURUSERNAME -R path/to/your/files/ or you can ask your host to fix this error: UID of script is smaller than...
  5. Mark

    Working On It Email system suggestions

    in the works, thanks!
  6. Mark

    FATAL ERROR on install line 27

    easy apache uses YUM behind the easy apache interface to install modules :)
  7. Mark

    FATAL ERROR on install line 27

    if you have Cpanel/WHM we can do near zero downtime migration, only the time it takes for the 2 servers to exchange data which usually goes pretty quick.
  8. Mark

    FlexServer Special for VL Customers

    Best to start with VPS2, when/if you need more resources the upgrade is only a click away
  9. Mark

    FlexServer Special for VL Customers

    Basically a really big VPS instance :)
  10. Mark

    FATAL ERROR on install line 27

    probably too late for you, but you can get a MUCH better VPS server and support at a lower cost than godaddy http://visiolist.com/community/threads/flexserver-special-for-vl-customers.1073/
  11. Mark

    FATAL ERROR on install line 27

    ouch and goddady is no fun to deal with in any capacity when it comes to hosting.
  12. Mark

    FATAL ERROR on install line 27

    Your host will do this for you, should only take them a couple minutes :)
  13. Mark

    FATAL ERROR on install line 27

    you need to enable mb_string as per the requirements http://visiolist.com/requirements
  14. Mark

    Banners in RSS Feed

    sure, edit feed.php find <description><?php echo $row['description']; ?></description> replace with <description><?php echo $row['description']; ?><img src="<?php echo $row['banner_url']; ?>" alt="<?php echo $row['title']; ?>"/></description>
  15. Mark

    Adscaptcha

    Did you find out what the cause of this was? Perhaps a conflict with another plugin?
  16. Mark

    Another dumb formatting question...

    Body should work, but sometimes you might need to set html background as well. body,html { background: #000000; }
  17. Mark

    [Help] Cron Jobs

    Using the Cron option is highly recommended, especially on larger lists
  18. Mark

    Another dumb formatting question...

    In this case you need to add your CSS edit to the gateway template directly between the <style> tags. Just make sure it is AFTER any other CSS stuff in that template otherwise your CSS rules will be over-ridden. The gateway template is a little messy and has some coded CSS directly in the...
  19. Mark

    Question about eMail Members

    I believe if you would have left it as the default "1" that warning would not have been displayed. That simply means it will wait 1 second before sending each email. If blank, you will get an error and the system will not wait at all and all messages will sent instantly.
  20. Mark

    Question about eMail Members

    hmm both should be labeled but I think I made a mistake on this update that didn't populate the language files.. the top is: "Email members who are inactive for more than how many days. (leave blank to email all members):" the small one on the bottom is: "Send 1 Email Every How Many...
Top