Advertisement
Guest User

Untitled

a guest
Sep 24th, 2010
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. <? require 'config.php'; ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <script>
  7. /*
  8. var myHTMLBody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body; var lpcLikeFrame = document.getElementById('lpcLikeFrame'); var myBoolean = 0;
  9. function mouseFollower(e){
  10. if (window.event) { lpcLikeFrame.style.top = (window.event.y-10)+myHTMLBody.scrollTop+'px'; lpcLikeFrame.style.left = (window.event.x-10)+myHTMLBody.scrollLeft+'px'; }
  11. else {lpcLikeFrame.style.top = (e.pageY-10)+'px'; lpcLikeFrame.style.left = (e.pageX-10)+'px';}
  12. }
  13. document.onmousemove = function(e) {
  14. if (myBoolean == 0) {mouseFollower(e);} else lpcLikeFrame.style.display = 'none';
  15. }
  16.  
  17. */
  18. </script>
  19. </head>
  20. <body style="margin:0px">
  21. <!---pirmas tabas --->
  22. <div style="z-index: 10; opacity: 0; position: absolute; top: 150px; left: 400px; background-color: rgb(204, 204, 204); width: 110px; padding: 5px; color: white; border: 0px none; overflow: hidden;">
  23. <iframe src="http://www.facebook.com/plugins/likebox.php?id=<?php echo $pageID; ?>&amp;width=400&amp;connections=0&amp;stream=false&amp;header=false&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width: 110px;
  24. heigth: 50px; " allowTransparency="true" id="lpcframe" name="lpcframe"></iframe>
  25. </div>
  26. <div style="z-index:1000; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity:0.0; opacity:0.0; position: absolute;
  27. left: 52px;
  28. top: 282px;
  29. background-color: #ccc;
  30. width: 138px;
  31. heigth: 250px;
  32. padding: 5px;
  33. color: white;
  34. border: 0px;
  35. overflow: hidden;">
  36. <iframe style="width:300px; height:30px; border:none; margin-left: -100px;" scrolling="no" src="http://www.facebook.com/sharer.php?u=<?php echo $pageUrl; ?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:100px;" allowTransparency="true" id="lpcframe" name="lpcframe"></iframe>
  37. </div>
  38. <!-- <img top --->
  39. <img style="position:absolute; z-index:2; top:100px; left:50px;" src="<?php echo $appCallbackUrl; ?>images/top_submit.jpg">
  40. <!-- <img bottom> --->
  41. <img style="position:absolute; z-index:-21; top:312px; left:50px;" src="<?php echo $appCallbackUrl; ?>images/bottom_submit.jpg">
  42. <!-- <img 1"> --->
  43. <img style="position:absolute; z-index:-3; top:280px; left:50px;" src="<?php echo $appCallbackUrl; ?>images/1_submit.jpg">
  44. <!-- <img 2"> --->
  45. <img style="position:absolute; z-index:3; top:280px; left:199px;" src="<?php echo $appCallbackUrl; ?>images/2_submit.jpg">
  46. <!-- <img 3"> --->
  47. <img style="position:absolute; z-index:-3; top:280px; left:348px;" src="<?php echo $appCallbackUrl; ?>images/3_submit.jpg">
  48. <!-- <left out"> --->
  49. <img style="position:absolute; z-index:3; top:105px; left:-65px;" src="<?php echo $appCallbackUrl; ?>images/left_white.jpg">
  50. <a href="http://freakplayers.net/two/index2.php" allowTransparency="true"><img style="position:absolute; z-index:10; top:332px; left:327px; border: 0;" src="<?php echo $appCallbackUrl; ?>images/submit.jpg"></a>
  51. <script type="text/javascript" src="<? echo $appCallbackUrl; ?>RCP-min.js"></script>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement