Advertisement
Guest User

xD

a guest
Jul 5th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. -apt-get update
  2. -apt-get upgrade
  3. -apt-get install mysql-server mysql-client
  4. -apt-get install apache2
  5. -apt-get install php5 libapache2-mod-php5
  6. go back to digital ocean, and click "networking"
  7. click domains
  8. name and select the droplet to link the domain to.
  9. go change nameservers to the custom 3 digital ocean gave you
  10. A host = ip of droplet
  11. putty:
  12. apt-get install phpmyadmin
  13. press (y)
  14. hit "space" on apache 2 then tab and enter
  15. select no to common db settings
  16. copy paste the command (all of in) and paste into putty.
  17. -apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
  18. copy paste all the site files (without bot) into the filezilla /var/www
  19. delete the .sql file
  20. prices 777
  21. cache 777 (all files inside ticked box)
  22. go to /etc/apache2/sites-av and open default
  23. replace AllowOverride None to AllowOverride All
  24. /etc/init.d/apache2 restart
  25. domain.com/phpmyadmin
  26. make a new db called csgo
  27. upload the .sql from the script
  28. - a2enmod rewrite
  29. --
  30. - apt-get install curl
  31. - curl -sL https://deb.nodesource.com/setup_0.12 | bash -
  32. - apt-get install -y nodejs
  33. go to putty /home/
  34. create directory called "bot"
  35. copy paste all the bot files there (/home/bot)
  36. prices 777
  37. cd /home/bot
  38. -npm install mysql
  39. -npm install log4js
  40. -npm install socket.io
  41. -npm install request
  42. -npm install fs
  43. -npm install md5
  44. -npm install sha256
  45. -npm install mathjs
  46. -npm install forever-monitor
  47. -npm install forever -g
  48. -npm install steamcommunity
  49. -npm install steam-totp
  50. -npm install steam-tradeoffers
  51. -npm install async
  52. -npm install engine.io
  53. --
  54. open index.php
  55. change db info
  56. change steam api key
  57. open secret.php
  58. change db info
  59. open index.php
  60. change line 306 to header('Location: ' .$openid->authUrl());
  61. change 334 to your domain
  62. - apt-get install php5-mcrypt php5-json php5-curl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement