Tom
Members-
Posts
1517 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Tom
-
This is beyond ridiculous! It's disgusting that nobody can create anything around here without some fool claiming its been stolen! You have no rights over an idea! People here need to understand that seeing as we're all here to do the same thing, we're probably going to end up doing the same things! In addition to that, HTML and CSS are designed to be written in a certain way, and that way only. To create a valid HTML table, for example, you need certain tags in a certain order. Two people who are inevitably pursuing the same idea will no doubt end up writing the same code, if they write valid code. It's driving innocent people, who are bringing creativity and productiveness to the forums, away. These are people who should be most valued on this forum, they contribute far more than those of you who sit around moaning about this or that being stolen from your site every other week just because it's similar to what you have. It really needs to stop. Stop being so negative.
-
Sure, but jotform etc just send you an email. There's no link to a logged in user, there's no integration with phpVMS and there's nothing in the admin panel - it's a below satisfactory solution IMO. It looks like there's a lot to do but it's only a 20 minute job really...
-
This. You can't create this functionality using standard phpVMS pages (which it sounds like you're trying/is being suggested). You need: - Module in core/modules (the form) basically needs two functions, one for displaying the form and one for submitting. - Module in admin/modules (this is the admin page you talk about) just needs the one function - Templates for each of the above modules in their respective locations - Class in core/common to handle database functions - Table in the database to store: loaid (A/I: for unique records), pilotid, startdate, enddate, reason (Number of days can be calculated from those providing you can convert how you've stored the dates etc)
-
wut? You can force the w's in your urls with the following code in your .htaccess file: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
-
In answer to the first point, put $page_content back - it is vital. Instead, change the content of frontpage_main.tpl for the content on the frontpage.
-
Another really annoying pop up every time you visit, and this time it can't be closed... I think you should just have the flags in the top right as they are. Nice idea. (The translation is interesting too )
-
Sure they're probably not going to bug you over a favicon, however understand for the future that simply because something is easy to replicate doesn't mean it isn't infringing copyright.
-
I put it directly after the following: $data = array( 'firstname' => $this->post->firstname, 'lastname' => $this->post->lastname, 'email' => $this->post->email, 'password' => $this->post->password1, 'code' => $this->post->code, 'location' => $this->post->location, 'hub' => $this->post->hub, 'confirm' => false ); As long as it's after this part it's fine, but don't put it too far down because it'll create the user before checking...
-
New Livery for Bird VA (FINALIZED)
Tom replied to fsxsimulation's topic in Virtual Airlines Discussion
Based on your earlier post, it's because you uploaded a virus. I think it's happened to a couple of people here after uploading a certain skin. -
New Livery for Bird VA (FINALIZED)
Tom replied to fsxsimulation's topic in Virtual Airlines Discussion
-
New Livery for Bird VA (FINALIZED)
Tom replied to fsxsimulation's topic in Virtual Airlines Discussion
Ignoring the design, the paint itself lacks details. None of the panel lines are visible under your orange. -
Did you create a blank database or copy the old one over?
-
x10 hosting never seems to work with phpvms. 000webhost, however, worked pretty well for me.
-
It should just be as simple as changing a few of the google maps variables to make the map different, styling your table and then editing the div that is shown for each aircraft on click - all in the acars.tpl file I believe...
-
New Thief on the block - virtualflightzone.net
Tom replied to a topic in Virtual Airlines Discussion
What the hell are you on about? You're the one who needs dealing with. You're a joke. -
New Thief on the block - virtualflightzone.net
Tom replied to a topic in Virtual Airlines Discussion
Why is this public? It's getting a bit boring now... Too many posts on this forum are just whining. Deal with it between yourselves please? -
Pardon? Seriously what is your problem? Must just be jealousy. Stop acting like such a child, you have two of your own for goodness sake.
-
Add the div into frontpage_main and the css in your skins css file.
-
Ok, if you insist, of course you're not. I was telling you what the error was from the gcmap site, but obviously it was wrong. You try and solve it alone then
-
No the new code is correct. It doesn't work because you're trying to use an airport that doesn't exist:
-
Hmm... ok try this <?php $params['s.enabled'] = 1; $flights = SchedulesData::findSchedules($params); $string = ""; foreach($flights as $flight){ $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a>
-
In that case, this should work: <?php $params['s.enabled'] = 1; $flights = SchedulesData::findSchedules($params); $string = ""; foreach($flights as $flight){ $string = $string.$flight->dep.'+-+'.$flight->arr.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> (Not tested)
-
http://forum.phpvms.net/topic/3358-gcmap-great-circle-mapper/ Pretty sure what you want is in there
-
Virtual United Airlines is now open
Tom replied to Steve Bartlett's topic in Virtual Airlines Discussion
You appear to be lacking a link back to phpvms.net... -
Just PM Nabeel...