• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share full code johncms mod by nhox*

CamXucViet

New Member
CODE: http://upwap.ru/2929806
DATA: http://upwap.ru/2929810
Demo: http://f.nhox.pro
Đăng nhập: admin + nhox
Code mod seo đầy đủ, mod GET post link ành, mod tag, mod chia sẻ bài viết, mod auto wap/web , mod thống kê truy cập, mod super leech tin tức .v.v.
 
Ai pc xả nén code rùi zip lại cái. Code không unzip đc hjx

----------> Bổ sung bài viết lúc 07:13 AM <----------> Bài viết trước lúc 07:08 AM <----------

Vote ai dùng zip lại đê
 
Code bị lỗi à.dùng net2ftp má unzip
 
data 9kb =))=))=))=))
 
Up lai data di...................
 
Up lai data di...................

[text]-- phpMyAdmin SQL Dump
-- version 3.4.11.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Dec 08, 2012 at 09:03 PM
-- Server version: 5.1.65
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `truyendu_123`
--

-- --------------------------------------------------------

--
-- Table structure for table `cms_ads`
--

CREATE TABLE IF NOT EXISTS `cms_ads` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` int(2) NOT NULL,
`view` int(2) NOT NULL,
`layout` int(2) NOT NULL,
`count` int(11) NOT NULL,
`count_link` int(11) NOT NULL,
`name` text NOT NULL,
`link` text NOT NULL,
`to` int(10) NOT NULL DEFAULT '0',
`color` varchar(10) NOT NULL,
`time` int(11) NOT NULL,
`day` int(11) NOT NULL,
`mesto` int(2) NOT NULL,
`bold` tinyint(1) NOT NULL DEFAULT '0',
`italic` tinyint(1) NOT NULL DEFAULT '0',
`underline` tinyint(1) NOT NULL DEFAULT '0',
`show` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_album_cat`
--

CREATE TABLE IF NOT EXISTS `cms_album_cat` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`sort` int(11) NOT NULL DEFAULT '0',
`name` varchar(40) NOT NULL,
`description` text NOT NULL,
`password` varchar(20) NOT NULL,
`access` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `access` (`access`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_album_comments`
--

CREATE TABLE IF NOT EXISTS `cms_album_comments` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sub_id` int(10) unsigned NOT NULL,
`time` int(11) NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`text` text NOT NULL,
`reply` text NOT NULL,
`attributes` text NOT NULL,
PRIMARY KEY (`id`),
KEY `sub_id` (`sub_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_album_downloads`
--

CREATE TABLE IF NOT EXISTS `cms_album_downloads` (
`user_id` int(10) unsigned NOT NULL,
`file_id` int(10) unsigned NOT NULL,
`time` int(10) unsigned NOT NULL,
PRIMARY KEY (`user_id`,`file_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `cms_album_files`
--

CREATE TABLE IF NOT EXISTS `cms_album_files` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`album_id` int(10) unsigned NOT NULL,
`description` text NOT NULL,
`img_name` varchar(100) NOT NULL,
`tmb_name` varchar(100) NOT NULL,
`time` int(11) NOT NULL DEFAULT '0',
`comments` tinyint(1) NOT NULL DEFAULT '1',
`comm_count` int(11) NOT NULL DEFAULT '0',
`access` tinyint(4) unsigned NOT NULL DEFAULT '0',
`vote_plus` int(11) NOT NULL,
`vote_minus` int(11) NOT NULL,
`views` int(10) unsigned NOT NULL DEFAULT '0',
`downloads` int(10) unsigned NOT NULL DEFAULT '0',
`unread_comments` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `album_id` (`album_id`),
KEY `access` (`access`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_album_views`
--

CREATE TABLE IF NOT EXISTS `cms_album_views` (
`user_id` int(10) unsigned NOT NULL,
`file_id` int(10) unsigned NOT NULL,
`time` int(10) unsigned NOT NULL,
PRIMARY KEY (`user_id`,`file_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `cms_album_votes`
--

CREATE TABLE IF NOT EXISTS `cms_album_votes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`file_id` int(10) unsigned NOT NULL,
`vote` tinyint(2) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `file_id` (`file_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_ban_ip`
--

CREATE TABLE IF NOT EXISTS `cms_ban_ip` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ip1` bigint(11) NOT NULL DEFAULT '0',
`ip2` bigint(11) NOT NULL DEFAULT '0',
`ban_type` tinyint(4) NOT NULL DEFAULT '0',
`link` varchar(100) NOT NULL,
`who` varchar(25) NOT NULL,
`reason` text NOT NULL,
`date` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `ip1` (`ip1`),
UNIQUE KEY `ip2` (`ip2`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_ban_users`
--

CREATE TABLE IF NOT EXISTS `cms_ban_users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT '0',
`ban_time` int(11) NOT NULL DEFAULT '0',
`ban_while` int(11) NOT NULL DEFAULT '0',
`ban_type` tinyint(4) NOT NULL DEFAULT '1',
`ban_who` varchar(30) NOT NULL DEFAULT '',
`ban_ref` int(11) NOT NULL DEFAULT '0',
`ban_reason` text NOT NULL,
`ban_raz` varchar(30) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `ban_time` (`ban_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_counters`
--

CREATE TABLE IF NOT EXISTS `cms_counters` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sort` int(10) NOT NULL DEFAULT '1',
`name` varchar(30) NOT NULL,
`link1` text NOT NULL,
`link2` text NOT NULL,
`mode` tinyint(4) NOT NULL DEFAULT '1',
`switch` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_forum_files`
--

CREATE TABLE IF NOT EXISTS `cms_forum_files` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`cat` int(10) NOT NULL,
`subcat` int(10) NOT NULL,
`topic` int(10) NOT NULL,
`post` int(10) NOT NULL,
`time` int(11) NOT NULL,
`filename` text NOT NULL,
`filetype` tinyint(4) NOT NULL,
`dlcount` int(10) NOT NULL,
`del` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `cat` (`cat`),
KEY `subcat` (`subcat`),
KEY `topic` (`topic`),
KEY `post` (`post`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_forum_rdm`
--

CREATE TABLE IF NOT EXISTS `cms_forum_rdm` (
`topic_id` int(11) unsigned NOT NULL DEFAULT '0',
`user_id` int(11) NOT NULL DEFAULT '0',
`time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`topic_id`,`user_id`),
KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `cms_forum_vote`
--

CREATE TABLE IF NOT EXISTS `cms_forum_vote` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` int(2) NOT NULL DEFAULT '0',
`time` int(11) NOT NULL DEFAULT '0',
`topic` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`count` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `topic` (`topic`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_forum_vote_users`
--

CREATE TABLE IF NOT EXISTS `cms_forum_vote_users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user` int(11) NOT NULL DEFAULT '0',
`topic` int(11) NOT NULL,
`vote` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `topic` (`topic`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_sessions`
--

CREATE TABLE IF NOT EXISTS `cms_sessions` (
`session_id` char(32) NOT NULL DEFAULT '',
`ip` bigint(11) NOT NULL DEFAULT '0',
`ip_via_proxy` bigint(11) NOT NULL DEFAULT '0',
`browser` varchar(255) NOT NULL DEFAULT '',
`lastdate` int(10) unsigned NOT NULL DEFAULT '0',
`sestime` int(10) unsigned NOT NULL DEFAULT '0',
`views` int(10) unsigned NOT NULL DEFAULT '0',
`movings` smallint(5) unsigned NOT NULL DEFAULT '0',
`place` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`session_id`),
KEY `lastdate` (`lastdate`),
KEY `place` (`place`(10))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `cms_settings`
--

CREATE TABLE IF NOT EXISTS `cms_settings` (
`key` tinytext NOT NULL,
`val` text NOT NULL,
PRIMARY KEY (`key`(30))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cms_settings`
--

INSERT INTO `cms_settings` (`key`, `val`) VALUES
('lng', 'vn'),
('homeurl', 'http://f.nhox.pro'),
('email', 'admin@duatop.net'),
('timeshift', '7'),
('copyright', 'Diễn Đ&agrave;n Wapmaster'),
('admp', 'panel'),
('flsz', '4000'),
('gzip', '1'),
('clean_time', '1354969923'),
('mod_reg', '2'),
('mod_forum', '2'),
('mod_guest', '2'),
('mod_lib', '2'),
('mod_gal', '2'),
('mod_down_comm', '1'),
('mod_down', '2'),
('mod_lib_comm', '1'),
('mod_gal_comm', '1'),
('meta_key', 'Diễn Đ&agrave;n Wapmaster'),
('meta_desc', 'Diễn Đ&agrave;n Wapmaster'),
('skindef', 'green'),
('news', 'a:8:{s:4:"view";i:1;s:4:"size";i:200;s:8:"quantity";i:5;s:4:"days";i:3;s:6:"breaks";b:1;s:7:"smileys";b:1;s:4:"tags";b:1;s:3:"kom";b:1;}'),
('karma', 'a:6:{s:12:"karma_points";i:5;s:10:"karma_time";i:86400;s:5:"forum";i:20;s:4:"time";i:0;s:2:"on";i:1;s:3:"adm";i:0;}'),
('antiflood', 'a:5:{s:4:"mode";i:2;s:3:"day";i:10;s:5:"night";i:30;s:7:"dayfrom";i:10;s:5:"dayto";i:22;}'),
('active', '1'),
('lng_list', 'a:13:{s:2:"az";s:13:"Azәrbaycanca";s:2:"cn";s:6:"中文";s:2:"de";s:7:"Deutsch";s:2:"en";s:7:"English";s:2:"ge";s:21:"ქართული";s:2:"id";s:9:"Indonesia";s:2:"kz";s:14:"Қазақша";s:2:"lv";s:9:"Latviešu";s:2:"ro";s:8:"Română";s:2:"ru";s:14:"Русский";s:2:"uk";s:20:"Українська";s:2:"uz";s:9:"O''zbekcha";s:2:"vn";s:10:"Việt Nam";}');

-- --------------------------------------------------------

--
-- Table structure for table `cms_users_guestbook`
--

CREATE TABLE IF NOT EXISTS `cms_users_guestbook` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sub_id` int(10) unsigned NOT NULL,
`time` int(11) NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`text` text NOT NULL,
`reply` text NOT NULL,
`attributes` text NOT NULL,
PRIMARY KEY (`id`),
KEY `sub_id` (`sub_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cms_users_iphistory`
--

CREATE TABLE IF NOT EXISTS `cms_users_iphistory` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`ip` bigint(11) NOT NULL DEFAULT '0',
`ip_via_proxy` bigint(11) NOT NULL DEFAULT '0',
`time` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `user_ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `counter`
--

CREATE TABLE IF NOT EXISTS `counter` (
`date` int(11) NOT NULL,
`browser` text NOT NULL,
`robot` text NOT NULL,
`robot_type` text NOT NULL,
`ip` varchar(15) NOT NULL,
`ip_via_proxy` varchar(15) NOT NULL,
`ref` text NOT NULL,
`host` int(11) NOT NULL,
`hits` int(11) NOT NULL AUTO_INCREMENT,
`site` text NOT NULL,
`pop` text NOT NULL,
`head` text NOT NULL,
`operator` text NOT NULL,
`country` text NOT NULL,
`user` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`hits`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `countersall`
--

CREATE TABLE IF NOT EXISTS `countersall` (
`date` int(11) NOT NULL,
`hits` int(11) NOT NULL,
`host` int(11) NOT NULL,
`yandex` int(11) NOT NULL,
`rambler` int(11) NOT NULL,
`google` int(11) NOT NULL,
`mail` int(11) NOT NULL,
`gogo` int(11) NOT NULL,
`yahoo` int(11) NOT NULL,
`bing` int(11) NOT NULL,
`nigma` int(11) NOT NULL,
`qip` int(11) NOT NULL,
`aport` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `counter_ip_base`
--

CREATE TABLE IF NOT EXISTS `counter_ip_base` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`start` bigint(11) NOT NULL,
`stop` bigint(11) NOT NULL,
`operator` text NOT NULL,
`country` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `download`
--

CREATE TABLE IF NOT EXISTS `download` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`refid` int(11) NOT NULL DEFAULT '0',
`adres` text NOT NULL,
`time` int(11) NOT NULL DEFAULT '0',
`name` text NOT NULL,
`type` varchar(4) NOT NULL DEFAULT '',
`avtor` varchar(25) NOT NULL DEFAULT '',
`ip` text NOT NULL,
`soft` text NOT NULL,
`text` text NOT NULL,
`screen` text NOT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `refid` (`refid`),
KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

-- --------------------------------------------------------

--
-- Table structure for table `forum`
--

CREATE TABLE IF NOT EXISTS `forum` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`refid` int(11) NOT NULL DEFAULT '0',
`type` char(1) NOT NULL DEFAULT '',
`time` int(11) NOT NULL DEFAULT '0',
`user_id` int(11) NOT NULL,
`from` varchar(25) NOT NULL DEFAULT '',
`realid` int(3) NOT NULL DEFAULT '0',
`ip` bigint(11) NOT NULL DEFAULT '0',
`ip_via_proxy` bigint(11) NOT NULL DEFAULT '0',
`soft` text NOT NULL,
`text` text NOT NULL,
`close` tinyint(1) NOT NULL DEFAULT '0',
`close_who` varchar(25) NOT NULL,
`vip` tinyint(1) NOT NULL DEFAULT '0',
`edit` text NOT NULL,
`tedit` int(11) NOT NULL DEFAULT '0',
`kedit` int(2) NOT NULL DEFAULT '0',
`curators` text NOT NULL,
`hdk_view` int(11) NOT NULL,
`tags` text NOT NULL,
`tiento` text NOT NULL,
`danhgia` int(11) NOT NULL DEFAULT '0',
`chuy` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `refid` (`refid`),
KEY `type` (`type`),
KEY `time` (`time`),
KEY `close` (`close`),
KEY `user_id` (`user_id`),
FULLTEXT KEY `text` (`text`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `forum_danhgia`
--

CREATE TABLE IF NOT EXISTS `forum_danhgia` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` int(11) NOT NULL DEFAULT '0',
`topic` int(11) NOT NULL,
`user` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `forum_thank`
--

CREATE TABLE IF NOT EXISTS `forum_thank` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user` int(11) NOT NULL DEFAULT '0',
`topic` int(11) NOT NULL,
`userthank` int(11) NOT NULL,
`chude` int(11) NOT NULL,
`time` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `gallery`
--

CREATE TABLE IF NOT EXISTS `gallery` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`refid` int(11) NOT NULL DEFAULT '0',
`time` int(11) NOT NULL DEFAULT '0',
`type` varchar(2) NOT NULL DEFAULT '',
`avtor` varchar(25) NOT NULL DEFAULT '',
`text` text NOT NULL,
`name` text NOT NULL,
`user` binary(1) NOT NULL DEFAULT '\0',
`ip` text NOT NULL,
`soft` text NOT NULL,
PRIMARY KEY (`id`),
KEY `refid` (`refid`),
KEY `type` (`type`),
KEY `time` (`time`),
KEY `avtor` (`avtor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `guest`
--

CREATE TABLE IF NOT EXISTS `guest` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`adm` tinyint(1) NOT NULL DEFAULT '0',
`time` int(15) NOT NULL DEFAULT '0',
`user_id` int(11) NOT NULL DEFAULT '0',
`name` varchar(25) NOT NULL DEFAULT '',
`text` text NOT NULL,
`ip` bigint(11) NOT NULL DEFAULT '0',
`browser` tinytext NOT NULL,
`admin` varchar(25) NOT NULL DEFAULT '',
`otvet` text NOT NULL,
`otime` int(15) NOT NULL DEFAULT '0',
`edit_who` varchar(20) NOT NULL DEFAULT '',
`edit_time` int(11) NOT NULL DEFAULT '0',
`edit_count` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `time` (`time`),
KEY `ip` (`ip`),
KEY `adm` (`adm`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `guest`
--

INSERT INTO `guest` (`id`, `adm`, `time`, `user_id`, `name`, `text`, `ip`, `browser`, `admin`, `otvet`, `otime`, `edit_who`, `edit_time`, `edit_count`) VALUES
(5, 0, 1354097930, 1, 'Nhox.Pro', 'Hehe', 1906493651, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', '', 0, '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `karma_users`
--

CREATE TABLE IF NOT EXISTS `karma_users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`karma_user` int(11) NOT NULL,
`points` int(2) NOT NULL,
`type` int(1) NOT NULL,
`time` int(11) NOT NULL,
`text` text NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `karma_user` (`karma_user`),
KEY `type` (`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `leech`
--

CREATE TABLE IF NOT EXISTS `leech` (
`id` int(11) NOT NULL,
`links` text CHARACTER SET utf8 NOT NULL,
`text` text CHARACTER SET utf8 NOT NULL,
`noidung` text CHARACTER SET utf8
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `leech`
--

INSERT INTO `leech` (`id`, `links`, `text`, `noidung`) VALUES
(0, '13 thủ thuật cực hay cho Facebook', 'http://m.tin247.com/13_thu_thuat_cuc_hay_cho_facebook-4-22017921.html', '\r\n 13 thủ thuật cực hay cho Facebook\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n&nbsp;\r\n Mỗi ngày qua, tín đồ Facebook dành hàng triệu giờ để cập thông tin từ mạng xã hội này. Có rất nhiều thao tác với Facebook để tối ưu hóa các chức năng và tùy biến trang cá nhân profile mà không phải ai cũng biết… \r\n&nbsp;\r\nDưới đây danh sách những thủ thuật cực hay về Facebook có thể bạn chưa biết\r\n&nbsp;\r\n1. Hiển thị ẩn trước một người bạn chat nào đó \r\n&nbsp;\r\nBằng việc mở cửa sổ chat Facebook của bạn, nhấn vào biểu tượng cài đặt ở góc bên phải phía trên và sau đó di chuyển đến “Advanced Settings”. Thẻ này cho phßp bạn nhập danh sách đen gồm những người không thể nhìn thấy bạn đang o&shy;nline. \r\n&nbsp;\r\n2. Định vị lại hình ảnh trên Timeline \r\n&nbsp;\r\nNếu bạn muốn giao diện Timeline của mình trông đáng yêu nhất có thể, hãy tinh chỉnh phần hình ảnh đang xuất hiện trên trang. Khi một hình ảnh nằm lộn xộn hoặc bạn không thể nhìn thấy trọng tâm, hãy đặt lại vị trí một chút để trông đẹp mắt hơn. Đầu tiên, click vào biểu tượng chiếc bút chì “Edit or Remove” trên góc phải và chọn “Reposition Photo”. Lựa chọn và kßo chúng cho tới khi đạt được yêu cầu của bạn.\r\n&nbsp;\r\n3. Gắn hình ảnh vào bản đồ\r\n&nbsp;\r\nNếu bạn là một người hâm mộ tính năng “Places”, bạn có thể dễ dàng trang trí nó bằng những hình ảnh về những hoạt động khác nhau của bạn trên khắp thế giới. Trên trang Places chính, hãy click vào “Add Photos to Map” và di chuyển một lượt qua các hình ảnh của bạn và thêm dữ liệu địa lý có liên quan là xong. \r\n&nbsp;\r\n4. Tắt tính năng thông báo qua email của Facebook\r\n&nbsp;\r\nFacebook có 1 tính năng tự động gửi thông tin đến người dùng Facebook mỗi khi có người mới vào kết bạn, chia sẻ hình ảnh hoặc là để lại lời nhắn trên Facebook, thì lập tức sẽ gửi cho chủ nhân Facebook 1 thông tin với nội dung liên quan đến email người sử dụng. Chắc chắn nhiều người khó chịu với tính năng này của Facebook. Để chặn lại tính năng tự động này, vào bảng My Account bạn chọn Notifications.\r\n&nbsp;\r\nSau đó sẽ xuất hiện 1 danh sách thật dài tùy chọn cho bạn. Ở đây bạn có thể tắt bỏ 1 số tính năng hoặc toàn bộ các tính năng mà Facebook đã thiết lập để gửi tự động qua Email cho bạn, nếu đây là sự làm phiền thì bạn nên tắt bỏ tất cả, 1 danh sách rất dài đấy. Sau khi tắt bỏ bạn kßo xuống cuối trang bấm vào Save Changes để lưu lại qua trình thiết lập.\r\n&nbsp;\r\n5. Upload hình ảnh chất lượng cao\r\n\r\nTheo mặc định, hình ảnh tải lên Facebook không cung cấp độ phân giải cao. Nếu muốn đảm bảo chúng đạt chất lượng tốt nhất, hãy kiểm tra hộp “High Quality” khi bạn quyết định upload. Điều này sẽ mất thời gian hơn một chút, song những hình ảnh đẹp hơn thì cũng xứng đáng chứ nhỉ?\r\n&nbsp;\r\n6. Sử dụng tính năng “View As” \r\n&nbsp;\r\nTính năng “View as” giúp bạn ngó nghiêng trang Facebook của chính mình trong vai trò của một vị khách (không phải chủ nhà). Chức năng hỗ trợ người dùng cảm nhận toàn cảnh về những cài đặt quyền riêng tư đang áp dụng.\r\nTừ trang Timeline của bạn, nhấn vào biểu tượng cài đặt gần“Activity Log” và sau đó click vào “View As.” Từ đây bạn sẽ có thể thấy được những người bạn của mình nhìn thấy gì khi họ đến thăm trang facebook của bạn.\r\n&nbsp;\r\n7. Tải xuống toàn bộ lịch sử\r\n&nbsp;\r\nĐể thực hiện việc này, bạn có thể thấy ở bên dưới trang tài khoản facebook, một đường link nhỏ sẽ xuất hiện ở dưới cùng danh sách các tùy chọn. Click vào “Download a copy of your Facebook data” để bắt đầu quá trình. \r\n&nbsp;\r\n8. Chuyển tiếp các câu chuyện trên Facebookcủa bạn \r\n&nbsp;\r\nPhải lặp lại những gì mình đã nói trước đó có thể là một phiền toái trong cuộc sống hàng ngày, thậm khi bạn khi đang ở trên thế giới o&shy;nline. Thay vì copy và paste những đường dẫn hày hướng dẫn đến nhiều người, hãyclick vào thẻ “Actions” ở đầu của bất kỳ tin nhắn Facebook nào và rồi truy cập đến tùy chọn chuyển tiếp.\r\n&nbsp;\r\n9.Gửi tin nhắn theo lịch đặt trước trên Facebook\r\n&nbsp;\r\nSendible cho phßp người dùng lên kế hoạch gửi tin nhắn trên Facebook với mốc thời gian đặt trước. Điều này sẽ giúp chúng ta chủ động gửi tin nhắn cho bạn bè, người thân nhân dịp đặc biệt như sinh nhật, lễ cưới…\r\n&nbsp;\r\n10. Xuất lịch Facebook đến máy tính của bạn\r\n&nbsp;\r\nHãy chắc chắn rằng bạn không bỏ lỡ bất cứ sự kiện quan trọng nào bằng việc xuất lịch Facebook tới cả Microsoft Outlook hay Apple iCal. Truy cập đến lịch Facebook calendar (được đặt ở dưới thẻ“Events” trên thanh điều hướng Facebook) và click vào biểu tượng cài đặt. Nhấn vào “Export", sau đó chọn cả danh sinh nhật trên Facebook của bạn hay những sự kiện sắp tới.\r\n&nbsp;\r\n11. Xem trước ảnh chỉ với thao tác rê chuột\r\n&nbsp;\r\nĐâylà một tiện ích không thể thiếu vắng nếu bạn thường xuyên xem ảnh và lướt qua các album của bạn bè trên Facebook. Chỉ cần đưa con trỏ vào vị trí của ảnh, FB Photo Zoom sẽ tự động phóng lớn bức ảnh lên để bạn có thể dễ dàng xem qua mà không cần phải mở trực tiếp bức ảnh. Ngoài ra, khi bạn đẩy con trỏ từ trái sang phải, bức ảnh sẽ được zoom thêm một chút nữa để bạn có thể xem rõ hơn.\r\n&nbsp;\r\n12. Xem ảnh theo phong cách cũ\r\n&nbsp;\r\nFacebook mong muốn thành viên được theo dõi các bức ảnh theo phong cách "nhà hát", đưa mỗi tấm hình trở thành một cửa sổ pop-up. Nếu bạn vẫn yêu thích kiểu xem ảnh đơn giản trước kia thì hãy phục hồi bằng tiện ích Revert Facebook Photo Viewer.\r\n&nbsp;\r\n13. Thông báo Chat trên Facebook \r\n&nbsp;\r\nVới Facebook Chat Notifications, bạn có thể cập nhật các tin tức mới nhất của bạn bè trên Facebook mà không cần phải mở Facebook ra hay chuyển đổi qua lại giữa các tab. Sau khi cài đặt, Facebook Notifications sẽ tích hợp icon thông báo vào thanh công cụ của Chrome. Bất cứ khi nào có thông báo mới trên Facebook bạn sẽ thấy công cụ này hiển thị ngay cho bạn biết.\r\n\r\nThúy Nga - (mashable.com)\r\n\r\n \r\n \r\n \r\n Xem thêm\r\n\r\n\r\n \r\n\r\n');

-- --------------------------------------------------------

--
-- Table structure for table `lib`
--

CREATE TABLE IF NOT EXISTS `lib` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`refid` int(11) NOT NULL DEFAULT '0',
`time` int(11) NOT NULL DEFAULT '0',
`type` varchar(4) NOT NULL DEFAULT '',
`name` tinytext NOT NULL,
`announce` text NOT NULL,
`avtor` varchar(25) NOT NULL DEFAULT '',
`text` mediumtext NOT NULL,
`ip` int(11) NOT NULL DEFAULT '0',
`soft` text NOT NULL,
`moder` tinyint(1) NOT NULL DEFAULT '0',
`count` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `moder` (`moder`),
KEY `time` (`time`),
KEY `refid` (`refid`),
FULLTEXT KEY `name` (`name`),
FULLTEXT KEY `text` (`text`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `news`
--

CREATE TABLE IF NOT EXISTS `news` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(11) NOT NULL DEFAULT '0',
`avt` varchar(25) NOT NULL DEFAULT '',
`name` text NOT NULL,
`text` text NOT NULL,
`kom` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `privat`
--

CREATE TABLE IF NOT EXISTS `privat` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user` varchar(25) NOT NULL DEFAULT '',
`text` text NOT NULL,
`time` varchar(25) NOT NULL DEFAULT '',
`author` varchar(25) NOT NULL DEFAULT '',
`type` char(3) NOT NULL DEFAULT '',
`chit` char(3) NOT NULL DEFAULT '',
`temka` text NOT NULL,
`otvet` binary(1) NOT NULL DEFAULT '\0',
`me` varchar(25) NOT NULL DEFAULT '',
`cont` varchar(25) NOT NULL DEFAULT '',
`ignor` varchar(25) NOT NULL DEFAULT '',
`attach` text NOT NULL,
PRIMARY KEY (`id`),
KEY `me` (`me`),
KEY `ignor` (`ignor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `stat_robots`
--

CREATE TABLE IF NOT EXISTS `stat_robots` (
`engine` text NOT NULL,
`date` int(11) NOT NULL,
`url` text NOT NULL,
`query` text NOT NULL,
`ua` text NOT NULL,
`ip` bigint(11) NOT NULL,
`count` int(11) NOT NULL,
`today` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `tags`
--

CREATE TABLE IF NOT EXISTS `tags` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`topic` int(11) NOT NULL DEFAULT '0',
`key` varchar(40) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tags_new`
--

CREATE TABLE IF NOT EXISTS `tags_new` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`time` int(11) NOT NULL DEFAULT '0',
`key` varchar(40) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE IF NOT EXISTS `users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(25) NOT NULL DEFAULT '',
`name_lat` varchar(40) NOT NULL DEFAULT '',
`password` varchar(32) NOT NULL DEFAULT '',
`rights` int(1) NOT NULL DEFAULT '0',
`failed_login` tinyint(4) NOT NULL DEFAULT '0',
`imname` varchar(25) NOT NULL DEFAULT '',
`***` varchar(2) NOT NULL DEFAULT '',
`komm` int(10) NOT NULL DEFAULT '0',
`postforum` int(10) NOT NULL DEFAULT '0',
`postguest` int(11) NOT NULL DEFAULT '0',
`yearofbirth` int(4) NOT NULL DEFAULT '0',
`datereg` int(11) NOT NULL DEFAULT '0',
`lastdate` int(11) NOT NULL DEFAULT '0',
`mail` varchar(50) NOT NULL DEFAULT '',
`icq` int(9) NOT NULL DEFAULT '0',
`skype` varchar(50) NOT NULL,
`jabber` varchar(50) NOT NULL,
`www` varchar(50) NOT NULL DEFAULT '',
`about` text NOT NULL,
`live` varchar(50) NOT NULL DEFAULT '',
`mibile` varchar(50) NOT NULL DEFAULT '',
`status` text NOT NULL,
`ip` bigint(11) NOT NULL DEFAULT '0',
`ip_via_proxy` bigint(11) NOT NULL DEFAULT '0',
`browser` text NOT NULL,
`time` int(11) NOT NULL DEFAULT '0',
`preg` tinyint(1) NOT NULL DEFAULT '0',
`regadm` varchar(25) NOT NULL DEFAULT '',
`mailvis` tinyint(1) NOT NULL DEFAULT '0',
`dayb` int(2) NOT NULL DEFAULT '0',
`monthb` int(2) NOT NULL DEFAULT '0',
`sestime` int(15) NOT NULL DEFAULT '0',
`total_on_site` int(11) NOT NULL DEFAULT '0',
`lastpost` int(11) NOT NULL,
`rest_code` varchar(32) NOT NULL,
`rest_time` int(11) NOT NULL,
`movings` int(11) NOT NULL DEFAULT '0',
`place` varchar(30) NOT NULL,
`set_user` text NOT NULL,
`set_forum` text NOT NULL,
`karma_plus` int(11) NOT NULL DEFAULT '0',
`karma_minus` int(11) NOT NULL DEFAULT '0',
`karma_time` int(11) NOT NULL DEFAULT '0',
`karma_off` int(1) NOT NULL,
`comm_count` int(10) unsigned NOT NULL,
`comm_old` int(10) unsigned NOT NULL DEFAULT '0',
`chuki` text NOT NULL,
PRIMARY KEY (`id`),
KEY `name_lat` (`name_lat`),
KEY `lastdate` (`lastdate`),
KEY `place` (`place`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `name_lat`, `password`, `rights`, `failed_login`, `imname`, `***`, `komm`, `postforum`, `postguest`, `yearofbirth`, `datereg`, `lastdate`, `mail`, `icq`, `skype`, `jabber`, `www`, `about`, `live`, `mibile`, `status`, `ip`, `ip_via_proxy`, `browser`, `time`, `preg`, `regadm`, `mailvis`, `dayb`, `monthb`, `sestime`, `total_on_site`, `lastpost`, `rest_code`, `rest_time`, `movings`, `place`, `set_user`, `set_forum`, `karma_plus`, `karma_minus`, `karma_time`, `karma_off`, `comm_count`, `comm_old`, `chuki`) VALUES
(1, 'Nhox.Pro', 'admin', '0928fe04c7f815f2cada40d742918d97', 9, 0, '', 'm', 0, 483, 5, 0, 1344817162, 1354974912, 'admin@localhost', 0, '', '', 'http://localhost/web/jgamecd', '', '', '', 'http://duatop.net', 1906494698, 0, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11', 0, 1, '', 0, 0, 0, 1354974585, 239542, 0, '', 0, 6, 'rss_read', 'a:12:{s:6:"avatar";b:1;s:6:"digest";b:0;s:10:"direct_url";b:0;s:7:"field_h";i:3;s:7:"field_w";i:40;s:5:"kmess";i:10;s:8:"quick_go";b:1;s:9:"timeshift";i:0;s:4:"skin";s:5:"green";s:7:"smileys";b:1;s:8:"translit";b:0;s:3:"lng";s:2:"vn";}', '', 0, 0, 1354894031, 0, 0, 0, '[7mau]Chào mừng bạn đến với F.Nhox.Pro[/7mau]'),
(11, 'Gasamac', 'gasamac', '0a54dfe32b045b0284213a8034e4d2b2', 0, 0, 'Huy', 'm', 0, 1, 0, 0, 1354367933, 1354368142, '', 0, '', '', '', 'T&ocirc;i là Admin wap vtv360.wap.sh', '', '', 'Chúng tôi yêu zingwap.net', 1107240365, 2065605962, 'Nokia2760/2.0 (05.20) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0', 0, 1, '', 0, 0, 0, 1354367952, 209, 1354368263, '', 0, 11, 'forum', '', '', 0, 0, 1354367952, 0, 0, 0, ''),
(2, 'boydatinh', 'boydatinh', '5b9e16dcbe37a0c61a4e1c200f5a3721', 0, 0, '', 'm', 0, 20, 0, 0, 1346942083, 1347153734, '', 0, '', '', '', '', '', '', 'Chúng t&ocirc;i y&ecirc;u duatop.net', 2365589640, 457255798, 'Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/28.2443; U; vi) Presto/2.8.119 Version/11.10', 0, 1, '', 0, 0, 0, 1347153448, 6067, 1347153560, '', 0, 26, 'mainpage', 'a:12:{s:6:"avatar";b:1;s:6:"digest";b:0;s:10:"direct_url";b:0;s:7:"field_h";i:3;s:7:"field_w";i:20;s:5:"kmess";i:10;s:8:"quick_go";b:1;s:9:"timeshift";i:0;s:4:"skin";s:5:"green";s:7:"smileys";b:1;s:8:"translit";b:0;s:3:"lng";s:2:"vn";}', '', 0, 0, 1347118680, 0, 0, 0, ''),
(3, 'siennhanpost', 'siennhanpost', '5b9e16dcbe37a0c61a4e1c200f5a3721', 0, 0, '', 'm', 0, 0, 0, 0, 1346953828, 1346953839, '', 0, '', '', '', '', '', '', 'Chúng tôi yêu zingwap.net', 2365589590, 2884085689, 'Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/28.2443; U; vi) Presto/2.8.119 Version/11.10', 0, 1, '', 0, 0, 0, 1346953832, 11, 0, '', 0, 3, 'mainpage', '', '', 0, 0, 1346953832, 0, 0, 0, ''),
(4, 'vinasoi', 'vinasoi', '35967e88434ab762ba299e6bba77f2ed', 0, 0, 'thanh', 'm', 0, 0, 0, 0, 1347502601, 1347502601, '', 0, '', '', '', 'dfhdghgh', '', '', 'Chúng tôi yêu zingwap.net', 1700990488, 0, 'Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1', 0, 1, 'admin', 0, 0, 0, 1347502601, 0, 0, '', 0, 0, '', '', '', 0, 0, 0, 0, 0, 0, ''),
(5, 'viyeu', 'viyeu', '0feecec7d53226201a77b7ec5c0ed68a', 0, 0, 'viyeu', 'm', 0, 0, 0, 0, 1347756642, 1347756642, '', 0, '', '', '', 'umj', '', '', 'Chúng tôi yêu zingwap.net', 458059858, 0, 'Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/22.0.110; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) BrowserNG/7.1.4', 0, 1, 'admin', 0, 0, 0, 1347756642, 0, 0, '', 0, 0, '', '', '', 0, 0, 0, 0, 0, 0, ''),
(6, 'jangpro', 'jangpro', '0fcd31921553ce6e5e4b42792cf74b54', 0, 0, '', 'm', 0, 0, 0, 0, 1347776889, 1347776907, '', 0, '', '', '', '', '', '', 'Chúng tôi yêu zingwap.net', 457561091, 0, 'Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1', 0, 1, '', 0, 0, 0, 1347776893, 18, 0, '', 0, 3, 'mainpage', '', '', 0, 0, 1347776894, 0, 0, 0, ''),
(7, 'nhox', 'nhox', '75b60aedb7654f172a84e746ffa2eb72', 0, 3, '', 'm', 0, 0, 0, 0, 1352447728, 1352447766, '', 0, '', '', '', '', '', '', 'Chúng tôi yêu zingwap.net', 1728521480, 0, 'SAMSUNG-GT-C3303K/1.0 NetFront/3.5 Profile/MIDP-2.0 Configuration/CLDC-1.1', 0, 1, '', 0, 0, 0, 1352447740, 38, 0, '', 0, 2, 'forum,156', '', '', 0, 0, 1352447742, 0, 0, 0, ''),
(9, 'vuive', 'vuive', 'c12300ad11eff4a508cf4466eb24119d', 0, 0, 'hoi nguyen', 'm', 0, 0, 0, 0, 1353673644, 1353673658, '', 0, '', '', '', 'aaa', '', '', 'Chúng tôi yêu zingwap.net', 2064876540, 0, 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', 0, 1, '', 0, 0, 0, 1353673646, 14, 0, '', 0, 2, 'rss_read', '', '', 0, 0, 1353673647, 0, 0, 0, ''),
(10, 'Justea', 'justea', 'e256456efd2e8b42505dd7d3658d370e', 0, 0, '', 'm', 0, 0, 0, 0, 1354200818, 1354339632, '', 0, '', '', '', '', '', '', 'Chúng tôi yêu zingwap.net', 1177008745, 2885105057, 'Nokia3110c/2.0 (07.21) Profile/MIDP-2.0 Configuration/CLDC-1.1 Mozilla/5.0 (Java; U; vi; nokia3110c) UCBrowser8.2.0.132/70/352/UCWEB Mobile UNTRUSTED/1.0', 0, 1, '', 0, 0, 0, 1354339631, 722, 0, '', 0, 1, 'mainpage', '', '', 0, 0, 1354339631, 0, 0, 0, ''),
(14, 'duatop', 'duatop', '75b60aedb7654f172a84e746ffa2eb72', 0, 0, '', 'm', 0, 0, 0, 0, 1354700451, 1354701116, '', 0, '', '', '', '', '', '', 'Chúng tôi yêu F.nhox.Pro', 1906494846, 0, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0', 0, 1, '', 0, 0, 0, 1354700864, 364, 0, '', 0, 24, 'mainpage', 'a:12:{s:6:"avatar";b:1;s:6:"digest";b:0;s:10:"direct_url";b:0;s:7:"field_h";i:3;s:7:"field_w";i:40;s:5:"kmess";i:10;s:8:"quick_go";b:1;s:9:"timeshift";i:0;s:4:"skin";s:5:"green";s:7:"smileys";b:1;s:8:"translit";b:0;s:3:"lng";s:2:"vn";}', '', 0, 0, 1354700453, 0, 0, 0, ''),
(12, 'nguyenhoa', 'nguyenhoa', '672d65d2c1ba6f3198e0ceb4b380855f', 0, 0, 'Nguy&ecirc;̃n Hòa', 'm', 0, 0, 0, 0, 1354397893, 1354887682, '', 0, '', '', '', 'Wapmaster', '', '', 'Chúng tôi yêu F.nhox.Pro', 1177008635, 1868294669, 'Nokia3110c/2.0 (07.30) Profile/MIDP-2.0 Configuration/CLDC-1.1 Opera/9.80 (Series 60; Opera Mini/5.1.22784/23.334; U; en) Presto/2.5.25 Version/10.54 UNTRUSTED/1.0', 0, 1, '', 0, 0, 0, 1354887618, 496, 0, '', 0, 4, 'mainpage', '', '', 0, 0, 1354886668, 0, 0, 0, ''),
(13, 'Smitran', 'smitran', '0099947b431437cfd8b8e69763ba6934', 0, 0, 'Smitran', 'zh', 0, 0, 0, 0, 1354490126, 1354490180, '', 0, '', '', '', 'T&ocirc;i là ng̀ r&acirc;́t tkíck đọc truy&ecirc;̣n 'Tkám tử lừg danh conan' tuj là cug bạck dươg đó hjhj(^_~)', '', '', 'Chúng tôi yêu F.nhox.Pro', 2885193581, 0, 'Nokia6120c/3.83; Profile/MIDP-2.0 Configuration/CLDC-1.1', 0, 1, '', 0, 0, 0, 1354490145, 54, 0, '', 0, 3, 'album', '', '', 0, 0, 1354490147, 0, 0, 0, '');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
[/text]
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Lee_Jin Share Full code+data blog johncms sieuhay.tk Johncms 22
H Help Xin code full tất cả các game bây giờ của JohnCMS Johncms 0
H Code Johncms Full mod cực kì đẹp chuẩn SEO Mã nguồn wap 4
B Share Code Johncms Full Mod Cực Kì Đẹp chuẩn Seo Johncms 0
Admin Share full code johncms vuivn.mobi đẹp làm wap game, truyện Johncms 15
bunvocam9x Share Share code johncms 5.0.0 full mod by ClanIT.TK Johncms 5
bunvocam9x Share Share code + data johncms vduc95.tk mod full Johncms 0
bunvocam9x Share Share code johncms HayCuc.Us full mod bang hội Johncms 0
Admin Share full code data blog johncms ditconme.mobi Johncms 0
Admin Share full code data blog johncms 4.5.1 wapga.org Johncms 1
Admin Share full code blog johncms ngon Mã nguồn wap 1
Admin Share code johncms full mod wapla.mobi v3 Johncms 0
Admin Share full code johncms pro seo ngon koyeu.us Johncms 1
T Share Full code blog johncms by keylove . biz ( full data 1k bv) Perfcms 1
Myshare Share Code JohnCMS mod Full by Nguyễn WapIT.Mobi Johncms 2
D Share Full code + data johncms 4.5.1 by GocTriKy.Com ! V2 All Shared Scripts 3
Admin Share code johncms full mod wapla.mobi v1 Johncms 0
Myshare Share Full Code Blog Xtgem Dạng JohnCms,Đẹp,Nhẹ Và Dễ Sửa Thông Tin Trong File,Đóng Vào File Js Và import Wap builder, wapego, xtgem, wen.ru, wapka, wap4 2
Admin Share full code 9xinh.mobi johncms 4.5 Johncms 0
Admin Share full code và data johncms giaitriso1.info Johncms 0
Admin Share code auto wap web full style cho johncms Johncms 0
Admin Share code johncms 4.4 full mod, fix gần hết lỗi Johncms 1
Admin Share full code blog xtgem giống JohnCMS ver 2 Wap builder, wapego, xtgem, wen.ru, wapka, wap4 7
Admin Share full code johncms 4.4 đẹp mod đầy đủ. Johncms 0
Admin Share code johncms 4.4 full mod khá good vgiaitri.info Johncms 2
Admin Share code full mod johncms c8zone.net Johncms 0
Admin Share full code+data johncms 4.4 itviet.us Johncms 4
Admin Share code JohnCMS 4.4 full mod zings4.com Johncms 0
Admin Share code johncms full mod vn.xalo94.tk Johncms 2
Admin Share code JohnCMS 4.4 mod full Mã nguồn wap 4
Admin Share code JohnCMS full mod mdangcap.com Johncms 3
style Share Full Code JohnCMs 4.4 gần lên 4.5 Bởi Vnbd.Us Johncms 10
Admin Share code johncms full mod ver 4.4 by vnnet.mobi ver 2 Johncms 1
Admin Share full code johncms tmax.mobi Johncms 0
H Xin code johncms full mod Johncms 7
Admin Share full code+data johncms của kenhmobi.net Johncms 7
Admin [Share] code + data johncms 4.4 full mod mobiwin.us Johncms 15
Admin [SHARE] Code JohnCMS Full Mod Ver 4.4 Vnnet.Mobi Johncms 11
Admin [Share] code johncms gần full mod Johncms 12
Admin [Share] JohnCMS Code full mod ver 4.4 by vn.mhatinh.com Johncms 14
Admin [Share] code johncms gần full mod Johncms 0
Admin Share code wap upload mod full Mã nguồn wap 3
cuongpro9x Share Full code WordPress Bán Hàng Giống Shopee, Lazada Wordpress 57
L Share Full Code Gocvn.Org Johncms 1
H Share Share Full code VBB openitvn.net Vbulletin 1
T Share Tổng Hợp Code Tool Mod Java Online [full] All Shared Scripts 0
T Share Code TOOL MOD Game Java Full Qua Url PHP 3
H Share code tool.vnpk.tk wap full tiện ích Mã nguồn wap 3
Cuongstyleyb Share Code Tỏ Tình Full by CuongstyleYB Mã nguồn web 6
C Share Code Wapupload Style Đen Mod Khá Full Cho Mn Mã nguồn wap 5

Similar threads

New posts New threads New resources

Back
Top