Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 9.06 KB | None | 0 0
  1. <?php
  2. define('IN_PHPBB', true);
  3. $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : dirname(__FILE__) . '/forum/';
  4. $phpEx = substr(strrchr(__FILE__, '.'), 1);
  5. //var_dump($phpbb_root_path);
  6. include($phpbb_root_path . 'common.' . $phpEx);
  7.  
  8. //$user->add_lang('acp/groups');
  9. include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
  10.  
  11. $user->session_begin();
  12. $auth->acl($user->data);
  13. //if($_SERVER['REQUEST_METHOD'] === 'POST'){
  14. $password = request_var('password', '', true);
  15. $username = request_var('username', '', true);
  16. $autologin = (!empty($_POST['autologin'])) ? true : false;
  17. $result = $auth->login($username, $password,true);
  18. if ($result['status'] == LOGIN_SUCCESS){
  19.     header("Location: http://www.puabase.com/forum/ucp.php?mode=login");
  20. }else{
  21.     if(!empty($_POST)) echo "<script>alert('Senha incorreta.')</script>";
  22. }
  23. //}
  24. //$user->setup();
  25. //var_dump($user->data['is_registered']);
  26. if (!$user->data['is_registered']) {
  27.    //page_header('');
  28. //  $template->set_filenames(array(
  29.    //     'body' => 'landing_page.html',
  30.    // ));
  31.     ////make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
  32.    /// page_footer();
  33. ?>
  34. <!DOCTYPE HTML>
  35. <html>
  36. <head>
  37.  
  38. <!-- ### Define Charset ### -->
  39. <meta charset="utf-8">
  40.  
  41. <!-- ### Responsive MetaTag ### -->
  42. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  43.  
  44. <!-- ### Page Title ### -->
  45. <title>PUA BASE | Sedução | Pick Up Artist</title>
  46.  
  47. <!-- ### Description and Keyword ### -->
  48. <meta name="content-language" content="pt_br"/>
  49. <meta name="keywords" content="artist, rapport, pickup, rotina, neg, puas, pua"/>
  50. <meta name="description" content="PUA BASE | Sedução | Pick Up Artist : Esse é um fórum sobre Pickup Artist, pua, rotina, neg, rapport e mystery method"/>
  51. <meta name="robots" content="index,follow"/>
  52.  
  53.  
  54. <!-- ### Stylesheet and Bootstrap ### -->
  55. <link rel="stylesheet" href="css/bootstrap.min.css" />
  56. <link rel="stylesheet" href="css/bootstrap.min.css" />
  57. <link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
  58. <link rel="stylesheet" href="css/styles.css" />
  59. <link rel="stylesheet" href="css/lightbox.css" />
  60.  
  61. <!-- ### Favicon ### -->
  62. <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
  63.  
  64. <!-- ### Google Fonts ### -->
  65. <link href="http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600,200" rel="stylesheet" type="text/css"/>
  66.  
  67. <!-- ### Javascript Files ### -->
  68. <script type="text/javascript" src="js/jquery.min.js"></script>
  69. <script type="text/javascript" src="js/jquery-ui.min.js"></script>
  70. <script type="text/javascript" src="js/lightbox.js"></script>
  71. <script type="text/javascript" src="js/custom.js"></script>
  72.  
  73. <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  74. <!--[if IE 8]><link rel="stylesheet" href="css/ie8.css"/> <![endif]-->
  75.  
  76. </head>
  77. <body>
  78. <div class="wrap-switcher">
  79.  <!-- ### START - Header Section ### -->
  80. <header>
  81. <div class="wrapper">
  82. <div class="logo">    </div>
  83. <div class="navi">
  84. <ul>
  85. <li class="active"><a href="./forum/ucp.php?mode=register">REGISTRAR</a></li>
  86. <li><a href="about.html">SOBRE</a></li>
  87. <li><a href="./forum/">FORUM</a></li>
  88. </ul>
  89. </div>
  90. </div>
  91. </header>
  92. <!-- ### END - Header Section ### -->
  93. <div class="clear"></div>
  94.  
  95. <!-- ### START - Main Section ### -->
  96. <div class="main" >
  97. <div class="gradient">
  98. <div class="wrapper">
  99. <div class="slogan">
  100.     <h1>Bem-vindo ao maior site de sedução em língua portuguesa!</h1>
  101.     <h2>Se registre ou entre com seu usuário e senha abaixo. </h2>
  102. </div>
  103. <div class="video"> <iframe src="http://player.vimeo.com/video/89711581" width="580" height="362"  > </iframe> </div>
  104. <div class="subscriber">
  105. <div class="subscriber-wrap">
  106. <h3> Já é um dos nossos!?</h3>
  107. <p>Então, bem-vindo de volta!</p>
  108. <!-- Newsletter -->
  109.      
  110. <form action="index.php" method="post" novalidate>
  111. <input placeholder="Nome de usuário"  name="username"     class="name-newsletter"     >
  112. <input  type="password" placeholder="Digite sua senha" name="password"  class="email-newsletter"     >
  113. <input type="hidden" name="sid" value="<?php echo $_COOKIE['puabase_amo_sid']; ?>
  114. ">
  115. <label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4"  style="width: auto;line-height:1;font-size:10px;margin: 5px;"> Entrar automaticamente em cada
  116.  visita</label>
  117. <input type="submit" value="Entrar agora" name="subscribe"  class="button-newsletter">
  118.  
  119. <label> * Esqueceu a senha? <a href="./forum/ucp.php?mode=sendpassword">Clique aqui.</a></label>
  120.  
  121.  
  122.  
  123. </form>
  124.    
  125. <!-- Newsletter -->
  126. </div>
  127. </div> 
  128. </div>
  129. </div>
  130. </div>
  131.  
  132. <!-- ### END - Main Section ### -->
  133.  
  134. <!-- ### START - Howitwork Section ### -->
  135. <div class="howitwork" >
  136. <div class="wrapper">
  137. <div class="title"><h3>Como participar</h3></div>
  138. <div class="row-fluid">
  139.  
  140. <!-- ###   Feature 1 ### -->
  141. <div class="span4 featu">
  142. <div class="icon"> <img src="img/icons/features1.png" class="ft1" alt="" />  </div>
  143. <h6> 1. Se registre no site</h6>
  144. <p>  Para ter acesso ao conteúdo integral do site. São mais de 105.000 (CENTO E CINCO MIL) membros registrados. </p>
  145. <div class="step"><p>Passo 1</p></div>
  146.  </div>
  147.  
  148. <!-- ###   Feature 2 ### -->
  149. <div class="span4 featu">
  150. <div class="icon"> <img src="img/icons/features2.png" class="ft1" alt="" />  </div>
  151. <h6> 2. Confirme o email</h6>
  152. <p>  Verifique seu email e confirme seu registro. Se não estiver chegado, verifique a caixa de spam. </p>
  153. <div class="step"><p>Passo 2</p></div>
  154. </div>
  155.  
  156. <!-- ###   Feature 2 ### -->
  157. <div class="span4 featu">
  158. <div class="icon"> <img src="img/icons/features3.png" class="ft1" alt="" />  </div>
  159. <h6> 3. Comece a participar</h6>
  160. <p>  Comece a ler, participar e tirar suas dúvidas com nossos milhares de membros  </p>
  161. <div class="step"><p>Passo 3</p></div>
  162. </div>
  163.  
  164.  
  165. </div>
  166. </div>
  167. </div>
  168. <!-- ### END - Howitwork Section ### -->
  169.  
  170. <!-- ### START - Testimonials Section ### -->
  171. <div class="testimonials" >
  172. <div class="wrapper">
  173.  <div class="title"><h3>Depoimentos</h3></div>
  174.  <div class="row-fluid">
  175.  
  176.  <!-- ### Testimonials 1 ### -->
  177.  <div class="span4 testi">
  178.  <div class="client"> <img src="img/testimonials/client1.png" class="ft1" alt="" />  </div>
  179.  <h6> Christiano Souza</h6>
  180.  <div class="testi-div"></div>
  181.  <p>  Eu  já posso perceber as mudanças que ocorreram desde que entrei aqui. No início, só me passava pela cabeça em entrar aqui e comer mulher pra caralho. Depois vi que o foco não era só esse. O foco é se tornar um cara melhor em todos os sentidos. Comer mulher e felicidade é apenas uma consequência – muito boa por sinal. </p>
  182.  <div class="quote"><img src="img/testimonials/quote.png"   alt="" /></div>
  183.  </div>
  184.  
  185.  <!-- ### Testimonials 2 ### -->
  186.  <div class="span4 testi">
  187.  <div class="client"> <img src="img/testimonials/client2.png" class="ft1" alt="" />  </div>
  188.  <h6> Gustavo Santos</h6>
  189.  <div class="testi-div"></div>
  190.  <p>  Quando eu me registrei eu estava meio desacreditado, ainda não conhecia o <b>pua</b>, mas com o passar do tempo e seguindo as instruções do site eu acabei me deparando com um grupo de homens me dando apoio, ensinando e tirando minhas dúvidas. Os conhecimentos que consegui no PUA BASE valem mais que qualquer báu de ouro.  </p>
  191.  <div class="quote"><img src="img/testimonials/quote.png"   alt="" /></div>
  192.  </div>
  193.  
  194.  <!-- ### Testimonials 3 ### -->
  195.  <div class="span4 testi">
  196.  <div class="client"> <img src="img/testimonials/client3.png" class="ft1" alt="" />  </div>
  197.  <h6> Eduardo Campos</h6>
  198.  <div class="testi-div"></div>
  199.  <p>  Quando eu cheguei aqui tinha acabado de fazer 32 anos, era virgem e só tinha beijado apenas duas mulheres na minha vida. Todos meus amigos tinham facilidade em conseguir se relacionar com outras mulheres. Eu sentia vergonha. Mas quando conheci o PUA BASE por intermédio de um amigo minha vida toda decolou! Minha agenda no celular está lotada de tantas mulheres, transo com frequência e só tenho a agradecer ao PUA BASE e todos os membros.  </p>
  200.  <div class="quote"><img src="img/testimonials/quote.png"   alt="" /></div>
  201.  </div>  
  202.  
  203.  
  204.  </div>
  205. </div>
  206. </div>
  207. <!-- ### END - Testimonials Section ### -->
  208.  
  209.  
  210.  
  211. <!-- ### START - Testimonials Section ### -->
  212. <div class="action" >
  213. <div class="wrapper">
  214. <h3> Participe da <span>MAIOR</span> comunidade de sedução em língua Portuguesa! </h3>
  215. <a class="action-button" href="./forum/ucp.php?mode=register">registre-se</a>
  216. </div>
  217. </div>
  218. <!-- ### END - Testimonials Section ### -->
  219.  
  220.  
  221. <!-- ### START - FOOTER Section ### -->
  222. <footer>
  223. <div class="wrapper">
  224. <div class="copy">  <p><strong>PUA BASE</strong>  2009 - 2014. <a href="./forum/map.php">PUA</a></p></div>
  225. <div class="social">
  226. <ul>
  227. <!-- ### Social Icons ### -->
  228. <li class="google"> <a href="#"></a> </li>
  229. <li class="facebook"> <a href="https://www.facebook.com/puabase.oficial"></a> </li>
  230. <li class="twitter"> <a href="https://twitter.com/basepua"></a> </li>
  231. </ul>
  232. </div>
  233. </div>
  234. </footer>
  235. <!-- ### END - FOOTER Section ### -->
  236.  
  237.  
  238. </div>
  239. </body>
  240. </html>
  241. <?php
  242. } else {
  243.     header("Location: http://puabase.com/forum/");
  244.     //echo "teste";
  245. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement