FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » Test Forum » test
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
test [message #18731] Fri, 04 June 2004 15:08 Go to next message
Anonymous   Italy
No Message Body
Re: test [message #18758 is a reply to message #18731] Tue, 08 June 2004 09:56 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #18783 is a reply to message #18758] Wed, 09 June 2004 08:19 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: Casa_Luna.jpg
    (Size: 37.52KB, Downloaded 1842 times)
Re: test [message #18784 is a reply to message #18731] Wed, 09 June 2004 11:13 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: scan0002.jpg
    (Size: 105.26KB, Downloaded 1506 times)
  • Attachment: scan0001.jpg
    (Size: 118.63KB, Downloaded 1441 times)
Re: test [message #18799 is a reply to message #18758] Thu, 10 June 2004 12:00 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #18802 is a reply to message #18731] Thu, 10 June 2004 13:08 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: scan0003.jpg
    (Size: 155.56KB, Downloaded 1572 times)
  • Attachment: scan0004.jpg
    (Size: 153.41KB, Downloaded 1702 times)
Re: test [message #18806 is a reply to message #18731] Thu, 10 June 2004 15:44 Go to previous messageGo to next message
Anonymous   Italy
http://ddhouse home e Twisted Evil
  1. fd
  2. dd
Re: test [message #18808 is a reply to message #18731] Thu, 10 June 2004 15:46 Go to previous messageGo to next message
Anonymous   Italy

ddddddddddd[ 0 votes ]
1. d 0 / 0%
2. g 0 / 0%
3. j 0 / 0%

Shocked Shocked Shocked Shocked Shocked Shocked
icon6.gif  Re: test [message #18838 is a reply to message #18731] Sat, 12 June 2004 20:34 Go to previous messageGo to next message
Anonymous   United States
yadda, yadda Twisted Evil Crying or Very Sad Shocked Laughing Embarassed
Re: test [message #19143 is a reply to message #18806] Mon, 28 June 2004 14:01 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #19144 is a reply to message #19143] Mon, 28 June 2004 14:40 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #19408 is a reply to message #19144] Thu, 15 July 2004 14:02 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: cucina3.jpg
    (Size: 65.90KB, Downloaded 1368 times)
Re: test [message #19410 is a reply to message #19408] Thu, 15 July 2004 21:07 Go to previous messageGo to next message
Laertes is currently offline  Laertes   Germany
Messages: 31
Registered: June 2004
Location: Hamburg, Germany
Karma: 0
Member
<?php
  
class my_highlight_string
  
{ function my_highlight_string ($html='#0000ff',
                  
$default='#0000BB',
                  
$keyword='#000080',
                  
$string='#b60033',
                  
$comment='#008000',
                  
$tag_open_close='#ffffcc'
                  
) //constructor
       
{     echo "<style>\n";
             echo
".source span.html    { color: $html; }\n";
             echo
".source span.default { color: $default; }\n";
             echo
".source span.keyword { color: $keyword; font-weight: bold;}\n";
             echo
".source span.string { color: $string; }\n";
             echo
".source span.comment { color: $comment; font-style: italic; }\n";
             echo
".source span.tag_open_close { color: $default; background-color: $tag_open_close; }\n";
             echo
"</style>\n"; }
         
    function
PrintCode ($code)
    {    echo
'<pre class="source">';
         
$source = highlight_file($code, TRUE);
             
             
// search style.
             
       
$search[0] = '<font color="'.ini_get('highlight.html').'">';
       
$search[1] = '<font color="'.ini_get('highlight.default').'">';
       
$search[2] = '<font color="'.ini_get('highlight.keyword').'">';
       
$search[3] = '<font color="'.ini_get('highlight.string').'">';
       
$search[4] = '<font color="'.ini_get('highlight.comment').'">';
       
$search[5] = '</font>';
       
$search[6] = '<br />';
       
$search[7] = '\r';
       
$search[8] = '&nbsp;';
             
$search[9] = '&lt;?';
             
$search[10] = '?&gt;';
             
             
// replace style.
             
       
$replace[0] = '<span class="html">';
       
$replace[1] = '<span class="default">';
       
$replace[2] = '<span class="keyword">';
       
$replace[3] = '<span class="string">';
       
$replace[4] = '<span class="comment">';
       
$replace[5] = '</span>';
       
$replace[6] = "\n";
       
$replace[7] = '';
       
$replace[8] = ' ';
             
$replace[9] = '<span class="tag_open_close">&lt;?</span>';
             
$replace[10] = '<span class="tag_open_close">?&gt;</span>';
             
       echo
str_replace($search, $replace, $source);
             
           echo
'</pre>';
         }
  } ;
?>
Re: test [message #19414 is a reply to message #19410] Fri, 16 July 2004 12:59 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #19416 is a reply to message #18731] Fri, 16 July 2004 22:31 Go to previous messageGo to next message
Anonymous   Romania
Helle Hello Hy


Shocked
Re: test [message #19418 is a reply to message #18731] Sat, 17 July 2004 09:29 Go to previous messageGo to next message
alansmith is currently offline  alansmith   United Kingdom
Messages: 49
Registered: February 2004
Location: Seaton Devon
Karma: 0
Member
2 test or not 2 test
Re: test [message #19469 is a reply to message #19416] Thu, 22 July 2004 12:04 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: pensile.jpg
    (Size: 75.47KB, Downloaded 1494 times)
Re: test [message #19470 is a reply to message #19469] Thu, 22 July 2004 14:02 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: A.jpg
    (Size: 44.34KB, Downloaded 1724 times)
  • Attachment: C.jpg
    (Size: 41.89KB, Downloaded 1681 times)
  • Attachment: M.jpg
    (Size: 45.89KB, Downloaded 1755 times)
  • Attachment: R.jpg
    (Size: 43.84KB, Downloaded 1639 times)
  • Attachment: V.jpg
    (Size: 41.70KB, Downloaded 1672 times)
Re: test [message #19474 is a reply to message #19470] Fri, 23 July 2004 09:43 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: bicolor.jpg
    (Size: 47.42KB, Downloaded 1684 times)
Re: test [message #19485 is a reply to message #19474] Mon, 26 July 2004 08:14 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #19486 is a reply to message #18784] Mon, 26 July 2004 09:52 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: siren.jpg
    (Size: 21.51KB, Downloaded 2513 times)
Re: test [message #19498 is a reply to message #18731] Tue, 27 July 2004 08:12 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: sirena.jpg
    (Size: 29.33KB, Downloaded 2289 times)
Re: test [message #19824 is a reply to message #19498] Tue, 07 September 2004 13:06 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: parquet.jpg
    (Size: 15.74KB, Downloaded 1948 times)
Re: test [message #19836 is a reply to message #18731] Fri, 10 September 2004 12:55 Go to previous messageGo to next message
Anonymous   Vietnam
YEAH, TEST
Re: test [message #19857 is a reply to message #18731] Tue, 14 September 2004 02:02 Go to previous messageGo to next message
Anonymous   United States
hey

hey
heyheyheyWOW THIS IS COOL IS IT?!?! Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked
Re: test [message #20075 is a reply to message #19410] Fri, 24 September 2004 09:11 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test (ама на кирилиц [message #20081 is a reply to message #20075] Fri, 24 September 2004 14:24 Go to previous messageGo to next message
Anonymous   Bulgaria
Алабала, портокала. Very Happy
Re: test [message #20537 is a reply to message #19824] Mon, 18 October 2004 21:06 Go to previous messageGo to next message
Anonymous   Italy
Anonymous wrote on Tue, 07 September 2004 09:06



Re: test [message #20538 is a reply to message #18731] Mon, 18 October 2004 21:07 Go to previous messageGo to next message
Anonymous   Italy
fffffffffff
Anonymous wrote on Fri, 04 June 2004 11:08



Re: test [message #20550 is a reply to message #20538] Tue, 19 October 2004 14:33 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: A1.JPG
    (Size: 22.10KB, Downloaded 1406 times)
Re: test [message #20551 is a reply to message #20550] Tue, 19 October 2004 14:33 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: A3.JPG
    (Size: 20.55KB, Downloaded 1391 times)
Re: test [message #20552 is a reply to message #20551] Tue, 19 October 2004 14:34 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: A4.JPG
    (Size: 14.06KB, Downloaded 1342 times)
Re: test [message #20553 is a reply to message #20552] Tue, 19 October 2004 14:34 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: A5.JPG
    (Size: 13.24KB, Downloaded 1479 times)
Re: test [message #20590 is a reply to message #18731] Wed, 20 October 2004 11:26 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #20591 is a reply to message #20590] Wed, 20 October 2004 11:28 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: mobile.jpg
    (Size: 20.79KB, Downloaded 2326 times)
Re: test [message #20634 is a reply to message #18731] Fri, 22 October 2004 12:58 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
Re: test [message #20635 is a reply to message #18731] Fri, 22 October 2004 13:10 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: Immagine6.jpg
    (Size: 23.70KB, Downloaded 1382 times)
Re: test [message #20636 is a reply to message #20635] Fri, 22 October 2004 13:17 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: foto2.JPG
    (Size: 12.89KB, Downloaded 1665 times)
Re: test [message #20699 is a reply to message #18731] Tue, 26 October 2004 09:35 Go to previous messageGo to next message
Anonymous   Italy
No Message Body
  • Attachment: Immagine.gif
    (Size: 4.11KB, Downloaded 1664 times)
Re: test [message #20701 is a reply to message #18731] Tue, 26 October 2004 09:42 Go to previous messageGo to previous message
Anonymous   Italy
No Message Body
  • Attachment: Immagine.gif
    (Size: 4.11KB, Downloaded 1301 times)
Pages (2): [1  2    »]  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: prova
Next Topic: Imtopen Wallaskprom
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Apr 29 03:02:35 GMT 2024

Total time taken to generate the page: 0.04153 seconds