Advertisement
Guest User

Untitled

a guest
Mar 9th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. Thankyou for your purchase at CSGO.Network.
  2. This is an indepth tutorial guide on how to set this up.
  3. PLEASE READ THIS TUTORIAL FULLY BEFORE STARTING.
  4. There are a lot of Guides in 1.4 , Just look around and you will find them. All errors we know how to fix are described in ERRORS.txt
  5. We highly recommend using a VPS as you dont need to run the bot manually and you get a lot more possibilities from a VPS than webhosting.
  6.  
  7. WEBSITE CONFIGURATION
  8. - Open your website ip address in your browser and head over to : yourip/phpmyadmin
  9. - Please contact us on this point as we need to give you a user , or you can create on yourself through putty.
  10. - We will setup your whole phpmyadmin account and give you the login details afterwards.
  11.  
  12. 2. head over to a FTP program, we highly recommend winSCP
  13. 3. Connect to it with your details : IP , root , password , port 22
  14. 4. Go one folder up and head to var > www > html
  15. 5. Export , index.php , pdocon.php , set.php , getwinner34634f.php , steamauth > settings.php ( not the main settings.php in the main html map )
  16. 6. Edit all those files.
  17.  
  18.  
  19. READ ALL GREEN TAGS GOOD THAT ARE IN THE FOLLOWING FILES :
  20. --------------------------------------------
  21. Index.php :
  22. Line 303 & 383 - Add your steam trade url
  23. In index.php you can change the main look of your site , all the text etc on the site is in this file.
  24.  
  25. set.php :
  26. Edit all your info in it with your MySQL Settings, same as pdocon.php
  27. Put your website name as yourdomain.com
  28. --------------------------------------------
  29. getwinner34634f.php :
  30. Line 82 - Change the Domain to your domain.com , change 99 to whatever bonus you want to give people if they put your website in there steam name.
  31. --------------------------------------------
  32. Steam Auth > settings.php
  33. this is the redirect if people sign in. Put your bots API key ( YOU NEED TO GET IT THROUGH THE BOT ) and put your domain name.
  34. You dont need to do anything else in settings.php
  35. --------------------------------------------
  36. If you have done this and saved it. Reupload all these files to the place where you exported them, so all the files except settings.php back to the main html folder.
  37. And settings.php into steamauth.
  38.  
  39. You have now set up your site.
  40.  
  41. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  42. BOT CONFIG.
  43.  
  44. For the bot you need to have Node 0.12 and forever on your VPS
  45.  
  46. What you need to set up your bot :
  47. - Phone number
  48. - Steam Bot account
  49. - 2fa / SDA
  50. - Steam ID 64 ( www.steamid.io ) for your MAIN steam account and a Steam ID 64 for your Bot account
  51. - Bot API Key linked with your site
  52. - site name and mysql info
  53.  
  54. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  55.  
  56. Let's start off with all the information in sell.js
  57.  
  58. 1. Line 1 - Fill in your steam id 64 from your MAIN account.
  59. 2. Line 5 - Fill in your steam id 64 from your BOT account.
  60. 3. Line 16 - Fill in your steam login from your bot account.
  61. 4. Line 17 - Fill in your steam login from your bot account.
  62. 5. Line 50 - Fill in your site url.
  63. 6. Line 57 - Fill in your Bots API key.
  64. 7. Line 61 / 64 - Fill in your MySQL settings.
  65.  
  66. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  67.  
  68. Time to configurate the 2 codes you have to fill in so your bot is compitable with Steam ESCROW.
  69. We are looking for the Identity_Secret and Shared_Secret
  70.  
  71. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  72.  
  73. Method 1 : SDA ( Steam Desktop Authenticator )
  74.  
  75. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  76. 2. Click you want to sign up for a new account
  77. 3. Go through all the steps
  78. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  79. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  80. 6. Go to sell.js and paste them on line 6 and 7
  81.  
  82.  
  83. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  84.  
  85. Method 2 : 2fa
  86.  
  87. 1. Download NODE.JS at https://nodejs.org/en/
  88. 2. open Command prompt > run > command prompt
  89. 3. type in npm in command prompt
  90. 4. then type this single commands :
  91. npm install steamcommunity
  92. npm install fs
  93. npm install readline
  94. --------------------------------------------------------------
  95. Steam section :
  96. 1. Go to your bots steam account
  97. 2. Go to account details
  98. 3. add phone number
  99. 4. Put your phone number and copy the code you got and paste it on your desktop in a notepad file DONT PUT IT ON STEAM YET
  100. ---------------------------------------------------------------
  101. go to the 2fa folder located in the bot folder and copy the folder path
  102. in my example : C:\Users\MICHAEL\Desktop\2fa
  103.  
  104. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  105. type in command prompt node 2fa.js
  106. It will ask for username : put your bots login
  107. password : bots password
  108. then you will get a mail on your bots email account. get the code and fill it in.
  109. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  110. press enter a few times.
  111. mark the whole cmd
  112. and copy it and paste it in a notepad.
  113. Get the identity_secret and shared_secret
  114. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  115. After you have fully configured your sell.js your ready to go. Start putty again and login, Type cd /var/www/bot , then type node sell.js , if it logged in correctly you're ready to go.
  116.  
  117. Your bot will have recieved a 7 day trade hold, what means that after 7 days the 72 hours hold will be removed. MAKE SURE YOU ENABLE TRADE CONFIRMATIONS ON YOUR BOTS PRIVACY SETTINGS ASWELL!
  118.  
  119. FEW EXTRA THINGS YOU CAN CHANGE :
  120.  
  121. 1. Change the name of the getwinner34634f.php to getwinner3294238139038123131.php or something very random!
  122. After you have done that , copy the name you gave it , go to sell.js > line 97 , and change the getwinner34634f.php to the new name you gave it.
  123.  
  124. 2. Go to users_online and fill in your MySQL settings aswell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement