Jump to content

PockerRock

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by PockerRock

  1. <h1>Login</h1>
    <form name="loginform" action="<?php echo url('/login');?>" method="post">
    <?php echo "<?xml version='1.0'?>"; ?>
    <?php
    if(isset($message))
    echo '<p class="error">'.$message.'</p>';
    ?>
    <dl>
    <dt>E-mail Address:</dt>
    <dd><input type="text" name="email" value="" />
    
    <dt>Password:</dt>
    <dd><input type="password" name="password" value="" />
    
    <dt></dt>
    <dd>Remember Me? <input type="checkbox" name="remember" /></dd>
    <dt></dt>
    <dd><input type="hidden" name="redir" value="index.php/profile" />
     <input type="hidden" name="action" value="login" />
     <input type="submit" name="submit" value="Log In" />
    
    
    <dt></dt>
    <dd><a href="<?php echo url('Login/forgotpassword'); ?>">I forgot my password</a></dd>
    </dl>
    </form>
    

    Above is what i have in login_form, probably that is not the problem in my case, thanks for your answer, would keep looking for a solution.

  2. Hello, so basically when i log in our out of my webpage, i need to reload the webpage so indeed the action take place. Example: I put my details and press log in button. The webpage just keeps banner and navigation bar, i need to reload and then im logged in, same with log out.

  3. Have you tried to use the html code of the special letters instead of just typing them into your editor? For example, instead of á, you can use "á" (without the ""). More html codes can be found here.

    Thank you!, got it working.

  4. Hello, and thanks for your help. The link for my webpage is tucanairlinesva.com If you can see in the main page there are some accents fine, but in the Welcome message, this appears Welcome to Tuc�n Airlines VA, you can sign up for free. �We hope you enjoy flying with us!, One is an accent the other one is an admiration sign from spanish ¡, i have tried UTF-8, ISO and i didnt manage to fix it so i need some help.

  5. I manage to solve the first letter, they were on local.config.php file, but now something else appeared! tucanairlinesva.com I would keep looking on all files.

  6. Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/a8951926/public_html//lib/skins/lance/ <div class="bg"> <div class="cont"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <div class="carousel-inner"> <!--- REPLACE THOSE IMAGES BELOW TO CHANGE THE SLIDER IMAGES---> <div class=" in/home/a8951926/public_html/core/classes/TemplateSet.class.php on line 96 I get this error while using the template. Also in pilots

    Warning: Invalid argument supplied for foreach() in/home/a8951926/public_html/lib/skins/lance/frontpage_recentpilots.tplon line 3


  7. Hello, so i am editing my webpage and i have some problems. First, Qn7Rq0H.pngas you see in the image, an image is at first of newest pilots i have tried to add it but right now i have it like this RbJvlrT.png. The other problem is this uKFv3pI.png my news doesnt appear on the module, i already dl it, but it didnt work. Thanks!

×
×
  • Create New...