Executive Team

VISHVAS RAO CHAIRMAN OF IPTFA-INDIA
REX WONG PROGRAM DIRECTOR OF ASIA

Board of Director

IPTFA Board of Director

International Personal Trainers & Fitness Academy's diverse board of directors is composed of distinguished leaders in the sports and fitness industry who advise, govern and oversee policy and direction of the organization. This prominent panel provides valuable insight and collective expertise to support the organization's mission and needs, and assists with the leadership and general promotion of IPTFA. These individuals share IPTFA's dedication to the country's health and well-being, and commitment to enriching quality of life through safe and effective exercise.


VISHVAS RAO

CHAVICE CHAIR

  • WBPF & ABBF International Judge
  • Head Coach of Indian Body Builders Federation
  • Chairman of IPTFA-India
  • President of U.P Bodybuilding & Fitness Association
  • Chairman-Selection committee-IBBF.B.COM(HONS),PGDBM,DCPSM
  • Power games & nutrition Certificate
  • Director Physique Sports Developement committe-IBBF

REX WONG

CHAIR OF THE BOARD

  • Master of Sports Management (UNC)
  • Bachelor of Exercise and Sport Science (UNC)
  • Diploma in Management (Canadian School of Finance & Management)
  • Certified Fitness Trainer (International Sports Sciences Association)
  • Certified Weight Control, Fitness and Performance Nutrition(International Sports Sciences Association)
  • Personal Trainers Certification (National Academy of Sports Medicine)
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/volviate/iptfa.in/storage/framework/sessions/7SpWPKuYii8MoLlPLK6iWbNqAkLREQYYQqUtxTJ6): failed to open stream: Disk quota exceeded ErrorException thrown with message "file_put_contents(/home/volviate/iptfa.in/storage/framework/sessions/7SpWPKuYii8MoLlPLK6iWbNqAkLREQYYQqUtxTJ6): failed to open stream: Disk quota exceeded" Stacktrace: #8 ErrorException in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 file_put_contents in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 Illuminate\Filesystem\Filesystem:put in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #5 Illuminate\Session\FileSessionHandler:write in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #4 Illuminate\Session\Store:save in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #3 Illuminate\Session\Middleware\StartSession:terminate in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #2 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/volviate/iptfa.in/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #1 Illuminate\Foundation\Http\Kernel:terminate in /home/volviate/iptfa.in/public/index.php:60 #0 require_once in /home/volviate/iptfa.in/index.php:21
8
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
7
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
5
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
128
4
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
3
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
2
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
60
0
require_once
/
index.php
21
/
home
/
volviate
/
iptfa.in
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(/home/volviate/iptfa.in/storage/framework/sessions/7SpWPKuYii8MoLlPLK6iWbNqAkLREQYYQqUtxTJ6): failed to open stream: Disk quota exceeded"
    
/
home
/
volviate
/
iptfa.in
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/home/volviate/iptfa.in/storage/framework/sessions/7SpWPKuYii8MoLlPLK6iWbNqAkLREQYYQqUtxTJ6"
    
  2. "a:3:{s:6:"_token";s:40:"quDTPfmjEHIFeBBD5cRlD089kI2T4lLX797FPv9j";s:9:"_previous";a:1:{s:3:"url";s:24:"http://iptfa.in/our_team";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/
home
/
volviate
/
iptfa.in
/
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, true);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/volviate/iptfa.in/storage/framework/sessions/7SpWPKuYii8MoLlPLK6iWbNqAkLREQYYQqUtxTJ6"
    
  2. "a:3:{s:6:"_token";s:40:"quDTPfmjEHIFeBBD5cRlD089kI2T4lLX797FPv9j";s:9:"_previous";a:1:{s:3:"url";s:24:"http://iptfa.in/our_team";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/
home
/
volviate
/
iptfa.in
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "7SpWPKuYii8MoLlPLK6iWbNqAkLREQYYQqUtxTJ6"
    
  2. "a:3:{s:6:"_token";s:40:"quDTPfmjEHIFeBBD5cRlD089kI2T4lLX797FPv9j";s:9:"_previous";a:1:{s:3:"url";s:24:"http://iptfa.in/our_team";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/
home
/
volviate
/
iptfa.in
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/
home
/
volviate
/
iptfa.in
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            list($name) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:8 [
        0 => "text/html"
        1 => "image/png"
        2 => "image/jpeg"
        3 => "image/pjpeg"
        4 => "image/x-xbitmap"
        5 => "image/svg+xml"
        6 => "image/gif"
        7 => "*/*"
      ]
      #pathInfo: "/our_team"
      #requestUri: "/our_team"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
volviate
/
iptfa.in
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:8 [
        0 => "text/html"
        1 => "image/png"
        2 => "image/jpeg"
        3 => "image/pjpeg"
        4 => "image/x-xbitmap"
        5 => "image/svg+xml"
        6 => "image/gif"
        7 => "*/*"
      ]
      #pathInfo: "/our_team"
      #requestUri: "/our_team"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
volviate
/
iptfa.in
/
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 {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:8 [
        0 => "text/html"
        1 => "image/png"
        2 => "image/jpeg"
        3 => "image/pjpeg"
        4 => "image/x-xbitmap"
        5 => "image/svg+xml"
        6 => "image/gif"
        7 => "*/*"
      ]
      #pathInfo: "/our_team"
      #requestUri: "/our_team"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
volviate
/
iptfa.in
/
index.php
 
/**
 * Laravel - A PHP Framework For Web Artisans
 *
 * @package  Laravel
 * @author   Taylor Otwell <taylor@laravel.com>
 */
 
$uri = urldecode(
    parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
 
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
    return false;
}
 
require_once __DIR__.'/public/index.php';
 
Arguments
  1. "/home/volviate/iptfa.in/public/index.php"
    

Environment & details:

empty
empty
empty
Key Value
$Version
"1"
XSRF-TOKEN
"eyJpdiI6ImhSa0lybk1jc1JBT0R0MzVtZGpZNWc9PSIsInZhbHVlIjoieTdTNnBTZlNSdytvMk8wQ0g3Z0g0MGpcL3dCOE9tRTZqN2NmZ2FMSm9sOVhhNUppVW9naDc0U29WR2tPOEROZUJ6M20ycGNPWURWaURrUkV1aFRxUk1RPT0iLCJtYWMiOiI4MDBkZjU1ZDA2MDAzOTBhYzkxYTZjZjViNWEyODJjZGE5YmMzODJlNGZhZGNkMDE4MWI4YTg3NWUzMTUzZTBjIn0="
$Path
"/"
laravel_session
"eyJpdiI6ImF3TXpCXC94cEM0eTN6UVwvN0VkM3B0dz09IiwidmFsdWUiOiJ3OVhTejRRaGk5cUJFK0M1RlFqUzR0QUlVRDR6RW9lRkdteklaZ05pTWRCUFc3SklaUW1KXC9WZm5Ecyt5NWxvRVM5TXhkRjJ3REFWbFBjZkpSKzFnQlE9PSIsIm1hYyI6Ijc0NmI3ZTBhZWY5ZTIzZWRkMmRlNGRiNDYyOTkxZTk3NjAzYzY3ZDhmOTY2YzZjZTQ4NWZiZmM0NTE0ZTgxZDMifQ=="
empty
Key Value
DOCUMENT_ROOT
"/home/volviate/iptfa.in"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1"
HTTP_ACCEPT_ENCODING
"gzip, identity;q=0.9"
HTTP_ACCEPT_LANGUAGE
"en, *"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"$Version=1; XSRF-TOKEN=eyJpdiI6ImhSa0lybk1jc1JBT0R0MzVtZGpZNWc9PSIsInZhbHVlIjoieTdTNnBTZlNSdytvMk8wQ0g3Z0g0MGpcL3dCOE9tRTZqN2NmZ2FMSm9sOVhhNUppVW9naDc0U29WR2tPOEROZUJ6M20ycGNPWURWaURrUkV1aFRxUk1RPT0iLCJtYWMiOiI4MDBkZjU1ZDA2MDAzOTBhYzkxYTZjZjViNWEyODJjZGE5YmMzODJlNGZhZGNkMDE4MWI4YTg3NWUzMTUzZTBjIn0%3D; $Path=/; laravel_session=eyJpdiI6ImF3TXpCXC94cEM0eTN6UVwvN0VkM3B0dz09IiwidmFsdWUiOiJ3OVhTejRRaGk5cUJFK0M1RlFqUzR0QUlVRDR6RW9lRkdteklaZ05pTWRCUFc3SklaUW1KXC9WZm5Ecyt5NWxvRVM5TXhkRjJ3REFWbFBjZkpSKzFnQlE9PSIsIm1hYyI6Ijc0NmI3ZTBhZWY5ZTIzZWRkMmRlNGRiNDYyOTkxZTk3NjAzYzY3ZDhmOTY2YzZjZTQ4NWZiZmM0NTE0ZTgxZDMifQ%3D%3D; $Path=/"
HTTP_HOST
"iptfa.in"
HTTP_REFERER
"http://iptfa.in/"
HTTP_USER_AGENT
"Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)"
PATH
"/bin:/usr/bin"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"W3MQOWcaY5MAG2ka7jMAAABC"
REDIRECT_URL
"/our_team"
REMOTE_ADDR
"47.8.212.180"
REMOTE_PORT
"49917"
REQUEST_METHOD
"GET"
REQUEST_URI
"/our_team"
SCRIPT_FILENAME
"/home/volviate/iptfa.in/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"103.26.99.147"
SERVER_ADMIN
"webmaster@iptfa.volviatech.com"
SERVER_NAME
"iptfa.in"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4"
UNIQUE_ID
"W3MQOWcaY5MAG2ka7jMAAABC"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1534267449.9267
REQUEST_TIME
1534267449
APP_NAME
"laravel"
APP_ENV
"local"
APP_KEY
"base64:l0GVa5NgnAoPOvfToJlYTT9rgqwzQcxcB+Q6PZ08cxE="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"http://iptfa.in/"
DB_CONNECTION
"mysql"
DB_HOST
""
DB_PORT
"3306"
DB_DATABASE
"volviate_iptfa"
DB_USERNAME
"volviate_bbiptfa"
DB_PASSWORD
"admin123"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
Key Value
DOCUMENT_ROOT
"/home/volviate/iptfa.in"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1"
HTTP_ACCEPT_ENCODING
"gzip, identity;q=0.9"
HTTP_ACCEPT_LANGUAGE
"en, *"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"$Version=1; XSRF-TOKEN=eyJpdiI6ImhSa0lybk1jc1JBT0R0MzVtZGpZNWc9PSIsInZhbHVlIjoieTdTNnBTZlNSdytvMk8wQ0g3Z0g0MGpcL3dCOE9tRTZqN2NmZ2FMSm9sOVhhNUppVW9naDc0U29WR2tPOEROZUJ6M20ycGNPWURWaURrUkV1aFRxUk1RPT0iLCJtYWMiOiI4MDBkZjU1ZDA2MDAzOTBhYzkxYTZjZjViNWEyODJjZGE5YmMzODJlNGZhZGNkMDE4MWI4YTg3NWUzMTUzZTBjIn0%3D; $Path=/; laravel_session=eyJpdiI6ImF3TXpCXC94cEM0eTN6UVwvN0VkM3B0dz09IiwidmFsdWUiOiJ3OVhTejRRaGk5cUJFK0M1RlFqUzR0QUlVRDR6RW9lRkdteklaZ05pTWRCUFc3SklaUW1KXC9WZm5Ecyt5NWxvRVM5TXhkRjJ3REFWbFBjZkpSKzFnQlE9PSIsIm1hYyI6Ijc0NmI3ZTBhZWY5ZTIzZWRkMmRlNGRiNDYyOTkxZTk3NjAzYzY3ZDhmOTY2YzZjZTQ4NWZiZmM0NTE0ZTgxZDMifQ%3D%3D; $Path=/"
HTTP_HOST
"iptfa.in"
HTTP_REFERER
"http://iptfa.in/"
HTTP_USER_AGENT
"Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)"
PATH
"/bin:/usr/bin"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"W3MQOWcaY5MAG2ka7jMAAABC"
REDIRECT_URL
"/our_team"
REMOTE_ADDR
"47.8.212.180"
REMOTE_PORT
"49917"
REQUEST_METHOD
"GET"
REQUEST_URI
"/our_team"
SCRIPT_FILENAME
"/home/volviate/iptfa.in/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"103.26.99.147"
SERVER_ADMIN
"webmaster@iptfa.volviatech.com"
SERVER_NAME
"iptfa.in"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4"
UNIQUE_ID
"W3MQOWcaY5MAG2ka7jMAAABC"
APP_NAME
"laravel"
APP_ENV
"local"
APP_KEY
"base64:l0GVa5NgnAoPOvfToJlYTT9rgqwzQcxcB+Q6PZ08cxE="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"http://iptfa.in/"
DB_CONNECTION
"mysql"
DB_HOST
""
DB_PORT
"3306"
DB_DATABASE
"volviate_iptfa"
DB_USERNAME
"volviate_bbiptfa"
DB_PASSWORD
"admin123"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
0. Whoops\Handler\PrettyPageHandler