Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 2238bb8

Browse files
author
nshahzad
committed
2.1 final build
git-svn-id: file:///var/svn/phpvms/trunk@925 e188d3d8-5a48-0410-b2de-ed2772025908
1 parent 1670363 commit 2238bb8

File tree

5 files changed

+41
-160
lines changed

5 files changed

+41
-160
lines changed

core/logs/log.txt

Lines changed: 0 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +0,0 @@
1-
=====
2-
Time:
3-
=====
4-
Time: 04.18.10 16:53:26
5-
Backtrace: DB::write_debug > DB::get_results > StatsData::TotalFlightsToday > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Dashboard->index > call_user_func_array > MainController::RunAllActions
6-
Query: SELECT COUNT(*) AS `total` FROM phpvms_pirepsDATE(`submitdate`) = CURDATE()
7-
Error: (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 '(`submitdate`) = CURDATE()' at line 1
8-
=====
9-
10-
11-
=====
12-
13-
=====
14-
Time:
15-
=====
16-
Time: 04.18.10 16:53:28
17-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
18-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
19-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
20-
=====
21-
22-
23-
=====
24-
25-
=====
26-
Time:
27-
=====
28-
Time: 04.18.10 16:53:31
29-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
30-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
31-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
32-
=====
33-
34-
35-
=====
36-
37-
=====
38-
Time:
39-
=====
40-
Time: 04.18.10 17:00:06
41-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
42-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
43-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
44-
=====
45-
46-
47-
=====
48-
49-
=====
50-
Time:
51-
=====
52-
Time: 04.18.10 17:02:39
53-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
54-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
55-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
56-
=====
57-
58-
59-
=====
60-
61-
=====
62-
Time:
63-
=====
64-
Time: 04.18.10 17:06:34
65-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
66-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
67-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
68-
=====
69-
70-
71-
=====
72-
73-
=====
74-
Time:
75-
=====
76-
Time: 04.18.10 17:06:47
77-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
78-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
79-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
80-
=====
81-
82-
83-
=====
84-
85-
=====
86-
Time:
87-
=====
88-
Time: 04.18.10 17:06:59
89-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
90-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
91-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
92-
=====
93-
94-
95-
=====
96-
97-
=====
98-
Time:
99-
=====
100-
Time: 04.18.10 17:08:10
101-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
102-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
103-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
104-
=====
105-
106-
107-
=====
108-
109-
=====
110-
Time:
111-
=====
112-
Time: 04.18.10 17:08:34
113-
Backtrace: DB::write_debug > DB::get_results > PIREPData::findPIREPS > PIREPData::getRecentReportsByCount > PIREPS->RecentFrontPage > call_user_func_array > MainController::Run > include > TemplateSet->getTemplate > TemplateSet->showTemplate > Template::show > CodonModule->render > Frontpage->index > call_user_func_array > MainController::RunAllActions
114-
Query: SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, u.pilotid, u.firstname, u.lastname, u.email, u.rank, a.id AS aircraftid, a.name as aircraft, a.registration, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_pireps p LEFT JOIN phpvms_aircraft a ON a.id = p.aircraft LEFT JOIN phpvms_airports AS dep ON dep.icao = p.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = p.arricao LEFT JOIN phpvms_pilots u ON u.pilotid = p.pilotid WHERE ORDER BY p.submitdate DESC LIMIT 5
115-
Error: (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 'ORDER BY p.submitdate DESC LIMIT 5' at line 10
116-
=====
117-
118-
119-
=====
120-

core/templates/profile_badge.tpl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<h3>Pilot Badge</h3>
2-
<p align="center">
3-
<img src="<?php echo $badge_url ?>" />
4-
</p>
5-
<p>
6-
<strong>Direct Link:</strong>
7-
<input onclick="this.select()" type="text" value="<?php echo $badge_url ?>" style="width: 100%" />
8-
<br /><br />
9-
<strong>Image Link:</strong>
10-
<input onclick="this.select()" type="text" value='<img src="<?php echo $badge_url ?>" />' style="width: 100%" />
11-
<strong>BBCode:</strong>
12-
<input onclick="this.select()" type="text" value='[img]<?php echo $badge_url ?>[/img]' style="width: 100%" />
1+
<h3>Pilot Badge</h3>
2+
<p align="center">
3+
<img src="<?php echo $badge_url ?>" />
4+
</p>
5+
<p>
6+
<strong>Direct Link:</strong>
7+
<input onclick="this.select()" type="text" value="<?php echo $badge_url ?>" style="width: 100%" />
8+
<br /><br />
9+
<strong>Image Link:</strong>
10+
<input onclick="this.select()" type="text" value='<img src="<?php echo $badge_url ?>" />' style="width: 100%" />
11+
<strong>BBCode:</strong>
12+
<input onclick="this.select()" type="text" value='[img]<?php echo $badge_url ?>[/img]' style="width: 100%" />
1313
</p>

core/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
923
1+
925

install/hashlist

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ c811db29accce3ea2beff8804a012daa *./core/common/DownloadData.class.php
5555
54d08de34e14adf506930c9433320756 *./core/common/CronData.class.php
5656
e1634f73751a74d4d411612fd3a9f307 *./core/common/OFCharts.class.php
5757
a3311e897e99e5d9f331fabc56ddbc2b *./core/common/CentralData.class.php
58+
ad22d5c59925bc27a300dd27675a2ff8 *./core/templates/profile_badge.tpl
5859
0600b921789561619e2a4a83385ff5ec *./core/templates/email_registrationdenied.tpl
5960
b195f3a46b86daad7fb6f99a6d080594 *./core/templates/schedule_results.tpl
6061
c931d63eba29c5891bc3d8738b330631 *./core/templates/pireps_viewall.tpl
@@ -97,7 +98,7 @@ ddd67f7377a1b4747119b8fb25b22a7d *./core/templates/login_form.tpl
9798
3afdefb8393afab5cee8174fe28c5473 *./core/templates/fsfk_log_flightcritique.tpl
9899
37ac801fad11dc936bda9ecd26200470 *./core/templates/email_pilot_retired.tpl
99100
998c822282b68f3eaf12e3f178b6fa85 *./core/templates/core_htmlreq.tpl
100-
88368b2a00e12f68611534420a663c8c *./core/templates/profile_main.tpl
101+
1ad816eaaa5f089be2ac414aa5bdb5e3 *./core/templates/profile_main.tpl
101102
6ffdadcaec3c299e53b691e7d524dc5f *./core/templates/schedule_searchform.tpl
102103
b8aed2d4da2c4ba6fe32d79114ff0766 *./core/templates/fsfk_vaconfig.tpl
103104
2086f78d54974ea983b7b1d2b1f8f764 *./core/templates/login_rejected.tpl
@@ -152,7 +153,7 @@ cf7005129f40c0b800ed987809debd89 *./core/classes/autoload.php
152153
a9028d246a90f26f329f3c76af93f4a1 *./core/classes/Template.class.php
153154
74f79f15db7476a6ce4a8521996eeeef *./core/classes/CodonCondenser.class.php
154155
b95046044516e5a08b913ac039cc8e0d *./core/classes/ezdb/ezdb.class.php
155-
7615be2566f77eae0a96c6b31c4eae45 *./core/classes/ezdb/ezdb_base.class.php
156+
f8c11762506a382e3dfa7ef4f41ef1b3 *./core/classes/ezdb/ezdb_base.class.php
156157
b91d08223cbd16892191af87870e0bcf *./core/classes/ezdb/ezdb_mysqli.class.php
157158
cbc5eb7865a3f59a4f679b386377d0c1 *./core/classes/ezdb/ezdb_mysql.class.php
158159
f45b5714e950fb9f0b7baadb5b1f08d1 *./core/classes/ezdb/ezdb_oracle.class.php
@@ -166,7 +167,7 @@ c7e138b27019ee369b9e31eec21df39f *./core/app.config.php
166167
e58ee78f8e857ad150badae9ba04dddc *./core/modules/news/news.php
167168
935862c6f2d8c067c49c4af2797abebd *./core/modules/XML/XML.php
168169
b29f26b4ddb98f0f2eeba802855a7872 *./core/modules/Contact/Contact.php
169-
398b6c003a8a3e42cb70d08413350fee *./core/modules/Profile/Profile.php
170+
e989746517699422f43d3d1d5ba0d799 *./core/modules/Profile/Profile.php
170171
db56836cad01ef0f2b40a482e1b49828 *./core/modules/Registration/Registration.php
171172
fe8673f5292627c7589eed45b591a20b *./core/modules/Downloads/Downloads.php
172173
e6eb59f2814008a2a20eb01591c12447 *./core/modules/Pilots/Pilots.php
@@ -180,7 +181,7 @@ b01833a6d48116007100f0d4e7b1b198 *./core/modules/ACARS/xacars.php
180181
9e03ee827a384a0b885d4ebd822e141e *./core/modules/FSFK/FSFK.php
181182
8882059eb244446de66944aa53df28d3 *./core/modules/FrontBids/FrontBids.php
182183
a5e67fddae9c3f77e262cee30771db05 *./core/modules/Logout/Logout.php
183-
48ddf21cb9e0b7f226b597914bd96550 *./core/modules/PIREPS/PIREPS.php
184+
9bb1554cdef361abd5e1b76a35ef7dbf *./core/modules/PIREPS/PIREPS.php
184185
11ac1fae888d5cfdd25eef39b4037749 *./core/modules/Finances/Finances.php
185186
713228773df8c23688125f98e9cb8f17 *./core/modules/Pages/Pages.php
186187
925c6ea3907403895286aff5d9838916 *./core/modules/Login/Login.php

0 commit comments

Comments
 (0)