Guest User

Untitled

a guest
May 1st, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  15. ';
  16. echo '<link rel="stylesheet" type="text/css" href="/za.css">
  17. <html>
  18. <head><title>C-MOR... and you see more...</title>
  19. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  20. <meta http-equiv="pragma" content="no-cache">
  21. <meta NAME="publisher" CONTENT="C-MOR">
  22. <meta NAME="copyright" CONTENT="C-MOR">
  23. <meta HTTP-EQUIV="expires" CONTENT="">
  24. <meta content=\'width=device-width,height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=1\' name=\'viewport\' />
  25. <meta name="HandheldFriendly" content="true" />
  26.  
  27. ';
  28. print '</head>
  29. ';
  30. require( 'db.pml' );
  31. require( 'db2.pml' );
  32. $stackingslavestatus = stackingslavestatus( );
  33.  
  34. if (strcmp( $stackingslavestatus, '1' ) == 0) {
  35. include( 'stackingslaveheader.pml' );
  36. }
  37.  
  38. print '<style type="text/css">
  39. ';
  40. print 'body
  41. ';
  42. print '#diskusage{
  43. ';
  44. print 'display:inline;
  45. ';
  46. print 'padding:00px;
  47. ';
  48. print '}
  49. ';
  50. print '</style>
  51. ';
  52. print '<body bgcolor=white link=#000066 alink=#000066 vlink=#000066 topmargin=0>
  53. ';
  54. $selfscript = $_SERVER['PHP_SELF'];
  55.  
  56. if ($selfscript == '/index.pml') {
  57. $fd = fopen( '/srv/etc/default-language', 'r' );
  58. $lang = fgets( $fd, 4096 );
  59. fclose( $fd );
  60. $lang = chop( $lang );
  61.  
  62. if (( $lang == 'en' && $selfscript != '/index-de.pml' )) {
  63. print '<SCRIPT LANGUAGE="JavaScript">';
  64. print 'window.location="/en/";';
  65. print '</SCRIPT>
  66. ';
  67. print '</body></html>
  68. ';
  69. exit( 0 );
  70. }
  71. }
  72.  
  73. $ln = 'DE';
  74.  
  75. if (isset( $_POST['disclaimer_ok'] )) {
  76. $disclaimer_ok = $_POST['disclaimer_ok'];
  77. } else {
  78. $disclaimer_ok = '';
  79. }
  80.  
  81. $disclaimeruser = 'admin';
  82. $disclaimerstring = 'ss_disclaimer_' . $ln;
  83.  
  84. if (strcmp( $disclaimer_ok, 'accepted' ) == 0) {
  85. $disclaimerstring = 'ss_disclaimer_' . $ln;
  86. update_user_feature( $disclaimeruser, $disclaimerstring, '1' );
  87. }
  88.  
  89. $feature = $disclaimerstring;
  90.  
  91. if (strcmp( get_feature( $disclaimeruser, $feature ), '1' ) != 0) {
  92. print '<br>
  93. ';
  94. print '<font face=arial,helvetica,sans-serif size=2>
  95. ';
  96. print '<span class=hl>';
  97. ptextdbc( 'disclaimer_h', $ln );
  98. print '</span><br><br>
  99. ';
  100. ptextdbc( 'disclaimer', $ln );
  101. print '<p>
  102. ';
  103. $uri = $_SERVER['REQUEST_URI'];
  104. print '<form action="' . $uri . '" name=disclaimer method=post>
  105. ';
  106. print '<input type=hidden name="disclaimer_ok" value="accepted">
  107. ';
  108. print '<input type=submit value="';
  109. ptextdbc( 'disclaimer_ac', $ln );
  110. print '" class="link_button2"></form>
  111. ';
  112. print '</font>
  113. ';
  114. print '</body></html>
  115. ';
  116. exit( 0 );
  117. }
  118.  
  119. print '<center>
  120. ';
  121. print '<!--- Frame table --->
  122. ';
  123.  
  124. if (is_apple_xxx( )) {
  125. print '<meta name = "viewport" content="width=device-width; initial-scale=1.0;" />
  126. ';
  127. print '<meta name="format-detection" content="telephone=no">
  128. ';
  129. }
  130.  
  131. error_reporting( 0 );
  132. $proto = getenv( HTTPS );
  133. $port = getenv( server_port );
  134. $camlics = camslicensed( );
  135.  
  136. if (is_apple_xxx( )) {
  137. print '<style>
  138. ';
  139. print 'body { margin: 0px; width: 90%; height: 90%;}
  140. ';
  141. print '</style>
  142. ';
  143. }
  144.  
  145. $fd = fopen( '/srv/etc/start-screen', 'r' );
  146. $startscreen = fgets( $fd, 4096 );
  147. fclose( $fd );
  148. $startscreen = chop( $startscreen );
  149. $script = $_SERVER['SCRIPT_NAME'];
  150.  
  151. if (preg_match( '/^\/index/', $script )) {
  152. if ($camlics < 10) {
  153. if (( $script == '/index2.pml' || $startscreen != 'classic' )) {
  154. print '<table border=0 bgcolor=#000066 cellpadding=0 cellspacing=0 width=802>
  155. ';
  156. } else {
  157. print '<table border=0 bgcolor=#000066 cellpadding=0 cellspacing=0 width=1002>
  158. ';
  159. }
  160. } else {
  161. print '<table border=0 bgcolor=#000066 cellpadding=0 cellspacing=0 width=1240>
  162. ';
  163. }
  164. } else {
  165. .............................................................
  166. ...........................
  167. ...........
Advertisement
Add Comment
Please, Sign In to add comment