Advertisement
CaezarZ

HTML code Monokrom

Oct 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5. <link rel="shortcut icon" href="/images/favicon.ico">
  6. <link rel="stylesheet" href="/styles/styles002.css">
  7. <title>monokrom's profile</title>
  8. <script src=/javascript/basic.js>
  9. </script>
  10. <script>
  11. function resizePhoto(div_size){
  12. //alert("DIV:" + document.getElementById('profilephoto') +" height: " + document.getElementById('profilephoto').style.height);
  13. document.getElementById('profilephoto').style.width = "300px";
  14. document.getElementById('profilephoto').style.height = div_size+"px";
  15. }
  16. /** brings up sellers if fpix was opened from it
  17. **/
  18. function bringUpSellers()
  19. {
  20. if (!window.opener)
  21. return false;
  22. if (window.name != 'fpix_sellers')
  23. //if the opener is a group, raising sellers like this will not work:
  24. return false;
  25. if (navigator.userAgent.indexOf('Firefox') > -1)
  26. {
  27. //FF has an option under Tools that prohibits raising windows by script
  28. window.blur();
  29. return true;
  30. }
  31. window.opener.focus();
  32. return true;
  33. }
  34.  
  35. function makeChatButton(label, username, sid){
  36. var content = '<div class="yellow_but" style="float:right; margin-bottom:10px;"><a href="javascript:startChat(\''+username+'\',\''+sid+'\')">'+label+'</a></div>';
  37. document.getElementById("chatbutton_div").innerHTML = content;
  38. }
  39.  
  40.  
  41. function startChat(username, sid){
  42. if(window.opener && window.name == 'fpix_sellers'){
  43. document.getElementById("flash_emb").openTab();
  44. window.opener.focus();
  45. } else {
  46. document.getElementById("flash_emb").cookieTab();
  47. var href_arr = String(window.location.href).split("/");
  48. var url_arr = String(href_arr[2]).split(".");
  49. url_arr.shift();
  50. var url = "//" + sid + "." + url_arr.join(".");
  51. window.name = "sellers";
  52. window.location = url
  53. }
  54. }
  55.  
  56. function changeWindowNameToSellers(){
  57. window.name = "sellers";
  58. }
  59.  
  60. </script>
  61. <link rel="stylesheet" href="/styles/profiles_styles.css">
  62.  
  63.  
  64.  
  65. <link rel="stylesheet" href="//st.chatango.com/profileimg/m/o/monokrom/custom_profile.css">
  66.  
  67.  
  68.  
  69. </head>
  70.  
  71.  
  72.  
  73. <body class="desktop"
  74. style="background-image:none">
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. <div id="fpix_wrapper">
  96. <table cellpadding="0" cellspacing="0" class="fpix_header">
  97. <tr><td>
  98. <div class="logo_div" style="width:115px; height:41px">
  99. <a href="/home"><img src="images/html5/homepage/logo_profiles.png" /></a>
  100. </div></td><td class=topad>
  101.  
  102. <!-- amazon_leaderboard_code -->
  103. <script type='text/javascript' src='http://c.amazon-adsystem.com/aax2/amzn_ads.js'></script>
  104. <script type='text/javascript'>
  105. try {
  106. /* Slot size: 728x90 */
  107. amznads.getAdForSlot('3000', '527469e9-e2b0-4e3e-ba0c-d44a4b141af9');
  108. } catch(e) { /*ignore*/}
  109. </script>
  110.  
  111.  
  112.  
  113. </td></tr></table>
  114. <div id=outer_container>
  115. <div id=left_container>
  116.  
  117. <div id=profilephoto style="overflow:hidden; width:400px; height:400px;">
  118. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="flash_obj" width="100%" height="100%">
  119. <param name="wmode" value="transparent" />
  120. <param name="allowScriptAccess" value="always" />
  121. <param name="allowNetworking" value="all" />
  122. <param name="devicefont" value="true" />
  123. <param name="FlashVars" value="sellerid=monokrom&base_domain=chatango.com" />
  124. <param name="movie" value="//st.chatango.com/flash/fpix.swf" />
  125. <param name="quality" value="high" />
  126. <embed src="//st.chatango.com/flash/fpix.swf" quality="high" width="100%" height="100%" devicefont="true" id="flash_emb" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" FlashVars="sellerid=monokrom&base_domain=chatango.com"></embed>
  127. </object>
  128. </div>
  129. <div id="chatbutton_div"></div>
  130. <br />
  131.  
  132. <!-- amazon_rect_code -->
  133. <script type='text/javascript' src='http://c.amazon-adsystem.com/aax2/amzn_ads.js'></script>
  134. <script type='text/javascript'>
  135. try {
  136. /* Slot size: 300x250 */
  137. amznads.getAdForSlot('3000', 'fcf10c25-5cdf-4779-a14c-51d34b595ae0');
  138. } catch(e) { /*ignore*/}
  139. </script>
  140.  
  141.  
  142.  
  143.  
  144. </div> <!-- end of left container -->
  145. <!-- google_ad_section_start -->
  146. <table id=asltable class=fpix_asl_table>
  147. <tr><td width = 65></td><td><img src="images/pixel.gif" width = "227" height="1" /><br /></td><td></td></tr>
  148. <tr><td valign = "top"><span class="profile_text"><strong>Age:</strong></span></td><td><span class="profile_text">20<br /></span></td>
  149. <td rowspan=3></td></tr>
  150. <tr><td valign = "top"><span class="profile_text"><strong>Gender:</strong></span></td><td><span class="profile_text">M <br /></span></td></tr>
  151. <tr><td valign = "top"><span class="profile_text"><strong>Location:</strong></span></td><td><span class="profile_text">Indonesia <br /><br /></span></td></tr>
  152. <!-- google_ad_section_end -->
  153. </table>
  154. <span class="profile_text"><strong><!-- google_ad_section_start -->About Monokrom:<!-- google_ad_section_end --></strong>
  155. <span class="profile_text"><!-- google_ad_section_start --><h3> <a href="http://www.meongs.id/" target="_blank"><font color='#FF0059'><font face='vijaya'><font size='14'>M</font><font color='#FF3300'><font face='vijaya'><font size='14'>e</font><font color='#FEA600'><font face='vijaya'><font size='14'>o</font><font color='#CEFF00'><font face='vijaya'><font size='14'>n</font><font color='#47FF00'><font face='vijaya'><font size='14'>g</font><font color='#00FE57'><font face='vijaya'><font size='14'>s</font><font color='#00FFDD'><font color='#FF3300'><font face='vijaya'><font size='14'>.</font><font color='#FEA600'><font face='vijaya'><font size='14'>c</font><font color='#CEFF00'><font face='vijaya'><font size='20'>o</font><font color='#47FF00'><font face='vijaya'><font size='14'>m</font><font color='#00FE57'></a> <h3>
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171. <div><font color='#FFFFFF'>Koleksi di </font><h3><a href="http://kbagi.com/number" target="_blank">Kumpulbagi</a></h3></div>
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. <!-- google_ad_section_end --></span>
  204. <br>
  205.  
  206. </div> <!-- end of outer_container -->
  207. </div> <!-- end of fpix_wrapper -->
  208.  
  209.  
  210. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="profile_builder" width="1" height="1" align="middle">
  211. <param name="allowScriptAccess" value="always" />
  212. <param name="allowNetworking" value="all" />
  213. <param name="FlashVars" value="handle=monokrom" />
  214. <param name="movie" value="//st.chatango.com/flash/profile_builder.swf" />
  215. <param name="quality" value="low" />
  216. <param name="bgcolor" value="#ffffff" />
  217. <param name="wmode" value="transparent">
  218. <embed src="//st.chatango.com/flash/profile_builder.swf" quality="low" bgcolor="#ffffff" width="1" height="1" swLiveConnect=true id="profile_builder" name="profile_builder" align="middle" allowScriptAccess="always" allowNetworking="all" wmode="transparent" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" FlashVars="handle=monokrom" />
  219. </object>
  220.  
  221.  
  222.  
  223.  
  224.  
  225. <script type="text/javascript">
  226. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  227. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  228. </script>
  229. <script type="text/javascript">
  230. try {
  231. var pageTracker = _gat._getTracker("UA-7965405-1");
  232. pageTracker._trackPageview("/fpix");
  233. } catch(err) {}</script>
  234.  
  235.  
  236. <center>
  237. <table width=625 cellspacing=0 cellpadding=0 border=0>
  238. <tr>
  239. <td><img src="/images/pixel.gif" height=5 width=1 border=0></td>
  240. </tr>
  241. </table>
  242. </center>
  243. </body>
  244. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement