Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.73 KB | None | 0 0
  1. <?php
  2. require("protect.php");
  3.  
  4. date_default_timezone_set('America/Sao_Paulo');
  5.  
  6.  
  7. $conecta = @mysql_connect("localhost", "lulzgame_forumuser", "E}v@94%uMd?~");
  8. mysql_select_db("lulzgame_hacking", $conecta);
  9.  
  10. function anti_injection($sql) {
  11. $sql = mysql_real_escape_string($sql);
  12. return $sql;
  13. }
  14.  
  15. function isSecondaryGroupVIP( $ids )
  16. {
  17. if( strpos($ids, ",") != false )
  18. {
  19. $arrayIds = explode(',', $ids);
  20.  
  21. for($i = 0; $i < count($arrayIds); $i ++ )
  22. {
  23. if( $arrayIds[$i] == "6" || $arrayIds[$i] == "13" || $arrayIds[$i] == "29" )
  24. {
  25. return true;
  26. break;
  27. }
  28. }
  29. }
  30. else
  31. {
  32. if($ids == "6" || $ids == "13" || $ids == "29")
  33. return true;
  34. else
  35. return false;
  36. }
  37. }
  38.  
  39. function difData($dataInicial, $dataFinal)
  40. {
  41. @$calcDia = 0;
  42. @$calcHor = 0;
  43. @$calcMin = 0;
  44. @$data = "";
  45.  
  46. $dataInicial = date("Y-m-d H:i", strtotime($dataInicial));
  47. $dataFinal = date("Y-m-d H:i", strtotime($dataFinal));
  48. $dataInicial = strtotime($dataInicial);
  49. $dataFinal = strtotime($dataFinal);
  50.  
  51. $min = round(abs($dataInicial - $dataFinal) / 60, 2);
  52.  
  53. @$dia = ($min / 60) / 24;
  54. $dia = intval($dia);
  55.  
  56. if ($dia > 0)
  57. $calcHor = $dia * 24;
  58.  
  59. @$hora = ($min / 60);
  60.  
  61. $hora = intval($hora) - $calcHor;
  62.  
  63. if ($dia > 0)
  64. {
  65. $data = $data . $dia . " dia(s) ";
  66. $calcMin = $calcMin + ($dia * 1440);
  67. }
  68.  
  69. if ($hora > 0)
  70. {
  71. $data = $data . $hora . " hora(s) ";
  72. $calcMin = $calcMin + ($hora * 60);
  73. }
  74.  
  75. @$min = $min - $calcMin;
  76.  
  77. if ($min > 0)
  78. $data = $data . $min . " minuto(s) ";
  79.  
  80. return $data;
  81. }
  82.  
  83. $ref = "";
  84.  
  85. if( isset( $_GET["ref"] ) )
  86. $ref = anti_injection($_GET["ref"]);
  87.  
  88. if( isset( $_COOKIE["guid_msg"] ) )
  89. {
  90. setcookie("guid_msg", "");
  91.  
  92. echo "<script>alert('Guid resetado com Sucesso!'), window.location.href='guid1.php'</script>";
  93. }
  94.  
  95. $usrrs = anti_injection($_COOKIE["user_ecom"]);
  96.  
  97. if( $ref == "reset" )
  98. {
  99. $query = mysql_query("SELECT * FROM xf_user WHERE username='$usrrs'");
  100.  
  101. if( mysql_num_rows($query) > 0 )
  102. {
  103. while($sql = mysql_fetch_array($query))
  104. {
  105. $guid = $sql["guid"];
  106.  
  107. if( !empty($guid) )
  108. {
  109. $querie = mysql_query("SELECT * FROM lgh_ban_guid WHERE guid='$guid'");
  110.  
  111. if( mysql_num_rows($querie) > 0 )
  112. {
  113. header("location: guid1.php");
  114. exit();
  115. }
  116. }
  117.  
  118. if($sql["guid_reset"] == "" )
  119. {
  120. $query = mysql_query("UPDATE lgh_guid_resetar SET status=status+1 WHERE id=1");
  121.  
  122. $query = mysql_query("SELECT * FROM lgh_config WHERE id=0");
  123. $info = mysql_fetch_array($query);
  124. $horacfg = $info["horas"];
  125.  
  126. $data_guid = date("Y-m-d H:i", strtotime("+" . $horacfg . " hour"));
  127.  
  128. $query = mysql_query("UPDATE xf_user SET guid='', guid_reset='$data_guid' WHERE username='$usrrs'");
  129.  
  130. setcookie("guid_msg", "yes");
  131.  
  132. header("location: guid1.php");
  133. exit();
  134. }
  135. else
  136. {
  137. $atual = date("Y-m-d H:i");
  138. $guid_stamp = $sql["guid_reset"];
  139.  
  140. $data_hoje = strtotime($atual);
  141. $data_guid = strtotime($guid_stamp);
  142.  
  143. if( $data_hoje > $data_guid || difData($atual, $guid_stamp ) == "" )
  144. {
  145. $query = mysql_query("UPDATE xf_user SET guid_reset='' WHERE username='$usrrs'");
  146.  
  147. header("location: guid1.php?ref=reset");
  148. exit();
  149. }
  150. else
  151. {
  152. header("location: guid1.php");
  153. exit();
  154. }
  155. }
  156. }
  157. } else
  158. {
  159. header("location: guid1.php");
  160. exit();
  161. }
  162. }
  163.  
  164. ?>
  165.  
  166. <!DOCTYPE html>
  167. <!--
  168. Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.1
  169. Version: 3.5.1
  170. Author: KeenThemes
  171. Website: http://www.keenthemes.com/
  172. Contact: support@keenthemes.com
  173. Follow: www.twitter.com/keenthemes
  174. Like: www.facebook.com/keenthemes
  175. Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
  176. License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
  177. -->
  178. <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
  179. <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
  180. <!--[if !IE]><!-->
  181. <html lang="en">
  182. <!--<![endif]-->
  183. <!-- BEGIN HEAD -->
  184. <head>
  185. <meta charset="utf-8"/>
  186. <title>LGH Store</title>
  187. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  188. <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  189. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  190. <meta content="" name="description"/>
  191. <meta content="" name="author"/>
  192. <!-- BEGIN GLOBAL MANDATORY STYLES -->
  193. <link href="../painel/assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  194. <link href="../painel/assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
  195. <link href="../painel/assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
  196. <link href="../painel/assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
  197. <link href="../painel/assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
  198. <!-- END GLOBAL MANDATORY STYLES -->
  199. <!-- BEGIN PAGE LEVEL STYLES -->
  200. <link href="../painel/assets/admin/pages/css/pricing-table.css" rel="stylesheet" type="text/css"/>
  201. <!-- END PAGE LEVEL STYLES -->
  202. <!-- BEGIN THEME STYLES -->
  203. <link href="../painel/assets/global/css/components.css" id="style_components" rel="stylesheet" type="text/css"/>
  204. <link href="../painel/assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
  205. <link href="../painel/assets/admin/layout2/css/layout.css" rel="stylesheet" type="text/css"/>
  206. <link id="style_color" href="../painel/assets/admin/layout2/css/themes/default.css" rel="stylesheet" type="text/css"/>
  207. <link href="../painel/assets/admin/layout2/css/custom.css" rel="stylesheet" type="text/css"/>
  208. <!-- END THEME STYLES -->
  209. <link rel="shortcut icon" href="https://lulzgamehacking.com.br/forum/favicon.ico"/>
  210.  
  211. <style>
  212. /* fallback */
  213. @font-face {
  214. font-family: 'Open Sans';
  215. font-style: normal;
  216. font-weight: 300;
  217. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTfk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  218. }
  219. /* cyrillic-ext */
  220. @font-face {
  221. font-family: 'Open Sans';
  222. font-style: normal;
  223. font-weight: 300;
  224. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTSUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  225. unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  226. }
  227. /* cyrillic */
  228. @font-face {
  229. font-family: 'Open Sans';
  230. font-style: normal;
  231. font-weight: 300;
  232. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTeXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  233. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  234. }
  235. /* devanagari */
  236. @font-face {
  237. font-family: 'Open Sans';
  238. font-style: normal;
  239. font-weight: 300;
  240. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTY0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  241. unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  242. }
  243. /* greek-ext */
  244. @font-face {
  245. font-family: 'Open Sans';
  246. font-style: normal;
  247. font-weight: 300;
  248. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTfzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  249. unicode-range: U+1F00-1FFF;
  250. }
  251. /* greek */
  252. @font-face {
  253. font-family: 'Open Sans';
  254. font-style: normal;
  255. font-weight: 300;
  256. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTc9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  257. unicode-range: U+0370-03FF;
  258. }
  259. /* vietnamese */
  260. @font-face {
  261. font-family: 'Open Sans';
  262. font-style: normal;
  263. font-weight: 300;
  264. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTYZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  265. unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
  266. }
  267. /* latin-ext */
  268. @font-face {
  269. font-family: 'Open Sans';
  270. font-style: normal;
  271. font-weight: 300;
  272. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTRUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  273. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  274. }
  275. /* latin */
  276. @font-face {
  277. font-family: 'Open Sans';
  278. font-style: normal;
  279. font-weight: 300;
  280. src: local('Open Sans Light'), local('OpenSans-Light'), url(font/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  281. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  282. }
  283. /* fallback */
  284. @font-face {
  285. font-family: 'Open Sans';
  286. font-style: normal;
  287. font-weight: 400;
  288. src: local('Open Sans'), local('OpenSans'), url(font/PfybUH-csLekLIU-pU-o7w.woff2) format('woff2');
  289. }
  290. /* cyrillic-ext */
  291. @font-face {
  292. font-family: 'Open Sans';
  293. font-style: normal;
  294. font-weight: 400;
  295. src: local('Open Sans'), local('OpenSans'), url(font/K88pR3goAWT7BTt32Z01m1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  296. unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  297. }
  298. /* cyrillic */
  299. @font-face {
  300. font-family: 'Open Sans';
  301. font-style: normal;
  302. font-weight: 400;
  303. src: local('Open Sans'), local('OpenSans'), url(font/RjgO7rYTmqiVp7vzi-Q5UVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  304. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  305. }
  306. /* devanagari */
  307. @font-face {
  308. font-family: 'Open Sans';
  309. font-style: normal;
  310. font-weight: 400;
  311. src: local('Open Sans'), local('OpenSans'), url(font/ttwNtsRpgsxVmgGGmiUOEltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  312. unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  313. }
  314. /* greek-ext */
  315. @font-face {
  316. font-family: 'Open Sans';
  317. font-style: normal;
  318. font-weight: 400;
  319. src: local('Open Sans'), local('OpenSans'), url(font/LWCjsQkB6EMdfHrEVqA1KVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  320. unicode-range: U+1F00-1FFF;
  321. }
  322. /* greek */
  323. @font-face {
  324. font-family: 'Open Sans';
  325. font-style: normal;
  326. font-weight: 400;
  327. src: local('Open Sans'), local('OpenSans'), url(font/xozscpT2726on7jbcb_pAltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  328. unicode-range: U+0370-03FF;
  329. }
  330. /* vietnamese */
  331. @font-face {
  332. font-family: 'Open Sans';
  333. font-style: normal;
  334. font-weight: 400;
  335. src: local('Open Sans'), local('OpenSans'), url(font/59ZRklaO5bWGqF5A9baEEVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  336. unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
  337. }
  338. /* latin-ext */
  339. @font-face {
  340. font-family: 'Open Sans';
  341. font-style: normal;
  342. font-weight: 400;
  343. src: local('Open Sans'), local('OpenSans'), url(font/u-WUoqrET9fUeobQW7jkRVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  344. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  345. }
  346. /* latin */
  347. @font-face {
  348. font-family: 'Open Sans';
  349. font-style: normal;
  350. font-weight: 400;
  351. src: local('Open Sans'), local('OpenSans'), url(font/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  352. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  353. }
  354. /* fallback */
  355. @font-face {
  356. font-family: 'Open Sans';
  357. font-style: normal;
  358. font-weight: 600;
  359. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSvk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  360. }
  361. /* cyrillic-ext */
  362. @font-face {
  363. font-family: 'Open Sans';
  364. font-style: normal;
  365. font-weight: 600;
  366. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSiUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  367. unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  368. }
  369. /* cyrillic */
  370. @font-face {
  371. font-family: 'Open Sans';
  372. font-style: normal;
  373. font-weight: 600;
  374. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSuXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  375. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  376. }
  377. /* devanagari */
  378. @font-face {
  379. font-family: 'Open Sans';
  380. font-style: normal;
  381. font-weight: 600;
  382. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSo0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  383. unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  384. }
  385. /* greek-ext */
  386. @font-face {
  387. font-family: 'Open Sans';
  388. font-style: normal;
  389. font-weight: 600;
  390. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSvzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  391. unicode-range: U+1F00-1FFF;
  392. }
  393. /* greek */
  394. @font-face {
  395. font-family: 'Open Sans';
  396. font-style: normal;
  397. font-weight: 600;
  398. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSs9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  399. unicode-range: U+0370-03FF;
  400. }
  401. /* vietnamese */
  402. @font-face {
  403. font-family: 'Open Sans';
  404. font-style: normal;
  405. font-weight: 600;
  406. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSoZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  407. unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
  408. }
  409. /* latin-ext */
  410. @font-face {
  411. font-family: 'Open Sans';
  412. font-style: normal;
  413. font-weight: 600;
  414. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNShUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  415. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  416. }
  417. /* latin */
  418. @font-face {
  419. font-family: 'Open Sans';
  420. font-style: normal;
  421. font-weight: 600;
  422. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(font/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  423. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  424. }
  425. /* fallback */
  426. @font-face {
  427. font-family: 'Open Sans';
  428. font-style: normal;
  429. font-weight: 700;
  430. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  431. }
  432. /* cyrillic-ext */
  433. @font-face {
  434. font-family: 'Open Sans';
  435. font-style: normal;
  436. font-weight: 700;
  437. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzCUUniRZcd_wq8DYmIfsw2A.woff2) format('woff2');
  438. unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  439. }
  440. /* cyrillic */
  441. @font-face {
  442. font-family: 'Open Sans';
  443. font-style: normal;
  444. font-weight: 700;
  445. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzOXREeHhJi4GEUJI9ob_ak4.woff2) format('woff2');
  446. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  447. }
  448. /* devanagari */
  449. @font-face {
  450. font-family: 'Open Sans';
  451. font-style: normal;
  452. font-weight: 700;
  453. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzI0Uz7fbu6RM5MPetubMKio.woff2) format('woff2');
  454. unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  455. }
  456. /* greek-ext */
  457. @font-face {
  458. font-family: 'Open Sans';
  459. font-style: normal;
  460. font-weight: 700;
  461. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzPzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  462. unicode-range: U+1F00-1FFF;
  463. }
  464. /* greek */
  465. @font-face {
  466. font-family: 'Open Sans';
  467. font-style: normal;
  468. font-weight: 700;
  469. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzM9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  470. unicode-range: U+0370-03FF;
  471. }
  472. /* vietnamese */
  473. @font-face {
  474. font-family: 'Open Sans';
  475. font-style: normal;
  476. font-weight: 700;
  477. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzIZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  478. unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
  479. }
  480. /* latin-ext */
  481. @font-face {
  482. font-family: 'Open Sans';
  483. font-style: normal;
  484. font-weight: 700;
  485. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzBUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  486. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  487. }
  488. /* latin */
  489. @font-face {
  490. font-family: 'Open Sans';
  491. font-style: normal;
  492. font-weight: 700;
  493. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(font/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  494. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  495. }
  496. </style>
  497.  
  498. <script>
  499. function loadInfo()
  500. {
  501. var value = $.cookie("user_ecom");
  502. var pass = $.cookie("pass_ecom");
  503.  
  504. $("#lblUser").text(value);
  505.  
  506. $.getJSON('XenAPI.php?action=login&username='+value+'&password='+pass, function(data)
  507. {
  508. var hash = btoa(data['hash'])
  509.  
  510. $.getJSON("XenAPI.php?action=avatar&username="+value+"&hash="+hash, function(data2)
  511. {
  512. if (data2['avatar'] != '')
  513. {
  514. var lAvatar = data2['avatar'].substr(0, data2['avatar'].indexOf("data"))+"/forum/"+data2['avatar'].substr(data2['avatar'].indexOf("data")).replace('http','https');
  515.  
  516. $("#imgAvatar").attr("src", lAvatar);
  517.  
  518. loading(0);
  519. document.getElementById('guid0').style.display = 'block';
  520. }
  521. });
  522. });
  523. }
  524. function buyProduct(type)
  525. {
  526. var _0x1f80=["\x75\x73\x65\x72\x5F\x65\x63\x6F\x6D","\x63\x6F\x6F\x6B\x69\x65","\x68\x72\x65\x66","\x58\x65\x6E\x41\x50\x49\x2E\x70\x68\x70\x3F\x61\x63\x74\x69\x6F\x6E\x3D\x62\x75\x79\x26\x70\x6C\x61\x6E\x3D","\x26\x75\x73\x65\x72\x6E\x61\x6D\x65\x3D","\x61\x74\x74\x72"];var value=$[_0x1f80[1]](_0x1f80[0]);$(location)[_0x1f80[5]](_0x1f80[2],_0x1f80[3]+type+_0x1f80[4]+value);
  527. }
  528. function logOut()
  529. {
  530. var _0x6717=["\x75\x73\x65\x72\x5F\x65\x63\x6F\x6D","","\x63\x6F\x6F\x6B\x69\x65","\x70\x61\x73\x73\x5F\x65\x63\x6F\x6D","\x69\x64\x5F\x65\x63\x6F\x6D","\x68\x72\x65\x66","\x6C\x6F\x67\x69\x6E\x2E\x70\x68\x70","\x61\x74\x74\x72"];$[_0x6717[2]](_0x6717[0],_0x6717[1]);$[_0x6717[2]](_0x6717[3],_0x6717[1]);$[_0x6717[2]](_0x6717[4],_0x6717[1]);$(location)[_0x6717[7]](_0x6717[5],_0x6717[6]);
  531. }
  532. </script>
  533.  
  534. </head>
  535. <!-- END HEAD -->
  536. <!-- BEGIN BODY -->
  537. <!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
  538. <!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
  539. <!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
  540. <!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
  541. <!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
  542. <!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
  543. <!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
  544. <!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
  545. <!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
  546. <body class="page-boxed page-header-fixed page-container-bg-solid page-sidebar-closed-hide-logo " onload="loadInfo()">
  547. <!-- BEGIN HEADER -->
  548. <div class="page-header navbar navbar-fixed-top">
  549. <!-- BEGIN HEADER INNER -->
  550. <div class="page-header-inner container">
  551. <!-- BEGIN LOGO -->
  552. <div class="page-logo">
  553. <a href="index.php">
  554. <!--<img src="../painel/assets/admin/layout2/img/logo-default.png" alt="logo" class="logo-default"/>-->
  555. </a>
  556. <div class="menu-toggler sidebar-toggler">
  557. <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
  558. </div>
  559. </div>
  560. <!-- END LOGO -->
  561. <!-- BEGIN RESPONSIVE MENU TOGGLER -->
  562. <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
  563. </a>
  564. <!-- END RESPONSIVE MENU TOGGLER -->
  565. <!-- BEGIN PAGE TOP -->
  566. <div class="page-top">
  567. <!-- BEGIN TOP NAVIGATION MENU -->
  568. <div class="top-menu">
  569. <ul class="nav navbar-nav pull-right">
  570. <!-- BEGIN USER LOGIN DROPDOWN -->
  571. <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
  572. <li class="dropdown dropdown-user">
  573. <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
  574. <img alt="" id="imgAvatar" class="img-circle" src=""/>
  575. <span id="lblUser" class="username username-hide-on-mobile">
  576. Loading </span>
  577. <i class="icon-user"></i>
  578. </a>
  579. <ul class="dropdown-menu dropdown-menu-default">
  580. <li>
  581. <a href="#" onclick="logOut()">
  582. <i class="icon-key"></i> Log Out </a>
  583. </li>
  584. </ul>
  585. </li>
  586. <!-- END USER LOGIN DROPDOWN -->
  587. </ul>
  588. </div>
  589. <!-- END TOP NAVIGATION MENU -->
  590. </div>
  591. <!-- END PAGE TOP -->
  592. </div>
  593. <!-- END HEADER INNER -->
  594. </div>
  595. <!-- END HEADER -->
  596.  
  597. <div class="clearfix">
  598. </div>
  599. <div class="container">
  600. <!-- BEGIN CONTAINER -->
  601. <div class="page-container">
  602. <!-- BEGIN SIDEBAR -->
  603. <div class="page-sidebar-wrapper">
  604. <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
  605. <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
  606. <div class="page-sidebar navbar-collapse collapse">
  607. <!-- BEGIN SIDEBAR MENU -->
  608. <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
  609. <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
  610. <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->
  611. <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
  612. <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
  613. <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
  614. <ul class="page-sidebar-menu page-sidebar-menu-hover-submenu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
  615. <li class="start">
  616. <a href="index.php">
  617. <i class="icon-home"></i>
  618. <span class="title">Home</span>
  619. <span class="selected"></span>
  620. </a>
  621. <li>
  622.  
  623. <li class="start">
  624. <a href="comprar.php">
  625. <i class="icon-basket"></i>
  626. <span class="title">Comprar - MercadoPago</span>
  627. <span class="selected"></span>
  628. </a>
  629. </li>
  630.  
  631. <li class="start">
  632. <a href="hist.php">
  633. <i class="icon-basket-loaded"></i>
  634. <span class="title">Histórico de Compras</span>
  635. <span class="selected"></span>
  636. </a>
  637. </li>
  638.  
  639. <li class="start active">
  640. <a href="guid1.php">
  641. <i class="icon-settings"></i>
  642. <span class="title">Resetar Guid</span>
  643. <span class="selected"></span>
  644. </a>
  645. </li>
  646.  
  647. <li class="start">
  648. <a href="faqs.php">
  649. <i class="icon-question"></i>
  650. <span class="title">Faqs</span>
  651. <span class="selected"></span>
  652. </a>
  653. </li>
  654.  
  655.  
  656. </ul>
  657. <!-- END SIDEBAR MENU -->
  658. </div>
  659. </div>
  660. <!-- END SIDEBAR -->
  661. <!-- BEGIN CONTENT -->
  662. <div class="page-content-wrapper">
  663. <div class="page-content">
  664. <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
  665. <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  666. <div class="modal-dialog">
  667. <div class="modal-content">
  668. <div class="modal-header">
  669. <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
  670. <h4 class="modal-title">Modal title</h4>
  671. </div>
  672. <div class="modal-body">
  673. Widget settings form goes here
  674. </div>
  675. <div class="modal-footer">
  676. <button type="button" class="btn blue">Save changes</button>
  677. <button type="button" class="btn default" data-dismiss="modal">Close</button>
  678. </div>
  679. </div>
  680. <!-- /.modal-content -->
  681. </div>
  682. <!-- /.modal-dialog -->
  683. </div>
  684. <!-- /.modal -->
  685. <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
  686. <!-- BEGIN PAGE HEADER-->
  687. <h3 class="page-title">
  688. Resetar Guid <small>Resetar Hardware ID.</small>
  689. </h3>
  690. <!-- END PAGE HEADER-->
  691. <!-- BEGIN PAGE CONTENT-->
  692. <div class="row">
  693. <div class="col-md-12">
  694. <!-- BEGIN INLINE NOTIFICATIONS PORTLET-->
  695. <div class="portlet light">
  696. <div class="portlet-title">
  697. <div class="caption">
  698. <i class="icon-settings"></i>Guid
  699. </div>
  700. </div>
  701. <div class="portlet-body">
  702. <div class="row margin-bottom-40">
  703. <?php
  704. $query = mysql_query("SELECT * FROM lgh_config WHERE id=0");
  705. $tip = mysql_fetch_array($query);
  706.  
  707. $usuario = anti_injection($_COOKIE["user_ecom"]);
  708.  
  709. $query = mysql_query("SELECT * FROM xf_user WHERE username='$usuario'");
  710. $tipo = mysql_fetch_array($query);
  711.  
  712. $estatus = $tipo["user_state"];
  713. $cor = "#CD0000";
  714. $cor2 = "green";
  715. $conta = "Free";
  716.  
  717. if( ( isSecondaryGroupVIP($tipo["secondary_group_ids"]) or false) != false )
  718. {
  719. $cor2 = "#7F462C";
  720. $conta = "Premium";
  721. }
  722.  
  723. if($estatus == "valid")
  724. {
  725. $estatus = "Ativo";
  726. $cor = "green";
  727. }
  728.  
  729. if($estatus == "email_confirm" || $estatus == "email_confirm_edit" || $estatus == "email_bounce")
  730. {
  731. $estatus = "N&atilde;o Ativo";
  732. $cor = "#CD0000";
  733. }
  734.  
  735. if($estatus == "moderated")
  736. {
  737. $estatus = "Moderado";
  738. $cor = "#9900CC";
  739. }
  740.  
  741. if($estatus == "paypal_pending")
  742. {
  743. $estatus = "Aguardando Paypal";
  744. $cor = "#CD0000";
  745. }
  746. ?>
  747.  
  748. <font style="color:#228B22"><center><b>Você só pode resetar seu Guid 1 vez a cada <?php echo $tip["horas"]; ?> hora(s).</b></center><br></font>
  749.  
  750. <table id="tfhover" class="tftable" style="width: 100%;">
  751. <tbody>
  752. <tr>
  753. <th>Usuário</th>
  754. <th>ID do Usuário</th>
  755. <th>Status da Conta</th>
  756. <th>Tipo de Conta</th>
  757. <th>Guid</th>
  758. <th>Resetar Guid</th>
  759. </tr>
  760.  
  761. <tr>
  762. <td><?php echo $usuario; ?></td>
  763. <td><?php echo $tipo["user_id"]; ?></td>
  764. <td style="color: <?php echo $cor; ?>"><?php echo $estatus; ?></td>
  765. <td style="color: <?php echo $cor2; ?>"><?php echo $conta; ?></td>
  766. <td><?php if( $tipo["guid"] == "" ) echo "Indefinido"; else echo $tipo["guid"]; ?></td>
  767. <td>
  768. <?php
  769. if( $tipo["guid"] == "" )
  770. echo "<font style='color:#CD0000'>Você não pode Resetar o Guid.</font>";
  771. else
  772. {
  773. $atual = date("Y-m-d H:i");
  774. $guid_stamp = $tipo["guid_reset"];
  775.  
  776. $data_hoje = strtotime($atual);
  777. $data_guid = strtotime($guid_stamp);
  778.  
  779. if($data_hoje > $data_guid || difData($atual, $guid_stamp) == "")
  780. {
  781. ?>
  782. <script>
  783. function reset()
  784. {
  785. var msg = confirm("Seu Guid só ficará disponível novamente para resetar após <?php echo $tip["horas"]; ?> hora(s), e ele será fixado em sua conta depois que você entrar no Loader. Deseja resetar seu Guid?");
  786.  
  787. if( msg == true )
  788. {
  789. window.location.href="guid1.php?ref=reset"
  790. }
  791. }
  792. </script>
  793.  
  794. <?php
  795. $guid = $tipo["guid"];
  796. $query = mysql_query("SELECT * FROM lgh_ban_guid WHERE guid='$guid'");
  797.  
  798. if( mysql_num_rows($query) > 0 )
  799. {
  800. echo "<font style='color:#CD0000'>Você está Banido.</font>";
  801. } else
  802. {
  803. ?>
  804. <a href="javascript:void(0)" onclick="reset();" style="decoration:none;" href="guid1.php?ref=reset"><b>Resetar<b></a>
  805. <?php
  806. }
  807. ?>
  808.  
  809. <?php
  810. }
  811. else
  812. {
  813. $data = $tipo["guid_reset"];
  814. $data_out = explode(" ", $data);
  815. $data_sla0 = explode("-", $data_out[0]);
  816.  
  817. $ano = $data_sla0[0];
  818. $mes = $data_sla0[1];
  819. $dia = $data_sla0[2];
  820.  
  821. $data_sla = explode(":", $data_out[1]);
  822. $hora = $data_sla[0];
  823. $minuto = $data_sla[1];
  824. ?>
  825. <span id="reset-timer">...</span>
  826.  
  827. <script>
  828. var target_date = new Date(<?php echo $ano; ?>, <?php echo (int)($mes -1); ?>, <?php echo $dia; ?>, <?php echo $hora;?>, <?php echo $minuto; ?>).getTime();
  829.  
  830. var days, hours, minutes, seconds;
  831.  
  832. var countdown = document.getElementById("reset-timer");
  833.  
  834. setInterval(function ()
  835. {
  836. var current_date = new Date().getTime();
  837. var seconds_left = (target_date - current_date) / 1000;
  838.  
  839. days = parseInt(seconds_left / 86400);
  840. seconds_left = seconds_left % 86400;
  841.  
  842. hours = parseInt(seconds_left / 3600);
  843. seconds_left = seconds_left % 3600;
  844.  
  845. minutes = parseInt(seconds_left / 60);
  846. seconds = parseInt(seconds_left % 60);
  847.  
  848. if( hours == "0" && minutes == "0" && seconds == "0" )
  849. {
  850. document.location.href = "guid1.php";
  851. } else
  852. {
  853. countdown.innerHTML = "<font style='color: #CD0000'>Somente Após: " + hours + "h, "
  854. + minutes + "m, " + seconds + "s</font>";
  855. }
  856. }, 1000);
  857. </script>
  858.  
  859. <?php
  860. }
  861. }
  862. ?>
  863. </td>
  864. </tr>
  865. </tbody>
  866. </table>
  867. <!-- Pricing -->
  868. <!--<div class="col-md-3">
  869. <div class="pricing hover-effect">
  870. <div class="pricing-head pricing-head-active">
  871. <h3>LGH Basic <span>
  872. Para usuários novos. </span>
  873. </h3>
  874. <h4><i>R$</i>11<i>.00</i>
  875. </h4>
  876. </div>
  877. <ul class="pricing-content list-unstyled">
  878. <li>
  879. <i class="icon-trophy"></i> 1.300 de LGH Cash
  880. </li>
  881. <li>
  882. <i class="icon-star"></i> Tag Usuário VIP
  883. </li>
  884. <li>
  885. <i class="icon-pin"></i> + 20 Posts
  886. </li>
  887. </ul>
  888. <div class="pricing-footer">
  889. <p>
  890. Este é o plano destinado a usuários novos que querem testar os nosso produtos sem muito compromisso.
  891. </p>
  892. <a href="#" class="btn yellow-crusta" onclick="buyProduct('basic')">
  893. Comprar <i class="m-icon-swapright m-icon-white"></i>
  894. </a>
  895. </div>
  896. </div>
  897. </div>
  898. <div class="col-md-3">
  899. <div class="pricing hover-effect">
  900. <div class="pricing-head">
  901. <h3>LGH Pro<span>
  902. Para diversão </span>
  903. </h3>
  904. <h4><i>R$</i>40<i>.00</i>
  905. </h4>
  906. </div>
  907. <ul class="pricing-content list-unstyled">
  908. <li>
  909. <i class="icon-trophy"></i> 5.000 de GoldCash
  910. </li>
  911. <li>
  912. <i class="icon-star"></i> Tag Usuário VIP
  913. </li>
  914. <li>
  915. <i class="icon-pin"></i> + 40 Posts
  916. </li>
  917. </ul>
  918. <div class="pricing-footer">
  919. <p>
  920. Este é o plano para usuários que já são acostumados com a LGH e jogam seus jogos apenas por diversão.
  921. </p>
  922. <a href="#" class="btn yellow-crusta" onclick="buyProduct('pro')">
  923. Comprar <i class="m-icon-swapright m-icon-white"></i>
  924. </a>
  925. </div>
  926. </div>
  927. </div>
  928. <div class="col-md-3">
  929. <div class="pricing hover-effect">
  930. <div class="pricing-head">
  931. <h3>LGH Expert <span>
  932. Para usuários profissionais </span>
  933. </h3>
  934. <h4><i>R$</i>50<i>.00</i>
  935. </h4>
  936. </div>
  937. <ul class="pricing-content list-unstyled">
  938. <li>
  939. <i class="icon-trophy"></i> 6.500 GoldCash
  940. </li>
  941. <li>
  942. <i class="icon-star"></i> Tag Usuário VIP
  943. </li>
  944. <li>
  945. <i class="icon-pin"></i> + 50 Posts
  946. </li>
  947. </ul>
  948. <div class="pricing-footer">
  949. <p>
  950. Este plano é para usuários que jogam em nível alto e dispostos a contribuir com a comunidade.
  951. </p>
  952. <a href="#" class="btn yellow-crusta" onclick="buyProduct('expert')">
  953. Comprar <i class="m-icon-swapright m-icon-white"></i>
  954. </a>
  955. </div>
  956. </div>
  957. </div>
  958. <div class="col-md-3">
  959. <div class="pricing hover-effect">
  960. <div class="pricing-head">
  961. <h3>LGH God <span>
  962. Para os viciados. </span>
  963. </h3>
  964. <h4><i>R$</i>100<i>.00</i>
  965. </h4>
  966. </div>
  967. <ul class="pricing-content list-unstyled" >
  968. <li>
  969. <i class="icon-trophy"></i> 15.000 GoldCash
  970. </li>
  971. <li>
  972. <i class="icon-star"></i> Tag Usuário GOD
  973. </li>
  974. <li>
  975. <i class="icon-pin"></i> +100 Posts
  976. </li>
  977. </ul>
  978. <div class="pricing-footer">
  979. <p>
  980. Este é o plano para os usuários mais avançados da comunidade, que nos acompanham sempre!
  981. </p>
  982. <a href="#" class="btn yellow-crusta" onclick="buyProduct('god')">
  983. Comprar <i class="m-icon-swapright m-icon-white"></i>
  984. </a>
  985. </div>
  986. </div>
  987. </div>
  988. -->
  989. <!--//End Pricing -->
  990. </div>
  991. </div>
  992. </div>
  993. <!-- END INLINE NOTIFICATIONS PORTLET-->
  994. </div>
  995. </div>
  996. <!-- END PAGE CONTENT-->
  997. </div>
  998. <!-- BEGIN CONTENT -->
  999. </div>
  1000. <!-- END CONTAINER -->
  1001. <!-- BEGIN FOOTER -->
  1002. <div class="page-footer">
  1003. <div class="page-footer-inner">
  1004. <center><font style="color: #ECECEC; position: relative; float: left; left: 100%">2018 &copy; LulzGameHacking - Website B4N3.</font></center>
  1005. </div>
  1006. <div class="scroll-to-top">
  1007. <i class="icon-arrow-up"></i>
  1008. </div>
  1009. </div>
  1010. <!-- END FOOTER -->
  1011. </div>
  1012. </div><br>
  1013. <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
  1014. <!-- BEGIN CORE PLUGINS -->
  1015. <!--[if lt IE 9]>
  1016. <script src="../painel/assets/global/plugins/respond.min.js"></script>
  1017. <script src="../painel/assets/global/plugins/excanvas.min.js"></script>
  1018. <![endif]-->
  1019. <script src="../painel/assets/global/plugins/jquery.min.js" type="text/javascript"></script>
  1020. <script src="../painel/assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
  1021. <!-- IMPORTANT! Load jquery-ui-1.10.3.custom.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
  1022. <script src="../painel/assets/global/plugins/jquery-ui/jquery-ui-1.10.3.custom.min.js" type="text/javascript"></script>
  1023. <script src="../painel/assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
  1024. <script src="../painel/assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
  1025. <script src="../painel/assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
  1026. <script src="../painel/assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
  1027. <script src="../painel/assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
  1028. <script src="../painel/assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
  1029. <script src="../painel/assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
  1030. <!-- END CORE PLUGINS -->
  1031. <script src="../painel/assets/global/scripts/metronic.js" type="text/javascript"></script>
  1032. <script src="../painel/assets/admin/layout2/scripts/layout.js" type="text/javascript"></script>
  1033. <script src="../painel/assets/admin/layout2/scripts/demo.js" type="text/javascript"></script>
  1034. <script>
  1035. jQuery(document).ready(function() {
  1036. Metronic.init(); // init metronic core components
  1037. Layout.init(); // init current layout
  1038. Demo.init(); // init demo features
  1039. });
  1040. </script>
  1041. <!-- END JAVASCRIPTS -->
  1042. </body>
  1043. <!-- END BODY -->
  1044. </html>
  1045.  
  1046. <?php
  1047. mysql_close($conecta);
  1048. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement