Guest User

Untitled

a guest
Jun 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //normal javascript
  2.  
  3. me="username" //user's username
  4. meip = "70.XXX.XXX.XXX" //the current user's IP
  5.  
  6.  
  7. PUBNUB.publish({
  8. channel : "imonline",
  9. message : {
  10. "u" : me,
  11. "theip" : meip
  12. }})
Add Comment
Please, Sign In to add comment