File 🥇 Foros Webmasters 🥇 Pág 9 🏅

File 🥇 Foros Webmasters

Se encontraron 181 comentarios sobre File en el Foro de Webnaranja

Ir a página Anterior  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Siguiente
     Resetear
Puede repetir la búsqueda actual por Temas pulsando aquí
Autor Mensaje
  Como instalar en Foro PHPbb la opcion suscribirme a Foro  Tema: Como instalar en Foro PHPbb la opcion suscribirme a Foro  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

..."SELECT notify_status
FROM ".FORUMS_WATCH_TABLE."
WHERE forum_id = $forum_id
AND user_id = ".$userdata['user_id'];
$result = $db->sql_query($sql);

if ( $row = $db->sql_fetchrow($result) ) {
// user watching
if ( isset($_GET['unwatch']) ) {
if ( $_GET['unwatch'] == 'forum' ) {
// user tring to "unwatch"
$sql_priority = (SQL_LAYER == "mysql") ? "LOW_PRIORITY" : '';
$db->sql_query("DELETE $sql_priority FROM ".FORUMS_WATCH_TABLE."
WHERE forum_id = $forum_id
AND user_id = ".$userdata['user_id']);
}
url_refresh(getlink("&file=viewforum&f=$forum_id"));
$message = $lang['No_longer_watching'].'<br /><br />'.sprintf($lang['Click_return_topic'], '<a href="'.getlink("&amp;file=viewforum&amp;f=$forum_id").'">', '</a>');
message_die(GENERAL_MESSAGE, $message);
} else {
// user not ask for "unwatch"
$is_watching_forum = TRUE;
}
} else {
if ( isset($_GET['watch']) ) {
if ( $_GET['watch'] == 'forum' ) {
$is_watching_forum = TRUE;
$sql_priority = (SQL_LAYER == "mysql") ? "LOW_PRIORITY" : '';
$sql = "INSERT $sql_priority INTO...
Leer más ...
  Como instalar en Foro PHPbb la opcion suscribirme a Foro  Tema: Como instalar en Foro PHPbb la opcion suscribirme a Foro  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

...$forum_id: - ".$topic_title);
// translators update their templates
$emailer->msg = preg_replace('#[ ]?{USERNAME}#', '', $emailer->msg);
$emailer->assign_vars(array(
'EMAIL_SIG' => (!empty($board_config['board_email_sig'])) ? str_replace('<br />', "\n", "-- \n" . $board_config['board_email_sig']) : '',
'SITENAME' => $board_config['sitename'],
// Important Modify
'TOPIC_TITLE' => $lang['Forum_watch_subject'].": $forum_id: - ".$topic_title,

'U_TOPIC' => getlink('&file=viewtopic&' . POST_POST_URL . "=$post_id", true, true)."#$post_id",
'U_STOP_WATCHING_TOPIC' => getlink("&file=viewforum&f=$forum_id&unwatch=forum", true, true))
);
$emailer->send();
$emailer->reset();
}
}
}
$db->sql_freeresult($result);
}

////// Fin Observar Foro - End of Forum Watch //////

}

//
// Fill smiley templates (or just the variables) with smileys
// Either in a window or inline
//
  Gadgets de Igoogle. Como hacerlos  Tema: Gadgets de Igoogle. Como hacerlos  -   Lenguajes de Programación  Foro: Lenguajes de Programación
Envío Asunto:    Publicado: Avatar

Bueno, ya he hecho dos para Google Earth:

www.google-earth.es/ ...php?t=4114

El primero es simplemente añadir las RSS de los foros de Google Earth a tu iGoogle.

Y el segundo es un poco mas complejo:

www.google.com/ ...ource=imag

Tiene una foto y hace lo mismo pero de un modo diferente:

  Montando nueva web Dragonfly CMS  Tema: Montando nueva web Dragonfly CMS  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

...de navegación que aparece en coppermine (existen 2: uno textual y otro gráfico) junto a la foto presentada. Se trataría de localizar el código correspondiente (ver el código en el navegador) en los archivos php y borrar el código buscado . Normalmente el archivo/s debe estar localizado en el directorio de plantillas utilizado.
Ejemplo: Menú textual
Archivo main_menu.inc del Directorio web/modules/coppermine/themes/default/

Código

<!-- BEGIN meta_links -->

<a href="'.getlink("&amp;file=thumbnails&amp;meta=lastup".META_LNK).'">'.LASTUP_LNK.'</a> ::
<a href="'.getlink("&amp;file=thumbnails&amp;meta=lastcom".META_LNK).'">'.LASTCOM_LNK.'</a> ::
<a href="'.getlink("&amp;file=thumbnails&amp;meta=topn".META_LNK).'">'.TOPN_LNK.'</a> ::
<a href="'.getlink("&amp;file=thumbnails&amp;meta=toprated".META_LNK).'">'.TOPRATED_LNK.'</a> ::
<a...
Leer más ...
  Publicada la versión  Joomla! 1.5.8 [Wohnaiki]  Tema: Publicada la versión Joomla! 1.5.8 [Wohnaiki]  -   Portales Joomla!  Foro: Portales Joomla!
Envío Asunto:    Publicado: Avatar

...Cambiar el valor predeterminado para nuevo sitios para que se deshabilite el subida de archivos múltiples 2vía Flash", debido a una incompatibilidad con Flash 10
Instalación: Eliminar mensages confusos de error de los archivos del idioma en la instalación de extensiones, Los módulos ahora desinstalan bien los archivos INI
Datos de ejemplo: Actualizadas las noticias extenas apuntando a software libre de sitios de la comunidad, extensa correción y actualización de los datos de ejemplo

Sistema

API: JFolder::files and JFolder::folders corrections for Search, missing Method added to JRecordSet, Database Class correctly quotes names not using dot notation, JTableUser matches using the correct number of fields
Cache: Correct undefined variable in Cache Class
Language file: Corrected wording, correct installation of PDF fonts independent of language choices, several language string corrections in en-GB.ini
Menu: Performance improvements for sites with many menu items
Users: Temporary Users are now able to logout, secure protocol can now be used when editing account details
Added PHP 4 compatibility for isInternal checking
  Instalar Plugins para URL amigables SH404SEF en Joomla  Tema: Instalar Plugins para URL amigables SH404SEF en Joomla  -   Portales Joomla!  Foro: Portales Joomla!
Envío Asunto:    Publicado: Avatar

...is for Joomla 1.0.x

I wrote a couple of PlugIns for sh404SEF (for Deep Pockets and for ChronoForms) and thought I'd post them at Joomla.org. However, to do that they have to be installable with the standard Joomla installers (rather than just copy the sef_ext folder to the site). So I've written a PlugIn installer for sh404SEF. The 1.0 version is in beta, and the 1.5 version is an alpha release.

Download the Installer from the appropriate image link below and read more for instructions on using it.


It is very simple to use. Once you've written your PlugIn and/or Meta file for the 'comp123' component and are ready to publish it you copy the attached zip file and edit it. Note: the line numbers are a guide only and may differ between the 1.0 and 1.5 versions:

replace sef_ext/com_xxxxxx.php with your PlugIn file named e.g. com_comp123.php (If you don't have a PlugIn in this install leave the existing file but rename it to have the component name.)
replace meta_ext/com_xxxxxx.php with your PlugIn file named e.g. com_comp123.php (If you don't have a Meta file in this install leave the existing file but rename it to have the component name.)
Edit lines 15 & 16 in...
Leer más ...
  Alojamiento Gratuito en Servidores de Google  Tema: Alojamiento Gratuito en Servidores de Google  -   Cajón de Sastre  Foro: Cajón de Sastre
Envío Asunto:    Publicado: Avatar

Google lanzó en Abril en forma de beta Google App Engine, y con él la oportunidad para las empresas de disponer de un servidor de aplicaciones dentro de las propias instalaciones de Google, y utilizando las tecnologías BigTable y Google File System.

Ahora, la aplicación se abre de manera gratuita para todos los usuarios que deseen probarlo. El servicio es totalmente gratis si no superas los 500 MB de capacidad, y Google te ofrece suficiente CPU y ancho de banda para servir unos 5 millones de páginas web vistas cada mes.
  Problema en la presentación de Bloques en Drangonfly  Tema: Problema en la presentación de Bloques en Drangonfly  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

Disculpad... utilizo los temas Default y Dragonfly. Mi configuración es la siguiente:

General

Setting Value
CMS Version 9.2.1
PHP Version 5.2.0
MySQL Version 5.0.27-community-log (client: 5.0.22)
GD Version bundled (2.0.28 compatible)
CMS path C:/Program Files/EasyPHP 2.0b1/www/dragonfly/
Core path C:/Program Files/EasyPHP 2.0b1/www/dragonfly/includes/
Session save_path C:/Program Files/EasyPHP 2.0b1\tmp\
Process Owner nobody (0)
File Owner N/A (0)
Group 0
System Windows NT PCWINVISTA 6.0 build 6000
Build Date Nov 2 2006 11:50:55
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Program Files\EasyPHP 2.0b1\apache\php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13...
Leer más ...
  ¿Donde se cambia los terminos de Registro en el Portal?  Tema: ¿Donde se cambia los terminos de Registro en el Portal?  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

¿Donde se cambia los acuerdos de registro en un portal CPGNuke/DragonflyCMS?

Quote::
./index.php?name=Your_Account&file=register

En España no parece logica la pregunta de si eres mayor o estas por debajo de 13 años, ni el acuerdo COPPA.... ni muchas otras cosas.
  System Info - Informacion de Sistema  Tema: System Info - Informacion de Sistema  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

...de nuestro servidor, la version de PHP, el path de root de nuestro servidor...

Setting: Value
CMS.Version: 9.2.1
PHP.Version: 5.2.0
MySQL.Version: 5.0.27-community-log (client: 5.0.22)
GD.Version: bundled (2.0.28 compatible)
CMS.path: C:/Archivos de programa/EasyPHP 2.0b1/www/Dragon9.2.1/
Core.path: C:/Archivos de programa/EasyPHP 2.0b1/www/Dragon9.2.1/includes/
Session.save_path: C:/Archivos de programa/EasyPHP 2.0b1\tmp\
Process.Owner: nobody (0)
File.Owner: N/A (0)
Group: 0
System: Windows NT ES28S03199342T1 5.1 build 2600
Build.Date: Nov 2 2006 11:50:55
Configure.Command: cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server.API: Apache 2.0 Handler
Virtual.Directory.Support: enabled
Configuration.File.(php.ini).Path: C:\Archivos de programa\EasyPHP 2.0b1\apache\php.ini
PHP.API: 20041225
PHP.Extension: 20060613
Zend.Extension:...
Leer más ...
  Problemas con IP en web DragonflyCMS  Tema: Problemas con IP en web DragonflyCMS  -   Portal DragonFlyCMS, CPGNuke  Foro: Portal DragonFlyCMS, CPGNuke
Envío Asunto:    Publicado: Avatar

...al foro.

Veo que tienes una versión de PHP inferior a la 5.2 (PHP Version 5.0.4) en esa versión los comandos inet_ntop y inet_pton de PHP estaban implementados, pero no funcionaban correctamente.

Supongo que no puedes actualizar tu servidor a una version de PHP posterior a la 5.2, asi que te voy a proponer darle un "cambiazo".

Vete a la linea 603 del Fichero "includes/cmsinit.inc" y encontrarás lo siguiente:

# IP Handling
function encode_ip($ip) {
if (PHPVERS >= 43) { $backtrace = debug_backtrace(); }
$backtrace = empty($backtrace) ? array('file' => 'unknown', 'line' => 0) : $backtrace[0];
trigger_error("DEPRECATED call to <a href=\"http://dragonflycms.org/$function\">$function</a>() by {$backtrace['file']} on line {$backtrace['line']}.", E_USER_WARNING);
return inet_pton($ip);
}

function ip2long32($ip, $unsigned=false) {
$ip = ip2long($ip);
if ($ip > 2147483647) { $ip -= 4294967296; } // pow(2,32)
if ($unsigned && $ip < 0) { $ip += 4294967296; }
return $ip;
}

function decode_ip($ip) {
global $db;
$ip = $db->unescape_binary($ip);
$l = strlen($ip);
if ($l == 5 || $l == 17...
Leer más ...
 
Página 9 de 10 Ir a página Anterior  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Siguiente
Todas las horas son GMT + 1 Hora
Cambiar a:  


Últimas búsquedas por posts: File - Reset - Mapa - Icons - Season Episodio - Inaugura Trident Season
Últimas búsquedas por topics: ONLINE SEASON INAUGURA MA - Manual Screaminfr Frog - Google Translator Hac... - Php5 - Los Invito a Mu Montev... - Solución
Tus últimas búsquedas: