Questions tagged as 'xampp'

0
answers

Enable register_globals in PHP

I have to carry out a small safety and behavior study with PHP and I have observed that register_globals as variable of php.ini has given enough security problems. I wanted in my own interest to check how an RFI (Remote File Inclus...
asked by 21.10.2017 / 01:42
1
answer

how to reinstall xampp?

I do not know how to fix an error that the xampp throws at me, so I thought that it would be best to reinstall it, so I would like to know how to "crush" the one I already have. This is the route where my php pages are: OPT / LAMPP / HTDOCS / MY...
asked by 01.11.2017 / 18:30
1
answer

mysqli_stmt_bind_param () expects parameter 1 to be mysqli_stmt, boolean given?

I have my php code for the connection to the database but it sends me that error on line 13 and 14, I can not find a solution, I attach my code $con = mysqli_connect("localhost", "root", "","SaveMe"); $Usuario = $_POST["Usuario"]; $Contraseña...
asked by 10.10.2017 / 21:08
1
answer

Backup of cpanel I can not open it in local xampp [closed]

I am making modifications to a page that is in production, I wanted to download a backup to edit it in development and I have tried to upload it in xampp but it gives me many errors with the database. I have already created the data base and I h...
asked by 25.09.2017 / 17:36
0
answers

Help .. Fatal error: Uncaught Error

would help me solve this error    Fatal error: Uncaught Error: Call to undefined function   mysql_connect () in C: \ xampp \ htdocs \ fairs-master \ conexao.php: 9 Stack   trace: # 0 C: \ xampp \ htdocs \ fairs-master \ fairs.php (3): include...
asked by 27.08.2017 / 01:59
1
answer

What is the problem when running Apache Server in the XAMPP panel?

Just install Windows 7. and XAMPP.     
asked by 28.08.2017 / 01:34
0
answers

Xampp tells me Prohibited Access!

I have a Windows Server 2008 virtual machine with a xampp 5.6.3, but I get it: Forbidden access! XAMPP new security concept: Access to the object request is only available from the local network. This setting can be configured in the "httpd-x...
asked by 18.08.2017 / 17:58
1
answer

XAMPP with Node js

I need help, I have a project with socket I am doing the socket with node js, but the node creates a server I would like to use the server to xampp so that the requests from the client reach the socket. How could I configure this so that I exit...
asked by 24.08.2017 / 01:27
0
answers

IP Range VirtualHost Xampp

I'm trying to give a range of IPs that can allow access to a local site and it always tells me that I have blocked access. The file I use is: link And add the following: <VirtualHost *:8080> DocumentRoot c:/htdocs ServerName loc...
asked by 28.06.2017 / 13:25
1
answer

I can not connect to my xampp database with an external device

I am developing an application that connects to a database hosted on my own PC, via Xampp. In my home I do not have an ADSL connection and I use the shared connection of the mobile phone. In Xampp I use port 8080 and 4433 as an alternative. When...
asked by 07.06.2017 / 07:01