Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local item = "Navn1"
  2. local number = 2
  3. local request = "Item=" .. textutils.urlEncode(item) .. "&Number=" .. textutils.urlEncode(number)
  4. local a, b, c = http.post("http://firedk.com/minecraft/postsnapshot.php", textutils.urlEncode(request), { ['Content-Type'] = "application/x-www-form-urlencoded" })
  5. if not a then
  6. printError(B)/>
  7. print(c.readAll())
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement