Solved [VIP TUT] Run Traffic Click Botz, tool .NET, Auto, Softwares, Hitleap, Jingling,... trên VPS Linux

Joined
May 10, 2013
Messages
588
Reactions
150
MR
0.096
các bác chạy có bị như này không vậy
8G5agxS.png
]
em chạy được ngày hai ngày thì nó thế này rồi toàn phải tightvncserver -kill :1 đi xong lại tightvncserver :1 lại mới lại chạy được.
 

lovevip1102

Junior
Joined
Jul 11, 2012
Messages
266
Reactions
74
MR
0.009
Chat with me via Skype
======= Update cài dotnet cho 64-bit version =============
1/ Chạy 3 lệnh (nhớ bật VNC để theo dõi) (nhớ tắt cái Winetricks nha)
Code:
export WINEARCH="win32"
export WINEPREFIX=~/.wine-PROGRAM-NAME/
wineboot -u
Sẽ thấy bảng này hiện ra
M2DrFhy.png

Sau khi chạy xong tiếp tục cài dotnet

2/ Cài dotnet bằng lệnh sau
Code:
winetricks dotnet40

Version 2: dotnet20
Version 3.5: dotnet35
Version 4: dotnet40
Version 4.5: dotnet45

Máy sẽ tiến hành download .net và bản cài đặt sẽ hiện lên, các bạn chỉ cần tick accept rồi next next là được.
[/SPOILER]
mình chạy lệnh wineboot -u thì bị lỗi này
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:iphlpapi:NotifyAddrChange (Handle 0x10fe890, overlapped 0x10fe89c): stub
wine: configuration in '/root/.wine-PROGRAM-NAME' has been updated.
 
mình chạy lệnh wineboot -u thì bị lỗi này
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:iphlpapi:NotifyAddrChange (Handle 0x10fe890, overlapped 0x10fe89c): stub
wine: configuration in '/root/.wine-PROGRAM-NAME' has been updated.
Kệ nó cậu, nó hiện ra cái bảng như trên là dc.
 

ntquynh89

Hero
Joined
Jun 6, 2013
Messages
1,073
Reactions
391
MR
0.452
@sandaru giúp e cái anh, trong phần tạo database cho lazy , copy lệnh :
CREATE DATABASE thanhps_dbLazySsh;
CREATE TABLE IF NOT EXISTS `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` text NOT NULL, `password` text NOT NULL, `expired` date NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
INSERT INTO `customer` (`id`, `username`, `password`, `expired`) VALUES
(1, 'demo', 'demo', '2199-09-30');
Nó báo lỗi:
Error 1046 (3D000): No database selected
 
@sandaru giúp e cái anh, trong phần tạo database cho lazy , copy lệnh :

Nó báo lỗi:
Sorry nha cậu thiếu khúc giữa, cám ơn cậu đã báo lỗi lun :v

Code:
CREATE DATABASE thanhps_dbLazySsh;
USE thanhps_dbLazySsh;
CREATE TABLE IF NOT EXISTS `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` text NOT NULL, `password` text NOT NULL, `expired` date NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
INSERT INTO `customer` (`id`, `username`, `password`, `expired`) VALUES
(1, 'demo', 'demo', '2199-09-30');
 

Announcements

Today's birthdays

Forum statistics

Threads
425,449
Messages
7,157,093
Members
177,975
Latest member
leduong7979
Back
Top Bottom