Jump to content

Angel Air

Members
  • Posts

    252
  • Joined

  • Last visited

Posts posted by Angel Air

  1. Your server/host has disabled including of files by URL. You'll need to include it by using a relative path. :)

    so something like this?

    <?php
    include ('http://angelairva.co.uk/Forum/SSI.php');
    $topics = ssi_recentTopics(5,null,'array');
    ?>
    

  2. You can try this:

    <?php
    
    include ('/path/to/SSI.php');
    
    $topics = ssi_recentTopics(5,null,'array');
    
    ?>
    

    $topics will be an array of all the relevant data, so you can format it however you want in your own file.

    Here believe that many will not give much support, it refers to something that is out

    the phpvms, I believe that would not be the correct location

    however, I can help you solve, let us know.

    Thankyou for your help but that does not work it just breaks my frontpage almost like it is wiping out the CSS

    Scott

  3. Hi all I am trying to display latest Forum posts on my frontpage I am using SMF as my forum I have been on to the SMF forums to see how to display what I want and this is the code I have found

    <?php include('http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics'); ?>
    

    and this is the error I am getting on my frontapge

    Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/angelair/public_html/lib/skins/pureHTML5_blue/frontpage_main.tpl on line 427
    Warning: include(http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics) [function.include]: failed to open stream: no suitable wrapper could be found in /home/angelair/public_html/lib/skins/pureHTML5_blue/frontpage_main.tpl on line 427
    Warning: include() [function.include]: Failed opening 'http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/angelair/public_html/lib/skins/pureHTML5_blue/frontpage_main.tpl on line 427
    

    I would really appreciate any help

    Thank you in advance

    Scott

  4. Hi all,

    Is there a module about or a piece of code that would send an email automatically to a pilot if he/she has not completed a flight within the first 10 days of registering.

    Or within 30 days of a completed flight

    Thanks in advance

    Scott

  5. Show me your code.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <script src="source/jquery.min.js"></script>
    <script src="source/jquery-ui.min.js"></script>
    <script src="source/slideshow.min.js"></script>
    <head>
    <link rel="stylesheet" href="source/slideshow.css" type="text/css" />
    <div id="slideshow" class="slider">
    <img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_2.png" alt="" width="630" height="260"><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/banner1.jpg" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_3.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_5.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_6.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_7.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_10.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_12.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_14.png" alt="" width="630" height="260" /><img src="http://angelairva.co.uk/lib/skins/pureHTML5_blue/images/Screenshot_15.png" alt="" width="630" height="260" />
    </div>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    $(".slider").slider({
    interval: 5000,
    effect: 'slide'
    });
    <body>
    </body>
    </html>
    

  6. Thank You! - Return Home

    when you click on Return Home

    This error appears

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'RouteSubmit::form.html' was given in/membri/wwwcubanavirtual/phpvms/core/classes/MainController.class.php on line 218

    Good Excellent work, thank you very much for the contribution

    Change the last line of code to look like this in the core/modules/Routsubmit/Routesubmit.php

    echo "Thank You!" . " -" . "<a href='http://YOUR SITE' style='text-decoration:none;color:#ff0099;'> Return Home</a>";
    

    • Like 1
  7. Thanks for the help Vangelis.

    I have inserted the files into the respective folders but I am now getting this error,

    Notice: The template file "/home/angelai2/public_html//core/templates/RouteSubmit/RouteSubmit.tpl" doesn't exist in/home/angelai2/public_html/core/classes/TemplateSet.class.php on line 248

  8. Because it would take a lot of time to explain how MVC programing works here is your module if you want to do some changes i would sugest to have a look on how it is constructed if you have any questions post them here .

    Just put the folders into their location and call the module by linking to www.yoursite..com/index.php/RouteSubmit

    for your info with the same way you can also add make a query to add it directly to the database

    Thankyou very much. That is very kind of you to do that for me. I have read the pinned post about modules and MVC but I have not done enough coding for it to make sense to me I will look at it and try to understand it a bit better than I do at the moment.

    Thanks once again

  9. Here is what I have got so far route_submit.tpl to go in core/templates

    <form action="route_submit.php" method="POST">
    <table width='100%' border='0'>
       <tr>
      <td><strong>Name:</strong></td>
      <td>
     <?php
     if(Auth::LoggedIn())
     {
      echo Auth::$userinfo->firstname .' '.Auth::$userinfo->lastname;
      echo '<input type="hidden" name="name"
     value="'.Auth::$userinfo->firstname
       .' '.Auth::$userinfo->lastname.'" />';
     }
     else
     {
     ?>
      <input type="text" name="name" value="" />
      <?php
     }
     ?>
      </td>
       </tr>
       <tr>
     <td width="1%" nowrap><strong>E-Mail Address:</strong></td>
     <td>
     <?php
     if(Auth::LoggedIn())
     {
      echo Auth::$userinfo->email;
      echo '<input type="hidden" name="name"
     value="'.Auth::$userinfo->email.'" />';
     }
     else
     {
     ?>
      <input type="text" name="email" value="" />
      <?php
     }
     ?>
     </td>
    </tr>
    <tr>
     <td><strong>Departure ICAO: </strong></td>
     <td><input type="text" name="depp"></td>
    
    </tr>
       <tr>
     <td><strong>Arrival ICAO: </strong></td>
     <td><input type="text" name="arr"></td>
    
    </tr>
       <tr>
      <td><strong>Route:</strong></td>
      <td>
     <textarea name="route" cols='45' rows='5'><?php echo $_POST['message'];?></textarea>
      </td>
       </tr>
    
       <tr>
      <td><strong>Aircraft:</strong></td>
      <td>
     PREFERRED AIRCRAFT:<br />
    <select name="Aircraft">
    <option value=" ">Please choose one</option>
    <option value=" ">Airbus</option>
    <option>Airbus A318-111</option>
    <option>Airbus A319-111</option>
    <option>Airbus A320-211</option>
    <option>Airbus A321-211</option>
    <option value=" ">Boeing</option>
    <option>Boeing 737-800/W</option>
    <option>Boeing 737-900/W</option>
    <option>Boeing 747-400</option>
    <option>Boeing 747-400F</option>
    <option>Boeing 747-800I</option>
    <option>Boeing 757-200</option>
    <option>Boeing 767-300</option>
    <option>Boeing 777-200LR</option>
    <option>Boeing 777-300ER</option>
    <option>Boeing 777-200F</option>
    <option value=" ">De Havilland</option>
    <option>DHC-8-400</option>
    <option value=" ">McDonnell Douglas</option>
    <option>MD-11</option>
    <option>MD-11F</option>
    </select><br /><br />
      </td>
       </tr>
    
       <tr>
     <td><strong>Flight Level: </strong></td>
     <td><input type="text" name="fl"></td>
    
    </tr>
    
       <tr>
     <td><strong>Departure Time: </strong></td>
     <td><input type="text" name="dtime"></td>
    
    </tr>
    
       <tr>
     <td><strong>Arrival Time: </strong></td>
     <td><input type="text" name="atime"></td>
    
    </tr>
    
       <tr>
     <td><strong>Flight Time: </strong></td>
     <td><input type="text" name="ftime"></td>
    
    </tr>
    
       <tr>
     <td><strong>Notes: </strong></td>
      <td>
     <textarea name="notes" cols='45' rows='5'><?php echo $_POST['notes'];?></textarea>
      </td>
    
    </tr>
    
       <tr>
     <td><strong>Price Per Ticket:  £ </strong></td>
     <td><input type="text" name="ppt"></td>
    
    </tr>
    
       <tr>
     <td><strong>Flight Type "P"= Passenger "C"= Cargo: </strong></td>
     <td><input type="text" name="flight type"></td>
    
    </tr>
    
       <tr>
     <td><strong>Days of the week this schedule is active 7 = everyday</strong></td>
     <td><input type="text" name="dow"></td>
    
    </tr>
    
    <tr>
     <td width="1%" nowrap><strong>Captcha</strong></td>
     <td>
     <?php
     echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);
     ?>
     </td>
    </tr>
    
       <tr>
     <td>
      <input type="hidden" name="loggedin" value="<?php echo (Auth::LoggedIn())?'true':'false'?>" />
     </td>
     <td>
    	  <input type="submit" name="submit" value='Submit Route'>
     </td>
    
    </tr>
    
    </table>
    
    </form>
    

    and route_submit.php to go in core/modules

    <?php $name = $_POST['name'];
    $email = $_POST['email'];
    $depp = $_POST['depp'];
    $arr = $_POST['arr'];
    $route = $_POST['route'];
    $aircraft = $_POST['aircraft'];
    $fl = $_POST['fl'];
    $dtime = $_POST['dtime'];
    $atime = $_POST['atime'];
    $ftime = $_POST['ftime'];
    $notes = $_POST['notes'];
    $formcontent="From: $name \n Depp: $depp \n Arr: $arr \n Route: $route \n Aircraft: $aircraft \n Fl: $fl \n Dtime: $dtime \n Atime: $atime \n Ftime: $ftime \n Notes: $notes \n";
    $recipient = "schedulesmanager@angelairva.co.uk";
    $subject = "Pilot Submitted Route";
    $mailheader = "From: $email \r\n";
    mail($recipient, $subject, $formcontent, $mailheader) or die("Error!");
    echo "Thank You!" . " -" . "<a href='form.html' style='text-decoration:none;color:#ff0099;'> Return Home</a>";
    ?>
    

    I have just tried it and i get

    An Error Was Encountered

    The module "ROUTE_SUBMIT" doesn't exist!

  10. Hi all I have created this form to place in the pilot centre so that if a pilot would like a route added to the VA he/she can fill this in and send it to the schedules manager.

    I have built the front end but I am struggling with the back end (PHP) could someone help me out?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <form name="contactform" method="post" action="send_form_email.php">
    
     <table width='100%' border='0'>
       <tr>
      <td><strong>Name:</strong></td>
      <td>
     <?php
     if(Auth::LoggedIn())
     {
      echo Auth::$userinfo->firstname .' '.Auth::$userinfo->lastname;
      echo '<input type="hidden" name="name"
     value="'.Auth::$userinfo->firstname
       .' '.Auth::$userinfo->lastname.'" />';
     }
     else
     {
     ?>
      <input type="text" name="name" value="" />
      <?php
     }
     ?>
      </td>
       </tr>
       <tr>
     <td width="1%" nowrap><strong>E-Mail Address:</strong></td>
     <td>
     <?php
     if(Auth::LoggedIn())
     {
      echo Auth::$userinfo->email;
      echo '<input type="hidden" name="name"
     value="'.Auth::$userinfo->email.'" />';
     }
     else
     {
     ?>
      <input type="text" name="email" value="" />
      <?php
     }
     ?>
     </td>
    </tr>
    <tr>
     <td><strong>Departure ICAO: </strong></td>
     <td><input type="text" name="subject" value="<?php echo $_POST['departure icao'];?>" /></td>
    
    </tr>
       <tr>
     <td><strong>Arrival ICAO: </strong></td>
     <td><input type="text" name="subject" value="<?php echo $_POST['arrival icao'];?>" /></td>
    
    </tr>
       <tr>
      <td><strong>Route:</strong></td>
      <td>
     <textarea name="message" cols='45' rows='5'><?php echo $_POST['message'];?></textarea>
      </td>
       </tr>
    
       <tr>
      <td><strong>Aircraft:</strong></td>
      <td>
     PREFERRED AIRCRAFT:<br />
    <select name="Aircraft">
    <option value=" ">Please choose one</option>
    <option value=" ">Airbus</option>
    <option>Airbus A318-111</option>
    <option>Airbus A319-111</option>
    <option>Airbus A320-211</option>
    <option>Airbus A321-211</option>
    <option value=" ">Boeing</option>
    <option>Boeing 737-800/W</option>
    <option>Boeing 737-900/W</option>
    <option>Boeing 747-400</option>
    <option>Boeing 747-400F</option>
    <option>Boeing 747-800I</option>
    <option>Boeing 757-200</option>
    <option>Boeing 767-300</option>
    <option>Boeing 777-200LR</option>
    <option>Boeing 777-300ER</option>
    <option>Boeing 777-200F</option>
    <option value=" ">De Havilland</option>
    <option>DHC-8-400</option>
    <option value=" ">McDonnell Douglas</option>
    <option>MD-11</option>
    <option>MD-11F</option>
    </select><br /><br />
      </td>
       </tr>
    
       <tr>
     <td><strong>Flight Level: </strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
       <tr>
     <td><strong>Departure Time: </strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
       <tr>
     <td><strong>Arrival Time: </strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
       <tr>
     <td><strong>Flight Time: </strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
       <tr>
     <td><strong>Notes: </strong></td>
      <td>
     <textarea name="message" cols='45' rows='5'><?php echo $_POST['message'];?></textarea>
      </td>
    
    </tr>
    
       <tr>
     <td width="1%" nowrap><strong>Captcha</strong></td>
     <td>
     <?php
     echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);
     ?>
     </td>
    </tr>
    
       <tr>
     <td><strong>Price Per Ticket:  £ </strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
       <tr>
     <td><strong>Flight Type "P"= Passenger "C"= Cargo: </strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
       <tr>
     <td><strong>Days of the week this schedule is active 7 = everyday</strong></td>
     <td><input type="text" name="subject" value="" /></td>
    
    </tr>
    
    <tr>
    
    <td colspan="2" style="text-align:center">
    
     <input type="submit" value="Submit">
    </td>
    
    </tr>
    
    </table>
    
    </form>
    

  11. I have this

    <td align="center"><img src="<?php echo RanksData::getRankImage($pilot->rank);?>" alt="<?php echo $pilot->rank;?>" /></td>
    

    which works on my site

    Worked beautifully Thankyou!!

    • Like 1
  12. I think I know why the rank images are still not working for you, dont put the entire img link in php tags, just the part inside the src="" part.

    From this

    <img src="'.RanksData::getRankInfo($pilot->rank).'" />
    

    to this

    <img src="<'.RanksData::getRankInfo($pilot->rank).'" />
    

×
×
  • Create New...