php

  1. B

    Print WiFi-Scan result to apache webpage

    Dear comm, i want to scan for wifi-networks by using a html button & want to print the result to webpage, i would be grateful for a quick reply, greetz, blackleakz
  2. ayrton_satar

    How can I configure correctly the php executable in linux Debian?

    Hello, I have been with some problems with the PHP executable configuration in Visual Studio Code. I read some posts of people that had the same problem as mine, but did not help me at all. The error is always the same (even with the right file that is considering by PHP executable): Cannot...
  3. drstr

    Use XAMPP or Install Nginx?

    I'm very new to Linux and I'm a programmer (PHP, Python, Javascript) and I have used Docker, XAMPP for my Web design projects on windows. recently I switched to Linux (Ubuntu) and I need web server for working on my projects and I'm a little confused since I see that XAMPP is available for...
  4. G

    Match for a word in a text with the PHP script

    I have an applications developed with PHP. I have a big text file where I want to match for a word but this can be change in the feature. How can I match a word in PHP?
  5. T

    Found malicious code... but need search and replace to remove it

    My websites were attacked by some kind of redirect attack. After a few hours of looking at PHP code, I found the following...
  6. H

    How to Install Zend Optimizer with cPanel?

    Zend Optimizer is a PHP addon which offers storing to enhance speed when stacking destinations; it can build execution by up to 40% by reserving as often as possible saw segments of PHP pages. Zend Guard likewise is helpful for encoding PHP documents to secure source code. Here's the manner by...
  7. H

    How will you check and confirm that your server is using suPHP?

    It's very simple to verify this. Have a simple 'php info' script. Create a file named 'phpinfo.php' under the public_html of your domain Insert the following code: <? php phpinfo(); ?> Access the file in your browser using the link http://yourdomain.com/phpinfo.php At the top section...
  8. K

    Rasperry Pi 3 projects

    An important part of my Linux arsenal is my Raspberry Pi running Raspbian. I am seeking ideas for future projects to do on my pi. Currently, I use the pi for these tasks: PHP / Apache / MySQL (test websites, development) FreeRADIUS (username / passwords to access my wifi) Mantis bug tracking...
Top