| QUOTE |
<?php // ####################### SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE); // #################### DEFINE IMPORTANT CONSTANTS ####################### define('CSRF_PROTECTION', true); require_once('global.php'); echo $stylevar[htmldoctype]; echo "<html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">"; echo "<head>"; echo "<style type=\"text/css\"> BODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; SCROLLBAR-FACE-COLOR: red; FONT-SIZE: 13px; BACKGROUND: url(nenngoaikaisan.jpg) while; PADDING-BOTTOM: 0px; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #fff; CURSOR: url('http://www.myspacecursor.net/cursor/3dc_3043.ani'); SCROLLBAR-SHADOW-COLOR: red; COLOR: red; LINE-HEIGHT: 145%; SCROLLBAR-ARROW-COLOR: #fff; PADDING-TOP: 0px; SCROLLBAR-TRACK-COLOR: red; FONT-FAMILY: arial,'trebuchet ms',helvetica,sans-serif; SCROLLBAR-BASE-COLOR: #fff; TEXT-ALIGN:scrollbar-dark-shadow-color: red; scrollbar-3d-light-color: #fff } A { FONT-WEIGHT: bold; COLOR: red; TEXT-DECORATION: none } A:hover { FONT-WEIGHT: bold; COLOR: pink; TEXT-DECORATION: none } A:active { font-style: normal; color: pink; text-decoration: none} A:visited { font-style: normal; color: pink; text-decoration: none} A:hover {font-style: normal; color: red; text-decoration: none} </style> "; echo "</head>"; echo "<body>"; // #################### Lay Bai Moi ####################### if ($_REQUEST['do'] == 'thongbao') { $ketqua = 50; $boxid = '102,103'; $latestpostq = $vbulletin->db->query_read("SELECT threadid,title FROM ". TABLE_PREFIX ."thread WHERE forumid IN ($boxid) AND visible = 1 ORDER BY dateline DESC LIMIT $ketqua"); while ($latestpost = $vbulletin->db->fetch_array($latestpostq)) { echo "<div><a href='http://kaisan.07x.net/ketnoicontim/showthread.php?t=".$latestpost['threadid']."' target=_blank>".$latestpost['title']."</div>"; } }// #################### Thong Bao ####################### if ($_REQUEST['do'] == 'gamehot') { $ketqua = 50; $boxid = '176'; $latestpostq = $vbulletin->db->query_read("SELECT threadid,title FROM ". TABLE_PREFIX ."thread WHERE forumid IN ($boxid) AND visible = 1 ORDER BY dateline DESC LIMIT $ketqua"); while ($latestpost = $vbulletin->db->fetch_array($latestpostq)) { echo "<div><a href='http://kaisan.07x.net/ketnoicontim/showthread.php?t=".$latestpost['threadid']."'target=_blank>".$latestpost['title']."</div>"; } } // #################### Thong Bao ####################### if ($_REQUEST['do'] == 'truyencuoi') { $ketqua = 50; $boxid = '45'; $latestpostq = $vbulletin->db->query_read("SELECT threadid,title FROM ". TABLE_PREFIX ."thread WHERE forumid IN ($boxid) AND visible = 1 ORDER BY dateline DESC LIMIT $ketqua"); while ($latestpost = $vbulletin->db->fetch_array($latestpostq)) { echo "<div><a href='http://kaisan.07x.net/ketnoicontim/showthread.php?t=".$latestpost['threadid']."'target=_blank>".$latestpost['title']."</div>"; } } // #################### Thong Bao ####################### if ($_REQUEST['do'] == 'clipnong') { $ketqua = 50; $boxid = '169'; $latestpostq = $vbulletin->db->query_read("SELECT threadid,title FROM ". TABLE_PREFIX ."thread WHERE forumid IN ($boxid) AND visible = 1 ORDER BY dateline DESC LIMIT $ketqua"); while ($latestpost = $vbulletin->db->fetch_array($latestpostq)) { echo "<div><a href='http://kaisan.07x.net/ketnoicontim/showthread.php?t=".$latestpost['threadid']."'target=_blank>".$latestpost['title']."</div>"; } } echo "</body>"; echo "</html>"; ?> |
| CODE |
| <if condition="$show['editor_toolbar']"> <div id="{$editorid}_controls" class="controlbar"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.gif" width="21" height="20" alt="$vbphrase[remove_text_formatting]" /></div></td> <if condition="$show['font_bbcode'] OR $show['size_bbcode']"> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> </if> <if condition="$show['font_bbcode']"> <td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px"> </div></td> <td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td> </tr> </table> </div></td> </if> <if condition="$show['size_bbcode']"> <td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px"> </div></td> <td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td> </tr> </table> </div></td> </if> <if condition="$show['color_bbcode']"> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td> <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td> </tr> </table> </div></td> </if> <if condition="$show['wysiwygsmilies']"> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td> <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td> </tr> </table> </div></td> </if> <if condition="$show['attach']"> <td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_editor]/attach.gif" alt="" width="21" height="20" /></td> <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td> </tr> </table> </div></td> </if> <!-- <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><div class="imagebutton" id="{$editorid}_cmd_cut"><img src="$stylevar[imgdir_editor]/cut.gif" width="21" height="20" alt="$vbphrase[cut]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/copy.gif" width="21" height="20" alt="$vbphrase[copy]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_paste"><img src="$stylevar[imgdir_editor]/paste.gif" width="21" height="20" alt="$vbphrase[paste]" /></div></td> --> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td> <td width="100%"> </td> <if condition="is_browser('ie') AND !is_browser('mac')"> <td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td> </if> <td> <div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]" /></div> <div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]" /></div> </td> <if condition="$show['wysiwyg_compatible']"> <td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td> </if> </tr> </table> <table cellpadding="0" cellspacing="0" border="0"> <tr> <if condition="$show['basic_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> </if> <if condition="$show['align_bbcode']"> <if condition="$stylevar['textdirection'] == 'ltr'"> <td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td> <else /> <td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td> </if> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> </if> <if condition="$show['list_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.gif" width="21" height="20" alt="$vbphrase[ordered_list]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.gif" width="21" height="20" alt="$vbphrase[unordered_list]" /></div></td> </if> <if condition="$show['align_bbcode'] OR $show['list_bbcode']"> <if condition="$stylevar['textdirection'] == 'ltr'"> <td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td> <else /> <td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td> </if> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> </if> <if condition="$show['url_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_unlink"><img src="$stylevar[imgdir_editor]/unlink.gif" width="21" height="20" alt="$vbphrase[remove_link]" /></div></td> <td><div class="imagebutton" id="{$editorid}_cmd_email"><img src="$stylevar[imgdir_editor]/email.gif" width="21" height="20" alt="$vbphrase[insert_email_link]" /></div></td> </if> <if condition="$show['img_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td> </if> <if condition="$show['quote_bbcode']"> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> </if> <if condition="$show['code_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/code.gif" width="21" height="20" alt="$vbphrase[wrap_code_tags]" /></div></td> </if> <if condition="$show['html_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.gif" width="21" height="20" alt="$vbphrase[wrap_html_tags]" /></div></td> </if> <if condition="$show['php_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/php.gif" width="21" height="20" alt="$vbphrase[wrap_php_tags]" /></div></td> </if> </tr> <tr>$vBeditTemplate[extrabuttons] </table> </div> </if> <div class="controlbar"> <if condition="$show['qr_require_click']"> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea> <else /> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea> </if> </div> <input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" /> <input type="hidden" name="styleid" value="$session[styleid]" /> <script type="text/javascript"> <!-- vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie'); var QR_EditorID = '$editorid'; //--> </script> |
| QUOTE |
| <center> <SCRIPT LANGUAGE="Javascript"><!-- function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='index.php'><img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner1.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner2.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner3.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner4.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner5.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner6.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner7.jpg' border='0'></a>" banner[number++] = "<img src='http://giangho.ketnoicontim.com/kaisankiemhiep/pig/banner/banner8.jpg' border='0'></a>" increment = Math.floor(Math.random() * number); document.write(banner[increment]); //--></SCRIPT> </center> |
| CODE |
| <TransitionsAndEffects Version="1.0"> <Titles> <TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}"> <Title name="Logo (Top-Left)" iconid="13"> <Param name="InternalName" value="TitleStandard"/> <Param name="Description" value="Overlays your picture file Top-Left"/> <Param name="LogoBitmapFilename" value="logo_flash.png"/> <Param name="LogoRect" value="0.0 0.0 0.240625 0.13333333333333333"/> <Paragraph> <Param name="IsOneLine" value="true"/> <Param name="BoundingRect" value="0.0 0.0 0.240625 0.13333333333333333"/> <Param name="MaxCharacterCount" value="32"/> </Paragraph> </Title> </TitleDLL> </Titles> </TransitionsAndEffects> |
| CODE |
| <TransitionsAndEffects Version="2.8"> <Titles> <TitleDLL guid="TFX"> <Title name="Overlay, Logo/Watermark" guid="Blaine's Logo/Watermark Overlay" iconid="13" comment="Blaine Logo Post 126996"> <Param name="Animation" value="TitleStandard"/> <Param name="Description" value="Places transparent logo in lower right corner"/> <Param name="LogoBitmapFilename" value="AddOnTFX/OverlayLogo.png"/> <Param name="LogoRect" value="0.8 0.75 0.15 0.2"/> <Paragraph> <Param name="IsOneLine" value="true"/> <Param name="BoundingRect" value="0.1 0.8 0.6 0.1"/> <Param name="MaxCharacterCount" value="32"/> </Paragraph> </Title> </TitleDLL> </Titles> </TransitionsAndEffects> |
| QUOTE (kaisan @ Feb 17 2009, 07:27 AM) |
| 1>flash fxp dow flash fxp 2>share scipt hay script 3> php music code music cuc hay share nhac cua tui hay :nhac cua tui ne ban~ moi 1.1 http://www.mediafire.com/?mznrymdzq0n http://svdainam.org/showthread.php?t=587 dowload Nhap dow Phan mem emeditor: http://www.mediafire.com/?6zme9zmlmmm Flash tuyet dinh http://trakhuc66.violet.vn/present/show/en...28/cm_id/290239 tao web tu dong cuc dinh http://freecodevn.com/for@um/showthread.php?t=55289&page=8 hi hi site truyen khoi phai post do~ qua he he http://freecodevn.com/for@um/showthread.php?t=19625 làm site kết bạn he he http://www.mediafire.com/file/tofndddhwj4/...tban.vannho.zip xă hội ảo cực hay http://www.mediafire.com/file/3zqmnzzj2kj/...et--Tifunny.rar trang game hot he he http://freecodevn.com/for@um/showthread.php?t=64719 tạo subdomain he he http://freecodevn.com/for@um/showthread.php?t=45329 Địa chỉ template flash cực đẹp làm home flash nè http://flash.filevn.com/categories.php?cat_id=22&page=5 |
| CODE |
| <!-- / nav buttons bar --> <br /> |
| CODE |
<if condition="$bbuserinfo[pmunread]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center"> <tr> <td class="thead"> <a href="/private.php?$session[sessionurl]"><img src="images/newpm.gif" alt="You have a new PM" border="0"></a> <a href="private.php"><div style="text-decoration:none;"> <font size=4 color=red><b>Bạn đang có $bbuserinfo[pmunread] tin nhắn chưa đọc ! Bấm vào đây để đọc !</b></font></div></a></td> </tr> </table> <br /> </if> <if condition="$bbuserinfo[friendreqcount]>0 AND THIS_SCRIPT!='profile'"> <script type="text/javascript"> if(confirm("Bạn có $bbuserinfo[friendreqcount] yêu cầu KẾT BẠN & CHAT. Nhấp chọn OK để xem nhé!")) { window.location.assign("profile.php?do=buddylist#irc"); } </script> </if> |