Advertisement
metalx1000

Callback Staffing function notes

Jun 2nd, 2015
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. preloader(title)
  2. removePreloader()
  3.  
  4. showMessage(message, delay)
  5. hideMessage()
  6.  
  7. getAppRoot()
  8.  
  9. #Links for Notes and activities
  10. https://www.callbackstaffing.com/Application/Ajax/DayNotes/
  11. https://www.callbackstaffing.com/Application/Ajax/Process/DayNotes/Save/
  12.  
  13. #Active notes when none exist
  14. document.getElementsByClassName("set-day-notes")[0].className+=" active";
  15.  
  16. #change logo image and add url link
  17. <script>
  18.  document.getElementsByClassName("logo-wrapper")[0].innerHTML='<a href="https://www.callbackstaffing.com/Application/Client/App/elfinder/php/connector.php?cmd=file&amp;target=s1_bW9iaWxlLmh0bWw"><img src="http://imgbin.org/images/25147.png"></a><span>Greater Naples Fire Rescue</span>'
  19. </script>
  20.  
  21. #Shell with Curl:
  22. curl -b cookies.txt -c cookies.txt -d "username=<USERNAME>&password=<PASSWORD>" "https://www.callbackstaffing.com/Application/Login/process"
  23. curl -b cookies.txt -c cookies.txt -d "username=<USERNAME>&password=<PASSWORD>" "https://www.callbackstaffing.com/Application/Ajax/CrewScheduler/?start=1438905600&end=1438992000&dataChanged=0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement