How To Make $2-3 A Day Using VPS (AutoPilot)


SUBMITTED BY: woaidaima

DATE: April 20, 2016, 10:48 a.m.

FORMAT: Text only

SIZE: 7.0 kB

HITS: 1104

  1. In this TBN community I have seen many people having lot of VPS and most of them have no idea what to do with their VPS after the massive ban from YT and DM.
  2. So this tutorial may help you to cover back your VPS cost and might fetch you some profit if you follow the instructions I give below.
  3. Requirement:
  4. Website
  5. Few VPS to run Traffic Exchange (OS - Ubuntu 14.04 - 64/32 bit)
  6. Little knowledge in Linux
  7. Understanding and reading skills (MAIN - So that you read this hole thread and stop asking silly questions)
  8. I have 15 VPS and I make approximately $2-3 everyday by combining all the CPM networks which is 40-60$. This method is mainly for the people who have no idea what to do with their VPS.
  9. I will just go step by step clearly so that I can avoid a lot of newbies post on this thread ;)
  10. 1. List of website you need to signup
  11. Note: All the non referral links will be posted at end of this thread. If you need any personal support from me then your are requested to signup under my referral or else use the non-referral link at the end of this thread.
  12. CPM network list:
  13. 1. BlockAdz : Join Now
  14. 2. AdsPtp : Join Now
  15. 3. AdmediaTex : Join Now
  16. 4. CPMBux : Join Now
  17. 5. A-Ads : Join Now
  18. 6. AlexaMaster : Join Now
  19. 7. AlexaSurfing : Join Now
  20. 8. HitLeap : Join Now
  21. Once you signed up on all the network listed above now you need to create a website so that you can place all your adds on the website and make some money.
  22. 2. Setting up a website
  23. Recently I made a simple tutorial on how to setup your website on Linux. So what you have to do is take one of your Linux VPS to host a website. For a domain you can use .tk domain for free.
  24. [TUTORIAL] How To Host Your Website On Linux VPS (WordPress): http://thebot.net/threads/tutorial-how-to-host-your-website-on-linux-vps-wordpress.360219/
  25. The above tutorial will help you to create a website. After creating a website you need to configure rest of your Linux VPS to run Traffic Exchange.
  26. 3. Setting up VPS to run Traffic Exchange
  27. Now we have to setup our VPS. Download Putty and run it. Add your VPS ip and connect to your VPS though Putty. After that enter "username" and "password" ( Username and password will be in your mail)
  28. Please follow the exact information giving below:
  29. 1. Enter these commands on your Linux terminal:
  30. Code:
  31. apt-get purge apache2* bind9* samba*
  32. apt-get update
  33. apt-get upgrade
  34. apt-get install nano
  35. apt-get install firefox
  36. apt-get install xorg lxde-core tightvncserver
  37. sudo apt-get update
  38. sudo apt-get install wine
  39. 2. Run vncserver for 1st and enter a password you want to use:
  40. Code:
  41. vncserver :1
  42. 3. Now kill the vncserver:
  43. Code:
  44. vncserver -kill :1
  45. 4. Open and edit "xstartup":
  46. Code:
  47. nano ~/.vnc/xstartup
  48. Now at the bottom of this file place the following text, then use ctrl+o to save then ctrl+x to exit
  49. Code:
  50. lxterminal &
  51. /usr/bin/lxsession -s LXDE &
  52. 5. Reboot your VPS
  53. Code:
  54. reboot
  55. After rebooting your VPS type this command and then open vncserver:
  56. Code:
  57. vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565
  58. 6. Connect to your VPS with VNCViewer and type the following command:
  59. Code:
  60. cd Desktop
  61. wget -O hitleap.msi http://hitleap.com/viewer/latest
  62. wine start hitleap.msi
  63. Now you can run HitLeap on your VPS. You need to run Alexamaster and Alexasurfing, so just follow few more commands to run them.
  64. Open terminal and type "firefox" on Firefox URL type "about:config" and change the following settings given below with their respected value:
  65. browser.sessionhistory.max_entries => 1
  66. browser.sessionhistory.max_total_viewer => 1
  67. browser.sessionstore.resume_from_crashuser => false
  68. browser.cache.disk.max_chunks_memory_usage => 1024
  69. browser.cache.disk.max_priority_chunks_memory => 1024
  70. browser.cache.memory.max_entry_size => 1024
  71. browser.cache.offline.enable => false
  72. javascript.options.gc_on_memory_pressure => false
  73. memory.free_dirty_pages => true
  74. memory.ghost_window_timeout_secods => 30
  75. Now right click on the menu and create new integer and put the name tab "browser.cache.memory.capacity" and value tab "8192".
  76. Go to Firefox preferences:
  77. General TAB: uncheck always check if firefox is your default browser, when firefox start set to my homepage, click restore to default homepage button
  78. Content TAB: check block pop-up windows and create exceptions for : system.alexamaster.com and ebesucher.com
  79. Privacy TAB: set firefox will never remember history
  80. Security TAB: uncheck all options
  81. Advanced - General TAB: uncheck all options
  82. Advanced - Update TAB: never check for update and uncheck search engine update
  83. Download and install "iMarcos for firefox" and "alexamaster", "alexasurfing" addons for more points and restart your browser. Create a iMacro file as traffic.iim and paste the follow code:
  84. Code:
  85. VERSION BUILD=8920312 RECORDER=FX
  86. SET !ERRORIGNORE YES
  87. SET !LOOP -99999
  88. SET !TIMEOUT 320
  89. TAB T=1
  90. URL GOTO=https://www.alexamaster.net/autosurf.php?Master=
  91. TAB OPEN
  92. TAB T=2
  93. URL GOTO=http://www.alexasurfing.com/dashboard/autosurf/?uid=
  94. WAIT SECONDS=1900
  95. TAB CLOSEALLOTHERS
  96. Note: Kindly replace the links with your links
  97. Now we have to create a file that will restart your browser for every 1hour or 30minutes
  98. Timer 1800 = 30minutes, 3200 = 1hour choose any one or use your own time to restart firefox.
  99. Create a bash command:
  100. vi run.sh
  101. Code: (Press "Insert" button and then paste the code)
  102. Code:
  103. #!/bin/bash/
  104. while :
  105. do
  106. firefox imacros://run/?m=traffic.iim & sleep 1800
  107. killall firefox
  108. killall firefox
  109. sleep 5
  110. done
  111. PRESS : ESC + : + x (to save and exit)
  112. Type "sh run.sh". Now your browser must run 5 TE automatically on firefox and it should restart firefox for every 30 minutes.
  113. Now you are running 3 Traffic exchanges.
  114. 4. Placing ads on your website
  115. Now you need to place ads on your website. Just follow the image given below and place ads in that format to make some money.
  116. ads.png
  117. In empty box place ads that you wanna put ;)
  118. 5. Sending traffic and making money
  119. Every thing is done now all you need to do is add your website to HitLeap and send traffic to your website. If you website is being rejected by HitLeap just remove the CPMBux ad and add your website to HitLeap and after getting accepted add the CPMBux ad back to its place.
  120. Meanwhile in AlexaMaster and AlexaSurfing you will be making money for surfing the websites.
  121. That's it what are you waiting for ? Let's make some money
  122. If you think all these sites are scam or need a Payment Proof check out this thread: http://thebot.net/threads/payment-proof-adzbux-cpmbux-admediatex-blockadz-and-more.363518/
  123. Non referral links and people who don't want to support me here:
  124. Blockadz
  125. a-ads
  126. AdsPtp
  127. AdMediaTex
  128. CPMBux
  129. Note: Please don't use the non-referral links and PM for help :facepalm:
  130. Correct me if I am wrong
  131. Happy Earnings!
  132. Thanks
  133. Rangers

comments powered by Disqus