Nincs otthon Internet? Szeretnéd ha lenne?!

Nincs net otthon?

A telken? A nyaralóban?
A nagyszülőknél, a szomszédnál vagy kollégánál?

Rajzoljuk meg együtt Magyarország nincsnet-térképét!

Ha tudsz olyan helyet az országban, ahol egyáltalán nincs vagy nagyon rossz minőségű az internetszolgáltatás, írd meg nekünk. Ez lehet egy városrész, egy utca, egy tanya vagy akár egy nyaralótelep. Segíts, hogy eljuttathassuk a korszerű és szélessávú internetet mindenkihez.

Ha megosztasz velünk egy valódi, internet nélküli helyszínt bárhol az országban, és megadod az emailcímedet is, akkor részt veszel nyereményjátékunkon és megnyerheted ajándékcsomagjaink egyikét, vagy a fődíjat, a kétéves Vannet™ előfizetést.

A nyereményjáték részletes feltételeit a játékszabályzat tartalmazza.

Amennyiben nem szeretnél a nyereményjátékunkon részt venni, akkor emailcím megadása nélkül is küldhetsz be internet nélküli helyszíneket!


Adatok megadása

Elérhetőségek

Keress minket és tedd fel kérdéseidet!

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 0 of 260 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 0 of 260 bytes written, possibly out of free disk space" Stacktrace: #6 ErrorException in /var/www/nincs-net.hu/bootstrap/cache/compiled.php:7364 #5 file_put_contents in /var/www/nincs-net.hu/bootstrap/cache/compiled.php:7364 #4 Illuminate\Filesystem\Filesystem:put in /var/www/nincs-net.hu/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #3 Illuminate\Session\FileSessionHandler:write in /var/www/nincs-net.hu/bootstrap/cache/compiled.php:12153 #2 Illuminate\Session\Store:save in /var/www/nincs-net.hu/bootstrap/cache/compiled.php:11974 #1 Illuminate\Session\Middleware\StartSession:terminate in /var/www/nincs-net.hu/bootstrap/cache/compiled.php:2375 #0 Illuminate\Foundation\Http\Kernel:terminate in /var/www/nincs-net.hu/public/index.php:58
Stack frames (7)
6
ErrorException
/
bootstrap
/
cache
/
compiled.php
7364
5
file_put_contents
/
bootstrap
/
cache
/
compiled.php
7364
4
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
3
Illuminate
\
Session
\
FileSessionHandler
write
/
bootstrap
/
cache
/
compiled.php
12153
2
Illuminate
\
Session
\
Store
save
/
bootstrap
/
cache
/
compiled.php
11974
1
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
bootstrap
/
cache
/
compiled.php
2375
0
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
58
/
var
/
www
/
nincs-net.hu
/
bootstrap
/
cache
/
compiled.php
            } finally {
                fclose($handle);
            }
        }
        return $contents;
    }
    public function getRequire($path)
    {
        if ($this->isFile($path)) {
            return require $path;
        }
        throw new FileNotFoundException("File does not exist at path {$path}");
    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data . $this->get($path));
        }
        return $this->put($path, $data);
    }
    public function append($path, $data)
    {
        return file_put_contents($path, $data, FILE_APPEND);
    }
    public function delete($paths)
    {
        $paths = is_array($paths) ? $paths : func_get_args();
        $success = true;
        foreach ($paths as $path) {
            try {
                if (!@unlink($path)) {
                    $success = false;
Arguments
  1. "file_put_contents(): Only 0 of 260 bytes written, possibly out of free disk space"
    
/
var
/
www
/
nincs-net.hu
/
bootstrap
/
cache
/
compiled.php
            } finally {
                fclose($handle);
            }
        }
        return $contents;
    }
    public function getRequire($path)
    {
        if ($this->isFile($path)) {
            return require $path;
        }
        throw new FileNotFoundException("File does not exist at path {$path}");
    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data . $this->get($path));
        }
        return $this->put($path, $data);
    }
    public function append($path, $data)
    {
        return file_put_contents($path, $data, FILE_APPEND);
    }
    public function delete($paths)
    {
        $paths = is_array($paths) ? $paths : func_get_args();
        $success = true;
        foreach ($paths as $path) {
            try {
                if (!@unlink($path)) {
                    $success = false;
Arguments
  1. "/var/www/nincs-net.hu/storage/framework/sessions/6baebbf80a171f6f853d94901bba6c341f8ea570"
    
  2. "a:4:{s:6:"_token";s:40:"tX8pJAI9VrkUMZ7H5cvLOGiG3nAlr4kZsdzT7UPV";s:9:"_previous";a:1:{s:3:"url";s:23:"http://www.nincs-net.hu";}s:9:"_sf2_meta";a:3:{s:1:"u";i:1768501130;s:1:"c";i:1768501130;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/
var
/
www
/
nincs-net.hu
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->exists($path = $this->path.'/'.$sessionId)) {
            if (filemtime($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->get($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
                    ->in($this->path)
                    ->files()
                    ->ignoreDotFiles(true)
                    ->date('<= now - '.$lifetime.' seconds');
Arguments
  1. "/var/www/nincs-net.hu/storage/framework/sessions/6baebbf80a171f6f853d94901bba6c341f8ea570"
    
  2. "a:4:{s:6:"_token";s:40:"tX8pJAI9VrkUMZ7H5cvLOGiG3nAlr4kZsdzT7UPV";s:9:"_previous";a:1:{s:3:"url";s:23:"http://www.nincs-net.hu";}s:9:"_sf2_meta";a:3:{s:1:"u";i:1768501130;s:1:"c";i:1768501130;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/
var
/
www
/
nincs-net.hu
/
bootstrap
/
cache
/
compiled.php
        return $this->migrate(true, $lifetime);
    }
    public function migrate($destroy = false, $lifetime = null)
    {
        if ($destroy) {
            $this->handler->destroy($this->getId());
        }
        $this->setExists(false);
        $this->id = $this->generateSessionId();
        return true;
    }
    public function regenerate($destroy = false)
    {
        return $this->migrate($destroy);
    }
    public function save()
    {
        $this->addBagDataToSession();
        $this->ageFlashData();
        $this->handler->write($this->getId(), $this->prepareForStorage(serialize($this->attributes)));
        $this->started = false;
    }
    protected function prepareForStorage($data)
    {
        return $data;
    }
    protected function addBagDataToSession()
    {
        foreach (array_merge($this->bags, [$this->metaBag]) as $bag) {
            $key = $bag->getStorageKey();
            if (isset($this->bagData[$key])) {
                $this->put($key, $this->bagData[$key]);
            }
        }
    }
    public function ageFlashData()
    {
        $this->forget($this->get('flash.old', []));
        $this->put('flash.old', $this->get('flash.new', []));
        $this->put('flash.new', []);
Arguments
  1. "6baebbf80a171f6f853d94901bba6c341f8ea570"
    
  2. "a:4:{s:6:"_token";s:40:"tX8pJAI9VrkUMZ7H5cvLOGiG3nAlr4kZsdzT7UPV";s:9:"_previous";a:1:{s:3:"url";s:23:"http://www.nincs-net.hu";}s:9:"_sf2_meta";a:3:{s:1:"u";i:1768501130;s:1:"c";i:1768501130;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/
var
/
www
/
nincs-net.hu
/
bootstrap
/
cache
/
compiled.php
    }
    public function handle($request, Closure $next)
    {
        $this->sessionHandled = true;
        if ($this->sessionConfigured()) {
            $session = $this->startSession($request);
            $request->setSession($session);
            $this->collectGarbage($session);
        }
        $response = $next($request);
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
            $this->addCookieToResponse($response, $session);
        }
        return $response;
    }
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && !$this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
    protected function startSession(Request $request)
    {
        $session = $this->getSession($request);
        $session->setRequestOnHandler($request);
        $session->start();
        return $session;
    }
    public function getSession(Request $request)
    {
        $session = $this->manager->driver();
        $session->setId($request->cookies->get($session->getName()));
        return $session;
    }
    protected function storeCurrentUrl(Request $request, $session)
    {
        if ($request->method() === 'GET' && $request->route() && !$request->ajax()) {
            $session->setPreviousUrl($request->fullUrl());
        }
/
var
/
www
/
nincs-net.hu
/
bootstrap
/
cache
/
compiled.php
            $response = $this->renderException($request, $e);
        }
        $this->app['events']->fire('kernel.handled', [$request, $response]);
        return $response;
    }
    protected function sendRequestThroughRouter($request)
    {
        $this->app->instance('request', $request);
        Facade::clearResolvedInstance('request');
        $this->bootstrap();
        return (new Pipeline($this->app))->send($request)->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)->then($this->dispatchToRouter());
    }
    public function terminate($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge($this->gatherRouteMiddlewares($request), $this->middleware);
        foreach ($middlewares as $middleware) {
            list($name, $parameters) = $this->parseMiddleware($middleware);
            $instance = $this->app->make($name);
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
        $this->app->terminate();
    }
    protected function gatherRouteMiddlewares($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddlewares($route);
        }
        return [];
    }
    protected function parseMiddleware($middleware)
    {
        list($name, $parameters) = array_pad(explode(':', $middleware, 2), 2, []);
        if (is_string($parameters)) {
            $parameters = explode(',', $parameters);
        }
        return [$name, $parameters];
    }
    public function prependMiddleware($middleware)
Arguments
  1. Request {}
    
  2. Response {}
    
/
var
/
www
/
nincs-net.hu
/
public
/
index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Request {}
    
  2. Response {}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
UNIQUE_ID
"aWkvil@DMiUAACjYHOgAAAAK"
HTTP_USER_AGENT
"CCBot/2.0 (https://commoncrawl.org/faq/)"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_IF_MODIFIED_SINCE
"Wed, 17 Dec 2025 09:46:39 GMT"
HTTP_ACCEPT_ENCODING
"br,gzip"
HTTP_HOST
"www.nincs-net.hu"
HTTP_CONNECTION
"Keep-Alive"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"www.nincs-net.hu"
SERVER_ADDR
"95.131.50.37"
SERVER_PORT
"80"
REMOTE_ADDR
"18.97.9.174"
DOCUMENT_ROOT
"/var/www/nincs-net.hu/public"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/nincs-net.hu/public"
SERVER_ADMIN
"webmaster@localhost"
SCRIPT_FILENAME
"/var/www/nincs-net.hu/public/index.php"
REMOTE_PORT
"47324"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1768501130.295
REQUEST_TIME
1768501130
APP_ENV
"production"
APP_DEBUG
"true"
APP_KEY
"base64:y5b1gQcdWu9sDBplJIBiSUWBhYo7ccUZiGjA6U9XsJg="
APP_URL
"http://www.nincs-net.hu"
DB_HOST
"localhost"
DB_DATABASE
"nincsnet"
DB_USERNAME
"ferling"
DB_PASSWORD
"OjQXpMQmmy60QPWm"
CACHE_DRIVER
"array"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"database"
Key Value
APP_ENV
"production"
APP_DEBUG
"true"
APP_URL
"http://www.nincs-net.hu"
DB_HOST
"localhost"
DB_DATABASE
"nincsnet"
DB_USERNAME
"ferling"
CACHE_DRIVER
"array"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"database"
0. Whoops\Handler\PrettyPageHandler