This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| trasforma da <span class="mailto">domain,account,testo</span> | |
| a <a href="mailto:account@domain">testo</a> | |
| * testo e' opzionale, in caso sia assente visualizza l'indirizzo. | |
| */ | |
| function impostaIndirizziEMail() | |
| { | |
| if (!document.getElementsByTagName) { return; } | |
| ar_spans = document.getElementsByTagName('span'); | |
| for (i=0; i<ar_spans.length; i++) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/smilies-package.inc.php b/smilies-package.inc.php | |
| index bb5f42c..62c40d6 100644 | |
| --- a/smilies-package.inc.php | |
| +++ b/smilies-package.inc.php | |
| @@ -8,7 +8,7 @@ class smilies_package | |
| var $url_path; | |
| var $smilies = array(); | |
| - var $smiliessearch = array(); | |
| + var $smiliessearch = ''; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RewriteEngine On | |
| RewriteBase / | |
| RewriteCond %{HTTP_HOST} !www.alessiopedrali.it$ [NC] | |
| RewriteRule ^(.*)$ http://www.alessiopedrali.it/$1 [L,R=301] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mystique theme for wordpress: adds a filter to choose a custom favicon. | |
| --- ./header.php 2010-06-07 20:59:51.870570644 +0200 | |
| +++ ./header.php 2010-06-07 21:07:55.069569957 +0200 | |
| @@ -16,7 +16,7 @@ | |
| <?php endif; ?> | |
| <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> | |
| -<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> | |
| +<link rel="shortcut icon" href="<?php echo apply_filters( 'mystique_favicon', get_bloginfo('template_directory') . '/favicon.ico' ); ?>" /> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Starting program: /home/frasten/develop/openleu/trunk/src/leu | |
| CHECK : Mon Jan 18 14:42:34 2010 : Avvio del gioco ver 1.5 rel 09 | |
| CHECK : Mon Jan 18 14:42:34 2010 : Gioco in esecuzione sulla porta 7000. | |
| CHECK : Mon Jan 18 14:42:34 2010 : Utilizzo lib come directory dei dati. | |
| CHECK : Mon Jan 18 14:42:34 2010 : Svuoto la lista degli hosts bloccati. | |
| CHECK : Mon Jan 18 14:42:34 2010 : Blocco l'host: 130.225.96.225 | |
| CHECK : Mon Jan 18 14:42:34 2010 : Apro la connessione madre. | |
| CHECK : Mon Jan 18 14:42:34 2010 : Signal trapping. | |
| CHECK : Mon Jan 18 14:42:34 2010 : Boot db -- BEGIN. | |
| CHECK : Mon Jan 18 14:42:34 2010 : Resetting the game time: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Passi per riprodurlo: | |
| andare da Alistar (guardiana di L&P) | |
| mforce Alistar s | |
| n | |
| <aspetta> | |
| <CRASH> | |
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x0815f47a in IsGuildGuardRoomFP (room=4425, tgt_room=0x4ee8) at gilde.c:199 |
OlderNewer