Jump to content

[MOD] PHPBB3 agregar imageshack en el foro


Recommended Posts

Lo primero que realizaremos es crear un archivo .php llamado iframe.php con el siguiente contenido

 

<body style="background-colortransparent">

<form action="http//imageshack.us/index.php" method="post" enctype="multipart/form-data" target="_blank">

<input type="hidden" name="MAX_FILE_SIZE" value="1048576">

<input type="hidden" name="aff" value="www.tuweb.com">

<input type="hidden" name="type" value="blank">

<input type="file" class="textfield" name="fileupload" size="30"><br />

<input type="submit" value="Subir imagen">

<font color="#888888" face="Verdana" size="1">

<span style="font-size10">A esperar...</font></span><br />

</form>

 

 

Lo guardamos y lo subimos al servidor (a la raiz del foro) Si no funciona en la raiz del foro, ponerlo en la raiz de Hosting.

 

Luego EDITAMOS el archivo /styles/prosilver/templates/posting_layout.html

 

BUSCAR:

 

<!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 -->

<!-- INCLUDE posting_editor.html -->

 

 

AÑADIR DESPUES:

 

<span style="font-size: 11px;color: #000000;">Si quieres subir alguna imagen, puedes hacerlo desde aquí y luego utilizar la URL resultante. Una vez subida la imagen utiliza el ultimo enlace de Imageshack.<br />

<b>[Direct link to image]</b> Luego podéis usar la particularidad de este foro. Añadir imagen con el TAG de Miniatura.

<a href="http://imageshack.us/" target="_blank">ImageShack</a> - <a href="http://reg.imageshack.us/content.php?page=rules" target="_blank">Reglas</a></span>

<iframe src="/iframe.php" scrolling="no" allowtransparency="true" frameborder="0" width="340" height="70">Actualiza tu navegador para subir im&Xacute;genes</iframe>

 

 

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...