Search results

  1. Mark

    Deprecated: mysql_connect(): ?

    Hey Tarakan, sorry to hear you are having problems but lets go through them as they are easily solved/understood. 1) In parabola theme the footer appears at the end of the content, when you have more content in your sidebar it will look more the way you think it should. 2) a) invalid...
  2. Mark

    RSS Feed Importer

    My bad, I need to write another javascript out function for this too work. I'll post an update asap.
  3. Mark

    RSS Feed Importer

    investigating now :)
  4. Mark

    RSS Feed Importer

    there is no redirect, it simply invokes a javascript out() function when the out link is clicked. This will be applied dynamically to all existing feed links. So any clicks out to any feed items will count as a click out in the stats.
  5. Mark

    Urgent!!!

    hello, assuming both hosting environments are similar 1) your new host will probably move the site for you 2) copy files to new hosting 3) copy database to new hosting 4) update settings_sql.php with new server database credentials. Thats it :) as long as your new server is running roughly...
  6. Mark

    Track all member out links

    http://visiolist.com/community/resources/rss-feed-importer.8/ the rss feed plugin has been updated to include the out click tracking. you can alter any of your other outbound links with this code to get the out clicks tracking. <a href="{$url}" onclick="out(this,'{$username}');"...
  7. Mark

    RSS Feed Importer

    Mark updated RSS Feed Importer with a new update entry: Adding out click count Read the rest of this update entry...
  8. Basti

    RSS Feed Importer - Adding out click count

    This version simply adds the out click counter to the RSS feed outbound links
  9. Mark

    Direct Vote link

    personally, I think its too prone to abuse.
  10. Mark

    Track outbound Feed Importer Plugin links?

    that is possible, and a great idea. Could you post this request to the plugin discussion thread?
  11. Mark

    global ranking votes reset problem

    if you look in the templates I mentioned above you will see this: {$unq_in_0_weekly} OUT: {$unq_out_0_weekly} Change it to: {$unq_in_0_monthly} OUT: {$unq_out_0_monthly}
  12. Mark

    global ranking votes reset problem

    Because you have the wrong tag in your table_top_row and table_row template, you are showing weekly stats, but your list is ranking/ordering by monthly unique in.
  13. Mark

    Trying to use Twitter plugin

    this might get you in right direction: $msg = $TMPL['title'].' #hashtaghere '.$TMPL['acf_twitter']. ' has just been accepted to #anotherhashtag '.$TMPL['list_url'].'/'.$TMPL['url_helper_a'].'stats'.$TMPL['url_helper_u'].$TMPL['username'].$TMPL['url_tail'];
  14. Mark

    Trying to use Twitter plugin

    http://visiolist.com/community/resources/twitter.9/ - please post questions to the discussion thread for that plugin, just incase there are different plugins its better to keep them all in their own thread.
  15. Mark

    Test: Proxy prevention

    That code is just for cosmetics. You can omit that part and should be ok to simply paste the entire block of JavaScript with or without it. But there is no way to block proxies, if you catch someone cheating, booting them is about your only option. Netflix, Amazon prime and every major...
  16. Mark

    Screenshot 403 Forbidden Error

    working good here in IE 11.0.15
  17. Mark

    Considered Reject New Member

    It seems like in the case of agreed this sounds like a nice way of doing it, our entire email notification/template system needs an overhaul. I'll be sure to factor this in. indeed, the idea of "close but you won't be accepted until X is changed" might be best handled by leaving the member...
  18. Mark

    Screenshot 403 Forbidden Error

    thats odd, working fine on my tests, what version of IE?
  19. Mark

    Screenshot capture oversized

    that is an odd one, can you PM me an example URL? I'd like to run some tests and see what might be causing that
  20. Mark

    vote cast reset time?

    the weekly reset would be caused by your cron setting running weekly. Also ensure your admin settings is set to reset monthly. Thanks for the ip_log report, I confirmed on my list the timestamp is also NULL. Will post an update for this.
Top