-
Posts
656 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by James142
-
You replied fast The local config file is still there but i do renember changing Config::Set('MAINTENANCE_MODE', false); => Config::Set('MAINTENANCE_MODE', true); then back again to Config::Set('MAINTENANCE_MODE', false); yesterday which could not be the problem becuase i only started getting this problem today :S
-
Website suddenly starts redirecting to the /install/install.php directory even though there is no /install/index.php directory? when you go to www.flyirelandva.com it redirects you to www.flyirelandva.com/install/index.php and aas you can see the install folder is gone because i already installed phpvms 3 months ago? My site has being up for a while now and i have not encountered this problem before. The only files i have touched was the skins folder and my forums folder that has nothing to do with phpvms, and yes I have checked to see if there is an install folder in the main directory and there is none there. Thanks for the support, James
-
You put the Powered by phpVMS and links back to here after they told you that you needed it so dont call them blind i know cause i was helping you with the coding for your website. I told you that you needed the Powered by phpVMS and links back to here on your site.....
-
If I had the patiance to wait fora reply, I would not have re-uploaded phpvms again, changed to a new mySQL database and imported some of the files there which did work but i now have alot of work to fix he stuff thats missing, I would do what you told me to Anyway thanks for the help, James
-
Fatal error: Cannot redeclare class ezDB_mysql in /home4/flyirela/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 299 thats all i get so i reinstalled phpvms and it still gives me the same error with acars. It seems everything i do with phpvms goes wrong :L
-
This is stupid. I spent ages reinstalling phpvms and it is still giving me that error?! wrong section sorry
-
Wait reinstall the whle thing?! are you sure there is no other way?
-
Forgot to delete this one sorry :S
-
corrupted files? I didnt touch the files for a while aaah well thanks for the reply and help, james
-
click the edit button on the top right of this topic
-
whats up with the site?
-
Yesterday, when i used kACARS to record a flight i got this message: So i used xACARS to see if it was kACARS that was causeing the problem but xACARS would not work either Thanks for any help given, james
-
REALScheduleLite beta 1.0 [DEPRECATED]
James142 replied to simpilot's topic in Simpilot Group Addons
Is there a right way to do it? cause when i do it i get errors or nothing shows up. -
But the airports that have no pilot based at them are still showing up?
-
REALScheduleLite beta 1.0 [DEPRECATED]
James142 replied to simpilot's topic in Simpilot Group Addons
Is there a way to intergate this into the page where pilots make their bids? if you know what i mean :S -
Wow, thats alot! =P You would think that if they sold it at a cheaper price, more people might buy it? anyway thanks, james
-
Is there a way to get the name of the airport hub to not show up when there is no pilots based at that hub? If you look at it here: v you can see it says "There are no pilots based at this airport." Is there any way to keep the names of the airports with pilots based there and to stop the airports that have no pilots based at them from showing up? Thanks, james
-
Lol =P I asked some1 if they could give me a code to count how many people where flying. SO i could make something like: There are currently 2 kACAR flights. Click here to view. All im saying is its exactly the same, not that i have a problem with that..
-
What program where you using to make the acars system?
-
Naa I was joking with him there is something on his site thats the same as mine. Im only messing =P
-
I see you copied my marquee message about 1 kacars flight =P
-
ah it was set to 720 on mine :S thanks for the help! James
-
Im also having problems with my live map. When someone finishes a flight, their plane still shows up on the live map but shows the plane over africa? I have to then reset acars in the admin panal to get rid of the plane. We use kACARS to record the flight. (http://flyirelandva.com//index.php/acars) Thanks, James
-
<h3><?php echo $title?></h3> <?php if(!$allpilots) { echo ''; return; } ?> <table width="380" cellspacing="1" cellpadding="5" border="1"> <thead> <tr> <th width="60px">Pilot ID</th> <th width="100px">Name</th> <th width="80px">Rank</th> <th width="55px">Hours</th> <th width="65px">Active?</th> </tr> </thead> <tbody> <?php foreach($allpilots as $pilot) { /* To include a custom field, use the following example: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> </td> For instance, if you added a field called "IVAO Callsign": echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign'); */ ?> <tr> <td width="1%" nowrap><a href="<?php echo SITE_URL?>/index.php/profile/view/<?php echo $pilot->pilotid?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <td> <div align="left"><img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <?php echo $pilot->firstname.' '.$pilot->lastname?> </div></td> <td ALIGN=center><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <td><div align="center"><?php echo $pilot->totalhours?></div></td> <td><div align="center"><?php If ($pilot->retired == 0) { echo '<img src="/images/yes.png" />'; } else { echo '<img src="/images/no.png" />'; } ?></div></td></div></td> <?php } ?> </div> </tbody> </table> (the code you gave me) http://flyirelandva....ndex.php/pilots But the airports that have no pilots there are still showing up