Guest User

Untitled

a guest
Feb 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. How do I post something on Pastebin with click.to?
  2. Simply copy the text you want to post and select Pastebin from the click.to menu.
  3. The default settings for a post at Pastebin are:
  4. Syntax = none
  5. expiration = never
  6. exposure = public
  7. and it is posted as guest.
  8. If you want to change this go to the Options menu of click.to and edit the Pastebin entry.
  9. There are couple of different Options you can take here.
  10. In the field “user” you can enter your username and logically in the field “password” the belonging password.
  11. Possible Options for the “expiration” field (expire date) are:
  12. N = Never
  13. 10M = 10 Minutes
  14. 1H = 1 Hour
  15. 1D = 1 Day
  16. 1M = 1 Month
  17. Possible Options for the “syntax” field (Syntax Highlighting) are:
  18. c = C
  19. csharp = C#
  20. cpp = C++
  21. java = Java
  22. php = PHP
  23. Possible Options in the “exposure” field (Exposure) are:
  24. 0 = public
  25. 1 = private
  26.  
  27. Here is an example if you want to post something with the account johnDoe, password 1234, expiring after ten minutes, C# syntax highlighting and private exposure:
  28.  
  29. post=[Text]&title=Caption]&user=johnDoe&password=1234&expiration=10M&syntax=csharp&exposure=
Add Comment
Please, Sign In to add comment