asp problemas buu

Alright, I am working with VWD, VB coding. Does my image folder need to be under my App folder or seperate? I have heard that it needs to be in an App folder labeled «Image» or «ImgFolder . Also I have unsecured those images in my web.config file. Using this code <location path=«MyUnsecuredFolderName«> <system.web><authorization> <allow users=«*« /></authorization>… Leer más »

sh file

#!/bin/shzip -r wp.zip public_html/wpmysqldump -uusuario -pclave -hlocalhost carlosap_crm > carlosap_crm.sqlecho «respaldo  Ok» echo «Pregunta (y/n) ? «read respuestaif test $respuesta = y  thencp -v hola hola2fi     Tags: sh

zip files

zip -r wp.zip public_html/wp Tags: zip, files

MySQL search and replace

update tablename set field = replace(field,’search_for_this’,’replace_with_this’); Tags: search, replace, mysql

Apache 2 – WebDAV

This document describes setting up WebDAV on Apache 2 on a Red Hat 9 system. It assumes that apache is more or less unmodified – if you’ve made changes, adjust accordingly. Requirements (…fix me…) Outline

Exchange 07 SMPT

  By default an Exchange Server 2007 Hub Transport server only allows secure authenticated connections, so if you don’t have an Edge server in front of the Hub Transport server, you need to allow anonymous connections directly to the server.   You cannot set this authentication setting via the GUI (only when creating new connectors!),… Leer más »