Jump to content

llju1

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by llju1

  1. Thanks I figured it out shortly after I asked Here is my version and it seems to work. <?php $shown = array(); foreach($usersonline as $pilot) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname; echo "</p>"; } ?>
  2. So Where do we put it on our Front page?
  3. I run a Military VA and use the airlines as My wings. We have also added most of the Active duty US Airbases and Naval Air Stations to Our destination and arrival airports. We then added Fights(schedules) and connected all the bases that way. PhPVMS is great for Military VA's as well as Commercial VA's Let me know if I Can Help. Most of our Guys are retired Military either Navy of Airforce(My self) Good Luck
  4. I know More Greenhouse gasses

  5. that is what I was looking for Now one question do I copy and past the script on the CSS and place it on my CSS in my skins folder?
  6. Ok I have searched, Read, and just plain beat my head against my monitor . Now can someone help me? I have the general Idea of how to make the Drop down menu I want, but I get confused by where everything goes. What i need it a drop down menu with slide out for sub menus. any Ideas would be helpful. And Like I said I have searched til my eyes are crossed. thanks in advanced. Remember I am old so give me a break Lloyd
  7. Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files -- Checked 167 files, found 0 errors
  8. Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files -- Checked 167 files, found 0 errors
  9. Well Duh Thanks. Boy Don't I feel STUPID
  10. NP
  11. Have you had a chnace to look around and find out why my badges don't display any thing?
  12. EDIT: Is this what you mean GD Support enabled GD Version bundled (2.0.34 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.2.1 GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XBM Support enabled
  13. It has been 4 or 5 Months since they worked. Last change date was in December. Not sure if file are Changing.
  14. I changed them all to 777 and re set the signature and still Nothing
  15. All of them are Blank and I am sure the are all writable but I will check again. The permissions have to be set to 755 Correct? EDIT:I am changing the Permission to 755 on all of the signatures
  16. Ok Why when I look at my Badge-Signature does it show just the Badge and no info. I know it did at one time but it show nothing but the background now. My Pilot name and info is blank. I am sure it has been covered before but any help would be nice. Lloyd
  17. llju1

    phpVMS Logo

    Sweeet
  18. WOOT Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files -- Checked 167 files, found 0 errors
  19. I tried ping burner. but it cannot access the admin/dashboard rss feed for some reason. I may not be putting the url in to ping burner correctly And what is command line access? hey I am old but I try UPDATE: Now it it all working Go Figure. Geese I hate doing this sometimes. three Days and 5 re-updates and it decided to fix its self. although I did contact my provider and maybe they fixed it.
  20. allow_url_fopen is set to ON on my PHP 5 ini script. Is that what it should be set to. when I changed the lines to check for beta version and VACentral news to false everything loaded like it should, But no VA Central news or PHpVMS news(of course) My Host has not changed any thing so I don't know what it is.
  21. It was all working with rev910 but not now. I am not sure about the remote URL access.
  22. I am not getting any news from VACENTRAL News. I Changed line 172 in admin/module/Dashboard to false and got rid of the Warning: Invalid argument supplied for foreach() in /hermes/web06b/b338/pow.llju1/htdocs/admin/modules/Dashboard/Dashboard.php on line 181 error but could not get rid of Warning: Invalid argument supplied for foreach() in /hermes/web06b/b338/pow.llju1/htdocs/admin/modules/Dashboard/Dashboard.php on line 155 I only have the problem going to the dashboard. Everything else works fine but it take forever to get the dashboard page to show up.
  23. Yep Checking connectivity... [OK] Can contact outside servers But it is very sluggish logging in to admin
  24. I also get this when I go to my Admin Panel. Just under the Header. Warning: Invalid argument supplied for foreach() in /hermes/web06b/b338/pow.llju1/htdocs/admin/modules/Dashboard/Dashboard.php on line 155 Warning: Invalid argument supplied for foreach() in /hermes/web06b/b338/pow.llju1/htdocs/admin/modules/Dashboard/Dashboard.php on line 181
×
×
  • Create New...