-
Posts
367 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
Northern Ireland
-
Interests
http://ajcwebservices.com/index.html
Recent Profile Visitors
8123 profile views
Virtualei's Achievements
-
Virtualei started following PilotManager V2.2 , TopPilot V2.0 , Log In issue(SOLVED) and 1 other
-
Could a search function be added to this module to find out what pilot flew the most hours of a particular month. I know the display shows for the current month but I would like to find out who flew the most hours last month. Thanks in advance
-
I managed to fix my issue. I must have edited the app_config file without knowing I had. I uploaded a new file from the download and all is now working.
-
Virtualei changed their profile photo
-
Anyone help please
-
Hi all, I have encountered an issue that has only just started happening on my site. When someone logs onto my site the URL page stays the same https://virtualei.net/index.php/login and the main page does not appear. If you then click on a button on the Home tab all works fine. Can anyone advise what they think is happeneing . Thanks in advance https://prnt.sc/xbcuo1 after logging in https://prnt.sc/xbcvld after clicking home button
-
@ProAvia yes that is ok. I am happy with that. I wouldn't normally have written here but as you can imagine I am quite annoyed with the whole thing and I am sure it is most likely a simple fix.
-
Hi all, I wish I had seen the comments about Crazy Creatives not being active anymore before I purchased his Airline Route map. I have tried to contact him but I am not getting a reply. I am appealing to you all for some help. My map is blank and I do not know how to fix it. Can anyone advise what I need to do. I realize that this is a paid module but as Crazy Creatives are not active I do not know where to turn to. Please see below. https://prnt.sc/x2amn2
-
Hi, just installed this module but my ADMIN dahboard seems to have lost its structure. Can anyone help please https://prnt.sc/v8u4is
-
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
@Strider has solved it thankfully. It seems my host had cached my files. He moved the file to my skin JS folder and it worked. Thanks Strider :). Can anadmin mark this as solved please -
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
Hmm possible mate. Getting it now of GITHUB . They are TPL files for the templates but I am changing them to php -
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
I am really starting to think it is the API. I have again deleted all the file and re-installed them. Still getting the same error. Interestingly though when I check my sources on my site i get this https://prnt.sc/sw0r8e but this is the code I have on my cpanel * SimBrief APIv1 Javascript Functions * For use with VA Dispatch systems * By Derek Mayer - contact@simbrief.com * * Any individual wishing to make use of this class must first contact me * to obtain a unique API key; without which it will be impossible to connect * to the API. * * Any attempt to circumvent the API authorization, steal another * developer's API key, hack, compromise, or gain unauthorized access to * the SimBrief website or it's web systems, or bypass or allow others to bypass * the SimBrief.com login screen will result in immediate revocation of the * associated API key, and in serious situations, legal action at my discretion. */ /* * Modify this variable if your "simbrief.apiv1.php" file is not located in the * same directory as your Dispatch Options page. */ var api_dir = 'https://www.virtualei.net/core/modules/SimBrief/'; //Ex. "some/directory/"; /* * Settings and initial variables */ I will wait and see if Simbrief get back to me witha new key unless anyone else has any ideas Thanks Alan -
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
Yes have tried that also. It was in my HTML Head template and I moved it to above </head> but still the same issue. I really am at a loss -
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
Yes have tried that -
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
My JS is located in public_html/lib/js -
Simbrief Intregation Problems new URL [SOLVED]
Virtualei replied to Virtualei's topic in Support Forum
/* * Modify this variable if your "simbrief.apiv1.php" file is not located in the * same directory as your Dispatch Options page. */ var api_dir = 'https://www.virtualei.net/index.php/core/modules/SimBrief/'; //Ex. "some/directory/"; This is from my JS file