FruityWiFi is a wireless network auditing tool. The application can be installed in any Debian based system (Jessie) adding the extra packages. Tested in Debian, Kali Linux, Kali Linux ARM (Raspberry Pi), Raspbian (Raspberry Pi), Pwnpi (Raspberry Pi), Bugtraq, NetHunter.

Related tags

HTTP FruityWifi
Overview

FruityWiFi

Wireless network auditing tool http://www.fruitywifi.com/

Important Note (Debian Buster):

Please use Use Debian Buster based systems. The Installer has been updated for resolving issues with old version.

FruityWiFi is an open source tool to audit wireless networks. It allows the user to deploy advanced attacks by directly using the web interface or by sending messages to it.

Initialy the application was created to be used with the Raspberry-Pi, but it can be installed on any Debian based system.

Status

A more flexible control panel. Now it is possible to use FruityWifi combining multiple networks and setups:

Within the new options on the control panel we can change the AP mode between Hostapd or Airmon-ng allowing to use more chipsets like Realtek.

It is possible customize each one of the network interfaces which allows the user to keep the current setup or change it completely.

Config

FruityWifi is based on modules making it more flexible. These modules can be installed from the control panel to provide FruityWifi with new functionalities.

Within the available modules you can find URLsnarf, DNSspoof, Kismet, mdk3, ngrep, nmap, Squid3 y SSLstrip (code injection functionality), Captive Portal, AutoSSH, Meterpreter, Tcpdump and more.

Note: New modules are being developed continuously and can be installed from the modules page.

Install

Using the installation script all the required dependencies, scripts and setup can be installed.

On Buster based systems use: install-FruityWiFi.sh

x86/x64 Version

Go to http://localhost:8000 (for http)
Go to https://localhost:8443 (for https)

user: admin
pass: admin

Kali Linux Version

Note: The Kali Linux version has not been updated in long time. I will try to work on this as soon as I can. For the moment use the GitHub installer for avoiding issues.

FruityWiFi is now part of Kali Linux repositories.

  • apt-get install fruitywifi
  • /etc/init.d/fruitywifi start
  • /etc/init.d/php5-fpm start

Go to http://localhost:8000 (for http)
Go to https://localhost:8443 (for https)

user: admin
pass: admin

Note: installing fruitywifi will install all modules. If you want to install only some modules, you can install fruitywifi-core first and then each module, for example fruitywifi-module-dnsspoof.

ARM version (Raspberry Pi)

Note: The new installer has not been tested on Raspberry yet. I will try to work on this as soon as I can.

Go to http://localhost:8000 (for http)
Go to https://localhost:8443 (for https)

user: admin
pass: admin

More information

Wiki

Comments
  • Unable to download modules & Pages are not responding correctly

    Unable to download modules & Pages are not responding correctly

    Heey xtr4nge, thanks for helping earlier with the tag problem, that worked.

    Now I've got a issue where the modules page is not working proplerly I click at the tar.gz option and I try to click all the "Install" links, the popup comes up for like 100 milliseconds and dissapears, nothing happens after

    And the config page does not respond, it simply refreshes on whatever I press/set and sets back the old value

    I am pretty sure the 2 problems are having the same issue

    opened by ghost 15
  • PHP error issues

    PHP error issues

    On the config page (or any page for that matter), when I select an interface, start wireless, etc, the change is not actually applied and nothing happens.

    I checked error.log, and it is filled with errors like this:

    2015/04/27 01:32:57 [error] 4592#0: *181 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/scripts/config_iface.php on line 28
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/scripts/config_iface.php on line 30
    PHP message: PHP Notice:  Undefined index: io_in_iface_extra in /usr/share/fruitywifi/www/scripts/config_iface.php on line 31
    PHP message: PHP Notice:  Undefined index: wifi_supplicant in /usr/share/fruitywifi/www/scripts/config_iface.php on line 32
    

    I have reinstalled (from the kali repos) multiple times, as well as reinstalling php5-fpm.

    Nothing seems to fix it.

    Any ideas?

    Thanks!

    opened by MongooseSec 14
  • dhcp isn't working

    dhcp isn't working

    Hi I am having problems with the dhcp on fruity wifi. when I start wireless and I try and connect to it via a laptop or my phone dhcp always times out but if i set it to a static address on my laptop or phone it works fine.

    opened by A-rotten-Orange 12
  • Can't do anything. Loads and nothing happens.

    Can't do anything. Loads and nothing happens.

    Installed Fruitywifi on rip 2 and latest Raspbian. After following instructions to install install-FruityWifi.sh and install-modules.py all seemed to go well. logging in and all looks fine.

    Problem is that I can't do a single thing accept reveal public ip. When I click to enable any module it loads, shows the loading fruit page, goes back, then nothing. Can't even remove installed modules.

    Any suggestions?

    opened by Devlon 10
  • wlan0mon not detected

    wlan0mon not detected

    Running Fruitywifi 2.2 on a Raspberry Pi 2 with Kali 2.0. Latest version of aircrack-ng does not use mon0 anymore. Under config >> additional interfaces, I select my wlan0 device (TP-Link WN722N) and click start. On the terminal, iwconfig shows my wlan0mon device but FruityWifi does not show it. I am assuming it is expecting mon0.

    opened by grayburn 9
  • PHP Header and Session warnings

    PHP Header and Session warnings

    A lot of this happening because menu.php contains header() calls to remove caching and login_check contains session_start(). It is my understanding that you can't have any whitespace or even html outputted before you call the header/session method.

    I'm ultimately having a lot of issues with none of the modules working, trying to pinpoint why. Im using the Kali for RPI img using the installation instructions in the Install Wiki.

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/share/fruitywifi/www/page_modules.php:49) in /usr/share/fruitywifi/www/login_check.php on line 20

    Warning: Cannot modify header information - headers already sent by (output started at /usr/share/fruitywifi/www/modules/supplicant/index.php:42) in /usr/share/fruitywifi/www/modules/menu.php on line 24

    Warning: Cannot modify header information - headers already sent by (output started at /usr/share/fruitywifi/www/modules/supplicant/index.php:42) in /usr/share/fruitywifi/www/modules/menu.php on line 25

    Warning: Cannot modify header information - headers already sent by (output started at /usr/share/fruitywifi/www/modules/supplicant/index.php:42) in /usr/share/fruitywifi/www/modules/menu.php on line 26

    Warning: Cannot modify header information - headers already sent by (output started at /usr/share/fruitywifi/www/modules/supplicant/index.php:42) in /usr/share/fruitywifi/www/modules/menu.php on line 27

    Warning: Cannot modify header information - headers already sent by (output started at /usr/share/fruitywifi/www/modules/supplicant/index.php:42) in /usr/share/fruitywifi/www/modules/menu.php on line 28

    opened by bryanberger 9
  • Pivoting via Meterpreter module

    Pivoting via Meterpreter module

    Hi xtr4nge, i'm a novice in infosec and im very glad that you guys wrote so amazing tool like fruitywifi. My setup is as follows, i installed kali arm version on a raspberry pi model b, than i did an apt-get install fruitywifi after an decent update and upgrade. Fruitywifi start good . i have an alfa awus036-nh on my pi. Only hostap-mana seems to give internet to my clients that are connected on my fruitywifi I was trying to make fruitywifi work together with armitage by pointing the meterpreter module to a listener that i make with armitage .And as soon as i configure and start the meterpreter module i get a shell to my pi, but i have problem to pivot to my connected clients. My main target is to get an meterpreter session with every client the may connect to my fruitywifi. How can i achieve that???

    opened by M4dMax 9
  • Cannot start wireless

    Cannot start wireless

    I installed ARM version (Raspberry Pi) with script: install-FruityWifi.sh and wifi dongle is Edimax ew-7811un

    While install ran, I noticed that it installed nginx even if Apache2 was already running, this might be part of my problem(s).

    Now in order to view the [ip]:8000 interface I need to manually stop Apache and start Nginx.

    If I go to "status" in top menu and click "start" next to wireless, it doesn't start. Sometimes it shows the "loading fruit" text and sometimes it doesn't, it always returns to same page and it shows wireless as stopped.

    I tried changing [AP] from Hostapd to Airmon in config page but it didn't help.

    If I go to "wsdl" page and click "edit" next to wireless, it goes to page_config.php , I read that the config page is old and it should go to page_config_adv.php (same url linked from "config" in top menu), if true this makes me think the program has many bugs and maybe I should stop trying.

    That /etc/sudoers.d/fruitywifi file also contains the recommended lines.

    I think I ran the install script as root, was that the problem?

    opened by adrianTNT 9
  • Error Fruitywifi in backbox(ubuntu)

    Error Fruitywifi in backbox(ubuntu)

    Hello,

    After downloading the new fruitywifi today there seems to be something wrong with the code. The login screems seems off showing tags from the code that doesn do anything. Also there are things like 2 login buttons.

    When you press a login button I get this line of code; . */ ?> "; if ($users[$user] == md5($pass)) { $_SESSION["user_id"] = $user; //echo "welcome"; header('Location: page_status.php'); } else { //echo "get out of here..."; header('Location: index.php?error=1'); } ?>

    Is this a problem I caused ? (I am running the latest version of backbox)

    Keep the good work going. Sincerely, Erik

    opened by erik921 9
  • Modules (mana, karma, mitmf, etc.) not starting properly

    Modules (mana, karma, mitmf, etc.) not starting properly

    My environment: Rpi2 + AR9271 + PwnPi 3.0

    In many cases the modules are not starting properly or starting at all. E.g. Sometimes If I set Hostapd- Mana and then I try to activate MANA modules, it will not get activated. The same behaviour with KARMA. Moreover I am unable to start MITMf or FruitiProxy with both hostpad-MANA / hostapd-KARMA.

    Is there a possibility to enable some sort of DEBUG MODE where I can see all executed calls/cmds from the php GUI in one aggregated logfile?

    P.S. As far as I understood some modules cannot be run at the same time (mutual exclusion). Would not be better to create a GUI which would specify in a more user-friendly way... what can be run at together and which not? [I know it might sounds dumb, but it will save time for newcomers and will avoid confusion/mistake during an ongoing pentest].

    BR, Luca

    opened by LucaBongiorni 8
  • sslstrip, ngrep module failure on Kali Linux

    sslstrip, ngrep module failure on Kali Linux

    I've installed FruityWiFi from Kali repository. Running latest version

    uname -a
    Linux kali 3.18.0-kali3-amd64 #1 SMP Debian 3.18.6-1~kali2 (2015-03-02) x86_64 GNU/Linux
    

    Upon starting the sslstrip module it goes green for a few seconds and then goes down. Module details page show

    SSLstrip disabled. | start Inject enabled. | stop Tamperer enabled. | stop

    Same for ngrep and whatsapp - goes up for a brief and fails.

    module logs are blank, but errors.log is full of stuff below cheers.

    2015/04/02 22:36:35 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:35 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:35 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:35 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:35 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:35 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:27 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:27 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:27 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:19 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:19 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:19 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:11 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:11 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:11 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:03 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:36:03 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:36:03 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:55 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:55 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:55 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:47 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:47 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *365 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:47 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:39 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:39 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:39 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status_wsdl.php on line 466" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status_wsdl.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status_wsdl.php on line 274" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status_wsdl.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status_wsdl.php on line 273
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status_wsdl.php on line 271
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status_wsdl.php on line 270
    2015/04/02 22:35:31 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status_wsdl.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:35:29 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:29 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:29 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:29 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:29 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:28 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:21 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:21 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:21 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:21 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:21 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:20 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:13 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:13 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:13 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:12 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:12 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:05 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:05 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:05 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:35:05 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:35:04 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:57 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:57 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:57 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:57 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:56 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:49 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:49 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:49 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:49 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:48 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:41 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:41 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:41 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:41 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:41 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:40 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: output in /usr/share/fruitywifi/www/scripts/status_logs_stations.php on line 16" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_stations.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/status_logs_dhcp.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:33 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/scripts/status_logs_dhcp.php on line 14
    2015/04/02 22:34:33 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:33 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/whatsapp/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/urlsnarf/_info_.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/tcpdump/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/sslstrip/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/squid3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/rpitwit/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/responder/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ngrep/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/phishing/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/nessus/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/meterpreter/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/kismet/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mdk3/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/ettercap/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *56 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autossh/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *57 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/autostart/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *55 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/supplicant/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/captive/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:25 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/dnsspoof/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:24 [error] 7263#0: *53 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/mana/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:24 [error] 7263#0: *51 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/3g_4g/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:24 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: log_path in /usr/share/fruitywifi/www/modules/karma/_info_.php on line 5" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/module_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status_wsdl.php"
    2015/04/02 22:34:24 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status_wsdl.php on line 466" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status_wsdl.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status_wsdl.php on line 274" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status_wsdl.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status_wsdl.php on line 273
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status_wsdl.php on line 271
    2015/04/02 22:34:24 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status_wsdl.php on line 270
    2015/04/02 22:34:24 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status_wsdl.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:34:18 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:34:18 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:34:15 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    2015/04/02 22:34:13 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: install in /usr/share/fruitywifi/www/modules/urlsnarf/includes/module_action.php on line 36" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /modules/urlsnarf/includes/module_action.php?service=urlsnarf&action=start&page=status HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:34:03 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:34:03 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:34:01 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    PHP message: PHP Notice:  Undefined index: install in /usr/share/fruitywifi/www/modules/sslstrip/includes/module_action.php on line 43" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /modules/sslstrip/includes/module_action.php?service=sslstrip&action=start&page=status HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined index: install in /usr/share/fruitywifi/www/modules/sslstrip/includes/module_action.php on line 37
    2015/04/02 22:33:59 [error] 7263#0: *40 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: file in /usr/share/fruitywifi/www/modules/sslstrip/includes/module_action.php on line 35
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:32:16 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:32:16 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:32:13 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:32:05 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:32:05 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:32:03 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:31:26 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:31:26 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: pass_msg in /usr/share/fruitywifi/www/page_config_adv.php on line 509" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_config_adv.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined index: php_self in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    2015/04/02 22:31:13 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant php_self - assumed 'php_self' in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_config_adv.php on line 53
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_config_adv.php on line 52
    PHP message: PHP Notice:  Undefined index: pass_new_repeat in /usr/share/fruitywifi/www/page_config_adv.php on line 51
    PHP message: PHP Notice:  Undefined index: pass_new in /usr/share/fruitywifi/www/page_config_adv.php on line 50
    PHP message: PHP Notice:  Undefined index: pass_old in /usr/share/fruitywifi/www/page_config_adv.php on line 49
    PHP message: PHP Notice:  Undefined index: supplicant_psk in /usr/share/fruitywifi/www/page_config_adv.php on line 48
    PHP message: PHP Notice:  Undefined index: supplicant_ssid in /usr/share/fruitywifi/www/page_config_adv.php on line 47
    PHP message: PHP Notice:  Undefined index: hostapd_wpa_passphrase in /usr/share/fruitywifi/www/page_config_adv.php on line 46
    PHP message: PHP Notice:  Undefined index: hostapd_secure in /usr/share/fruitywifi/www/page_config_adv.php on line 45
    PHP message: PHP Notice:  Undefined index: newSSID in /usr/share/fruitywifi/www/page_config_adv.php on line 44
    PHP message: PHP Notice:  Undefined index: iface_supplicant in /usr/share/fruitywifi/www/page_config_adv.php on line 43
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 42
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 41
    PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/page_config_adv.php on line 40
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 39
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 38
    2015/04/02 22:31:13 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined index: ap_mode in /usr/share/fruitywifi/www/scripts/config_iface.php on line 33" while reading response header from upstream, client: 127.0.0.1, server: , request: "POST /scripts/config_iface.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined index: wifi_supplicant in /usr/share/fruitywifi/www/scripts/config_iface.php on line 32
    PHP message: PHP Notice:  Undefined index: io_in_iface_extra in /usr/share/fruitywifi/www/scripts/config_iface.php on line 31
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/scripts/config_iface.php on line 30
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/scripts/config_iface.php on line 29
    2015/04/02 22:31:12 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/scripts/config_iface.php on line 28
    PHP message: PHP Notice:  Undefined variable: pass_msg in /usr/share/fruitywifi/www/page_config_adv.php on line 509" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_config_adv.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined index: php_self in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    2015/04/02 22:31:08 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant php_self - assumed 'php_self' in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_config_adv.php on line 53
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_config_adv.php on line 52
    PHP message: PHP Notice:  Undefined index: pass_new_repeat in /usr/share/fruitywifi/www/page_config_adv.php on line 51
    PHP message: PHP Notice:  Undefined index: pass_new in /usr/share/fruitywifi/www/page_config_adv.php on line 50
    PHP message: PHP Notice:  Undefined index: pass_old in /usr/share/fruitywifi/www/page_config_adv.php on line 49
    PHP message: PHP Notice:  Undefined index: supplicant_psk in /usr/share/fruitywifi/www/page_config_adv.php on line 48
    PHP message: PHP Notice:  Undefined index: supplicant_ssid in /usr/share/fruitywifi/www/page_config_adv.php on line 47
    PHP message: PHP Notice:  Undefined index: hostapd_wpa_passphrase in /usr/share/fruitywifi/www/page_config_adv.php on line 46
    PHP message: PHP Notice:  Undefined index: hostapd_secure in /usr/share/fruitywifi/www/page_config_adv.php on line 45
    PHP message: PHP Notice:  Undefined index: newSSID in /usr/share/fruitywifi/www/page_config_adv.php on line 44
    PHP message: PHP Notice:  Undefined index: iface_supplicant in /usr/share/fruitywifi/www/page_config_adv.php on line 43
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 42
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 41
    PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/page_config_adv.php on line 40
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 39
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 38
    2015/04/02 22:31:08 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php?service=io_in&action=start"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:30:51 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php?service=io_in&action=start"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:30:51 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: pass_msg in /usr/share/fruitywifi/www/page_config_adv.php on line 509" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_config_adv.php?service=io_in&action=start HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined index: php_self in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    2015/04/02 22:30:25 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant php_self - assumed 'php_self' in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 58
    PHP message: PHP Notice:  Undefined index: pass_new_repeat in /usr/share/fruitywifi/www/page_config_adv.php on line 51
    PHP message: PHP Notice:  Undefined index: pass_new in /usr/share/fruitywifi/www/page_config_adv.php on line 50
    PHP message: PHP Notice:  Undefined index: pass_old in /usr/share/fruitywifi/www/page_config_adv.php on line 49
    PHP message: PHP Notice:  Undefined index: supplicant_psk in /usr/share/fruitywifi/www/page_config_adv.php on line 48
    PHP message: PHP Notice:  Undefined index: supplicant_ssid in /usr/share/fruitywifi/www/page_config_adv.php on line 47
    PHP message: PHP Notice:  Undefined index: hostapd_wpa_passphrase in /usr/share/fruitywifi/www/page_config_adv.php on line 46
    PHP message: PHP Notice:  Undefined index: hostapd_secure in /usr/share/fruitywifi/www/page_config_adv.php on line 45
    PHP message: PHP Notice:  Undefined index: newSSID in /usr/share/fruitywifi/www/page_config_adv.php on line 44
    PHP message: PHP Notice:  Undefined index: iface_supplicant in /usr/share/fruitywifi/www/page_config_adv.php on line 43
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 42
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 41
    PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/page_config_adv.php on line 40
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 39
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 38
    2015/04/02 22:30:25 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: pass_msg in /usr/share/fruitywifi/www/page_config_adv.php on line 509" while reading upstream, client: 127.0.0.1, server: , request: "POST /page_config_adv.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined index: php_self in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    2015/04/02 22:29:52 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant php_self - assumed 'php_self' in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 5
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_config_adv.php on line 53
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_config_adv.php on line 52
    PHP message: PHP Notice:  Undefined index: pass_new_repeat in /usr/share/fruitywifi/www/page_config_adv.php on line 51
    PHP message: PHP Notice:  Undefined index: pass_new in /usr/share/fruitywifi/www/page_config_adv.php on line 50
    PHP message: PHP Notice:  Undefined index: pass_old in /usr/share/fruitywifi/www/page_config_adv.php on line 49
    PHP message: PHP Notice:  Undefined index: supplicant_psk in /usr/share/fruitywifi/www/page_config_adv.php on line 48
    PHP message: PHP Notice:  Undefined index: supplicant_ssid in /usr/share/fruitywifi/www/page_config_adv.php on line 47
    PHP message: PHP Notice:  Undefined index: hostapd_wpa_passphrase in /usr/share/fruitywifi/www/page_config_adv.php on line 46
    PHP message: PHP Notice:  Undefined index: hostapd_secure in /usr/share/fruitywifi/www/page_config_adv.php on line 45
    PHP message: PHP Notice:  Undefined index: iface_supplicant in /usr/share/fruitywifi/www/page_config_adv.php on line 43
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 42
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 41
    PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/page_config_adv.php on line 40
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 39
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 38
    2015/04/02 22:29:52 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: pass_msg in /usr/share/fruitywifi/www/page_config_adv.php on line 509" while reading upstream, client: 127.0.0.1, server: , request: "POST /page_config_adv.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_config_adv.php"
    PHP message: PHP Notice:  Undefined index: php_self in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    2015/04/02 22:29:43 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant php_self - assumed 'php_self' in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 5
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_config_adv.php on line 53
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_config_adv.php on line 52
    PHP message: PHP Notice:  Undefined index: pass_new_repeat in /usr/share/fruitywifi/www/page_config_adv.php on line 51
    PHP message: PHP Notice:  Undefined index: pass_new in /usr/share/fruitywifi/www/page_config_adv.php on line 50
    PHP message: PHP Notice:  Undefined index: pass_old in /usr/share/fruitywifi/www/page_config_adv.php on line 49
    PHP message: PHP Notice:  Undefined index: supplicant_psk in /usr/share/fruitywifi/www/page_config_adv.php on line 48
    PHP message: PHP Notice:  Undefined index: supplicant_ssid in /usr/share/fruitywifi/www/page_config_adv.php on line 47
    PHP message: PHP Notice:  Undefined index: hostapd_wpa_passphrase in /usr/share/fruitywifi/www/page_config_adv.php on line 46
    PHP message: PHP Notice:  Undefined index: hostapd_secure in /usr/share/fruitywifi/www/page_config_adv.php on line 45
    PHP message: PHP Notice:  Undefined index: iface_supplicant in /usr/share/fruitywifi/www/page_config_adv.php on line 43
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 42
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 41
    PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/page_config_adv.php on line 40
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 39
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 38
    2015/04/02 22:29:43 [error] 7263#0: *22 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: pass_msg in /usr/share/fruitywifi/www/page_config_adv.php on line 509" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_config_adv.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined index: php_self in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    2015/04/02 22:29:32 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant php_self - assumed 'php_self' in /usr/share/fruitywifi/www/page_config_adv.php on line 503
    
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_config_adv.php on line 53
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_config_adv.php on line 52
    PHP message: PHP Notice:  Undefined index: pass_new_repeat in /usr/share/fruitywifi/www/page_config_adv.php on line 51
    PHP message: PHP Notice:  Undefined index: pass_new in /usr/share/fruitywifi/www/page_config_adv.php on line 50
    PHP message: PHP Notice:  Undefined index: pass_old in /usr/share/fruitywifi/www/page_config_adv.php on line 49
    PHP message: PHP Notice:  Undefined index: supplicant_psk in /usr/share/fruitywifi/www/page_config_adv.php on line 48
    PHP message: PHP Notice:  Undefined index: supplicant_ssid in /usr/share/fruitywifi/www/page_config_adv.php on line 47
    PHP message: PHP Notice:  Undefined index: hostapd_wpa_passphrase in /usr/share/fruitywifi/www/page_config_adv.php on line 46
    PHP message: PHP Notice:  Undefined index: hostapd_secure in /usr/share/fruitywifi/www/page_config_adv.php on line 45
    PHP message: PHP Notice:  Undefined index: newSSID in /usr/share/fruitywifi/www/page_config_adv.php on line 44
    PHP message: PHP Notice:  Undefined index: iface_supplicant in /usr/share/fruitywifi/www/page_config_adv.php on line 43
    PHP message: PHP Notice:  Undefined index: io_in_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 42
    PHP message: PHP Notice:  Undefined index: io_out_iface in /usr/share/fruitywifi/www/page_config_adv.php on line 41
    PHP message: PHP Notice:  Undefined index: iface in /usr/share/fruitywifi/www/page_config_adv.php on line 40
    PHP message: PHP Notice:  Undefined index: newdata in /usr/share/fruitywifi/www/page_config_adv.php on line 39
    PHP message: PHP Notice:  Undefined index: filename in /usr/share/fruitywifi/www/page_config_adv.php on line 38
    2015/04/02 22:29:32 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:28:53 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:28:53 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:28:51 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:28:50 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:28:47 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    PHP message: PHP Notice:  Undefined index: install in /usr/share/fruitywifi/www/modules/sslstrip/includes/module_action.php on line 43" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /modules/sslstrip/includes/module_action.php?service=sslstrip&action=start&page=status HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    PHP message: PHP Notice:  Undefined index: install in /usr/share/fruitywifi/www/modules/sslstrip/includes/module_action.php on line 37
    2015/04/02 22:28:45 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: file in /usr/share/fruitywifi/www/modules/sslstrip/includes/module_action.php on line 35
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:28:40 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:28:40 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:28:36 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:28:19 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:28:18 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    2015/04/02 22:28:16 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/wait.php"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:28:15 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    PHP message: PHP Notice:  Undefined variable: wait in /usr/share/fruitywifi/www/wait_fruit.php on line 6" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /wait.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    2015/04/02 22:28:13 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: page in /usr/share/fruitywifi/www/wait_fruit.php on line 2
    PHP message: PHP Notice:  Undefined offset: 4 in /usr/share/fruitywifi/www/scripts/status_wireless.php on line 141" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /scripts/status_wireless.php?service=wireless&action=start HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/page_status.php"
    2015/04/02 22:28:11 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined offset: 0 in /usr/share/fruitywifi/www/scripts/status_wireless.php on line 137
    PHP message: PHP Notice:  Undefined offset: 3 in /usr/share/fruitywifi/www/page_status.php on line 357" while reading upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/"
    PHP message: PHP Notice:  Undefined offset: 1 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined offset: 2 in /usr/share/fruitywifi/www/page_status.php on line 357
    PHP message: PHP Notice:  Undefined variable: data in /usr/share/fruitywifi/www/page_status.php on line 353
    2015/04/02 22:28:08 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: reveal_public_ip in /usr/share/fruitywifi/www/page_status.php on line 323
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 91" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /page_status.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443", referrer: "https://localhost:8443/"
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 90
    PHP message: PHP Notice:  Undefined index: action in /usr/share/fruitywifi/www/page_status.php on line 88
    PHP message: PHP Notice:  Undefined index: service in /usr/share/fruitywifi/www/page_status.php on line 87
    2015/04/02 22:28:08 [error] 7263#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice:  A session had already been started - ignoring session_start() in /usr/share/fruitywifi/www/login_check.php on line 20
    2015/04/02 22:28:05 [error] 7263#0: *2 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: error in /usr/share/fruitywifi/www/index.php on line 68" while reading response header from upstream, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-8000.sock:", host: "localhost:8443"
    
    opened by killbop 8
  • :shield: Security vulnerabilities

    :shield: Security vulnerabilities

    Hi, Some potential security vulnerabilities has been identified in this repository. Please Validate reports submitted on huntr and if are valid please mark them valid there. The report links are the following:

    https://huntr.dev/bounties/21e1ac29-c3c3-4c10-be78-76055fa0d04d/ https://huntr.dev/bounties/b49d75df-576d-4c5e-ae68-112d30e866ce/ https://huntr.dev/bounties/873e1cf0-de69-4cbc-af8b-0eff279c1242/ https://huntr.dev/bounties/6bdaa41a-16f2-4dc0-b5db-426758b7a0ed/

    opened by hitisec 0
  • Non Compatible with PHP 8.X

    Non Compatible with PHP 8.X

    seems install script by default install PHP 8.x modules but require 7.x version to function changing version in script don't seems to work anymore

    using raspberry pi4 Ubuntu 20.10

    opened by tp9222 0
  • DHCP doesn't working

    DHCP doesn't working

    Hello all!

    I am using FruityWifi v2.4 over Raspbian (Linux raspberrypi 4.19.118-v7l+). I have just configured an IN network over wlan0 (Panda PAU06 Wireless USB Adapter).

    Once I start the service I get these entries logs:

    Sep 1 16:38:23 dnsmasq[1384]: ignoring nameserver 10.0.0.1 - local interface Sep 1 16:38:23 dnsmasq-dhcp[1384]: DHCP, sockets bound exclusively to interface wlan1 Sep 1 16:38:23 dnsmasq-dhcp[1384]: DHCP, IP range 10.0.0.50 -- 10.0.0.100, lease time 12h Sep 1 16:38:23 dnsmasq[1384]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile Sep 1 16:38:23 dnsmasq[1384]: started, version 2.80 cache disabled Sep 1 16:18:40 dnsmasq[31597]: ignoring nameserver 10.0.0.1 - local interface Sep 1 16:18:40 dnsmasq-dhcp[31597]: DHCP, sockets bound exclusively to interface wlan1 Sep 1 16:18:40 dnsmasq-dhcp[31597]: DHCP, IP range 10.0.0.50 -- 10.0.0.100, lease time 12h Sep 1 16:18:40 dnsmasq[31597]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile Sep 1 16:18:40 dnsmasq[31597]: started, version 2.80 cache disabled

    When I try to connect to WiFi through mobile devices or a laptop, I am not able to get any IP address. I have been searching for any related info through these issues or Google however I have not found any solution to this.

    Does any of you have the same experience? Could anyone help me to solve it?

    Thank you very much!! Best Regards.

    opened by sharkhd883 0
  • Trying to get in touch regarding a security issue

    Trying to get in touch regarding a security issue

    Hey there!

    I'd like to report a security issue but cannot find contact instructions on your repository.

    If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

    Thank you for your consideration, and I look forward to hearing from you!

    (cc @huntr-helper)

    opened by zidingz 0
  • php_version in install-FruityWiFi.sh gives an error when restarting php-fpm

    php_version in install-FruityWiFi.sh gives an error when restarting php-fpm

    When the command is issued at the end of the script php_version's value is 7.3 but the installed version is 7.0.

    This happened on a raspberry pi zero W and all I had to do is change php_version="7.3" to php_version="7.0" and the UI works.

    opened by ogabrielluiz 0
Releases(v2.4)
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.

`phplint` is a tool that can speed up linting of php files by running several lint processes at once.

安正超 887 Dec 30, 2022
Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer Packages.

Satis Control Panel Satis Control Panel (SCP) is a simple web UI for managing your Satis Repository for Composer Packages. SCP backend is written in L

Lukáš Homza 152 Nov 18, 2022
PHP Curl - This package can send HTTP requests to a given site using Curl.

PHP Curl This package can send HTTP requests to a given site using Curl. It provides functions that can take several types of parameters to configure

Mehmet Can 1 Oct 27, 2022
Online tool to convert `curl` requests to Laravel `Http` requests

curl Converter Another bit of automation from Shift to convert curl requests to Laravel Http requests. This project is a WIP. You may follow along wit

Laravel Shift 66 Dec 17, 2022
Simple handler system used to power clients and servers in PHP (this project is no longer used in Guzzle 6+)

RingPHP Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function. RingPHP be used to power HTTP clie

Guzzle 846 Dec 6, 2022
HTTP header kit for PHP 7.1+ (incl. PHP 8) based on PSR-7

HTTP header kit for PHP 7.1+ (incl. PHP 8) based on PSR-7 Installation composer require sunrise/http-header-kit How to use? HTTP Header Collection Mor

Sunrise // PHP 63 Dec 31, 2022
TusPHP - 🚀a HTTP based protocol for resumable file uploads.

tus is a HTTP based protocol for resumable file uploads. Resumable means you can carry on where you left off without re-uploading whole data again in case of any interruptions. An interruption may happen willingly if the user wants to pause, or by accident in case of a network issue or server outage.

Ankit Pokhrel 1.3k Dec 28, 2022
Async HTTP/1.1+2 client for PHP based on Amp.

This package provides an asynchronous HTTP client for PHP based on Amp. Its API simplifies standards-compliant HTTP resource traversal and RESTful web

AMPHP 641 Dec 19, 2022
LittleProxy is a high performance HTTP proxy written in Java atop Trustin Lee's excellent Netty event-based networking library

LittleProxy is a high performance HTTP proxy written in Java atop Trustin Lee's excellent Netty event-based networking library

null 1.9k Dec 26, 2022
Simple HTTP cURL client for PHP 7.1+ based on PSR-18

Simple HTTP cURL client for PHP 7.1+ based on PSR-18 Installation composer require sunrise/http-client-curl QuickStart composer require sunrise/http-f

Sunrise // PHP 15 Sep 5, 2022
Application for logging HTTP and DNS Requests

Request Logger Made by Adam Langley ( https://twitter.com/adamtlangley ) What is it? Request logger is a free and open source utility for logging HTTP

null 13 Nov 28, 2022
Yii HTTP Application

Yii HTTP Application The package ... Requirements PHP 8.0 or higher. Installation The package could be installed with composer: composer require yiiso

Yii Software 4 Sep 8, 2022
Staged Payloads from Kali Linux - Part 1,2 of 3

PT Phone Home As penetration testers, we often come up with creative methods to deliver and execute our payloads, such as staged payloads. A staged pa

Tristram 14 Dec 19, 2022
Track any ip address with IP-Tracer. IP-Tracer is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracer.

IP-Tracer is used to track an ip address. IP-Tracer is developed for Termux and Linux based systems. you can easily retrieve ip address information using IP-Tracer. IP-Tracer use ip-api to track ip address.

Rajkumar Dusad 1.2k Jan 4, 2023
Silverstripe-searchable - Adds to the default Silverstripe search by adding a custom results controller and allowing properly adding custom data objects and custom fields for searching

SilverStripe Searchable Module UPDATE - Full Text Search This module now uses Full Text Support for MySQL/MariaDB databases in version 3.* Adds more c

ilateral 13 Apr 14, 2022
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.

GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.

GLPI 2.9k Jan 2, 2023
Like Cloud Drive Run on Raspbian + Nginx + PHP

Raspberry-Pi-Cloud Like Cloud Drive Run on Raspbian + Nginx + PHP I Made a Project Called Raspberry-Pi-Cloud. it's on testing stage help me to test it

null 1 Dec 25, 2021
YCOM Impersonate. Login as selected YCOM user 🧙‍♂️in frontend.

YCOM Impersonate Login as selected YCOM user in frontend. Features: Backend users with admin rights or YCOM[] rights, can be automatically logged in v

Friends Of REDAXO 17 Sep 12, 2022
⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment

Introduction Laravel Decomposer decomposes and lists all the installed packages and their dependencies along with the Laravel & the Server environment

LUBUS 513 Dec 30, 2022
Installed composer packages info

PackageInfo This package was highly inspired from ocramius/package-versions I needed some methods to read data from the composer.lock file fast...this

Martin Keckeis 7 Jun 2, 2022