<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Chevereto Forums - como saber que imagenes suben]]></title>
	<link rel="self" href="http://chevereto.com/forums/feed-atom-topic105.xml"/>
	<updated>2009-04-06T08:07:10Z</updated>
	<generator>PunBB</generator>
	<id>http://chevereto.com/forums/topic105-como-saber-que-imagenes-suben.html</id>
		<entry>
			<title type="html"><![CDATA[Re: como saber que imagenes suben]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post886.html#p886"/>
			<content type="html"><![CDATA[<p>shake, tu codigo funciona perfecto; gracias por la aportacion.</p>]]></content>
			<author>
				<name><![CDATA[Cesar]]></name>
				<uri>http://chevereto.com/forums/user273.html</uri>
			</author>
			<updated>2009-04-06T08:07:10Z</updated>
			<id>http://chevereto.com/forums/post886.html#p886</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: como saber que imagenes suben]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post652.html#p652"/>
			<content type="html"><![CDATA[<p>De hace rato queria tener algo por el estilo... voy a ver qué tal anda o me busco otro <img src="http://chevereto.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></content>
			<author>
				<name><![CDATA[MeLkOrAzO]]></name>
				<uri>http://chevereto.com/forums/user53.html</uri>
			</author>
			<updated>2009-03-13T22:55:40Z</updated>
			<id>http://chevereto.com/forums/post652.html#p652</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: como saber que imagenes suben]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post628.html#p628"/>
			<content type="html"><![CDATA[<p>Recién veo tu comentario, desde ya muchas gracias por comentarme &quot;gonzalarcon&quot;.</p><p>Mirá lo que hice fue hasta hace un rato googlear un rato a ver que encontraba y me tope con un código php de 13 lineas, el cual yo mismo modifiqué, ya que cuando me cree un images.php me mostraba las imagenes de la carpeta /images en su tamaño normal, pero quería algo más ordenado yo así que le modifiqué la línea de <strong>echo</strong> y quedó esto que de paso lo comparto con el que lo encesite ya que no es necesario mucha ciencia y solo basta con crear el archivo images.php y ponerlo en la carpeta donde tenemos el script (en mi caso en el root).</p><div class="codebox"><pre><code>&lt;?php
 
$ruta = &quot;images/&quot;; // Indicar ruta
$filehandle = opendir($ruta); // Abrir archivos
while ($file = readdir($filehandle)) {
    if ($file != &quot;.&quot; &amp;&amp; $file != &quot;..&quot;) {
        $tamanyo = GetImageSize($ruta . $file);
        echo &quot;&lt;img src=&#039;$ruta$file&#039; width=&#039;100&#039; heigh=&#039;100&#039; /&gt;\n&quot;;
    }
}
closedir($filehandle); // Fin lectura archivos
 
?&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[shake]]></name>
				<uri>http://chevereto.com/forums/user277.html</uri>
			</author>
			<updated>2009-03-10T22:33:31Z</updated>
			<id>http://chevereto.com/forums/post628.html#p628</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: como saber que imagenes suben]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post627.html#p627"/>
			<content type="html"><![CDATA[<p>Si te sirve de algo:<br />Ejemplo de galeria de imagenes basica en php:<br /><a href="http://the-stickman.com/files/image_show.zip">http://the-stickman.com/files/image_show.zip</a></p>]]></content>
			<author>
				<name><![CDATA[gonzalarcon]]></name>
				<uri>http://chevereto.com/forums/user7.html</uri>
			</author>
			<updated>2009-03-10T20:20:02Z</updated>
			<id>http://chevereto.com/forums/post627.html#p627</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[como saber que imagenes suben]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post624.html#p624"/>
			<content type="html"><![CDATA[<p>Buenas a la comunidad.</p><p>Quisiera saber como hago o que debo de configurar para saber cada vez que alguien suba una imagen que me mande un e-mail a mi cuenta diciendo que imagen subió, o una previsualización de la imagen o los datos de la persona que subió tal imagen y que nombre de imagen subió, así se me hiciera mucho más fácil poder controlar el contenido y que no haya pornografía o pedofilia o cualquier otra cosa que no cumpla con un protocolo.</p><p>Así también, estaba pensando en que si habría alguna forma de hacer alguna galería de imagenes la cual yo pueda ver y se me haga más fácil la cosa a la hora de administrar los contenidos subidos por otros.</p><br /><p>Desde ya muchas gracias.-:)</p>]]></content>
			<author>
				<name><![CDATA[shake]]></name>
				<uri>http://chevereto.com/forums/user277.html</uri>
			</author>
			<updated>2009-03-10T18:20:36Z</updated>
			<id>http://chevereto.com/forums/post624.html#p624</id>
		</entry>
</feed>

