Guest User

Untitled

a guest
Mar 17th, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. -------------------------------------------------------------------
  2. For this tutorial we are using a VPS from Digital Ocean , UBUNTU
  3. You need the following items installed on your VPS :
  4. - phpmyadmin
  5. - mysql
  6. - Node version 0.12
  7. - apache
  8.  
  9. If you dont want to install this yourself , please get our VPS package as it comes pre-installed with all of this and 1.4
  10. -------------------------------------------------------------------
  11. VPS CONFIGURATION :
  12.  
  13. 1. Open PuTTY
  14. 2. Put your VPS IP address
  15. 3. Run , and click yes
  16. 4. Fill in root as username and put the password you recieved in your mail from digital ocean
  17. 5. Put your Password again
  18. 6. Choose a new password and confirm it
  19. 8. run these commands if you're using our VPS :
  20. apt-get update
  21. apt-get upgrade
  22. 9. your done , close this for now.
  23. -------------------------------------------------------------------
  24. WEBSITE CONFIGURATION
  25. - Open your website ip address in your browser and head over to : yourip/phpmyadmin
  26. - Please contact us on this point as we need to give you a user , or you can create on yourself through putty.
  27. - We will setup your whole phpmyadmin account and give you the login details afterwards.
  28.  
  29. 2. head over to a FTP program, we highly recommend winSCP
  30. 3. Connect to it with your details : IP , root , password , port 22
  31. 4. Go one folder up and head to var > www > html
  32. 5. Export , index.php , pdocon.php , set.php , getwinner34634f.php , steamauth > settings.php ( not the main settings.php in the main html map )
  33. 6. Edit all those files.
  34.  
  35.  
  36. READ ALL GREEN TAGS GOOD THAT ARE IN THE FOLLOWING FILES :
  37. --------------------------------------------
  38. Index.php :
  39. Line 303 & 383 - Add your steam trade url
  40. In index.php you can change the main look of your site , all the text etc on the site is in this file.
  41. --------------------------------------------
  42. pdocon.php :
  43. Edit all your information. For the MySQL settings , use the login info for PHPMYADMIN
  44. The username and database is the same if we made your PHPMYADMIN database.
  45. If you configure this wrong , your site won't display item prices , it will show up as $NaN
  46. --------------------------------------------
  47. set.php :
  48. Edit all your info in it with your MySQL Settings, same as pdocon.php
  49. Put your website name as yourdomain.com
  50. --------------------------------------------
  51. getwinner34634f.php :
  52. 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.
  53. --------------------------------------------
  54. Steam Auth > settings.php
  55. 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.
  56. You dont need to do anything else in settings.php
  57. --------------------------------------------
  58. 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.
  59. And settings.php into steamauth.
  60.  
  61. You have now set up your site.
  62.  
  63. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  64. BOT CONFIG.
  65.  
  66. For the bot you need to have Node 0.12 and forever on your VPS
  67.  
  68. What you need to set up your bot :
  69. - Phone number
  70. - Steam Bot account
  71. - 2fa / SDA
  72. - Steam ID 64 ( www.steamid.io ) for your MAIN steam account and a Steam ID 64 for your Bot account
  73. - Bot API Key linked with your site
  74. - site name and mysql info
  75.  
  76. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  77.  
  78. Let's start off with all the information in sell.js
  79.  
  80. 1. Line 1 - Fill in your steam id 64 from your MAIN account.
  81. 2. Line 5 - Fill in your steam id 64 from your BOT account.
  82. 3. Line 16 - Fill in your steam login from your bot account.
  83. 4. Line 17 - Fill in your steam login from your bot account.
  84. 5. Line 50 - Fill in your site url.
  85. 6. Line 57 - Fill in your Bots API key.
  86. 7. Line 61 / 64 - Fill in your MySQL settings.
  87.  
  88. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  89.  
  90. Time to configurate the 2 codes you have to fill in so your bot is compitable with Steam ESCROW.
  91. We are looking for the Identity_Secret and Shared_Secret
  92.  
  93. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  94.  
  95. Method 1 : SDA ( Steam Desktop Authenticator )
  96.  
  97. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  98. 2. Click you want to sign up for a new account
  99. 3. Go through all the steps
  100. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  101. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  102. 6. Go to sell.js and paste them on line 6 and 7
  103.  
  104.  
  105. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  106.  
  107. Method 2 : 2fa
  108.  
  109. 1. Download NODE.JS at https://nodejs.org/en/
  110. 2. open Command prompt > run > command prompt
  111. 3. type in npm in command prompt
  112. 4. then type this single commands :
  113. npm install steamcommunity
  114. npm install fs
  115. npm install readline
  116. --------------------------------------------------------------
  117. Steam section :
  118. 1. Go to your bots steam account
  119. 2. Go to account details
  120. 3. add phone number
  121. 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
  122. ---------------------------------------------------------------
  123. go to the 2fa folder located in the bot folder and copy the folder path
  124. in my example : C:\Users\MICHAEL\Desktop\2fa
  125.  
  126. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  127. type in command prompt node 2fa.js
  128. It will ask for username : put your bots login
  129. password : bots password
  130. then you will get a mail on your bots email account. get the code and fill it in.
  131. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  132. press enter a few times.
  133. mark the whole cmd
  134. and copy it and paste it in a notepad.
  135. Get the identity_secret and shared_secret
  136. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  137. 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.
  138.  
  139. 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!
  140.  
  141. FEW EXTRA THINGS YOU CAN CHANGE :
  142.  
  143. 1. Change the name of the getwinner34634f.php to getwinner3294238139038123131.php or something very random!
  144. 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.
  145.  
  146. 2. Go to users_online and fill in your MySQL settings aswell
Add Comment
Please, Sign In to add comment