Guest User

Untitled

a guest
May 22nd, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [root@kib0 bin]# perl ./mcpeek.pl -k ruleset:prod:a93x50
  2. $VAR1 = {
  3. 'global' => [],
  4. 'dispatch' => [
  5. {
  6. 'domain' => 'facebook.com',
  7. 'ruleset_id' => undef
  8. }
  9. ],
  10. 'ruleset_name' => 'a93x50',
  11. 'rules' => [
  12. {
  13. 'cond' => {
  14. 'val' => 'true',
  15. 'type' => 'bool'
  16. },
  17. 'blocktype' => 'every',
  18. 'actions' => [
  19. {
  20. 'action' => {
  21. 'source' => undef,
  22. 'name' => 'noop',
  23. 'args' => [],
  24. 'vars' => undef,
  25. 'modifiers' => undef
  26. },
  27. 'label' => undef
  28. }
  29. ],
  30. 'pre' => [],
  31. 'post' => undef,
  32. 'name' => 'gmrule',
  33. 'state' => 'active',
  34. 'emit' => undef,
  35. 'callbacks' => undef,
  36. 'pagetype' => {
  37. 'event_expr' => {
  38. 'pattern' => '*.facebook.com*',
  39. 'domain' => undef,
  40. 'vars' => undef,
  41. 'type' => 'prim_event',
  42. 'op' => 'pageview'
  43. },
  44. 'foreach' => []
  45. },
  46. 'event_sm' => bless( {
  47. 'final' => {
  48. 'C001F4CA-DB94-11DF-9EA2-D2A0518D24E8' => 1
  49. },
  50. 'initial' => 'C001F04C-DB94-11DF-B15E-93ED42A76FC6',
  51. 'id' => 'SM-C001EB1A-DB94-11DF-803D-B352471DA660',
  52. '__default__' => {
  53. 'C001F4CA-DB94-11DF-9EA2-D2A0518D24E8' => 'C001F4CA-DB94-11DF-9EA2-D2A0518D24E8',
  54. 'C001F04C-DB94-11DF-B15E-93ED42A76FC6' => 'C001F04C-DB94-11DF-B15E-93ED42A76FC6'
  55. },
  56. 'transitions' => {
  57. 'C001F4CA-DB94-11DF-9EA2-D2A0518D24E8' => [],
  58. 'C001F04C-DB94-11DF-B15E-93ED42A76FC6' => [
  59. {
  60. 'test' => '*.facebook.com*',
  61. 'next' => 'C001F4CA-DB94-11DF-9EA2-D2A0518D24E8',
  62. 'vars' => undef,
  63. 'type' => 'pageview'
  64. }
  65. ]
  66. }
  67. }, 'Kynetx::Events::State' )
  68. }
  69. ],
  70. 'optimization_version' => 3,
  71. 'meta' => {
  72. 'name' => 'Unfriend Finder',
  73. 'description' => ' Script that allows you to know who has removed you on facebook. '
  74. }
  75. };
Advertisement
Add Comment
Please, Sign In to add comment