Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. - Right click on my computer
  2. -click properties
  3. - Click on Advanced system settings
  4. -then click environment Variables (near bottom)
  5.  
  6. -Go to path and add this at the end : C:\xampp\php\;
  7.  
  8.  
  9. Press ok.
  10.  
  11.  
  12. Open command prompt and do this:
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. cd C:\Users\Yourname\Desktop (press enter)
  22. C:\xampp\php\php.exe QBot.php
  23.  
  24.  
  25.  
  26. C:\Users\Benny>cd C:\Users\Benny\Desktop
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. ame = 'thankyoutj'; // user: bollylover, pass: hatsumomo
  34. $botname = 'QBot';
  35. $roomname = 'socremix'; // You will get a weird non-lethal exception from server,
  36. $rtmp = '167.114.171.16'; // if these don't match.
  37. $port = '1936';
  38. $autoop = 'd8f38f98c43071b6e460d2a9f11be4d2';
  39. $prohash = '64e305e9587876d915d34975a0fbff8c72b96c6dc1fcb4cef12c918a42254554';
  40. $own_user_id = null;
  41. $userlist = array(); // id => nickname
  42. $useraccts = array(); // nickname => username
  43. $oper = array();
  44. $nick = array();
  45. $bothasmod = false; // Making this true wont make it mod lol.
  46. $greetnicks = false; // Greet nick changes.
  47. $forgiveusers = array(); // Catch each user's kick event, and forgive.
  48. $admin = 'socremix';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement