Tato123
-
Posts
150 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Tato123
-
-
SOLVED i have change the redirect
-
i try on xampp, not online, and with the old version work, only with the last version i have problem
-
yes, i have the last versions but when i try to install the installation proces don't start if i click the button, but i return in the root of my web site
-
Hi Nabeel, thank's for your answer, i can't install.. i try but the process not go on and if i copy the file under the last installation, i can't navigate. This after the last update
-
Hi !
I have just create a module called Donazioni with the shell command.
Now i have the structure and in the admin pannel i see under Addons the name Donazioni.
When i click into Donazioni, the web site return:
Page Not Found
Well, this is embarrassing, the page you requested does not exist. Click here to go back to the home page.
How is possible have a white page in admin pannel?
Thanks
-
also for me
tnx
-
I have this error.
error converting value (null) to type "System.Int32' Path data.rank.subfleets (0) aircraft (0) zfw line 1 position 870
can yuo help me?
Tnx
-
hi to all !
i have some problem to export pirep in vacentral
FAILED exporting PIREP #5812 - No response from API server
any idea?
-
Oh yeah ... very similar at my site.... www.virtualiroma.it
Free template ... for all people.. PM me
-
In the line
$version = '1.0.1.1'; // kACARS_Free Version
Must set
$version = '1.0.1.4'; // kACARS_Free Version
-
This new Kacars working also FSX and FS2004 or only for Prepar3d v4?
-
I'm intressed, my email is info@virtualiroma.it
Thanks
-
Hello,
if i have the function:
<?php echo date(DATE_FORMAT.' ', strtotime($data->date)); ?>
How is possible show only the Day and not the complete date?
Thanks
-
how is possible reduce the zoom on the map?
-
Hi to All,
how is possible change thestyle of my number of page ? I try every way but i have only that visualization.... in vertical ...
-
Hi,
i'have a problem with the order
my code
public static function getscheddep() { $sql = "SELECT * FROM phpvms_schedules ORDER BY arrtime + 0 ASC"; return DB::get_results($sql); }
The system order only the hours and not the minute.
Any suggestion?
Thanks and happy new year at all
-
Hi, my code is
<?php $query = "SELECT * FROM phpvms_schedules ORDER BY arrtime + 0 ASC"; $list = DB::get_results($query); echo '<h3>Arrivi</h3><br/>'; echo '<table class="full-online-table" id="online_table">'; echo '<colgroup>'; echo '<col class="col1" />'; echo '<col class="col2" />'; echo '<col class="col3" />'; echo '<col class="col4" />'; echo '<col class="col5" />'; echo '<col class="col6" />'; echo '</colgroup>'; echo '<thead>'; echo '<tr><th>Partenza</th><th>Arrivo</th><th>Orario</th><th>Aereo</th><th>Volo N</th><th>Stato</th></tr>'; echo '</thead>'; $count = 0; foreach($list as $flight) { if(($flight->arrtime + 0) > date('G:i')) { if($count < 5) { $aircraft = OperationsData::getAircraftInfo($flight->aircraft); echo '<tbody><tr lang="0">'; echo '<colgroup>'; echo '<col class="col1" />'; echo '<col class="col2" />'; echo '<col class="col3" />'; echo '<col class="col4" />'; echo '<col class="col5" />'; echo '<col class="col6" />'; echo '</colgroup>'; echo '<td><div class="cfx"><span>'.$flight->depicao.'</span></div></td><td><div class="cfx"><span>'.$flight->arricao.'</span></div></td><td><div class="cfx"><span>'.$flight->arrtime.'</span></div></td><td><div class="cfx"><span>'.$aircraft->fullname.'</span></div></td><td><div class="cfx"><span>'.$flight->flightnum.'</span></div></td>'; echo '<td><div class="cfx"><span>'; if(($flight->arrtime - date('G:i')) <= 1) { echo 'In Arrivo'; } else { echo 'In Volo'; } echo '</span></div></td></tr></tbody>'; $count++; } } } echo '</table>'; ?>
-
Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /web/htdocs/www.virtualiroma.it/home/newvar/core/modules/Scenery/Scenery.php on line 16 Warning: mysql_query(): A link to the server could not be established in /web/htdocs/www.virtualiroma.it/home/newvar/core/modules/Scenery/Scenery.php on line 16 Warning: mysql_result() expects parameter 1 to be resource, boolean given in /web/htdocs/www.virtualiroma.it/home/newvar/core/modules/Scenery/Scenery.php on line 17
Any Suggestion?
-
Hello everyone, I'm Albert, CEO of Virtualiroma.
It is currently a free position on the staff, as Repainter company.
I'd like to redo the fleet for FSX. Can someone kindly help me? I also try to pay Repainter
-
Hello ,
Virtualiroma Airlines announces the publication of the new site with Bootstrap . New graphics , new features for the pleasure of the virtual flight .
The English site still has some translation error but I would say that is usable .
Although the company is Italian , we expect numerous inscriptions .
We fly on IVAO is that Vatsim and recruit staff for the international section .
In addition, a fee of Repainter try for about a dozen planes
For info : info@virtualiroma.it
Website : www.virtualiroma.it
- 1
-
Hi guys,
is possible to find with the number of flight "schedules" the schedule briefing?
I have this problem, compare the event ->schedule with the "flight number" in schedules on my phpvms system
Solved
-
i have a question
when i issue an award to pilot, how is possible order the select by pilot id?
-
Hi guys,
is possible to find with the number of flight "schedules" the schedule briefing?
I have this problem, compare the event ->schedule with the "flight number" in schedules on my phpvms system
-
Hello,
with the release 5.5 the ranks are calculated with the totalhours
is possible calculate the ranks by totalhours + transferhours?
If i put on Dbase the number of totalhours + transferhours when recalculate the ranks the system put only the totalhours
Thanks
Addon Modules
in Support
Posted
i have redirect the xampp to my folder phpvms in httpd.conf
DocumentRoot "C:/xampp/htdocs/phpvms"