Jump to content

5SA CEO

Members
  • Posts

    135
  • Joined

  • Last visited

Everything posted by 5SA CEO

  1. I have reset the password for him even checked his login via team viewer, but not happening.
  2. He is only showing on the active pilot list.
  3. will be doing next, missed that bol****S
  4. Hi, a member registered earlier today but has tried to login since then, but it keeps coming usr does not exist, I know he does as I have checked in the admins and all is in order. Any ideas?
  5. Hi, well right now I have everything working, so not going to change anything there, NO GO AREA from now on. I just have to sort out the kACARS issue. (http://forum.phpvms.net/topic/4532-small-connection-issue/) Thanks for everything so far. what is missing from the bottom as I do not want to even open it just in case?
  6. Hi, It was sorted, found what you meant when I got it all installed again, and worked great.
  7. <?php /** * This is the phpVMS Main Configuration File * * This file won't be modified/touched by future versions * of phpVMS, you can change your settings here * * There may also be additional settings in app.config.php * To change it, copy the line into this file here, for the * settings to take effect * */ define('DBASE_USER', 'fivstar6_admin1'); define('DBASE_PASS', '*********'); define('DBASE_NAME', 'fivstar6_phpvms'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'phpvms_'); define('SITE_URL', 'http://5starvirtualaviation.com/phpvms'); # Page encoding options Config::Set('PAGE_ENCODING', 'ISO-8859-1'); # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon.'); # See more details about these in the docs Config::Set('PAGE_EXT', '.htm'); # .htm is fine. You can still run PHP Config::Set('PILOTID_OFFSET', 0); # What # to start pilot ID's from Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID Config::Set('UNITS', 'nm'); # Your units: nm, mi or km Config::Set('LOAD_FACTOR', '82'); # %age load factor Config::Set('CARGO_UNITS', 'lbs'); # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 90); # Automatically confirm pilots? Config::Set('PILOT_AUTO_CONFIRM', false); # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); # For how many hours a pilot can edit their submitted PIREP (custom fields only) Config::Set('PIREP_CUSTOM_FIELD_EDIT', '48'); # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', false); # The StatsData::UserOnline() function - how many minutes to check Config::Set('USERS_ONLINE_TIME', 20); # Google Map Options Config::Set('MAP_WIDTH', '800px'); Config::Set('MAP_HEIGHT', '600px'); # Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP'); Config::Set('MAP_LINE_COLOR', '#ff0000'); Config::Set('MAP_CENTER_LAT', '45.484400'); Config::Set('MAP_CENTER_LNG', '-62.334821'); Config::Set('MAP_ZOOM_LEVEL', 12); # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false); /* This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro (
  8. HI, so I did a complete re-install and all was good, so added all the ranks, fleet & schedules all good, however when I went and chenged local.config.php line 34 Config::Set('PILOTID_LENGTH', 4); changed to 3 line 54 Config::Set('TRANSFER_HOURS_IN_RANKS', false); changed to true saved the file and then went to the site and guess what = blank page = so I went back in and changed them back to the default and saved the file again. went back to the site and guess what = blank page = So I can only guess that the local.config.php is the issue.??
  9. I think I will go for a complete re-install and go from there.
  10. Hi Thanks for that,nice site by the way, once I get all sorted I now know where to go. Deano
  11. Thanks barvo27 I am currently using the default cystal skin, but I would like tochange it for the obsessblue one, what changes do I need to make in the files, and what files do I need to change? I am having a fair few issues with phpvms at the mo, i.e. it is not showing up at all so will have to re-install again, what I guess I am asking where in whta config file do I make the changes to get it to read the new skin? Thanks Deano
  12. Hi guys, I have downloaded Obsessblue, changed a few bits and uploaded to my host, as I have not got a clue about coding, please for a simpl person how do I make this my default skin? I have been looking at the forums and they are full of good info but for a simple person like me I get lost. Is there or can someone make a dummies guide to skinning, with practical advice and screen shots for other folk, not just me, or if anyone has the time help me out. Thanks for all the support. Deano 5SA0001 5 Star Virtual Aviation CEO
  13. Hi, inserted those lines as you said, but nothing, http://5starvirtualaviation.com/phpvms/install/checkdb.php here is the link for you to try, maybe you'll have better luck If not I will have to re-install it all again...
  14. Results install checker are phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.16.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors results for db checker are: another blank page Deano
  15. Results install checker are phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.16.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors results for db checker are: another blank page Deano
  16. HI thanks, I will have a go. Deano
  17. Hi guys, more issue, today I uploaded some jps of ranks to the lib/ranks file no issue. a while later I need to go and check the site and add the ranks but all I got was a blank page. http://5starvirtualaviation.com/phpvms/'>http://5starvirtualaviation.com/phpvms/ I have checked with my host provider and there is no issues with the server and php is running ok, but I cannot get to login. We are also having an issue with a connection error with kACARS which has been happening for a couple of days now. I hope to get these sorted so we can move forward. Thanks for your support. Deano 5SA389 5SA0001 http://5starvirtualaviation.com 5 Star Virtual Avaiation CEO
  18. Hi just checked the url, even created a new va profile to make sure and checked it all and still no connection, if the other guys works ok then it is my pc, and I will have to look at that. thanks for now, but I have to go to work. 3 nights what a drag. Cheers happy flying. Deano 5SA0001 5 Star Virtual Aviation CEO
  19. Thanks, Just back on-line as internt and phones have been down since Sunday night. I have checked inside the kACARS in fs-products and I cannot fin a receive.xml so I re downloaded it and still nothing!! I am not the only one at our va who has hed this issue, so I am thinking it is the url, all we had put in is http://5starvirtualaviation.com/phpvms am I not missing something else? anyway thanks for all the help.
  20. Sorted it out today, had to do a fresh install and all works. thanks
  21. Thanks for that, I have tried to look for the receive.xml but cannot find it, I have looked in the mysql and in the file manager but nothing, I have searched in the download as well to locate it but again nothing, I must be missing it. Anay ideas?
  22. Hi guys, I am sure that someone has had this before but I could not find it, I tried to connect with kCARS but keep getting the following 'Unhandled exception has occurred in your application' the details listed are; See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at . (Object , EventArgs ) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4206 (VistaSP2GDR.050727-4200) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- kACARS - Free Assembly Version: 1.0.0.9 Win32 Version: 1.0.0.9 CodeBase: file:///C:/Program%20Files/FS-Products/kACARS_Free/kACARS%20-%20Free.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- FSUIPCClient Assembly Version: 1.3.2758.28 Win32 Version: 1.3.2758.28 CodeBase: file:///C:/Program%20Files/FS-Products/kACARS_Free/FSUIPCClient.DLL ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. I have uploaded the beta module 1.0.9 or latest verson to the 'phpvms/core/modules/kCARS_Free' thats where I think it should go but keep getting the smae error message shown above, any ideas on where I have gone wrong. Thanks Deano 5SA389 5 STAR VIRTUAL AVIATION CEO http://5starvirtualaviation.com/
  23. going to watch utd play Crawley 2nd half now but will be back
  24. thanks James, I dont know a thing about all this so must do some reading soon. I found the file in mysql but when I changed it to 1 I get the following SQL query: UPDATE`fivstar6_phpvms`.`phpvms_pilots`SET`pilotid`='1' WHERE`phpvms_pilots`.`pilotid`=389 MySQL said: #1451 - Cannot delete or update a parent row: a foreign key constraint fails (`fivstar6_phpvms`.`phpvms_groupmembers`, CONSTRAINT `phpvms_groupmembers_ibfk_2` FOREIGN KEY (`pilotid`) REFERENCES `phpvms_pilots` (`pilotid`) ON DELETE CASCADE) so what next? Now I went to look at the site and all I am getting is a blank page, I think I may have to re-install and start again, at least I saved the schedules, eh!! thanks for the support guys
×
×
  • Create New...