-
Posts
1954 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by TAV1702
-
Ok I'll give that a go and see what happens. Thanks again Nabeel
-
Ok 1 thing, we discussed the users online on the extra pages thing. And you gave me 2 extra lines to add to the code and it works like a charm....... BUT There have been 0 user(s) in the past 60 minutes. Warning: Invalid argument supplied for foreach() in /home/xxxxxxxx/public_html/phpVMS/lib/skins/Storm/frontpage_main.tpl on line 32 That is what I get when I come to the website and no one has been on in the last 60 minutes. Now that I have logged on to the site, I can log on and off a million times and it will NEVER error out on me again. Stay away from the site for 60 minutes from the last login and the error comes back. I'm thinking of commenting out the user names for users online like it originally was, but that is only going to put a band aid on the problem. This is my frontpage code, it was never altered because it never had that problem. <p><i>There have been <?php echo count($usersonline)?> user(s) in the past <?php echo Config::Get('USERS_ONLINE_TIME')?> minutes.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); */ foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } ?> This is the code from the extra pages that I made with the code ADDED that you gave me to add. Remember them pages work now excellent with the code. BUT they are the exact same as the frontpage if no one has been on for longer thatn set time in the config file. <p><i>There have been <?php echo count($usersonline)?> user(s) in the past <?php echo Config::Get('USERS_ONLINE_TIME')?> minutes.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); */ $usersonline = StatsData::UsersOnline(); $guestsonline = StatsData::GuestsOnline(); foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } ?> Did I add the 2 lines that you gave me to the right place? I'm sure I did. It is the other problem that is the isue now. Like I said, I can comment out the users Real name again like it is default, OR, I can set my users online to 24 hours to help the situation out.
-
First off, 2 Metallica concerts in the same weekend??? You lucky .....<snip!> ;D And yeah Mongoose he is pretty quick to update. His beta versions are a million times better than most beta versions of anything at all out there.
-
That's kind of what I was wondering as well. ;D And yeah, it is nice.
-
Well, I have thrown something together. It like the rest of my skin is not pretty, but it works. Visit my website and click on agreement link. I'll leave it public for a while before getting rid of that link. I really do not want it to show but chose to for this example. **EDIT** DUHHHH! I guess it would help if I gave the url. http://paranormalinsights.com/phpVMS
-
Well, you can go into your config file and set transfer hours to true and then spot your pilots their time accordingly. As well, you need to set transfer hours to count in rank as well. For example, I spotted 3 out of the 4 of us on my site 50 transfer hours for testing reasons and it works like a charm.
-
when I click on source mode after putting a page together, it shows a bunch of mumbo jumbo. I believe it is that utf stuff and the page will not show correct on site. If I use my Dreamweaver and go in and edit the page right on the server that is created using the SAME exact code, it works great on site. And yeah, I am willing to test mine out today and get a list of things that it does along with some screenshots for you.
-
I think one could pull this off by creating a rules and regs page, and then if they check the box to agree to the terms, then it would take them right to your registration page. for an example, look at any old phpBB website when you click register. This is actually a great idea you have here. I may toss something together tonight and see how it goes.
-
I like the new look of the editor as well, but it has been giving me all kinds of issues. As well, I have a group setup for each hub for managers to create their own hub page. So far I do not let the one guy in to do anything because of this problem. Looks like I am going to end up having to get code from them and put it on site myself via dreamweaver. So to answer your original question piper, yes I have that very same issue as well as a few others.
-
Good luck using UPS name. I know 3 people in 7 years that have been sued over that. Fed Ex as well. I used to run a va as well and got a cease operations...I dont recall what they call it, but it was from midwest airlines. Nice looking site regardless of who designed it and yeah... i do believe that was an overkill statement.
-
Yeah it is nothing major, just something I noticed. That guy was flying into KC from Denver and I was coming in from JFK to MCI. That's when I realized this. Just another cosmetic issue. I'd just assume him use ACARS verses Xacars but he only flys FSX. I will go ahead and give it a go to so as he reports back to me on it I can confirm it before I come here asking stupid stuff over and over again about XAcars ;D
-
Livewire Airlines The VA has gone rather stale now days and out of a few thousand pilots only around 250 of them including me are active. I do about 1 flight a month there. I'm just not so sure what they have there in regards to Stocks and that type of stuff are doable with this system. I guess nothing is impossible though. Something like this to spend pilot pay on would be great though.
-
I actually belong to a VA that has been in business for around 10 years now. They have it so that a pilot can buy stupid stuff like Boats Rv's etc etc. And then they have it setup to buy stocks and airline stock. The stocks would be kind of rough though as the stock values go up and down per airline business and they will even split. They use the stocks to help make determinations in who is serious about the VA and who is not. Meaning come promotion time they look at that as well. Not so sure how doable that would be in phpVMS though. But the exams idea is really cool.
-
One more small issue I have noticed. When using XAcars, on the live map, it shows all info available EXCEPT how many miles left and the ETA And can one send a pirep to the VA site automatically with XAcars like with ACARS? I have 1 pilot testing for me and he says he has to file manually every time. Maybe he is missing something. I have yet to test it personally. I think in my first post I may have been wrong by saying that it filed just fine as should. He has since told me that he is filing them manually.
-
It is a smidge on the large side, but I thought it was just me. I'm kind of partial to the old way actually. Sorry for jumping in on this one but I had to agree.
-
yeah I'm going to mess with it more today. I kind of want the blocks to look like http://paranormalinsights.com/portal.php I will get it adventually. Notice on that site the blocks are not touching each other at all? All it amounts to is my div tags are wrong I am more than sure. ;D
-
Got it to work. Thanks Nabeel. Now onto my images issue and that not redirecting back to index.php on logout. ;D
-
Oh I forgot to ask, add this to the top of each of the tpl files that are erroring on me?
-
Hey Nabeel, I know this is old as can be and then some, but I have a COMPLETE set of flags from every country in the world that would work perfect. If you ever need them for something like this, please feel free to give me a shout and I will gladly share with you.
-
Ok thanks chief. I'll give that a go.
-
Nabeel, I do believe that is the very same one. I should have looked there first. :-[
-
Version 2.0.790 File was dloaded from the pilot center. And I was going to go look at the builds today and see if there are any newer than the one I currently have installed. I'm sure there is. I will give that a try to and see if it works out any better.
-
I am having issues with XAcars. Well I am not but a pilot helping me test site is. First, I notice it has a server password in the setup. Do we need to put pilot info from our website in here like pilot ID and email used to register on site? I am not real sure how to use this thing. I went to the website and viewed their documentation and all it shows is how to setup to use their test server. Lots of good that does me for my website ;D Other then that, I guess it is pretty cut and dry on how to use. Also, when this guy used XAcars it auto filed a pirep like it should have, but it did not add any pilot pay, nor did it have a place to add any pilot pay to the pirpe or any of that stuff. here is a copy of the AIRmail he sent me about it. Since I have never used it I do not know what to tell him. Can anyone give me a heads up on this one? Thanks Ray
-
Good point. I never thought of that. ;D I can just get rid of the users online info from them pages for now if I have to. I have been trying to fix so much of my little coding mistakes that I am about ready to punch my monitor. This skin stuff is just aching my arse real bad like. ;D ;D