CHPP Development/: Difference between revisions

From Hattrick
Jump to navigationJump to search
No edit summary
Teles (talk | contribs)
 
(29 intermediate revisions by 14 users not shown)
Line 1: Line 1:
<FONT COLOR="red" SIZE="5">'''''IT IS <U>NOT ALLOWED</U> TO USE CODE FROM THIS OR OTHER PAGES TO ACCESS HATTRICK!<br><br>IF YOU DO SO ANYWAY, YOU RISK LOSING YOUR TEAM!'''''</FONT>
{{warning|text='''This XML documentation is outdated!''' Please look at new CHPP documentation on Hattrick website: [http://www.hattrick.org/Community/CHPP/NewDocs/ CHPP Documentation] }}
 
(That is, unless you have a CHPP license.)


== XML Pages ==
== XML Pages ==
Line 10: Line 8:
*[[CHPP_Development/XML/challanges]]
*[[CHPP_Development/XML/challanges]]
*[[CHPP_Development/XML/club]]
*[[CHPP_Development/XML/club]]
*[[CHPP_Development/XML/CupMatches]]
*[[CHPP_Development/XML/economy]]
*[[CHPP_Development/XML/economy]]
*[[CHPP_Development/XML/leagueDetails]]
*[[CHPP_Development/XML/leagueDetails]]
*[[CHPP_Development/XML/leagueFixtures]]
*[[CHPP_Development/XML/live]]
*[[CHPP_Development/XML/live]]
*[[CHPP_Development/XML/matchDetails]]
*[[CHPP_Development/XML/matchDetails]]
*[[CHPP_Development/XML/matches]]
*[[CHPP_Development/XML/matches]]
*[[CHPP_Development/XML/matchesArchive]]
*[[CHPP_Development/XML/matchLineup]]
*[[CHPP_Development/XML/matchLineup]]
*[[CHPP_Development/XML/matchOrders]]
*[[CHPP_Development/XML/matchOrders]]
*[[CHPP_Development/XML/nationalPlayers.asp]]
*[[CHPP_Development/XML/nationalTeamDetails.asp]]
*[[CHPP_Development/XML/nationalTeams.asp]]
*[[CHPP_Development/XML/playerDetails]]
*[[CHPP_Development/XML/playerDetails]]
*[[CHPP_Development/XML/playerEvents]]
*[[CHPP_Development/XML/playerEvents]]
Line 29: Line 33:


== Programming languages ==
== Programming languages ==
[https://github.com/jetwitaussi/pht PHT open source framework in PHP, fully OOP, support all hattrick files]
[[CHPP_Development/Java/Login_examples|Java code - connecting and retrieving files]]
[[CHPP_Development/Java/Login_examples|Java code - connecting and retrieving files]]


[[http://sourceforge.net/projects/htcommunicator HTCommunicator, open-source '''Java''' library - handles communication]]
[http://sourceforge.net/projects/htcommunicator HTCommunicator, open-source '''Java''' library - handles communication]
 
[http://sourceforge.net/projects/htclient Odiobill's open-source '''PHP''' HTClient Class - basic and advanced functions]


[[http://sourceforge.net/projects/htclient Odiobill's open-source '''PHP''' HTClient Class - basic and advanced functions]]
[[CHPP_Development/Localization/| LEXI's international XML for Denominations, and a PHP Class / serialized object for retrieval]]


[[CHPP_Development/VB.NET/|VB.NET code samples]]
[[CHPP_Development/VB.NET/|VB.NET code samples]]
Line 39: Line 47:
[[CHPP_Development/C#.NET/|C#.NET code samples]]
[[CHPP_Development/C#.NET/|C#.NET code samples]]


[[CHPP_Development/Localization/| International XML for Denominations, and PHP Tools for retrieval]]
[[CHPP_Development/CSharp.NET OOP/|CSharp.NET OOP code samples]]
 
[[Category:CHPP]]

Latest revision as of 17:24, 13 February 2016

This XML documentation is outdated! Please look at new CHPP documentation on Hattrick website: CHPP Documentation


XML Pages

Programming languages

PHT open source framework in PHP, fully OOP, support all hattrick files

Java code - connecting and retrieving files

HTCommunicator, open-source Java library - handles communication

Odiobill's open-source PHP HTClient Class - basic and advanced functions

LEXI's international XML for Denominations, and a PHP Class / serialized object for retrieval

VB.NET code samples

C#.NET code samples

CSharp.NET OOP code samples