Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. POST ATTRIBUTES - GLOBAL
  2.  
  3. username = Username to login
  4. password = Password to login
  5. job = What to do. Possible values: enter_comment
  6.  
  7. RETURN VALUES - GLOBAL
  8.  
  9. LOGIN_ERROR_PASSWORD = Wrong password entered
  10. NO_PASSWORD_SUPPLIED = No/empty password entered
  11. LOGIN_ERROR_USERNAME = Username not existing
  12. SUCCESS = Login and job successful
  13. JOB_ERROR = Job not found/defined
  14.  
  15. POST ATTRIBUTES - "job = enter_comment"
  16.  
  17. news_id = ID of News which should get a comment
  18. comment = Text of comment which should be posted
  19.  
  20. RETURN VALUES - "job = enter_comment"
  21.  
  22. NO_NEWS_ID = News ID is missing
  23. COMMENT_EMPTY = No comment was entered
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement