running 3 Traffic


SUBMITTED BY: uuuuuu

DATE: Oct. 28, 2016, 7:04 p.m.

FORMAT: Text only

SIZE: 2.8 kB

HITS: 618

  1. apt-get purge apache2* bind9* samba*
  2. apt-get update
  3. apt-get upgrade
  4. apt-get install xorg lxde-core xrdp firefox nano flashplugin-installer
  5. nano /etc/xrdp/xrdp.ini
  6. Now find [xrdp1], You will need to find and replace
  7. '' port=-1 '' to '' port=ask5910 '' ((Without the signs ofc))
  8. Finally
  9. service xrdp restart
  10. now first time you connect to the RDP, Use the port ( -1 )
  11. after that, connect to ( 5910 ) port
  12. Open terminal and type "firefox" on Firefox URL type "about:config" and change the following settings given below with their respected value:
  13. browser.sessionhistory.max_entries => 1
  14. browser.sessionhistory.max_total_viewer => 1
  15. browser.sessionstore.resume_from_crashuser => false
  16. browser.cache.disk.max_chunks_memory_usage => 1024
  17. browser.cache.disk.max_priority_chunks_memory => 1024
  18. browser.cache.memory.max_entry_size => 1024
  19. browser.cache.offline.enable => false
  20. javascript.options.gc_on_memory_pressure => false
  21. memory.free_dirty_pages => true
  22. memory.ghost_window_timeout_secods => 30
  23. Now right click on the menu and create new integer and put the name tab "browser.cache.memory.capacity" and value tab "8192".
  24. Go to Firefox preferences:
  25. General TAB: uncheck always check if firefox is your default browser, when firefox start set to my homepage, click restore to default homepage button
  26. Content TAB: check block pop-up windows and create exceptions for : system.alexamaster.com and ebesucher.com
  27. Privacy TAB: set firefox will never remember history
  28. Security TAB: uncheck all options
  29. Advanced - General TAB: uncheck all options
  30. Advanced - Update TAB: never check for update and uncheck search engine update
  31. 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:
  32. Code: VERSION BUILD=8920312 RECORDER=FX
  33. SET !ERRORIGNORE YES
  34. SET !LOOP -99999
  35. SET !TIMEOUT 320
  36. TAB T=1
  37. URL GOTO=https://www.alexamaster.net/autosurf.php?Master=25234
  38. TAB OPEN
  39. TAB T=2
  40. URL GOTO=http://www.alexasurfing.com/dashboard/autosurf/?uid=12773
  41. WAIT SECONDS=1900
  42. TAB CLOSEALLOTHERS
  43. Now we have to create a file that will restart your browser for every 1hour or 30minutes
  44. Timer 1800 = 30minutes, 3200 = 1hour choose any one or use your own time to restart firefox.
  45. Create a bash command:
  46. vi run.sh
  47. Code: (Press "Insert" button and then paste the code)
  48. #!/bin/bash/
  49. while :
  50. do
  51. firefox imacros://run/?m=traffic.iim & sleep 1800
  52. killall firefox
  53. killall firefox
  54. sleep 5
  55. done
  56. PRESS : ESC + : + x (to save and exit)
  57. Type "sh run.sh". Now your browser must run 5 TE automatically on firefox and it should restart firefox for every 30 minutes.
  58. Now you are running 3 Traffic exchanges.

comments powered by Disqus