Search results

  1. Basti

    VPN Detection.

    There fly around some php snippets who claim to detect proxy as well as vpn useage. Along this lines function checkUser() { global $_SERVER; // Check for Proper Encoding if($_SERVER['HTTP_ACCEPT_ENCODING'] != 'gzip, deflate') { $proxy = true; } else {...
  2. Basti

    Redirect to Category after Vote

    VERSION 1.0# Description After voting, redirect the voter to the listed members category Installation Upload through admin plugin manager or directly via ftp. No database changes required, hence no install icon. Requirements Visiolist 1.0 or newer Future Plans - If member not on first...
  3. Basti

    Facebook

    I suppose you talk about this? http://visiolist.com/community/threads/facebook.204/#post-1855 really odd i never had an issue with that, not while developing the plugin or using it myself in the past. Out of interest, please change the image in settings, then click save, then try "allow...
  4. Basti

    Ads

    This has already been suggested numerous times and will be included as time allows as enhancement. Properbly will go hand in hand in the premium feature improvement Not to speak, the plugin itself dont even have a paypal integration, so before anything that has to be made. Admin side needs...
  5. Basti

    German

    Not yet sir
  6. Basti

    French

    As you see by the last update, last year, its not for 1.0 and hasnt been updated in a long time. Missing text is still in english if you use it.
  7. Basti

    Test: Proxy prevention

    And you made the edit to the vote link also? I just followed my steps again to make sure and it does work
  8. Basti

    Vote Links

    One issue i found which u have to correct. <textarea readonly="readonly" name="code" rows="6" style="width: 90%;" onclick="select_all();">{$TMPL['list_url']}/index.php?a=in&u={$TMPL['site']}{$TMPL['verbose_link']}</textarea> Remove the index.php?a=in&u={$TMPL['site']} If one has google...
  9. Basti

    VisioList 1.0

    Another small bug fix for you all, nothing major, but better do. skins/your_skin/gateway.html <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script> Needs to be <script type="text/javascript" src="js/jquery-1.9.1.js"></script>
  10. Basti

    Test: Proxy prevention

    Good catch top50! This is cos of the updated jquery and we forgot that change If you open up gateway.html you see at top <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script> The version need to be 1.9.1 , so <script type="text/javascript" src="js/jquery-1.9.1.js"></script>
  11. Basti

    Advertise Page

    Its a complete seperate php/javascript program for ads. I dont really remember the name, but its something from codecanyon i think. You should ask cajkan, he was one of the first who used it. Basicly you install it seperate from VL and then insert the required javascript into your wrapper and a...
  12. Basti

    How-to: Create your Facebook Application

    Hehe, can happen. And yea 589507201094995 would be your fb page id
  13. Basti

    VisioList 1.0

    Well error means host (site) is not reachable. It works over here, so dunno what exactly is up. Until it also works for you again, you can supress the error like this sources/admin.php $latest_version = file_get_contents('http://visiolist.com/version.txt'); to $latest_version =...
  14. Basti

    How-to: Create your Facebook Application

    Settings does look right. Do you get the token filled into the input in the admin settings after "allow permissions" ? And did you used fanpage ID, not url in admin? Iam not sure a url does work
  15. Basti

    Problem with site

    Highly unlikely it was done by the plugin, it just adds a new setting column. Though really odd that all works again after the backup, may just be luck, but still odd. If you install it again, does the same happen? I guess it just a mysql outage though
  16. Basti

    Admin Login Topliste Problems

    Alles wieder gut? Auf unserer test seite ja, also denk ich schon
  17. Basti

    VisioList 1.0

    Do you still have it? Mark was moving our servers yesterday/this morning so it might been that
  18. Basti

    Screen Shots

    Site loads very slow for me. Took 5 seconds before it even began to load. Might be the reason. Think anything greater 5 seconds does not work if i remember right. But Mark will pull some insight on it i bet
  19. Basti

    Callback Vote Check

    Ah my mistake, ?a=callback for no clean urls, your right. Ill correct that
  20. Basti

    Callback Vote Check

    VERSION 1.5# Credit for this plugin goes to LemoniscooL . Originally it was a paid plugin but he stopped the support and handed it over to us. So here it is for free and a bit extended What does Callback Vote Check mean? The Callback System catches the votes, checks the database if the user...
Top