login to top hat email password log in need a top hat account – sign up here. i forgot my password...

22
Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Upload: ariana-klein

Post on 26-Mar-2015

216 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Login to Top Hat

Email

Password

Log In

Need a Top hat Account – sign up here.

I forgot my password

You must log in first

Display errorMessages

here

Page 2: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Create a Top Hat

Please Enter your Details

Password

Log In

Email

Your Name

Page 3: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

I forgot my Password

Please Enter your Details

Email me my password

Email

Your Name

[email protected] (filled in by default)

Page 4: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

<username><userid><email><Nickname><mobile><phone<address1><address2><address3><address4><address5><facebookURL><location><DOB><facetime><lastloggedin><timestamp>

<userid><currency><balance>

BALANCE_REALUSERS

<userid><currency><balance>

BALANCE_FUN

<userid><email><datestamp><sku><amount><notes>

Transactions

<userid><email><datestamp><eventid><amount><winnings><state>

Bet_History

<sku><price><description><category><url>

SHOP

Page 5: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

<from_userid><to_userid><message><imageurl><count>

<userid><gameid><activity>

GamesCHAT

<userid><gameid><score>

High Score

<userid><email><seconds>

Facetime_minutes

<sessionid><count><string><datestamp>

Game_Turn

<room><userid><message><count><datestamp>

chat_room

Page 6: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

URL to Call

http://top-hat-apps.com/web/login.php?xml= <request><username>[email protected]</username><password>oxford1</password></request>

<username> this is the users Email<password> users password

Return XML

<output><login>false</login><message>Login Fail!!!</message></output>

<login> true or false<message> reason

Log in and authenticate a user

Page 7: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Register a New user

URLhttp://top-hat-apps.com/web/reg.php?xml=

XML

<request><username> anni </username><email>[email protected]</email><password>123456</password><game>1</game></request>

<Username> Users name<email> email<password> Password<game> Game ID. Hearts = 1

Retuns

<responce><login>Not Accepted</login><message>Already registered</message></responce>

Note Response will be changed to RESPONSE

Page 8: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Email me My password

URL = http://top-hat-apps.com/web/password.php?xml=

XML

<request><username> anni </username><email>[email protected]</email></request>

Returns

<ouput><result>true</result><message> message>/message></output>

Page 9: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Update My Profile

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>profile</module><username><email><Nickname><mobile><phone<address1><address2><address3><address4><address5><facebookURL><location><DOB>

</request>

Returns

<ouput><result>true</result><message> message>/message></output> Note, not all

fields need to bepresent

Page 10: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Make a Purchase

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>purchase</module><userid><sku>

</request>

Returns

<ouput><result>true</result><message> message>/message></output>

Note, not all fields need to be

present

Page 11: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Add item to Shop

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>shop_add</module><userid><sku><description><url><price><retailer></request>

Returns

<ouput><result>true</result><message> message>/message></output>

Note, not all fields need to be

present

Page 12: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Create a BetID

URL = http://top-hat-apps.com/web/xml.php?xml=

XML

<request><module>new_bet_id</module><timestamp><eventid><description><time><limit><time><status></request>

Returns

<ouput><result>true</result><message> message>/message></output>

Creates a BetIDStatus is set to Open

Page 13: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Close a BetID

URL = http://top-hat-apps.com/web/xml.php?xml=

XML

<request><module>new_bet_id</module><eventid></request>

Returns

<ouput><result>true</result><message> message>/message></output>

Sets a BetID to closed

Page 14: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Get Betting_event_info

URL = http://top-hat-apps.com/web/xml.php?xml=

XML

<request><module>get_bet_info</module><eventid></request>

Returns

<ouput><timestamp><eventid><description><time><limit><lobby></output>

Creates a BetID

Page 15: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Make a Bet

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>accept_bet</module><userid><eventID><event><fun><amount></request>

Returns

<ouput><result>true</result><message> message>/message></output>

Simply put this intoA table. Deduct from

Users balance.Check he has funds

Page 16: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Get Bets

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>get_bets</module><eventid></request>

Returns

<bets>

<bet><betid><name><amount></bet>

</betst>

Return all the winnersFor a given game

Page 17: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Get Winners

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>get_winners</module><eventid></request>

Returns

<winnerlist><winner><name><amount></winner></winnerlist>

Return all the winnersFor a given game

Page 18: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Update My Profile

URL = http://top-hat-apps.com/web/profile.php?xml=

XML

<request><module>profile</module><username><email><Nickname><mobile><phone<address1><address2><address3><address4><address5><facebookURL><DOB>

</request>

Returns

<ouput><result>true</result><message> message>/message></output>

Page 19: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Other Functions

1. Get users – returns all users – variable <gameid>2. send chat to user3. get my chat4. send chat to room5. Decrease facetime Minutes6. Increase Facetime Minutes7. Acceot High Score8. Get High Score Results

Page 20: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Tables

Page 21: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Tables

Page 22: Login to Top Hat Email Password Log In Need a Top hat Account – sign up here. I forgot my password You must log in first Display error Messages here

Top Hat Api