Guest User

Untitled

a guest
May 1st, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.4.0
  8. * @ Author : DeZender
  9. * @ Release on : 30.03.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function callback($buffer) {
  15. global $pagtitle;
  16.  
  17. return str_replace( '{TitleHead}', strip_tags( $pagtitle ), $buffer );
  18. }
  19.  
  20. function callback_title($buffer) {
  21. global $pagtitle;
  22.  
  23. return str_replace( '{Title}', $pagtitle, $buffer );
  24. }
  25.  
  26. $StartSriptTime = time( );
  27. require_once( 'includes/config_ini.php' );
  28.  
  29. if (( empty( $_SESSION['userid'] ) || empty( $_SESSION['type'] ) )) {
  30. header( 'Location: login.php' );
  31. }
  32.  
  33. $_SESSION['_lang'] = 'ar';
  34.  
  35. if (empty( $_SESSION['_lang'] )) {
  36. include( 'lang/ar.php' );
  37. } else {
  38. include( 'lang/' . $_SESSION['_lang'] . '.php' );
  39. }
  40.  
  41. $statQ = mysql_query( 'select * from `state` where `userid` = \'' . $_SESSION['userid'] . '\';' );
  42. $statR = mysql_fetch_assoc( $statQ );
  43. ob_start( 'callback' );
  44. ob_start( 'callback_title' );
  45. $arrest = 0;
  46. $Pr = mysql_fetch_assoc( mysql_query( 'SELECT `pck` FROM `premium` WHERE `userid` = \'' . $_SESSION['userid'] . '\';' ) );
  47. $MaxBullet = 0;
  48. $LevelPus = 0;
  49. $timeMelt = 0;
  50. $MeltCarAllow = 3;
  51. $MeltCarIds = 8;
  52. $drug_Allow = 0;
  53. $stock_Allow = 0;
  54. $experience = 1;
  55. $MaxHealthy = 150;
  56. switch ($Pr['pck']) {
  57. case 1: {
  58. $timereles = 0.15;
  59. break;
  60. }
  61.  
  62. case 2: {
  63. $timereles = 0.25;
  64. break;
  65. }
  66.  
  67. case 3: {
  68. $timereles = 0.25;
  69. $MeltCarAllow = 5;
  70. $MeltCarIds = 16;
  71. $MaxBullet = 40;
  72. $LevelPus = 20;
  73. $drug_Allow = 100;
  74. $stock_Allow = 100;
  75. $experience = 2;
  76. $MaxHealthy = 195;
  77. break;
  78. }
  79.  
  80. case 4: {
  81. $timereles = 0.4;
  82. $timeMelt = 0.4;
  83. $MeltCarAllow = 5;
  84. $MeltCarIds = 16;
  85. $MaxBullet = 100;
  86. $LevelPus = 40;
  87. $drug_Allow = 200;
  88. $stock_Allow = 200;
  89. $experience = 3;
  90. $MaxHealthy = 195;
  91. $Planplus = true;
  92. break;
  93. }
  94.  
  95. default: {
  96. $timereles = 0;
  97. break;
  98. }
  99. }
  100.  
  101. require_once( 'includes/check.php' );
  102. require_once( 'includes/factory.php' );
  103. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  104. <html xmlns="http://www.w3.org/1999/xhtml">
  105. <head>
  106. <meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
  107. <META content="all" name="robots">
  108. <META content="SPSLink" name="author">
  109. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  110. <META con';
  111. echo 'tent="ÌãíÚ ÍÞæÞ ãÍÝæÙÉ áÜ SPSLink. All rights reserved." name=copyright>
  112. <META content="';
  113. echo fetch_data( 'name' );
  114. echo ' ,{Title}, {TitleHead},spslink" name=keywords>
  115. <title>';
  116. echo fetch_data( 'name' );
  117. echo ' | {TitleHead}</title>
  118. <link href="includes/css/style.css" rel="stylesheet" type="text/css" />
  119. ';
  120. echo '<s';
  121. echo 'cript type="text/javascript" src="includes/js/jquery-1.3.2.min.js"></script>
  122. ';
  123. echo '<s';
  124. echo 'cript type="text/javascript">
  125. document.write(\'';
  126. echo '<s';
  127. echo 'cript src="includes/js/jquery-ui-1.7.2.custom.min.js"><\/script>\');
  128. document.write(\'';
  129. echo '<s';
  130. echo 'cript src="includes/js/jquery.alerts.js"><\/script>\');
  131. document.write(\'';
  132. echo '<s';
  133. echo 'cript src="includes/prettyPhoto/js/jquery.prettyPhoto.js"><\/script>\');
  134. document.write(\'';
  135. echo '<s';
  136. echo 'cript src="includes/js/jquery.rsv.js"><\/script>\');
  137. document.write(\'';
  138. echo '<s';
  139. echo 'cript src="includes/js/countdown.js"><\/script>\');
  140. document.write(\'';
  141. echo '<s';
  142. echo 'cript src="includes/js/jquery.timeago.js"><\/script>\');
  143. document.write(\'';
  144. echo '<s';
  145. echo 'cript src="includes/aToolTip/js/atooltip.min.jquery.js"><\/script>\');
  146. document.write(\'';
  147. echo '<s';
  148. echo 'cript src="js/jquery.progressbar.min.js"><\/script>\');
  149. document.write(\'';
  150. echo '<s';
  151. echo 'cript src="includes/js/colorpicker.js"><\/script>\');
  152. document.write(\'';
  153. echo '<s';
  154. echo 'cript src="includes/js/eye.js"><\/script>\');
  155. document.write(\'';
  156. echo '<s';
  157. echo 'cript src="includes/js/utils.js"><\/script>\');
  158. </script>
  159. ';
  160. echo '<s';
  161. echo 'tyle type="text/css" media="all">
  162. /*<![CDATA[*/
  163. @import url("includes/css/smoothness/jquery-ui-1.7.2.custom.css");
  164. @import url("includes/css/jquery.alerts.css");
  165. @import url("includes/prettyPhoto/css/prettyPhoto.css");
  166. @import url("includes/aToolTip/css/atooltip.css");
  167. @import url("includes/css/colorpicker.css");
  168. /*]]>*/
  169. </style>
  170. ';
  171. echo '<s';
  172. echo 'cript type="text/javascript">
  173. $(document).ready(function(){
  174. //window.document.writeln();
  175. $("#PrayTime").load(\'ajax/ajaxpraytime.php\');
  176. });
  177. </script>
  178. ';
  179. echo '<s';
  180. echo 'tyle type="text/css">
  181. <!--
  182. .textyellow {
  183. color:#F1A121;
  184. font-family:tahoma;
  185. font-size:10pt;
  186. font-weight:bold;
  187. text-decoration:none;
  188. }
  189. .yellow {
  190. color:#FFAE1C !important;
  191. }
  192. .info td {
  193. color:#FFFFFF;
  194. font-family:verdana;
  195. font-size:8pt;
  196. font-weight:normal;
  197. text-decoration:none;
  198. }
  199. .text {
  200. color:#FDF161;
  201. font-family:tahoma;
  202. font-size:8pt;
  203. font-weight:normal;
  204. text-';
  205. echo 'decoration:none;
  206. }
  207. .textpink {
  208. color:#C38080;
  209. font-family:tahoma;
  210. font-size:8pt;
  211. font-weight:normal;
  212. text-decoration:none;
  213. }
  214. .noLinkTree ul li {
  215. background:url("http://images.experts-exchange.com/00175/xp/images/listItemArrow.png") no-repeat scroll 0 0 transparent;
  216. padding-left:23px;
  217. }
  218. .noLinkTree ul {
  219. list-style:none outside none;
  220. margin:0;
  221. padding:0;
  222. }
  223. #facebook{
  224. po';
  225. echo 'sition:absolute;
  226. top:261px;
  227. left:160px;
  228. /*border:#003 1px solid;*/
  229. width: 147px;
  230. height: 23px;
  231. }
  232. -->
  233. </style>
  234. </head>
  235.  
  236. <body>
  237. ';
  238. .......................
  239. .................
  240. .......
Advertisement
Add Comment
Please, Sign In to add comment