hjælp til en total noob
http://www.camelotherald.com/xml.phppå denne side findes noget xml script code men det siger mig ingen ting
Min første opgave er denne hvis jeg kan få et grund script kan jeg selv lave resten
INDIVIDUAL GUILD XML PAGES
Sample guild page: http://www.camelotherald.com/guilds/Pendragon/281.xml
If you are viewing this page using Internet Explorer 5.0 or higher, you should be able to follow the above link and view its XML code.
These pages are updated approximately every half hour. The data within them is refreshed irregularly depending on the server. Our target for character data refreshes to the webserver is at least every 72 hours.
Each guild has its own XML file, which can be read both for basic guild information and for basic statistical information on each character within the guild. The guild data is contained within <guild_status>.
Basic guild information is embedded within the <guild> tag using attributes. Each character is a seperate <character> record within the guild container, using both attributes and elements.
<guild name="Arcanium" realm="Albion" activechars="74"
activemembers="40" guildrp="171249" contacturl="" websiteurl=""
timestamp="2002-03-03 11:59:31"
sshield="http://www.camelotherald.com/shields/4-2-2-full.png" semblem="http://www.camelotherald.com/realms/
insignia/b_emblem_039.gif">
<character name="Galihaed" laston="Recently">
<race>Highlander</race>
<class>Armsman</class>
<level>50</level>
<guildrank>8</guildrank>
<totalrp>4801</totalrp>
<lastweekrp>0</lastweekrp>
<anon>True</anon>
</character>
Important fields within the <guild> tag:
ACTIVECHARS: How many active (logged in within 45 days) characters are within the guild. One guild member may have multiple characters.
ACTIVEMEMBERS: How many active (logged in within 45 days) members are within the guild. Again, members can have multiple characters. Members are not associated with their characters due to privacy concerns.
GUILDRP: Current Guild Realm Points. This is seperate from character Realm Points. These are not Guild Bounty Points, which can be spent and are not displayed on the Herald due to inter-realm competitive concerns.
CONTACTURL and WEBSITEURL: contact information about the guild entered by the guildmaster from within DAOC.
TIMESTAMP: The last time the individual character data for this server was refreshed.
SSHIELD: URL to graphic of guild's emblem background stored on Camelot Herald..
SEMBLEM: URL to graphic of guild's emblem sigil stored on Camelot Herald.
The shield graphic is designed to be the background of a table containing the emblem graphic (consult any Herald guild page for example HTML).
Please be kind and download these and the emblem graphics to your own web server before using them in your own pages. Linking them directly adds to the server load and bandwidth costs of this server, and abuse will cause these graphics to be removed.
Most of the fields within the <character> tag are self explanatory.
TOTALRP: Total Realm Points for that character. These are not Bounty Points, which can be spent and are not displayed on the Herald due to inter-realm competitive concerns.
LASTWEEKRP: Realm Points that character has earned within the past week. We attempt to keep this number up as much as possible but due to the length of time it takes to compile character data it may not be authoritative.
ANON: Whether or not the character has chosen to flag their character "Anonymous" to external data collection. This feature as well as exporting of character trade skills is currently in development by the game programmers. Currently everyone is set to an Anon value of "True".
på forhånd tak vis det kan laves
