Search found 6 matches

by mickey_adams
Wed Sep 28, 2011 10:26 pm
Forum: VA integration pack
Topic: Using my VA integration Kit
Replies: 10
Views: 18661

Re: Using my VA integration Kit

hey my friend i dont understand what you try to explain, please im newbie :P :oops: well this is my DOM config: DOM/XML enabled DOM/XML API Version 20031129 libxml Version 2.6.31 HTML Support enabled XPath Support enabled XPointer Support enabled Schema Support enabled RelaxNG Support enabled i ...
by mickey_adams
Sun Sep 25, 2011 6:08 pm
Forum: VA integration pack
Topic: Using my VA integration Kit
Replies: 10
Views: 18661

Re: Using my VA integration Kit

yes konny my server support php perfectly, look, i put this code exactly as show : <?php $objDOM = new DOMDocument(); $objDOM->load("http://www.fsairlines.net/va_interface.php5?function=getPilotList&va_id=18000"); //uncomment to show raw xml-data //echo $objDOM->saveXML(); $dataNodes = $objDOM ...
by mickey_adams
Sun Sep 25, 2011 2:37 pm
Forum: VA integration pack
Topic: Using my VA integration Kit
Replies: 10
Views: 18661

Re: Using my VA integration Kit

and this is the error when i try to see the example code : load("http://www.fsairlines.net/va_interface.php5?function=getPilotList&va_id=18000"); //uncomment to show raw xml-data echo $objDOM->saveXML(); $dataNodes = $objDOM->getElementsByTagName("data"); foreach( $dataNodes as $node ) { $name ...
by mickey_adams
Sun Sep 25, 2011 2:25 pm
Forum: VA integration pack
Topic: Using my VA integration Kit
Replies: 10
Views: 18661

Re: Using my VA integration Kit

Konny wrote:hehe, and why does the example not work? What error message do you get, if any?
Aight my friend konny :) i already sent a support ticket for try to solve this, i think the problem is my domain is not registered in your data base :lol: can you help me? :wink:
by mickey_adams
Sat Sep 24, 2011 4:35 pm
Forum: VA integration pack
Topic: Using my VA integration Kit
Replies: 10
Views: 18661

Re: Using my VA integration Kit

Konny wrote:What exactly was the problem?
i want to do something like this http://www.anyway-va.com/index.php?page=crew :D
by mickey_adams
Sat Aug 20, 2011 11:16 pm
Forum: VA integration pack
Topic: Using my VA integration Kit
Replies: 10
Views: 18661

Using my VA integration Kit

Hello friends: I want to create an area on my page called "Crew" that shows some information related to the crew of my VA, for example: Callsign / Name / range / flight hours / location / etc I was reading the issue of kit, but i copy this example code to try and do not work: ( i dont put no more in ...