View Full Version : Tiếp tục share code ss6 không zen không mã hóa cho mọi người
vothailam
23-05-11, 10:15 AM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
hateroc22
23-05-11, 10:36 AM
WEB NBB :)........................ thanks for sharing :)
whylove
23-05-11, 10:39 AM
thanks for share :)
tuthanvangmat
23-05-11, 10:47 AM
test bug test bug :D
modbibi
23-05-11, 10:48 AM
hic...sao thấy code web quen quen...web này từng của mình sao..."do_nvdt.php"..cái này đang dev dở chưa làm xong...
hoaclub.s2
23-05-11, 10:49 AM
không được phá trinh nữa rùi ! 30 ký tự.............................................. ..... ! thanks for shera
darkmagician
23-05-11, 11:25 AM
web này mình cài nó báo server bảo trì không ah ai biết mở lại web thì giúp mình với
vnhcmvn
23-05-11, 12:24 PM
- Bữa trước share web có shell quá trời... bữa nay scan ko thấy nhưng cũng ớn ớn.... test chơi cho nó lành... đúng là 1 lần bất tín vạn lần bất tin... sorry
whylove
23-05-11, 02:06 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
về chạy thử thấy ko load bảng xếp hạng với ko đăng nhập dc :((
ngocanh87
23-05-11, 04:02 PM
Dùng data SCF hả bạn........................
thecong
23-05-11, 04:13 PM
Ko có file cài đặt để run query :)
khuek8b
23-05-11, 04:23 PM
cái này mình có lâu rùi,bản free ma.mình còn mấy bản đẹp hơn thế.thích thì tí úp.mún chạy web nay thì run hết query này
//--------------------------------------------------------------------------------------
//--------------------------- Chay Query -----------------------------------------------
//--------------------------------------------------------------------------------------
CREATE TABLE [Character_back] (
[AccountID] [varchar] (10) NOT NULL ,
[Name] [varchar] (10) NOT NULL ,
[LevelUpPoint] [int] NULL DEFAULT (0),
[Class] [tinyint] NULL ,
[Leadership] [smallint] NULL DEFAULT (0),
[Resets] [int] NOT NULL DEFAULT (0),
[Relifes] [int] NOT NULL DEFAULT (0)
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [CardPhone] (
[stt] [int] IDENTITY (1, 1) NOT NULL ,
[acc] [varchar] (20) NULL ,
[Name] [varchar] (10) NULL ,
[menhgia] [int] NULL ,
[card_type] [varchar] (20) NULL ,
[card_num] [varchar] (20) NULL ,
[card_serial] [varchar] (20) NULL ,
[ngay] [smalldatetime] NULL ,
[status] [tinyint] NULL ,
[addvpoint] [varchar] (20) NULL ,
[timenap] [int] NULL,
[timeduyet] [int] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [Card_Vpoint] (
[Name] [int] NOT NULL DEFAULT (0),
[accdl] [varchar] (20) NULL ,
[menhgia] [int] NULL ,
[card_num] [varchar] (20) NULL ,
[card_serial] [varchar] (20) NULL ,
[time_create] [int] NULL ,
[accused] [varchar] (20) NULL ,
[timenap] [int] NULL,
[status] [tinyint] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [DoanhThu] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[year] [int] NOT NULL DEFAULT (2008),
[month] [int] NOT NULL DEFAULT (1),
[money] [int] NOT NULL DEFAULT (0),
[card_type] [varchar] (20) NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [DaiLy] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[accdl] [varchar] (20) NOT NULL ,
[password] [varchar] (50) NOT NULL ,
[Name] [varchar] (255) NULL,
[Address] [varchar] (255) NULL,
[City] [varchar] (50) NULL,
[telephone] [varchar] (20) NULL,
[NumComputer] [int] NULL,
[yahoo] [varchar] (50) NULL,
[vpoint] [int] NOT NULL DEFAULT (0),
[status] [tinyint] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [DaiLy_Nap] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[accdl] [varchar] (20) NOT NULL ,
[Name_ck] [varchar] (255) NOT NULL ,
[So_TK] [varchar] (50) NULL ,
[money_ck] [int] (10) NOT NULL,
[money_old] [int] (10) NULL,
[time_ck] [varchar] (50) NOT NULL,
[time_duyet] [int] NULL,
[status] [tinyint] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [RegVIP] (
[AccountID] [varchar] (10) NOT NULL ,
[timedk] [int] NULL
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [TopMonth] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[stt] [int] NOT NULL DEFAULT (0) ,
[acc] [varchar] (20) NULL ,
[Name] [varchar] (10) NULL ,
[resets] [int] NOT NULL DEFAULT (0),
[Month] [int] NOT NULL DEFAULT (0) ,
[Year] [int] NOT NULL DEFAULT (0)
) ON [PRIMARY]
GO
--------------------------------------------------------------
CREATE TABLE [Check_Action] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[action] [varchar] (20) NULL ,
[time] [int] NOT NULL DEFAULT (0),
[status] [tinyint] NOT NULL DEFAULT (0)
) ON [PRIMARY]
GO
INSERT INTO Check_Action (action) VALUES ('ResetInDay')
INSERT INTO Check_Action (action) VALUES ('ResetInMonth')
INSERT INTO Check_Action (action) VALUES ('Top10RS')
--------------------------------------------------------------
alter table MEMB_INFO add bank bigint NOT NULL default 0
alter table MEMB_INFO add vpoint bigint NOT NULL default 0
alter table MEMB_INFO add gcoin bigint NOT NULL default 0
alter table MEMB_INFO add memb__pwd2 char(10)
alter table MEMB_INFO add memb__pwdmd5 char(50)
alter table MEMB_INFO add pass2 char(10)
alter table MEMB_INFO add jewel_chao int not null default 0
alter table MEMB_INFO add jewel_cre int not null default 0
alter table MEMB_INFO add jewel_blue int not null default 0
alter table Character add Resets int not null default 0
alter table Character add ResetVIP int not null default 0
alter table Character add Resets_Time int not null default 0
alter table Character add NoResetInDay int not null default 0
alter table Character add NoResetInMonth int not null default 0
alter table Character add Relifes int not null default 0
alter table Character add khoado tinyint not null default 0
alter table Character add makhoado varchar(50)
alter table Character add IsThuePoint tinyint not null default 0
alter table Character add TimeThuePoint int not null default 0
alter table Character add PointThue int not null default 0
alter table Character add ErrorSubBlock tinyint not null default 0
alter table Character add pointdutru int not null default 0
alter table Character add UyThac tinyint not null default 0
alter table Character add uythacoffline_stat int not null default 0
alter table Character add uythacoffline_time int not null default 0
alter table Character add PointUyThac int not null default 0
alter table Character add Onlinetime int not null default 0
Alter table Character add point_event int not null default 0
Alter table Character add event1_type1 int not null default 0
Alter table Character add event1_type2 int not null default 0
Alter table Character add event1_type3 int not null default 0
//--------------------------------------------------------------------------------------
//--------------------------- Chay Query -----------------------------------------------
//--------------------------------------------------------------------------------------
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[VI_CURR_INFO]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[VI_CURR_INFO]
GO
CREATE TABLE [dbo].[VI_CURR_INFO] (
[ends_days] [nvarchar] (8) COLLATE Chinese_PRC_CI_AS NULL ,
[chek_code] [nvarchar] (1) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[used_time] [int] NULL ,
[memb___id] [nvarchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[memb_name] [nvarchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[memb_guid] [int] NOT NULL ,
[sno__numb] [nvarchar] (18) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[Bill_Section] [int] NULL ,
[Bill_Value] [int] NULL ,
[Bill_Hour] [int] NULL ,
[Surplus_Point] [int] NULL ,
[Surplus_Minute] [datetime] NULL ,
[Increase_Days] [int] NULL
) ON [PRIMARY]
GO
thecong
23-05-11, 04:34 PM
up đê tớ crack cho ...................................
tuananhc1
23-05-11, 04:49 PM
Cài xong!, #:-s
Mà cái webshop không bằng TVWeb được nhỉ. như TVWeb hiện cả socket
parkdream1
23-05-11, 05:01 PM
thank 4 share .
vothailam
25-05-11, 09:16 AM
- Bữa trước share web có shell quá trời... bữa nay scan ko thấy nhưng cũng ớn ớn.... test chơi cho nó lành... đúng là 1 lần bất tín vạn lần bất tin... sorry
Đã nó web lấy được thì chắc phải nhiều shell rồi, phải cẩn thận kiểm tra trước khi dùng, mình không có thời gian kiểm tra shell đâu sory nhé
godhoang
28-05-11, 10:33 AM
Hehe, volthailam mà cũng đi chém web của tui ^^
Lần sau pm wa đây tui send cho pa. Web tui có dezend đâu mà ^^
vothailam
29-05-11, 07:10 AM
Hehe, volthailam mà cũng đi chém web của tui ^^
Lần sau pm wa đây tui send cho pa. Web tui có dezend đâu mà ^^
ẹc web shell đầy thế mà dám nhận của ông không sợ người ta đánh sạp server à?
Anh_Zai
29-05-11, 09:21 AM
wed nàu có bị Lỗi ji k các bạn
godhoang
29-05-11, 09:31 AM
ẹc web shell đầy thế mà dám nhận của ông không sợ người ta đánh sạp server à?
Dzậy làm sao chống đây ông :(
Chán quá.......
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
heroes1412
30-05-11, 07:36 PM
Nếu dezend dc thì crack có gì đâu nhỉ, ai cần thì up lên đây.
๑۩۞۩๑๑۩۞۩๑
31-05-11, 10:14 AM
Ok dể tét thử cái , cám ơn các bạn đã share
godhoang
31-05-11, 10:11 PM
bản này bị lỗi Quên mật khẩu :(
Vào nó chả nói gì để mình nhập email gửi pass cả :(
Lỗi này lớn à nha !!!
Ai fix đc chỉ ae !!!
blackcatyb
31-05-11, 11:36 PM
có ai biết đây là lỗi ji k help me
Xác nhận truy cập: TỐT
Warning: mssql_query() [function.mssql-query]: message: There is already an object named 'XP_MD5_EncodeKeyVal' in the database. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 33
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 33
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'bank' in table 'dbo.MEMB_INFO' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 44
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 44
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'vpoint' in table 'dbo.MEMB_INFO' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 45
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 45
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'jewel_chao' in table 'dbo.MEMB_INFO' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 46
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 46
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'jewel_cre' in table 'dbo.MEMB_INFO' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 47
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 47
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'jewel_blue' in table 'dbo.MEMB_INFO' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 48
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 48
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'Transfer_Time' in table 'dbo.MEMB_INFO' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 49
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 49
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'Resets' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 51
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 51
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'ResetVIP' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 52
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 52
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'Resets_Time' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 53
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 53
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'NoResetInDay' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 54
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 54
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'NoResetInMonth' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 55
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 55
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'Relifes' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 56
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 56
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'IsThuePoint' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 57
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 57
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'timethuepoint' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 58
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 58
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'PointThue' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 59
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 59
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'pointdutru' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 60
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 60
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'uythacoffline_stat' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 61
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 61
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'uythacoffline_time' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 62
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 62
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'PointUyThac' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 63
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 63
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'QuestType' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 64
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 64
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'QuestReg' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 65
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 65
Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'QuestCount' in table 'dbo.Character' is specified more than once. (severity 16) in C:\xampp\htdocs\1\caidat\index.php on line 66
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\1\caidat\index.php on line 66
Kết thúc quá trình Cài đặt !!! Web đã có thể hoạt động !!!
Đang tiến hành khóa truy cập đến phần cài đặt này...
CẢNH BÁO!!! Để quá trình bảo mật được tốt hơn, vui lòng xóa thư mục Install này!!
Bộ Cài Đặt
Phát Triển bởi Mr.Cuong
gaoblackxincha
01-06-11, 12:48 AM
Gì mà có MR.Cuong nữa ta!
//////////////
Kết thúc quá trình Cài đặt !!! Web đã có thể hoạt động !!!
Đang tiến hành khóa truy cập đến phần cài đặt này...
CẢNH BÁO!!! Để quá trình bảo mật được tốt hơn, vui lòng xóa thư mục Install này!!
/////////////////
Không nghe nó thông báo hả đại ca
blackcatyb
01-06-11, 02:49 AM
Nhưng khi vào web nó lại bị thế này
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
godhoang
01-06-11, 07:26 AM
1 là lỗi Zend
2 là phải cài xampp 1.71 cho riêng bản này.
Ai fix đc cái lỗi Quên MK chỉ đi !!!!!!!!!
newmember2
11-08-11, 10:48 PM
1 là lỗi Zend
2 là phải cài xampp 1.71 cho riêng bản này.
Ai fix đc cái lỗi Quên MK chỉ đi !!!!!!!!!
godhoang pro mà không biết fĩ lỗi này ah :))
LHB_LOVE
12-08-11, 01:08 PM
hướng giải quyết cho việc ko send pass về email là sau khi nhập thông tin để lấy pass
thì hiển thị luôn pass mới cho người chơi. :)
xtgroup
14-08-11, 06:10 PM
em bị lổi cái file mả xác nhận trong dk ai giúp e với:((
voiceip
14-08-11, 06:49 PM
godhoang pro mà không biết fĩ lỗi này ah :))
Bạn cũng có biết gõ chuẩn đâu, gõ x 2 lần để ra chữ fix bạn nhé, tại vietkey đây mà.
omasakis
14-08-11, 07:26 PM
ai biết lỗi này là tại sao ko chỉ e với
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>)
nếu đc thì pm yh: omasakis cho e nha. tks cả nhà
đã sữa đc cái lỗi trên rùi. tại thư mục file đó chưa đúng.
A nào cho e hỏi why e đăng nhập vào web nó cứ báo là server bảo trì và top không lấy từ data
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.