Search results

  1. D

    Google hangout - discuss the future of VL!

    Hangouts is much better.
  2. D

    Cloudflare

    Hello, Does anyone know here a way to get the visitor's direct (real) ip with a plugin? Thanks in advance.. I wouldn't change the core.. 8)
  3. D

    Implemented Maintenance mode

    Indeed. That is what i mean... xD I still use my .htaccess for this at the moment. : RewriteCond %{REMOTE_ADDR} !^11\.111\.111\.111 #your ip (this isn't mine xD) RewriteCond %{REQUEST_URI} !^/maintenance\.html$ RewriteRule ^(.*)$ http://domain.com/maintenance.html [R=302,L]
  4. D

    Implemented Maintenance mode

    What do you think about a if ($_CONF['maintenance'] = 'true'){ $TMPL['content'] = do_skin maintenance blablabla } else{ NORMAL CODE } So that the maintenance mode could be enabled from the admin area?
  5. D

    [Buy Premium] - Feature not secure

    Is there a possiblitity to test it with the Paypal Sandbox Mark?
  6. D

    Server Check

    You can create your own plugin.... xD
  7. D

    how to rehook a moved plugin ?

    I made some changes to the core... Gives me more freedom xD
  8. D

    Server Check

    About what kind of game does we speak at the moment?
  9. D

    how to rehook a moved plugin ?

    Make a new sources file, add the source in the index.php if you want you can add a skin .html file Your Sources file yourcustomsourcefilename.php <?php //===========================================================================\\ // VISIOLIST is a proud derivative work of Aardvark Topsites...
  10. D

    Server Check

    Do you have take a look in the source?
  11. D

    Server Check

    This is a game server checker... Not a server online status script... This script gets the status, players and if you do some effort you can much more.
  12. D

    Implemented Maintenance mode

    If someone would this, you could make a simple htaccess rewrite for all ip adresses exempt yours.
  13. D

    Working On It Email confirmation

    A mail verification is indeed very handy! :) I want to say goodbyee to fake mails.
  14. D

    Visio 1.0

    Good Luck Basti & Mark!
  15. D

    Premium Members Next Generation - Feedback Wanted

    How far is version 1.0?
  16. D

    Facebook

    If anyone else can't find their page id send me a pm with your facebook page url.
  17. D

    Facebook

    If you edit a page you see: https://www.facebook.com/pages/edit/?id=216420028461156 The id = your id :p Greetings from a Facebook Developer :p
  18. D

    [REQ] Visiolist 1.0 Dev build

    Hello Mark and Basti, Is it possible to post a development build of version 1.0? Than we can report buggs and other things.
  19. D

    Search - Doesn't search custom fields.

    Of course you can add databese fields in your /sources/search.php You see something like this: $query = "SELECT sites.username, url, title, description, banner_url, category, acf_keywords FROM {$CONF['sql_prefix']}_sites sites, {$CONF['sql_prefix']}_stats stats WHERE active = 1 AND...
Back
Top