Advertisement
ssdnet

Untitled

Dec 7th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. We have the following variable the user can assign values to:
  2.  
  3. {username}
  4. {password}
  5. {email}
  6. {firstname}
  7. {lastname}
  8. {subject}
  9. {summary}
  10. {content}
  11. {tags}
  12. {homepage}
  13. {location}
  14. {interest}
  15. {occupation}
  16. {facebook}
  17. {twitter}
  18. {skype}
  19. {bio}
  20. {birthyear}
  21. {birthmonth}
  22. {birthday}
  23. {signature}
  24. {userdata1}
  25. {userdata2}
  26. {userdata3}
  27. {userdata4}
  28. {userdata5}
  29.  
  30. And we have the macros which can be used as the value and will be resolved when needed:
  31.  
  32. 1 {timestamp}
  33. 2 {randommonth}
  34. 3 {date}
  35. 4 {time}
  36. 5 {randomnumber[100]}
  37. 6 {randomnumber[0,100]}
  38. 7 {randomletters[16]}
  39. 8 {randompassword[16]}
  40. 9 {email}
  41.  
  42. What variable shall allow what macros?
  43. I have for username for example 1, 5, 6, 7
  44. Birthyear can be 6, birthmonth 2, 5 and birthday 5
  45. What shall we allow for the other?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement