Jump to content

Tylor Eddy

Members
  • Posts

    275
  • Joined

  • Last visited

Everything posted by Tylor Eddy

  1. Cheers Stuart I look into it
  2. G'day Simpilot, For some reason i recieve this error whenever i attempt to use you module Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/qantasvi/public_html//lib/skins/brilliancev1/<h4>Schedule Search</h4> <form action="http://qantasvirtual.com/index.php/FrontSchedules" method="post" enctype="multipart/form-data"> <table width="100%" cellpadding="10px"> <tr> <td>Select An Aircraft Type</td> <td> <select class="search" name="aircraft"> <option value="">All</option> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/qantasvi/public_html/lib/skins/brilliancev1/airport_search.tpl</b> on line <b>21</b><br /> </select> </td> </tr> <tr> <td>S in /home/qantasvi/public_html/core/classes/TemplateSet.class.php on line 96
  3. G'day All, I am interested in changing my search function for the schedules, currently the default one is to basic for my needs, and i would like a new one that has the similar functionality to the one below. I would also like to order my flights by aircraft, depature time, and distance. If anyone has some code to do this, it would be highly appreciated Cheers Tylor
  4. G'day simpilot, Got it working, deleted the news_newsitem module from my server, not its not displaying in the top corner anymore, thanks for your support Regards Tylor
  5. Ok what i end up doin was reinstalling the website from scratch, adding my skin, and adding data from the sql file manually to the tables, i couldnt get any information on pilots, so i'm going to have to get the to register and i'll have to manually add the hours they had gained before the incident. Thanks for the help Tylor
  6. G'day Simpilot, I recieve the message below on my site, Latest News Notice: The template file "/home/qantasvi/public_html//core/templates/popupnews_list.tpl" doesn't exist in /home/qantasvi/public_html/core/classes/TemplateSet.class.php on line 248 PopUpNews © simpilotgroup.com this can be viewed on my site: http://qantasvirtual.com/
  7. i have left the format unchanged, when i uploaded.
  8. Unfortunately im not with fivedev, but ill leave everything as is, just had a look inside the sql file, and everything is in there, it just wont upload back the way it was.
  9. G'day Guys, I have run into a bit of trouble with my databases, when trying to integrate a new forum. I made a backup in .sql format of the websites data, and old forums data, so i could slowly put it all back the way it was, with the new forum too. What has happened is that i removed the data from all the tables, as i couldn't install the new forum, thinking this would all be ok as i made backups of the tables, but when i went to upload it all back onto phpmyadmin, the website wont identify any of the tables information, and apparently i have lost everything. i tried the backups i have made, but none of these work either, can someone please help me resolve this issue ASAP. i recieve this error continuously when i attempt to upload the backup. <!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" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <title>phpMyAdmin</title> <link rel="stylesheet" type="text/css" href="phpmyadmin.css.php?token=5fd3e87a126346d64a01a3ab2a6ca902&js_frame=right&nocache=3894806898" /> <link rel="stylesheet" type="text/css" href="print.css" media="print" /> <meta name="robots" content="noindex,nofollow" /> <script type="text/javascript"> //<![CDATA[ try { // can't access this if on a different domain var topdomain = top.document.domain; // double-check just for sure if (topdomain != self.document.domain) { alert("Redirecting..."); [...] MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w' at line 1 I really hope i haven't lost everything
  10. G'day, Just wanted to know if anyone developed this for phpBB, as i am interested in this module for my site, i just have no idea on how to make or integrate it.
  11. G'day Asmara, What i did was use CSS to load the image onto the site, i'll get the code tomorrow morning when i jump on the pc with everything related to my site.
  12. Thats A very nice skin, you've done a great job
  13. No worries, thanks for the support guys, greatly appreciated
  14. G'day All, One area that my VA lacks realism is the fact that we cannot do multi leg flights like our real world counterpart. for example, Qantas 9 QFA9 has a stop over in Singapore WSSS, from Sydney YSSY, before continuing on to Heathrow EGLL, under the same callsign of Qantas 9 QFA9, is it possible to change a setting, or some coding to allow schedules to be added that have the same callsign ? Regards Tylor
  15. Sorry for my delayed reply, I have tried all recommended settings except the mysql one, and am not sure how to restart apache, is that the reason why it isnt working ? Sorry if the answer is starring me right in the face, i still havent seen it yet Cheers Guys
  16. I just tried the code you suggested but it still ticks over at 4PM my time, which is midnight in America, this is being rather painful Thanks for the help so far though lorathon, much appreciated.
  17. im not sure, im referring to the timezone that is affecting my schedules, not sure if there are timezones running different things anyways i used this: bool date_default_timezone_set ( string $timezone_identifier ) do i include bool ? Thanks for the help so far, hopefully i'll have this resolved shortly ps. i just tried it with this: bool date_default_timezone_set ( string Australia/Sydney ) and the site wont open, unsure why, all i got was a white screen.
  18. G'day All, I'm looking for some support in changing the websites timezone to a local timezone, i have consulted support on the issue, but they refuse to help me, saying its not their problem. I have tried editing the local.config.php file with this echo(date_default_timezone_set("Australia/Sydney")); and Config::Set(date_default_timezone_set("Australia/Sydney")); both have been unsuccessful, how do i got about setting the website timezone properly ? Any help would be great because currently, all my schedules are 8 hours behind.
  19. I have found a really sweet jquery menu The thing is im stuck with getting it onto my site. http://apycom.com/menus/4-red.html the link above is the menu that i want to integrate with my site, if someone was able to look at it and help me incorporate it, it would be greatly appreciated. Thanks
  20. Thanks Simpilot That was exactly what i was looking for
  21. Gday All Im an rather lost at the moment, what im trying to do is have the information from the contact us page sent to my human resources manager, instead of just to me, and if its possible, to the both of us. how can i got about doing this, i have no idea, ive looked in the tpl files related to the contact us page, and the contact php file related to it under modules, also in the local.config.php, nothing related to changing emails around. any help would be great
  22. yep, no success with it.
  23. Ok, i got my host to fix it, thanks for the support. Cheers
  24. Gday Simpilot Just installed your module, looks great, ive been getting it to match my site, i have this problem though Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/qantasvi/public_html//lib/skins/brilliancev1/<center> <br /> <table border="1px" width="80%"> <tr> <td colspan="2"><img src="http://qantasvirtual.com/examimages/exam_logo.gif" alt="EXAMCenter © simpilotgroup" /></td> <td colspan="4"><br /><h4>EXAMCenter Admin Panel</h4></td> <tr> <td colspan="6" bgcolor="#cccccc"><b>Exams Awaiting Approval:</b></td> </tr> <tr><td colspan="6">There are no exams currently awaiting approval.</td></tr> <tr> <td colspan="6" bgcolor="#cccccc"><b>Pilot Exam Requests:</b></td> in /home/qantasvi/public_html/core/classes/TemplateSet.class.php on line 96 its at the top of my site, and only occurs when i attempt to access the admin side of the module, im not sure why, hopefully you'll have a better idea. Thanks
  25. Gday Nabeel Sorry, ive really screwed this up Ive got 2 identical VA's running in VA Central, ive got one which is linked to my working account, and another which i cant delete seeing as VACentral locked me out of that account, can you please manually delete the second one, currently ranked 134 on page 14 please.
×
×
  • Create New...