yoona
New Member
code này mình không dùng nữa nên share,ai biết thì thôi
demo đề mô
đầu tiên tạo thư mục: tin-nhan-hinh
trong thư mục đó tạo 2 file index và tin-nhan-hinh
dán code này vào file tin-nhan-hinh vừa tạo
dán code này trong file index vừa tạo
bây giờ dán code này vào trang chủ mà bạn muốn tin nhắn mới xuất hiện
demo đề mô
đầu tiên tạo thư mục: tin-nhan-hinh
trong thư mục đó tạo 2 file index và tin-nhan-hinh
dán code này vào file tin-nhan-hinh vừa tạo
Code:
<!--parser:xtscript-->get t
get tr
include yeusinhvien.***tgem.com/xt/xem.xt
assign $output=call yeusinhvien.***tgem.com@xem $input=$t;
assign $content=call source $file=/$output; $html_safe=0; $nl2br=0; $space2nbsp=1
assign $haystack = $content
assign $needle =<xt:code>
assign $text = call strstr $haystack=$haystack; $needle=$needle; $before_needle=0;
assign $text2 = call strstr $haystack=$haystack; $needle=$needle; $before_needle=0;
assign $text2 = call str_replace $subject=$text2; $search=<br/>; $replace=;
assign $text2 = call str_replace $subject=$text2; $search=</xt:code>; $replace=;
assign $text2 = call str_replace $subject=$text2; $search=</body>; $replace=;
assign $text2 = call str_replace $subject=$text2; $search=</html>; $replace=;
print <div class="menu">Tên: $t<br/>Đăng bởi: admin<br/>Thể loại: <a href="/tin-nhan-hinh">tin nhắn hình</a></div>
print <div class="box"><center>$text</center></div>
print <center><a href="/tin-nhan-hinh">Menu tin nhắn</a></center>
<!--/parser:xtscript-->
Code:
<!--parser:xtscript-->include yeusinhvien.***tgem.com/xt/tinnhan.xt
call yeusinhvien.***tgem.com@tinnhan $tn=/tin-nhan-hinh;
<!--/parser:xtscript-->
Code:
<!--parser:xtscript-->include yeusinhvien.***tgem.com/xt/tinnhan_in.xt
call yeusinhvien.***tgem.com@tinnhan $tn=/tin-nhan-hinh;
<!--/parser:xtscript-->