Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. TS part:
  2. includeLibs.testMD5 = Fileadmin/makeMD5.php
  3. page.10.marks.CONTENT = USER
  4. page.10.marks.CONTENT {
  5. userFunc = user_makeMD5->main
  6. value = TestString
  7. color = #11FAAA
  8. }
  9.  
  10. PHP File:
  11. <?php
  12. class user_makeMD5 {
  13. var $cObj;
  14. function main($content,$conf){
  15. $content .= '<span style="olor:' .$conf["color"]'.'"
  16. >'.$conf["value"].' as md5
  17. '.md5($conf["value"]).'</span>';
  18. }
  19. }
  20. ?>
Add Comment
Please, Sign In to add comment