Publicidad

Autor Tema: Contactanos [Para hosting free]  (Leído 319 veces)

Desconectado foroposteadores

  • SPadicto
  • ******
  • Mensajes: 1457
  • Power: 295
  • Sexo: Masculino
  • La inspiración proviene de arriba :p
    • Ver Perfil
    • Foro Posteadores
    • Email
Contactanos [Para hosting free]
« en: Diciembre 08, 2011, 12:12:13 am »
Hola gente! tanto tiempo xD
Hace poco me entere que desde el año pasado el reseller de byethost no permite mas en la sección free la function.mail() por lo cual en la sección de contacto no llegan a nuestro mail las consultas de los usuarios. Para que las consultas de los usuarios lleguen sigan las instrucciones del tutorial.


Procedimientos

En su phpmyadmin ejecutan la siguiente consulta:

Citar
CREATE TABLE IF NOT EXISTS `contactamela`(
   `id` int(11) NOT NULL auto_increment,
   `nombre` text NOT NULL,
   `email` text NOT NULL,
   `consulta` text NOT NULL,
   `dirip` text NOT NULL,
   PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

Despue suban los archivos adjuntos a sus respectivos directorios:

contacto.php => /Source/
contacto.template.php => /Themes/tu theme/
contactamela.php => en la raíz de la web

Despues abrir el index.php de la raíz del sitio y buscar:


Citar
$actionArray = array(

y abajo agregar:

Citar
'contactanos' => array('contacto.php', 'contacto'),

Despues abren el archivo Admin.template.php de /Themes/default/ buscan:

Citar
// This is the administration center home.
function template_admin()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
   // Welcome message for the admin.
   echo '
      <table width="100%" cellpadding="3" cellspacing="1" border="0">
         <tr class="titlebg">
            <td align="center" colspan="2" class="largetext">', $txt[208], '</td>
         </tr><tr>
            <td class="windowbg" valign="top" style="padding: 7px;">
               <b>', $txt['hello_guest'], ' ', $context['user']['name'], '!</b>
         
               <div style="font-size: 0.85em; padding-top: 1ex;">', $txt[644], '</div>
            </td>
         </tr>
      </table>';
   

Y reemplazenlo por:

Citar
// This is the administration center home.
function template_admin()
{include($_SERVER['DOCUMENT_ROOT'] . '/Settings.php');
   global $boardurl;
   global $context, $settings, $options, $scripturl, $txt, $modSettings;
   // Welcome message for the admin.
   echo '
      <table width="100%" cellpadding="3" cellspacing="1" border="0">
         <tr class="titlebg">
            <td align="center" colspan="2" class="largetext">', $txt[208], '</td>
         </tr><tr>
            <td class="windowbg" valign="top" style="padding: 7px;">
               <b>', $txt['hello_guest'], ' ', $context['user']['name'], '!</b>
         
               <div style="font-size: 0.85em; padding-top: 1ex;">', $txt[644], '<br><b><a href="'.$boardurl.'/contactamela.php">Ver tickets de contacto</a></b></div>
            </td>
         </tr>
      </table><br><br>
      <table width="100%" cellpadding="3" cellspacing="1" border="0">
         <iframe style="width: 720px; height: 350px;" src="'.$boardurl.'/contactamela.php"></iframe>
      </table>';

Y en su footer agregan:

Citar
<a href="'.$scripturl.'?action=contactanos">Contactanos</a>

Para ver los tickets de contactos accedan a la administración y ahi estan.

Chau!!!
Link de descarga de los archivos:
http://s000.tinyupload.com/index.php?file_id=08530665202728283241
« última modificación: Diciembre 08, 2011, 12:53:55 am por foroposteadores »
[X] Unirme a Spirate!
[X] Hacer un mod
[X] Perder la traducción del script a portugues
[ ] Traducir la 2.4 al portugues
[ ] Ser moderador

Desconectado texass

  • Hero Member
  • *****
  • Mensajes: 717
  • Power: 98
  • Sexo: Masculino
  • Say No More
    • Ver Perfil
Re:Contactanos [Para hosting free]
« Respuesta #1 en: Diciembre 08, 2011, 05:53:18 am »
No sabia de  esto, pero está muy bueno para quien usa hosting gratuito y no puede tener esta opción. +1
Saludo.-
Twitter: @Gutiinet

Desconectado Fabricio

  • Sr. Member
  • ****
  • Mensajes: 288
  • Power: 9
  • Sexo: Masculino
    • Ver Perfil
    • Email
Re:Contactanos [Para hosting free]
« Respuesta #2 en: Diciembre 22, 2011, 10:29:20 pm »
+1 GRAX!!!