<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>El blog de Webmarket &#187; Alojamiento web</title>
	<atom:link href="http://blog.webmarket.es/category/alojamiento-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webmarket.es</link>
	<description>Agencia de diseño web interactivo en Alicante, España &#124; Interactive web design agency in Alicante, Spain</description>
	<lastBuildDate>Sat, 10 Apr 2010 11:14:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ocultar el contenido de los directorios</title>
		<link>http://blog.webmarket.es/ocultar-el-contenido-de-los-directorios/</link>
		<comments>http://blog.webmarket.es/ocultar-el-contenido-de-los-directorios/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:52:16 +0000</pubDate>
		<dc:creator>Webmarket</dc:creator>
				<category><![CDATA[Alojamiento web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[directorio]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[ocultar]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://www.webmarket.es/blog/?p=606</guid>
		<description><![CDATA[Antes de todo, quiero decir que este tutorial esta pensado para servidores con apache o lighttpd instalado
Es posible que en tu blog accediendo a:
www.tudomino.com/wp-content/uploads/
Se muestre una lista de directorios y ficheros, así:
Servidor web apache:

Servidor web lighttpd:

Si te aparece una pagina de error 403 Forbidden o una pagina en blanco no continúes leyendo este tutorial, seguramente [...]]]></description>
			<content:encoded><![CDATA[<p>Antes de todo, quiero decir que este tutorial esta pensado para servidores con apache o lighttpd instalado</p>
<p>Es posible que en tu blog accediendo a:</p>
<p>www.tudomino.com/wp-content/uploads/</p>
<p>Se muestre una lista de directorios y ficheros, así:</p>
<p>Servidor web apache:</p>
<p><img class="alignnone size-full wp-image-604" title="apache2" src="http://www.webmarket.es/blog/wp-content/uploads/2008/10/apache2.jpg" alt="" width="250" height="171" /></p>
<p>Servidor web lighttpd:</p>
<p><img class="alignnone size-full wp-image-605" title="lighttpd2" src="http://www.webmarket.es/blog/wp-content/uploads/2008/10/lighttpd2.jpg" alt="" width="250" height="104" /></p>
<p><strong>Si te aparece una pagina de error 403 Forbidden o una pagina en blanco no continúes leyendo este tutorial, seguramente ya lo tendrás configurado </strong></p>
<p>Normalmente, eso ocurre si en el directorio no se encuentra un fichero:</p>
<p>index.html, index.htm o index.php.</p>
<p>Mostrar todos los directorios y ficheros no es muy seguro, pero puedes ocultarlos.</p>
<p>Primero, tienes que saber cual es tu servidor web, normalmente si tu servidor es compartido es apache</p>
<p>Si no estás muy seguro, para saberlo:</p>
<ul>
<li><strong>Método fácil:</strong>
<ul>
<li>Observa el pie de página ¿Aparece apache o lighttpd?</li>
<li>Mira las capturas de arriba ¿Coincide alguna con la tuya?</li>
</ul>
</li>
<li><strong>Método laborioso:</strong>
<ol>
<li>Crea un fichero llamado info.php con el siguiente código:&lt;?phpphpinfo();
<p>?&gt;</li>
<li>Sube el fichero en la raíz de tu web</li>
<li>Accede a www.tudominio.com/info.php</li>
<li>Busca SERVER_SOFTWARE, al lado aparece el servidor web que tienes activado<strong>Nota:</strong> Una vez lo sepas puedes borrar tranquilamente el fichero info.php</li>
</ol>
</li>
</ul>
<p>Ahora, sigue los pasos según tu servidor web:</p>
<p><strong>Apache</strong></p>
<ul>
<li>Si ya existe el fichero .htaccess en la raíz de tu wordpress:<strong>Normalmente se crea si tienes los permalinks personalizados</strong>
<ol>
<li>Edita el fichero .htaccess y añade el siguiente código:Options -Indexes</li>
<li><strong>Evita ponerlo</strong> entre # BEGIN WordPress y # END WordPress, por ejemplo:Options -Indexes# BEGIN WordPress</li>
</ol>
</li>
<li>Si en al raíz de tu web no tienes el fichero .htaccess:
<ol>
<li>Crealo y pega el siguiente código:Options -Indexes</li>
<li>Sube el fichero en la raíz de tu dominio</li>
<li>Para probarlo, intenta de acceder a:www.tudomino.com/wp-content/uploads/</li>
<li>Si todo ha ido bien, tendría que aparecer una pagina de error <strong>403 Forbidden</strong></li>
</ol>
</li>
</ul>
<p><strong>Lighttpd</strong></p>
<p>Antes de continuar tienes que tener permisos para editar el fichero:</p>
<p>/etc/lighttpd/lighttpd.conf</p>
<ol>
<li>Edita el fichero:/etc/lighttpd/lighttpd.conf</li>
<li>Busca:server.dir-listing          = “enable”Remplaza por:
<p>server.dir-listing          = “disable”</li>
<li>Reinicia lighttpd:/etc/init.d/lighttpd restart</li>
<li>Para probarlo, intenta de acceder a:www.tudomino.com/wp-content/uploads/</li>
<li>Si todo ha ido bien, tendría que aparecer una pagina de error <strong>404 Not found</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.webmarket.es/ocultar-el-contenido-de-los-directorios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regístrate y consigue GRATIS dominio.es</title>
		<link>http://blog.webmarket.es/239/</link>
		<comments>http://blog.webmarket.es/239/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 15:09:05 +0000</pubDate>
		<dc:creator>Webmarket</dc:creator>
				<category><![CDATA[Alojamiento web]]></category>
		<category><![CDATA[Dominios]]></category>
		<category><![CDATA[Webmarket]]></category>

		<guid isPermaLink="false">http://www.webmarket.es/blog/2008/03/15/239/</guid>
		<description><![CDATA[
El Programa jóvenes en red es una iniciativa del Gobierno para fomentar que los jóvenes Internautas establezcan y desarrollen su presencia personal y social en Internet.
Para ello, el programa ofrecerá a tod@s los jóvenes de hasta 30 años, el registro de su dominio así como herramientas para la creación de páginas web durante un año.
Cuenta [...]


Posts relacionados:<ol><li><a href='http://blog.webmarket.es/google-wave-que-pasada/' rel='bookmark' title='Permanent Link: Google Wave, que pasada!'>Google Wave, que pasada!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webmarket.es/blog/wp-content/uploads/2008/03/logos_arriba.gif" alt="logos_arriba.gif" /></p>
<p>El Programa <a href="https://www.jovenesenred.es/jovenes/action/redirectAction?target=inicio">jóvenes en red</a> es una iniciativa del Gobierno para fomentar que los jóvenes Internautas establezcan y desarrollen su presencia personal y social en Internet.</p>
<p>Para ello, el programa ofrecerá a tod@s los jóvenes de hasta 30 años, el registro de su dominio así como herramientas para la creación de páginas web durante un año.</p>
<p>Cuenta con la colaboración de varias empresas de servicios de alojamiento, correo electrónico, herramientas de contenidos multimedia, espacio blog o entornos sociales en condiciones preferentes para los jóvenes bajo el marco del programa.</p>
<h3>Solo hasta el 15 de Julio.</h3>
<p>No pierdas la oportunidad y realiza la solicitud de tu dominio .es rellenando este <a href="https://www.jovenesenred.es/jovenes/action/redirectAction?target=formulario">formulario</a> en el que podrás seleccionar la empresa colaboradora con la que deseas contratar tu dominio y paquete web gratis.</p>


<p>Posts relacionados:<ol><li><a href='http://blog.webmarket.es/google-wave-que-pasada/' rel='bookmark' title='Permanent Link: Google Wave, que pasada!'>Google Wave, que pasada!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webmarket.es/239/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actualización del Panel de control de Webmarket</title>
		<link>http://blog.webmarket.es/actualizacion-del-panel-de-control-de-webmarket/</link>
		<comments>http://blog.webmarket.es/actualizacion-del-panel-de-control-de-webmarket/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 04:55:53 +0000</pubDate>
		<dc:creator>Webmarket</dc:creator>
				<category><![CDATA[Alojamiento web]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[servicios]]></category>
		<category><![CDATA[Webmarket]]></category>

		<guid isPermaLink="false">http://www.webmarket.es/blog/2007/07/03/actualizacion-del-panel-de-control-de-webmarket/</guid>
		<description><![CDATA[Tras los problemas que hemos tenido las semanas pasadas con el servidor, hemos decidido actualizar el software CPANEL a la última versión, la 11. Algunas de las mejoras que presenta el panel son: nuevo rediseño con la imagen corporativa de Webmarket, nuevos tutoriales y ayuda y sobre todo más estabilidad y velocidad.  



Posts relacionados:INMOFlash [...]


Posts relacionados:<ol><li><a href='http://blog.webmarket.es/13/' rel='bookmark' title='Permanent Link: INMOFlash y TIENDAFlash'>INMOFlash y TIENDAFlash</a></li>
<li><a href='http://blog.webmarket.es/estudio-de-velocidad-de-internet-en-espana-en-2006/' rel='bookmark' title='Permanent Link: Estudio de velocidad de Internet en España en 2006'>Estudio de velocidad de Internet en España en 2006</a></li>
<li><a href='http://blog.webmarket.es/nuevo-logotipo-de-webmarket/' rel='bookmark' title='Permanent Link: Nuevo logotipo de Webmarket!'>Nuevo logotipo de Webmarket!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p align="left"><a href="http://www.webmarket.es/blog/wp-content/uploads/2007/07/cpanel_11_x3.jpg" title="cpanel_11_x3.jpg"></a>Tras los problemas que hemos tenido las semanas pasadas con el servidor, hemos decidido actualizar el software CPANEL a la última versión, la 11. Algunas de las mejoras que presenta el panel son: nuevo rediseño con la imagen corporativa de Webmarket, nuevos tutoriales y ayuda y sobre todo más estabilidad y velocidad. <img src='http://blog.webmarket.es/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p align="center"><img src="http://www.webmarket.es/blog/wp-content/uploads/2007/07/cpanel_11_x3.jpg" alt="cpanel_11_x3.jpg" /></p>


<p>Posts relacionados:<ol><li><a href='http://blog.webmarket.es/13/' rel='bookmark' title='Permanent Link: INMOFlash y TIENDAFlash'>INMOFlash y TIENDAFlash</a></li>
<li><a href='http://blog.webmarket.es/estudio-de-velocidad-de-internet-en-espana-en-2006/' rel='bookmark' title='Permanent Link: Estudio de velocidad de Internet en España en 2006'>Estudio de velocidad de Internet en España en 2006</a></li>
<li><a href='http://blog.webmarket.es/nuevo-logotipo-de-webmarket/' rel='bookmark' title='Permanent Link: Nuevo logotipo de Webmarket!'>Nuevo logotipo de Webmarket!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webmarket.es/actualizacion-del-panel-de-control-de-webmarket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enviar backups automáticos a otro servidor con Cpanel y PHP</title>
		<link>http://blog.webmarket.es/enviar-backups-automaticos-a-otro-servidor-con-cpanel-y-php/</link>
		<comments>http://blog.webmarket.es/enviar-backups-automaticos-a-otro-servidor-con-cpanel-y-php/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 19:30:32 +0000</pubDate>
		<dc:creator>Webmarket</dc:creator>
				<category><![CDATA[Alojamiento web]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://www.webmarket.es/blog/?p=60</guid>
		<description><![CDATA[Si a alguien le interesa la posibilidad de hacer backups de su cuenta de alojamiento web forma automática (con Cron jobs) y enviar el backup a otra cuenta de alojamiento web, entonces que siga leyendo...
Copiar el siguiente codigo a un archivo llamado (por ejemplo) fullBackup.php, cambiar los valores de las variables y enviarlo a una [...]]]></description>
			<content:encoded><![CDATA[<p>Si a alguien le interesa la posibilidad de hacer backups de su cuenta de alojamiento web forma automática (con Cron jobs) y enviar el backup a otra cuenta de alojamiento web, entonces que siga leyendo...</p>
<p>Copiar el siguiente codigo a un archivo llamado (por ejemplo) fullBackup.php, cambiar los valores de las variables y enviarlo a una carpeta en vuestra cuenta. Podeis ponerlo en public_html, aunque lo ideal sería hacerlo en una carpeta oculta. Depués, es necesario crear una tarea programada (cron job), especificando la dirección del archivo creado (ejemplo: /home/usuario/public_html/fullbackup.php) y el intervalo de ejecución del script.</p>
<div class="igBar"><span id="lphp-3"><a href="#" onclick="javascript:showPlainTxt('php-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-3">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// PHP script to allow periodic cPanel backups automatically.</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Based on script posted by max.hedroom in cpanel.net forums</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Additions by Zap at http://www.getrss.net/</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// This script contains passwords.&nbsp; KEEP ACCESS TO THIS FILE SECURE!</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// ********* THE FOLLOWING ITEMS NEED TO BE CONFIGURED *********</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Info required for cPanel access</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$cpuser</span> = <span style="color:#FF0000;">""</span>; <span style="color:#FF9933; font-style:italic;">// Username used to login to CPanel</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$cppass</span> = <span style="color:#FF0000;">""</span>; <span style="color:#FF9933; font-style:italic;">// Password used to login to CPanel</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$domain</span> = <span style="color:#FF0000;">""</span>; <span style="color:#FF9933; font-style:italic;">// Domain name where CPanel is run</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$skin</span> = <span style="color:#FF0000;">"x"</span>; <span style="color:#FF9933; font-style:italic;">// Set to cPanel skin you use (script won't work if it doesn't match)</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Info required for FTP host</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ftpuser</span> = <span style="color:#FF0000;">""</span>; <span style="color:#FF9933; font-style:italic;">// Username for FTP account</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ftppass</span> = <span style="color:#FF0000;">""</span>; <span style="color:#FF9933; font-style:italic;">// Password for FTP account</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ftphost</span> = <span style="color:#FF0000;">""</span>; <span style="color:#FF9933; font-style:italic;">// Full hostname or IP address for FTP host</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ftppath</span> = <span style="color:#FF0000;">"//"</span>; <span style="color:#FF9933; font-style:italic;">// Full path on FTP server to save files to</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ftpmode</span> = <span style="color:#FF0000;">"ftp"</span>; <span style="color:#FF9933; font-style:italic;">// FTP mode (&quot;ftp&quot; for active, &quot;passiveftp&quot; for passive)</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Notification information</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$notifyemail</span> = <span style="color:#FF0000;">"you@yoursite.com"</span>; <span style="color:#FF9933; font-style:italic;">// Email address to send results</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Secure or non-secure mode</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$secure</span> = <span style="color:#CC66CC;color:#800000;">0</span>; <span style="color:#FF9933; font-style:italic;">// Set to 1 for SSL (requires SSL support), otherwise will use standard HTTP</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Set to 1 to have web page result appear in your cron log</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$debug</span> = <span style="color:#CC66CC;color:#800000;">0</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// *********** NO CONFIGURATION ITEMS BELOW THIS LINE *********</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$secure</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color:#0000FF;">$url</span> = <span style="color:#FF0000;">"ssl://"</span>.<span style="color:#0000FF;">$domain</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color:#0000FF;">$port</span> = <span style="color:#CC66CC;color:#800000;">2083</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#616100;">else</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color:#0000FF;">$url</span> = <span style="color:#0000FF;">$domain</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color:#0000FF;">$port</span> = <span style="color:#CC66CC;color:#800000;">2082</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$socket</span> = <a href="http://www.php.net/fsockopen"><span style="color:#000066;">fsockopen</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$url</span>,<span style="color:#0000FF;">$port</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span>!<span style="color:#0000FF;">$socket</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"Failed to open socket connection... Bailing out!<span style="color:#000099; font-weight:bold;">\n</span>"</span>; <a href="http://www.php.net/exit"><span style="color:#000066;">exit</span></a>; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Encode authentication string</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$authstr</span> = <span style="color:#0000FF;">$cpuser</span>.<span style="color:#FF0000;">":"</span>.<span style="color:#0000FF;">$cppass</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$pass</span> = <a href="http://www.php.net/base64_encode"><span style="color:#000066;">base64_encode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$authstr</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$params</span> = <span style="color:#FF0000;">"dest=$ftpmode&amp;email=$notifyemail&amp;server=$ftphost&amp;user=$ftpuser&amp;pass=$ftppass&amp;rdir=$ftppath&amp;submit=Generate Backup"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Make POST to cPanel</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fputs"><span style="color:#000066;">fputs</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span>,<span style="color:#FF0000;">"POST /frontend/"</span>.<span style="color:#0000FF;">$skin</span>.<span style="color:#FF0000;">"/backup/dofullbackup.html?"</span>.<span style="color:#0000FF;">$params</span>.<span style="color:#FF0000;">" HTTP/1.0<span style="color:#000099; font-weight:bold;">\r</span><span style="color:#000099; font-weight:bold;">\n</span>"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fputs"><span style="color:#000066;">fputs</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span>,<span style="color:#FF0000;">"Host: $domain<span style="color:#000099; font-weight:bold;">\r</span><span style="color:#000099; font-weight:bold;">\n</span>"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fputs"><span style="color:#000066;">fputs</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span>,<span style="color:#FF0000;">"Authorization: Basic $pass<span style="color:#000099; font-weight:bold;">\r</span><span style="color:#000099; font-weight:bold;">\n</span>"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fputs"><span style="color:#000066;">fputs</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span>,<span style="color:#FF0000;">"Connection: Close<span style="color:#000099; font-weight:bold;">\r</span><span style="color:#000099; font-weight:bold;">\n</span>"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fputs"><span style="color:#000066;">fputs</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span>,<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\r</span><span style="color:#000099; font-weight:bold;">\n</span>"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">// Grab response even if we don't do anything with it.</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">while</span> <span style="color:#006600; font-weight:bold;">&#40;</span>!<a href="http://www.php.net/feof"><span style="color:#000066;">feof</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color:#0000FF;">$response</span> = <a href="http://www.php.net/fgets"><span style="color:#000066;">fgets</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span>,<span style="color:#CC66CC;color:#800000;">4096</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$debug</span><span style="color:#006600; font-weight:bold;">&#41;</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$response</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fclose"><span style="color:#000066;">fclose</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$socket</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webmarket.es/enviar-backups-automaticos-a-otro-servidor-con-cpanel-y-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nazca compra Acens por 40 millones de euros</title>
		<link>http://blog.webmarket.es/nazca-compra-acens-por-40-millones-de-euros/</link>
		<comments>http://blog.webmarket.es/nazca-compra-acens-por-40-millones-de-euros/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 15:40:13 +0000</pubDate>
		<dc:creator>Webmarket</dc:creator>
				<category><![CDATA[Alojamiento web]]></category>
		<category><![CDATA[Dominios]]></category>
		<category><![CDATA[empresas]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[negocios]]></category>

		<guid isPermaLink="false">http://www.webmarket.es/blog/?p=52</guid>
		<description><![CDATA[ El ISP Acens ha sido adquirido por la sociedad de capital riesgo Nazca Capital en una operación con un importe total de más de 40 millones de euros.
En la operación han participado también José Cerdán, consejero delegado de Acens Technologies, y Aleph Capital, uno de los accionistas fundadores de la empresa española. Para quien no lo conozca, [...]


Posts relacionados:<ol><li><a href='http://blog.webmarket.es/%c2%bfcomprara-mirosoft-a-yahoo-por-50000-millones-de-dolares/' rel='bookmark' title='Permanent Link: ¿Comprará Mirosoft a Yahoo por 50.000 millones de dolares?'>¿Comprará Mirosoft a Yahoo por 50.000 millones de dolares?</a></li>
<li><a href='http://blog.webmarket.es/google-compra-panoramio-empresa-alicantina/' rel='bookmark' title='Permanent Link: Google compra Panoramio (empresa Alicantina)'>Google compra Panoramio (empresa Alicantina)</a></li>
<li><a href='http://blog.webmarket.es/steve-jobs-gana-646-millones-de-dolares-al-ano/' rel='bookmark' title='Permanent Link: Steve Jobs gana 646 millones de dolares al año'>Steve Jobs gana 646 millones de dolares al año</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p> El ISP <a target="_blank" href="http://www.acens.com/">Acens</a> ha sido adquirido por la sociedad de capital riesgo <a target="_blank" href="http://www.nazca.es/">Nazca Capital</a> en una operación con un importe total de más de 40 millones de euros.</p>
<p>En la operación han participado también <a target="_blank" href="http://www.linkedin.com/pub/0/211/2a7">José Cerdán</a>, consejero delegado de <a target="_blank" href="http://www.acens.com/">Acens Technologies</a>, y Aleph Capital, uno de los accionistas fundadores de la empresa española. Para quien no lo conozca, <a target="_blank" href="http://www.linkedin.com/pub/0/211/2a7">José Cerdán</a> es fundador de <a target="_blank" href="http://es.wikipedia.org/wiki/Ei_System">EI System</a> y <a target="_blank" href="http://www.peoplecall.com/">PeopleCall</a>.</p>
<p>Viendo el portfolio de <a target="_blank" href="http://www.nazca.es/">Nazca Capital</a> han realizado en los últimos años inversiones por más de 300 millones de euros y participa en el capital de <a target="_blank" href="http://www.gbvinartis.com/">Bodegas Vinartis</a>, <a target="_blank" href="http://www.dibaq.com/">Dibaq</a>, <a target="_blank" href="http://www.guzmangastronomia.com/">Guzmán</a>, <a target="_blank" href="http://www.hedonai.com/">Hedonaï</a>, <a target="_blank" href="http://www.lizarran.com/">Lizarrán</a> y <a target="_blank" href="http://www.elderecho.com/">El Derecho</a> y ha desinvertido ya en <a target="_blank" href="http://www.rodilla.com/">Rodilla</a>, <a target="_blank" href="http://www.unipost.es/">Unipost</a> y <a target="_blank" href="http://www.svenson.es/">Svenson</a>. Con lo que en temas de Internet y TMT poco se habían metido hasta el momento.</p>


<p>Posts relacionados:<ol><li><a href='http://blog.webmarket.es/%c2%bfcomprara-mirosoft-a-yahoo-por-50000-millones-de-dolares/' rel='bookmark' title='Permanent Link: ¿Comprará Mirosoft a Yahoo por 50.000 millones de dolares?'>¿Comprará Mirosoft a Yahoo por 50.000 millones de dolares?</a></li>
<li><a href='http://blog.webmarket.es/google-compra-panoramio-empresa-alicantina/' rel='bookmark' title='Permanent Link: Google compra Panoramio (empresa Alicantina)'>Google compra Panoramio (empresa Alicantina)</a></li>
<li><a href='http://blog.webmarket.es/steve-jobs-gana-646-millones-de-dolares-al-ano/' rel='bookmark' title='Permanent Link: Steve Jobs gana 646 millones de dolares al año'>Steve Jobs gana 646 millones de dolares al año</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webmarket.es/nazca-compra-acens-por-40-millones-de-euros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
