Right now I only have access via a web form...
The web form has a Authentication method that would be a pain to surpass via a php file...
Anyhow I emailed Luke requesting some other form of access...
So I hope he can give and then problem solved...
Well thanks all for trying to help
Search found 14 matches
- Sun Dec 19, 2010 11:44 pm
- Forum: Server Administration/Setup
- Topic: [PHP]Any way to have a direct refrence to the output of php?
- Replies: 9
- Views: 3500
- Sun Dec 19, 2010 1:44 pm
- Forum: Server Administration/Setup
- Topic: [PHP]Any way to have a direct refrence to the output of php?
- Replies: 9
- Views: 3500
Re: [PHP]Any way to have a direct refrence to the output of php?
I am not quite sure whether I understood you correct but you if I did you can do it this way <?php $nl = "\n": echo "CONSOLE_MESSAGE SomeBibleVerse $nl"; ?> Nope... Not what I need to know... I know PHP very well... My question was how to insert the echoed content into the confi...
- Sun Dec 19, 2010 12:18 am
- Forum: Server Administration/Setup
- Topic: [PHP]Any way to have a direct refrence to the output of php?
- Replies: 9
- Views: 3500
[PHP]Any way to have a direct refrence to the output of php?
I do not have direct control of the config files as I use external hosting... Is it possible to have CONSOLE_MESSAGE or other similar variables reference the output of PHP? My purpose of doing so would be a random bible verse displayed each round... However I can think of many other uses for this......
- Thu Dec 16, 2010 11:10 am
- Forum: Graphical Enhancements
- Topic: Grid Coloring
- Replies: 7
- Views: 9040
Grid Coloring
I think it would be cool(obviously not true to the original tron movie but still cool), If the grid could be colored using something like <GColor rgb="rrggbb"> <Point x="X" y="Y" /> <Point x="X" y="Y" /> </GColor> Obviously the above would be on the ...
- Wed Dec 15, 2010 11:55 pm
- Forum: Server Administration/Setup
- Topic: [MAP] Some sort of Validity error
- Replies: 6
- Views: 2365
Re: [MAP] Some sort of Validity error
Yeah, CDATA stands for 'character data'. When used intentionally, it's a way to get otherwise illegal texts into XML. However, libxml uses CDATA in parser error messages to denote random junk, like any text between tags. When I copy that into the body from earlier, I get no errors and a working map...
- Wed Dec 15, 2010 10:07 am
- Forum: Server Administration/Setup
- Topic: [MAP] Some sort of Validity error
- Replies: 6
- Views: 2365
Re: [MAP] Some sort of Validity error
Thanks Z-Man According to the error report, you have CDATA littered between your 'many Walls'. Which, since you probably didn't add real CDATA (as it wouldn't make sense), means you have illegal XML in those positions. Hmm I really have little idea what CDATA means... (character data maybe?) Since ...
- Wed Dec 15, 2010 8:07 am
- Forum: Server Administration/Setup
- Topic: [MAP] Some sort of Validity error
- Replies: 6
- Views: 2365
[MAP] Some sort of Validity error
Below is the error --V C:\Program Files (x86)\Armagetron Advanced Dedicated>armagetronad_dedicated.exe 1>\Users\Alexander\Documents\UniServer\www\log.txt :170: element Field: validity error : Element Field content does not follow the DTD, expecting (Axes? , (Spawn | Wall | Zone)*), got (Axes Spawn S...
- Tue Dec 14, 2010 6:59 pm
- Forum: Support
- Topic: [PHP][MAP] Need a bit of PHP help or Arma info...
- Replies: 5
- Views: 1548
Re: [PHP][MAP] Need a bit of PHP help or Arma info...
Thanks =)sinewav wrote:Change the wall height with the height property. Try <wall height="2">
- Tue Dec 14, 2010 10:38 am
- Forum: Support
- Topic: [PHP][MAP] Need a bit of PHP help or Arma info...
- Replies: 5
- Views: 1548
Re: [PHP][MAP] Need a bit of PHP help or Arma info...
It's case sensitive. "Wall", not "wall". For future errors, please post the full errors the game gives you, that makes troubleshooting that much quicker. Thanks... The walls were generated sadly way too tall to read... Perhaps eventually grid coloring could be implemented? Somet...
- Tue Dec 14, 2010 8:02 am
- Forum: Support
- Topic: [PHP][MAP] Need a bit of PHP help or Arma info...
- Replies: 5
- Views: 1548
Re: [PHP][MAP] Need a bit of PHP help or Arma info...
Sorry for this the bbtag for php code failed and this post I re-posted php with same results.
- Tue Dec 14, 2010 8:00 am
- Forum: Support
- Topic: [PHP][MAP] Need a bit of PHP help or Arma info...
- Replies: 5
- Views: 1548
[PHP][MAP] Need a bit of PHP help or Arma info...
I made a php script capable of Generating letters and select symbols as walls... <?php function ArmaLetter($x,$y,$l) { // Armagetron Letter Wall Generator // Needs the values of top left x y and the letter to be made... // Will return any walls needed to create the letter in a 10x10 spot // followin...
- Mon Dec 13, 2010 11:29 am
- Forum: Server Administration/Setup
- Topic: Map file not working =(
- Replies: 10
- Views: 2946
Re: Map file not working =(
[0] Resource 7priest7/cross/cross-0.1.aamap.xml not found in cache. Downloading it, please be patient... [0] Downloading http://www.blessed-armagetron.co.cc/7priest7/cross/cross-0.1.aamap.xml ... [0] ERROR: Return value 403 != 200. Your web server denies Armagetron access because Arma doesn't have ...
- Mon Dec 13, 2010 7:21 am
- Forum: Server Administration/Setup
- Topic: Map file not working =(
- Replies: 10
- Views: 2946
Re: Map file not working =(
Thanks sinewav for the help! <3 I did what the your post said... The URL of the XML is http://www.blessed-armagetron.co.cc/7priest7/cross/cross-0.1.aamap.xml ^ Just so I don't have to spam forums with the map code again. And I changed the call to MAP_FILE 7priest7/cross/cross-0.1.aamap.xml RESOURCE_...
- Mon Dec 13, 2010 4:05 am
- Forum: Server Administration/Setup
- Topic: Map file not working =(
- Replies: 10
- Views: 2946
Map file not working =(
Greetings After spending so much time creating and attempting to repair this I still fail to see the problem... Here is the map <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd"> <Resource type="aa...