Jump to content

PockerRock

Members
  • Posts

    16
  • Joined

  • Last visited

PockerRock's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. Any idea? Example of what happens (same in logout) https://i.gyazo.com/73226fbf2c4a347e6944505165222b4e.gif
  3. https://gyazo.com/461a08c6c45527c723622b371cd2cb51 Sorry if it is too short, but you can see the instant, i login it keeps like a blank image.
  4. 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.
  5. Thank you!, got it working.
  6. 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.
  7. PockerRock

    Header

    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.
  8. PockerRock

    Header

    Just looked up what you all told me and didnt find anything, so i replaced with the original files of artic with no luck
  9. PockerRock

    Header

    Nope, looking for it right now on layout.tpl
  10. PockerRock

    Header

    tucanairlinesva.com
  11. PockerRock

    Header

    http://prntscr.com/85slzf So, as you can see in the image i have like a text in the top of the webpage, tucanairlinesva.com I don't know why, please some help,
  12. Okay, thank you, would see if i can solve it.
  13. 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
  14. PockerRock

    Some help!

    Hello, so i am editing my webpage and i have some problems. First, as 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 . The other problem is this my news doesnt appear on the module, i already dl it, but it didnt work. Thanks!
×
×
  • Create New...