Questions tagged as 'servidor'

2
answers

.bat file does not execute

I have a file with the following command to turn off some machines on the network. FOR /F %i IN (C:\estacoes.txt) DO SHUTDOWN /s /t 01 /m %i Where stations.txt is a file with the names of machines to be turned off. When I open cmd and ru...
asked by 18.01.2018 / 19:31
1
answer

PHP require_once without the need to pass the full path

I have a legacy project, where all PHP files connect to the database through the file "oracle_ado.php" This file is in the "../inc/" folder and the rest in the folder "../ prod /". I'm setting up another server for this application, where t...
asked by 24.10.2017 / 12:24
1
answer

QR Code reader ZXING in HTML - WEBQR

I'm trying to implement the reader in my web application just like on the "webqr.com" website, I've copied the entire site from index.html to the scripts (2). until that's fine I access the server through localhost and it works as in the image b...
asked by 27.04.2017 / 14:15
1
answer

Images do not appear on the website published on the web server

Good afternoon guys, I have published a website on the WEB server, but no image is being displayed in the browser. All images are displayed as follows: <img src="~/imagens/logo.png" Location displays normally. But not on the server. I...
asked by 29.07.2016 / 22:38
1
answer

Is there any way to know if someone is referencing some file on my site in another?

I have a photo on my site logomarca.jpg if some smarty resovelver use my image that took hours to make and use on your site in a tag is there the possibility of knowing where the source request came from the file on my server?     
asked by 28.05.2016 / 01:40
1
answer

I do not get POST from "Checkout Cielo"?

I developed an e-commerce and used a payment system from Checkout Cielo with PHP. Every time a user makes a purchase the server of Cielo sends a POST to my PHP page informing the data of the purchase. Here is an example of how I retrieve th...
asked by 25.02.2016 / 02:28
1
answer

LINK lock with HTACCESS

I need to block a link just inside a server, how would it be with HTACCESS? If there is any way. Thank you.     
asked by 26.01.2016 / 11:13
1
answer

Hosting server integration with local server

I will integrate the system hosted on the kinghost server with a local server. The idea is that when updating some content on the hosting server update the system content of the local server, and when updated some content on the local server the...
asked by 30.09.2015 / 16:56
1
answer

VPS for Magento What do I need to know?

I've been using only shared servers with the Opencart platform for years, but it was kind of hard for me to create a store in Magento, but I read that it might be slow and not good for shared hosting so I would have to go to one VPS. I would lik...
asked by 12.05.2015 / 05:45
1
answer

Redirect Subdomain to another server

I am using cPanel and can redirect the subdomain exemplo.dominio.com.br to another server using registry A and IP of the new server, but how do I make this subdomain to be accessible also using www or without www? Would it be in th...
asked by 03.02.2015 / 21:11