Test word wrap :: ËÁÇ´ ::¤ØÂàÃ×èͧ·ÑèÇä» : Å´¹éÓ˹ѡ ¼ÁÃèǧ Å´¤ÇÒÁÍéǹ ÃÑ¡ÉÒ¼ÔÇ˹éÒ ÊÔÇ ¡ÃÐ ½éÒ ·Ó˹éÒãÊ ¤Çº¤ØÁ¹éÓ˹ѡ à¾Å§Í͹äÅ¹ì ¿Ñ§à¾Å§ Music online
:: DoctorSan.com ÂÔ¹´Õµé͹ÃѺ ::
Home  ¡ÅѺ˹éÒËÅÑ¡  ÊÁѤÃÊÁÒªÔ¡  µÑ駤ӶÒÁãËÁè  á¡é䢢éÍÁÙÅÊÁÒªÔ¡  ´ÙÊÁÒªÔ¡·Ñé§ËÁ´  Å×ÁÃËÑʼèÒ¹  
 

¢ÍàªÔ­ÃèÇÁʹ·¹ÒáÅÐáÊ´§¤ÇÒÁ¤Ô´àË繤ÃѺ


 

    ¤Ø³ÂѧäÁèä´é·Ó¡Òà Login ¤ÅÔê¡·Õè¹Õè à¾×èÍà¢éÒÃкº Click : : Êè§ãËéà¾×è͹ : :    : : Add ËÑÇ¢é͹Õé : :

  Test word wrap ÍèÒ¹ : 3499   : : á¨é§àµ×͹ : :  
  San
 Posted : 2004-03-22 17:42:55
Administrator

ÍÍ¿äŹì offline

  ÊÁÒªÔ¡¢Ò»ÃШÓ
 

 Sex :
 Post : 325
 ÊÁÒªÔ¡ÅӴѺ·Õè : 1




 
 
Code :
<edit file>
Sources/AdminEdit.pl
</edit file>

<search for>
my($snfchecked, $fls1, $fls2, $fls3, $utfchecked, $truncchecked, $mts1, $mts2, $mts3, $tsl6, $tsl5, $tsl4, $tsl3, $tsl2, $tsl1);
</search for>

<add after>
# Colorful jump to menu mod - begining
my($cjthidedashchecked, $cjtshowcolorschecked, $cjtusespcsschecked);
my($cjtmyjumptocls, $cjtmycatcls, $cjtmyboardcls, $cjtmycurboardcls, $cjtmydashcls, $cjtmydashline);
# Colorful jump to menu mod - end
</add after>

<search for>
if ($timeselected == 6) { $tsl6 = " selected" } elsif ($timeselected == 5) { $tsl5 = " selected" } elsif ($timeselected == 4) { $tsl4 = " selected" } elsif ($timeselected == 3) { $tsl3 = " selected" } elsif ($timeselected == 2) { $tsl2 = " selected" } else { $tsl1 = " selected" }
</search for>

<add after>
# Colorful jump to menu mod - begining
if ($cjthidedash) {$cjthidedashchecked = " checked" }
if ($cjtshowcolors) {$cjtshowcolorschecked = " checked" }
if ($cjtusespcss) {$cjtusespcsschecked = " checked" }

if($cjtshowcolors == 1) {
if($cjtusespcss == 1) {
$cjtmyjumptocls = "cjtmjump";
$cjtmycatcls = "cjtmcat";
$cjtmyboardcls = "cjtmboard";
$cjtmycurboardcls = "cjtmcurboard";
$cjtmydashcls = "cjtmdash";
}
else {
$cjtmyjumptocls = $cjtjumptocls;
$cjtmycatcls = $cjtcatcls;
$cjtmyboardcls = $cjtboardcls;
$cjtmycurboardcls = $cjtcurboardcls;
$cjtmydashcls = $cjtdashcls;
}
}
else {
$cjtmyjumptocls = "";
$cjtmycatcls = "";
$cjtmyboardcls = "";
$cjtmycurboardcls = "";
$cjtmydashcls = "";
}

if($cjthidedash == 0) {
$cjtmydashline = qq~<option value="" class="$cjtmydashcls">------------------------ -----</option>~;
}
else {
$cjtmydashline = "";
}
# Colorful jump to menu mod - end
</add after>

<search for>
</tr><tr>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2">$txt{'521'}</font></td>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><input type=checkbox name="menutype"$menuchecked></td>
</ search for>

<replace>
</tr>~;
# Colorful jump to menu mod - begining
$yymain .= qq~
<tr>
<td colspan=2 class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2"><b><a name="cjtlink">Colorful jump to menu mod</a><b></font></td>
</tr><tr>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2">Hide dash lines in menu between categories?</font></td>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><input type=checkbox name="cjthidedash" $cjthidedashchecked></td>
</tr><tr>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2">Use colors in "jump to" menu?</font><br><font size="1">This must be checked to see what this mod do.</td>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><input type=checkbox name="cjtshowcolors" $cjtshowcolorschecked></td>
</tr><tr>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2">Use special css sytle classes?</font></td>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><input type=checkbox name="cjtusespcss" $cjtusespcsschecked></td>
</tr><tr>
<td colspan=2 class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="1">If the upper option <b>is</b> checked you have to copy and paste these lines into template.html file between &lt;sytle&gt; and &lt;/sytle&gt;. Then, you can modify them as you like.</td>
</tr><tr>
<td colspan=2 class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="1"><i>
/* Jump to menu colors */<br>
.cjtmjump &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ background-color: #DEE7EF; color: #000000; } /* Colors for label "Jump to" */<br>
.cjtmcat &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ background-color: #6E94B7; color: #FFFFFF; } /* Colors for categories' labels */<br>
.cjtmboard &nbsp;&nbsp;&nbsp;&nbsp;{ background-color: #DEE7EF; color: #000000; } /* Colors for boards' labels */<br>
.cjtmcurboard &nbsp;{ background-color: #DEE7EF; color: #000000; } /* Colors for the board, you are currently in */<br>
.cjtmdash &nbsp;&nbsp;&nbsp;{ background-color: #DEE7EF; color: #000000; } /* Colors for dash lines, separating each category */<br>
</i></td>
</tr><tr>
<td colspan=2 class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="1">If the upper option is <b>not</b> checked, please fill out these fields or press "Set default colors" link. Write the name of the css class in the fields to use properties of that class. Class names are writen in template.html file.</font></td>
</tr><tr>
<td colspan=2 class="windowbg2" bgcolor="$color{'windowbg2'}">
<table border="0" cellspacing="0" cellpadding="4" align="left">
<tr>
<td colspan=2 class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2"><a href="#cjtlink" onMouseDown="Javascript:cjtjumptocls.value='windowbg' ;cjtcatcls.value='titlebg';cjtboardcls.value='windowbg';c jtdashcls.value='windowbg';cjtcurboardcls.value='windowbg2 ';">&gt;&gt; Set default colors</a></font></td>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2">Preview:</font><br><fo nt size="1">you have to save settings to effect on preview.</font></td>
<tr>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><font size="2">Class for "Jump to" label</font></td>
<td class="windowbg2" bgcolor="$color{'windowbg2'}"><input type=text name="cjtjumptocls" size="10" value="$cjtjumptocls"></td>
<td rowspan=5 valign="top" class="windowbg2" bgcolor="$color{'windowbg2'}">
<select name="cjtpreview">
<option class="$cjtmyjumptocls">Forum Jump:</option>


 

&lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Please&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;   &lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;blue&quot;&gt;&lt;b&gt;Help&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;    &lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;limegreen&quot;&gt;&lt;b&gt;Me&lt;/b&gt;&lt;/font&gt; &lt;/a&gt;   &lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;Please !&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;    &lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;maroon&quot;&gt;&lt;b&gt;Please !&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;    &lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Please !&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;    &lt;a href=&quot;http://www.doctorsan.com/clickout&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#090550&quot;&gt;&lt;b&gt;CLICK ME !&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;&lt;br&gt;&lt;a href=javascript:SanOpenPlayer('http://www.doctor.co.th/Media/SanPlayer.php?flashid=959&amp;width=156&amp;height=200&amp;banner=0&amp;flashlink=http://203.150.224.157/musicart/newmusicstation/karabound/tsunami.swf&amp;flashname=«Ñº¹éÓµÒÍѹ´ÒÁѹ...áÍê´^¤ÒÃÒºÒÇ..¡Ãлء´Í·¤ÍÁ')&gt; &lt;img src=&quot;http://www.doctor.co.th/YaBBImages/sanmediaflash.gif&quot; border=&quot;0&quot;&gt; &lt;b&gt;«Ñº¹éÓµÒÍѹ´ÒÁѹ....áÍê´ ¤ÒÃÒºÒÇ&lt;/b&gt;&lt;/a&gt; &lt;b&gt;: :&lt;/b&gt; &lt;a href=&quot;http://www.doctorsan.com/f_view.php?no_head=309&amp;offset=1&amp;cat=Intro&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;à¹×éÍà¾Å§ «Ñº¹éÓµÒÍѹ´ÒÁѹ&lt;/b&gt;&lt;/a&gt; &lt;br&gt;&lt;br&gt;&lt;a href=javascript:SanOpenPlayer('http://www.doctor.co.th/Media/SanPlayer.php?flashid=959&amp;width=156&amp;height=200&amp;banner=0&amp;flashlink=http://203.150.224.157/musicart//newmusicstation/kwanthai/kwanthai.swf&amp;flashname=¢ÇÒ¹ä·Âã¨Ë¹Öè§à´ÕÂÇ...ÃÇÁÈÔŻԹ..¡Ãлء´Í·¤ÍÁ')&gt; &lt;img src=&quot;http://www.doctor.co.th/YaBBImages/sanmediaflash.gif&quot; border=&quot;0&quot;&gt; &lt;b&gt;¢ÇÒ¹ä·Âã¨Ë¹Öè§à´ÕÂÇ&lt;/b&gt;&lt;/a&gt; &lt;b&gt;: :&lt;/b&gt; &lt;a href=&quot;http://www.kapook.com/musicstation/newmusicstation/play.php?id=4305&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;¢ÇÒ¹ä·Âã¨Ë¹Öè§à´ÕÂÇ ã¤ÃÃéͧ·è͹ä˹ÇÃää˹´Ùä´é¹Ð&lt;/b&gt;&lt;/a&gt; &lt;a href=&quot;https://www.escortfly.com&quot;&gt;istanbul escort&lt;/a&gt; &lt;a href=&quot;https://www.istanbulescorts.com.tr&quot;&gt;istanbul escort&lt;/a&gt; &lt;a href=&quot;https://www.umraniyeescort.com.tr&quot;&gt;umraniye escort&lt;/a&gt; &lt;a href=&quot;https://www.sislieskort.org&quot;&gt;sisli eskort&lt;/a&gt; &lt;a href=&quot;https://www.escortsfly.com&quot;&gt;istanbul escorts&lt;/a&gt; &lt;a href=&quot;https://www.izmirescorts.com.tr&quot;&gt;izmir escort&lt;/a&gt; &lt;a href=&quot;https://www.erotikmarketi.com&quot;&gt;tbilisi escort&lt;/a&gt; &lt;a href=&quot;https://www.umraniyescort1.com&quot;&gt;umraniye escort&lt;/a&gt; &lt;a href=&quot;https://www.mecidiyekoyescortt.com&quot;&gt;mecidiyekoy escort&lt;/a&gt; &lt;a href=&quot;https://www.mecidiyekoyescortt.com&quot;&gt;sisli escort&lt;/a&gt; &lt;a href=&quot;https://www.escortmodels.xyz/sisli-escort&quot;&gt;sisli escort&lt;/a&gt; &lt;a href=&quot;https://www.theplacesisli.com&quot;&gt;sisli escort&lt;/a&gt; &lt;a href=&quot;https://www.sisliescort.com.tr&quot;&gt;sisli escort&lt;/a&gt; &lt;a href=&quot;https://www.internationalescort.org&quot;&gt;sisli escort&lt;/a&gt; &lt;a href=&quot;https://www.taksimescort.com.tr&quot;&gt;taksim escort&lt;/a&gt; &lt;a href=&quot;https://www.seeanescort.com&quot;&gt;escort bayan&lt;/a&gt; &lt;a href=&quot;https://www.taksimparkcity.com&quot;&gt;taksim escort&lt;/a&gt; &lt;a href=&quot;https://www.umraniyeescort.com&quot;&gt;umraniye escort&lt;/a&gt; &lt;a href=&quot;https://www.kartalescort.com.tr&quot;&gt;kartal escort&lt;/a&gt; &lt;a href=&quot;https://www.sirinevlerescort.com.tr&quot;&gt;sirinevler escort&lt;/a&gt; &lt;a href=&quot;https://www.maltepeescort.com.tr&quot;&gt;maltepe escort&lt;/a&gt; &lt;a href=&quot;https://www.istanbulalan.com&quot;&gt;istanbul escort&lt;/a&gt; &lt;a href=&quot;https://www.kadikoyescort.com.tr&quot;&gt;kadikoy escort&lt;/a&gt; &lt;a href=&quot;https://www.vipescort.com.tr&quot;&gt;vip escort&lt;/a&gt; &lt;a href=&quot;https://www.mersinescort.com.tr&quot;&gt;mersin escort&lt;/a&gt; &lt;a href=&quot;https://www.escortsfly.com&quot;&gt;istanbul escorts&lt;/a&gt; &lt;a href=&quot;https://www.vipatakoy.com&quot;&gt;atakoy escort&lt;/a&gt; &lt;a href=&quot;https://www.avcilarbul.com&quot;&gt;avcilar escort&lt;/a&gt; &lt;a href=&quot;https://www.secretescortss.com&quot;&gt;beylikduzu escort&lt;/a&gt; &lt;a href=&quot;https://www.sexsohp.com&quot;&gt;okmeydani escort&lt;/a&gt; &lt;a href=&quot;https://www.besiktash.com&quot;&gt;besiktas escort&lt;/a&gt; &lt;a href=&quot;https://www.sisliescortbayan.xyz&quot;&gt;sisli escort&lt;/a&gt; &lt;a href=&quot;https://www.plusmaslak.com&quot;&gt;maslak escort&lt;/a&gt; &lt;a href=&quot;https://www.maslakescort.com&quot;&gt;maslak escort&lt;/a&gt; &lt;a href=&quot;https://www.cartuzla.com&quot;&gt;tuzla escort&lt;/a&gt; &lt;a href=&quot;https://www.noktasexshop.com.tr&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.noktaisitme.com&quot;&gt;isitme cihazi&lt;/a&gt; &lt;a href=&quot;https://www.noktashop.org&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.noktaseksshop.com&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.seksshopistanbul.net&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.vibratorum.net&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.jartiyercorap.com&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.noktashop.ist&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.fethiyesexshop.com&quot;&gt;sex shop&lt;/a&gt; &lt;a href=&quot;https://www.cekmekoyweb.com&quot;&gt;cekmekoy escort&lt;/a&gt; &lt;a href=&quot;https://www.esenlerburada.com&quot;&gt;esenler escort&lt;/a&gt; &lt;a href=&quot;https://www.bahcesehirde.com&quot;&gt;bahcesehir escort&lt;/a&gt; &lt;a href=&quot;https://www.capacomum.com&quot;&gt;capa escort&lt;/a&gt; &lt;a href=&quot;https://www.topkapigym.com&quot;&gt;topkapi escort&lt;/a&gt; &lt;a href=&quot;https://www.merterdizayn.com&quot;&gt;merter escort&lt;/a&gt; &lt;a href=&quot;https://www.aksarayonline.com&quot;&gt;aksaray escort&lt;/a&gt; &lt;a href=&quot;https://www.halkaliescortu.com&quot;&gt;halkali escort&lt;/a&gt;
  IP : (203.107.155.*)
ª×èÍÊÁÒªÔ¡ San Mail to San àºÍÃì msn Doctor_San_Th@hotmail.com Thailand Health Information Provider
áÊ´§¤ÇÒÁ¤Ô´àËç¹

  test clas code
 Posted : 2004-03-23 11:20:59   IP : (203.107.156.*)   ID : #00137




 
 
Code :
.announcebg { background-image: url(http://www.doctor.co.th/boardbg/sanannouncebg.jpg); font-size: 11px; font-style: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #000000; }
.adminbg { background-image: url(http://www.doctor.co.th/boardbg/sanadminbg.jpg); font-size: 11px; font-style: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #00000F; }
.editbg { background-color: #DEDDFD; font-size: 12px; font-style: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #0000FF; }


.reference { font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #A0a0a0; font-size: 10px; }
.hr { COLOR: #273F49; BACKGROUND-COLOR: transparent; }
.titlebg { COLOR: #FFFFFF; background-image: url(http://www.doctor.co.th/boardbg/default_titlebg.gif); }
.text1 { FONT-WEIGHT: bold; FONT-SIZE: 14px; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; COLOR: #A0A0A0; FONT-STYLE: normal; BACKGROUND-COLOR: transparent; }
.text2 { font-style: normal; font-weight: normal; font-size: 12px; color: #005177; BACKGROUND-COLOR: transparent; }
.catbg { FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-COLOR: #E5E8EC; COLOR: #304B58; }
.bordercolor { FONT-SIZE: 12px; FONT-FAMILY: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; BACKGROUND-COLOR: #273F49; }
.bg { background-color: #f5f5f5; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; font-size: 13px; font-weight: normal; }


.imgbg { font-style: normal; font-size: 10px; color: #005177; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; font-weight: normal; }
.imgcatbg { font-style: normal; font-size: 10px; color: #005177; font-weight: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; }
.imgtitlebg { font-style: normal; font-size: 10px; color: #FFFFFF; font-weight: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; }
.imgwindowbg { font-style: normal; font-size: 10px; color: #005177; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; font-weight: normal; }
.imgmenu { font-style: normal; font-size: 9px; color: #93B2DD; font-weight: bold; letter-spacing: 0.1em; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; }


.postfontsize { font-size: 13px; }
.messagebox { color: #000000; background-color: #DEE7EF; }
.quote { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; font-weight: normal; BACKGROUND-COLOR: #DEE7EF; }
.code { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Courier New, helvetica, Times New Roman, serif; BACKGROUND-COLOR: #cccccc; }


 
 Comment : 16
¡ÅѺ¢Öé¹´éÒ¹º¹

  test
 Posted : 2004-03-23 11:25:59   IP : (203.107.156.*)   ID : #00138




 
 
Code :
.announcebg { background-image: url(http://www.doctor.co.th/boardbg/sanannouncebg.jpg); font-size: 11px; font-style: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #000000; }
.adminbg { background-image: url(http://www.doctor.co.th/boardbg/sanadminbg.jpg); font-size: 11px; font-style: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #00000F; }
.editbg { background-color: #DEDDFD; font-size: 12px; font-style: normal; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #0000FF; }


.reference { font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; color: #A0a0a0; font-size: 10px; }
.hr { COLOR: #273F49; BACKGROUND-COLOR: transparent; }
.titlebg { COLOR: #FFFFFF; background-image: url(http://www.doctor.co.th/boardbg/default_titlebg.gif); }
.text1 { FONT-WEIGHT: bold; FONT-SIZE: 14px; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; COLOR: #A0A0A0; FONT-STYLE: normal; BACKGROUND-COLOR: transparent; }
.text2 { font-style: normal; font-weight: normal; font-size: 12px; color: #005177; BACKGROUND-COLOR: transparent; }
.catbg { FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-COLOR: #E5E8EC; COLOR: #304B58; }
.bordercolor { FONT-SIZE: 12px; FONT-FAMILY: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; BACKGROUND-COLOR: #273F49; }
.bg { background-color: #f5f5f5; font-family: Ms Sans Serif, Verdana, Krungthep, Thonburi, Helvetica, Arial; font-size: 13px; font-weight: normal; }


 
 Comment : 17
¡ÅѺ¢Öé¹´éÒ¹º¹

1 2 3 4


\'ËÑÇ¢éÍ¡è͹˹éÒ¹Õé  test degit in ebail formatt «-  µÑ駤ӶÒÁãËÁè  - » ·ÓäÁ Doctor San ËÅèͨѧ ãªèÃ...  ËÑÇ¢éͶѴä»


¡ÒáÃзÓÊÔè§ã´æ ·Õèà»ç¹¡ÒÃÅÐàÁÔ´ÊÔ·¸ÔÊèǹºØ¤¤Å ¡ÅèÒÇÃéÒ ËÁÔè¹»ÃÐÁÒ· Íѹ·ÓãËéà¡Ô´¡ÒÃàÊ×èÍÁàÊÕ ËÃ×Í¡ÒáÃÐ·Ó ·Õèà¢éÒ¢èÒÂâ¦É³Ò à¼Âá¾ÃèÊÔ觷Õèà»ç¹ÊÔè§ÅÒÁ¡Í¹Ò¨Òà ¢Ñ´µèÍÈÕŸÃÃÁÍѹ´Õ ÁÕâ·É·Ò§ÍÒ­Ò â·É°Ò¹¤ÇÒÁ¼Ô´µ¡¡Ñº¼Ùé·Õè¡ÃзӼԴâ´ÂµÃ§ËÃ×ͼÙé·Õèâ¾Êµì ¢éͤÇÒÁ ÀÒ¾ ËÃ×ÍàÊÕ§ ´Ñ§¡ÅèÒÇ¢Öé¹ÁÒ

àÇ纺ÍÃì´áË觹Õé ¨Ñ´·Ó¢Öé¹à¾×èͺÃÔ¡ÒÃÊÒ¸ÒóРáÅÐÊبÃÔµª¹
äÁè͹حҵ ãËéâ¦É³Ò¢ÒÂÊÔ¹¤éÒ ËÃ×Í â¦É³ÒªÑ¡ªÇ¹ãËéà¢éÒÃèÇÁ·Ó¸ØáԨẺà¤Ã×Í¢èÒ ËÃ×Íà¼Âá¾ÃèÊÔè§ã´æ·Õè¢Ñ´µèÍ¡¯ËÁÒÂáÅÐÈÕŸÃÃÁÍѹ´Õ¢Í§Êѧ¤Á

»Ñ¨¨ØºÑ¹ ÊÒÁÒöá¡ÐÃÍÂä»Âѧ¼Ùé·Õè¡ÃзӼԴº¹à¤Ã×Í¢èÒÂÍÔ¹àµÍÃìà¹çµ ä´éâ´ÂÊÒÁÒö·ÃÒº¶Ö§ àºÍÃìâ·ÃÈѾ·ì ·Õèãªéàª×èÍÁµèÍÁÒ ÀÒÂã¹àÇÅÒäÁèà¡Ô¹ 1 ªÑèÇâÁ§ ¶Ö§áÁé¼Ùé·Õèâ¾Êµì¨Ð»ÅÍÁá»Å§ËÁÒÂàÅ¢ IP ËÃ×Íãªé Proxy IP â¾Êµì¢éͤÇÒÁ¢Öé¹ÁÒ ËÃ×ÍáÁéáµè¡ÒÃÍÒÈÑÂÍÔ¹àµÍÃìà¹çµ¤Òà¿è ·èÒ¹ÍÒ¨¨ÐäÁèÃÙéÇèÒ Ê¶Ò¹·ÕèãËéºÃÔ¡ÒÃÍÔ¹àµÍÃìà¹çµ¤Òà¿èÁÕ¡Åéͧǧ¨Ã»Ô´áͺ«è͹ÍÂÙè µÒÁ¹âºÒ¢ͧÊӹѡ§Ò¹µÓÃǨáË觪ҵÔ

ËÒ¡ºØ¤¤Åã´¡ÃзӼԴẺ«éÓ«Ò¡ ËÁÒÂàÅ¢ IP áÅÐàºÍÃìâ·ÃÈѾ·ì¢Í§·èÒ¹¨Ð¶Ù¡¢Ö鹺ѭªÕ´ÓäÇé¡ÑºÊӹѡ§Ò¹µÓÃǨáË觪ҵÔ

Êèǹ¼Ùé·ÕèÁÕਵ¹Ò´ÕáÅÐäÁèä´é¡èͤÇÒÁàÊÕÂËÒÂËÃ×ÍÊÃéÒ§¤ÇÒÁÃÓ¤Ò­ãËéá¡è¼Ùéã´ ·èÒ¹äÁèµéͧ¡Ñ§ÇÅ ¢ÍãËé·èÒ¹ãªéºÃÔ¡Òà áÅÐà¾ÅÔ´à¾ÅÔ¹ ¼è͹¤ÅÒ áÊǧËÒ¤ÇÒÁÃÙé ä´éÍÂèÒ§»¡µÔáÅÐÁÕ¤ÇÒÁÊآ㹡Ò÷èͧàÇçº

áÊ´§¤ÇÒÁàËç¹µèͤӶÒÁ¹Õé :  00021 : : Êè§ãËéà¾×è͹ : :  ÍèÒ¹ : 3499   : : á¨é§àµ×͹ : :  
ËÑÇ¢éÍàÃ×èͧ¹Õé
Test word wrap
ª×èͤس
  IP ¢Í§¤Ø³·Õè¨Ð¶Ù¡ºÑ¹·Ö¡¤×Í : 44.200.101.170
ʶҹÐ
¤Ø³¡ÓÅѧ¨Ðâ¾Êµì㹰ҹмÙéÁÒàÂ×͹â»Ã´ãªé¶éͤÓÊØÀÒ¾´éÇ ¢Íº¤Ø³¤ÃѺ
ÍÕàÁÅÅì
    á¨é§àµ×͹·Ò§ÍÕàÁÅìàÁ×èÍÁÕ¼ÙéµÍº
ÃٻẺ¾ÔàÈÉ   ÂèÍ˹éÒ µÑÇË¹Ò µÑÇ¡ µÑÇËéÍ µÑÇ˹ѧÊ×ÍàÃ×ͧáʧ µÑÇ˹ѧÊ×ÍÁÕà§Ò µÑÇàÍÕ§ àÊé¹ãµé ãÊèÅÔ§¤ì â¾ÊµìÀÒ¾ ÊÕá´§ ÊÕà¢ÕÂÇ ÊÕ¹éÓà§Ô¹ ÊÕÊéÁ ÊÕªÁ¾Ù ÊÕà·Ò
Emotions  
á·Ã¡ÀÒ¾ 
¢¹Ò´ÀÒ¾ ËéÒÁà¡Ô¹ 50 kb  áÅÐ ä¿Åì Flash ¢¹Ò´ËéÒÁà¡Ô¹ 100 kb
áÊ´§¤ÇÒÁàËç¹



ÃкºáÅ¡à»ÅÕè¹ Banner ¤ÇÒÁàËÁÒÐÊÁ¢Í§ÀÒ¾ ÃѺ¼Ô´ªÍºâ´ÂàÇçºä«µì ÅÔ駤ìÍÂÙèãµéáµèÅÐÀÒ¾

ÈÙ¹ÂìÃÇÁÊØ´ÂÍ´àÇ»ä·Â ¹Ò§áºº ´ÒÃÒ à¾Õº


[ ÊÁѤÃÊÁÒªÔ¡ | »Ô´Ë¹éÒµèÒ§¹Õé ]


¢éͤÇÒÁ·Õè·èÒ¹ä´éÍèÒ¹à¡Ô´¨Ò¡¡ÒÃà¢Õ¹â´ÂÊÒ¸Òóª¹ áÅÐÊ觢Öé¹ÁÒẺÍѵâ¹ÁÑµÔ à¨éҢͧàÇ纺ÍÃì´äÁèÃѺ¼Ô´ªÍºµèÍ¢éͤÇÒÁã´æ·Ñé§ÊÔé¹ à¾ÃÒÐäÁèÊÒÁÒö ÃкØä´éÇèÒà»ç¹¤ÇÒÁ¨ÃÔ§ËÃ×ͪ×èͼÙéà¢Õ¹·Õèä´éàË繤×ͪ×èͨÃÔ§ ¼ÙéÍèÒ¹¨Ö§¤ÇÃãªéÇÔ¨Òó­Ò³ã¹¡ÒáÅÑ蹡Ãͧ áÅÐËÒ¡¾ºàËç¹¢éͤÇÒÁã´ ·Õè¢Ñ´µèÍ¡®ËÁÒÂáÅÐÈÕŸÃÃÁËÃ×Íà»ç¹¡ÒáÅÑè¹á¡Åé§à¾×èÍãËéà¡Ô´¤ÇÒÁàÊÕÂËÒ µèͺؤ¤Å ËÃ×Í˹èǧҹã´
¡ÃسÒÊè§ email ÁÒ·Õè webmaster@doctorsan.com  à¾×èÍãËé¼Ùé¤Çº¤ØÁÃкº·ÃÒºáÅзӡÒÃź¢éͤÇÒÁ¹Ñé¹ ÍÍ¡¨Ò¡ÃкºµèÍä»


 à¢éÒÃкº Admin  © Copyright 2004-2024 DoctorSan.com, All Right Reserved. Please contact : info@doctorsan.com