-
Posts
55 -
Joined
-
Last visited
Angello's Achievements
Newbie (1/14)
1
Reputation
-
uploaded files with FTP again and the error continued, must be because it's a host free, I spend with the web I had, kACARS modules - Free - and CAVacars free is not connecting to the database, there is no choice but to begin to find a good server host and payment, thank you for the help, a hug
-
trying to of install phpvms, I find the following errors https://i.gyazo.com/f5ecf5c44c24a86d713c54ec4572b160.jpg https://i.gyazo.com/b3b2f55287a0199c04ae7bca9fee1978.jpg someone can help me thanks
-
<table width="100%" border="0" cellspacing="2" cellpadding="2" class="ocean_table"> <thead> <th width="25%">Name</font></b></th> <td width="25%"><?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?></td> <th width="25%">Hours</font></b></th> <td width="25%"><?php echo Util::AddTime($userinfo->totalhours, $userinfo->transferhours); ?></td> </tr> <tr> <th width="25%">Pilot ID</font></b></th> <td width="25%"><?php echo $pilotcode ?></td> <th width="25%">Flights</font></b></th> <td width="25%"><?php echo $userinfo->totalflights?></td> </tr> <tr> <th width="25%">Rank</font></b></th> <td width="25%"><?php echo $userinfo->rank;?></td> <th width="25%">Last Flight</font></b></th> <td width="25%"><?php if ($userinfo->lastpirep == '0000-00-00 00:00:00') { echo 'There are no flights!'; } else { $datebefore1 = substr($userinfo->lastpirep, 0, 10); $datetoday2 = date("Y-m-d"); $datebefore3 = strtotime($datebefore1); $datetoday4 = strtotime($datetoday2); $newdate = $datetoday4-$datebefore3; $lastpirep = floor($newdate/(60*60*24)); echo ' '; if ($lastpirep == 0) { echo 'Today'; } else if ($lastpirep == 1) { echo 'Yesterday'; } else { echo $lastpirep . ' Days ago'; } } ?></td> </tr> <tr> <th width="25%">Hire Date:</font></b></th> <td width="25%"><?php echo date('m/d/Y', strtotime($userinfo->joindate));?></td> <th width="25%">Last Flight Date</font></b></th> <td width="25%"><?php echo date('m/d/Y', strtotime($userinfo->lastpirep));?></td> </tr> </thead> </tbody> </table>
-
good job, a question where is the login folder is placed? Thanks for your attention
-
I think that you will have to do with the database , navdata, but does not solve it Anyone that can help me ? Thanks
-
http://forum.phpvms.net/topic/21398-oceanblue/
-
ahughes3 It is a brilliant idea , jejejeje , very intelligent , tanks firend
-
ahughes3 Perfect, I'm going to start work on the project , i hope to be lucky, but i have very little knowledge of programming "basically zero, but I'd like to learn how to help the other users and contribute something to the community " once more thank you " very grateful
-
http://ahughes3 Many thanks for your help and is very well explained, I think that now whether I shall be able to continue the project, my aim is to share with the community this template once completed " thank you , you may receive a cordial greeting This is the web site http://siteestudios.altervista.org/index.php
-
I have edited the skin , but failed to progress in the registration of users http://siteestudios.altervista.org/
-
I have prepared the template as explained in the tutorial but how do you add the page to start section and register ? Thank you for your work , a greeting
-
Vangelis I have already proved it, it works correctly, You can see in the image tanks
-
Vangelis Functions properly, good job thank you
-
I'M STILL WITH THIS ERROR , THANKS