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

bác thread cho mình hỏi cáu hình :D vps 1 ram 1 core chạy jing ling vs hitleap được không cậu :3 window thì ok r bác nhỉ
 
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.
 
======= 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.
 
@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
418,350
Messages
7,070,362
Members
170,471
Latest member
0981836135

Most viewed of week

Most viewed of week

Back
Top Bottom