Current time: 05-19-2012, 10:16 PM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Client API
Author Message
01-01-2010, 04:16 PM
Post: #1
Client API
Hey guys, we have a launched our API testing. It's pretty basic but still gives you the chance to see what we can do and give us your ideas.

For example...

creating a clientside alert

PHP Code:
javascript:Kynto.createAlert(); 

Capturing chat input

PHP Code:
javascript:eval("function newMessage(obj){alert(obj.M)}"); 

Nothing is final on this system yet, but it will be cool to hear your ideas!

http://williamrob.in/ Imawesome
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 04:17 PM
Post: #2
Client API
Been playing with this, loving it. Trying to hax it nao!

Nah but its secure Happybracket

PHP, MySQL, xHTML, CSS, JavaScript, C#, Lingo, AS3

[Image: mfpreviewsig.png]

http://sketcher.me
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 05:06 PM
Post: #3
Client API
bump soz.

Kynto chat logger, i import my own scripts into the client (using bookmarklets) and set chat callback to a function...

Kynto - JS - PHP - JS - Kynto

Any errors, PHP returns as a kynto alert.
[Image: tytykyntoty.png]

PHP, MySQL, xHTML, CSS, JavaScript, C#, Lingo, AS3

[Image: mfpreviewsig.png]

http://sketcher.me
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 05:12 PM
Post: #4
Client API
Nice one Sam! Update, developer console has been enabled.

[Image: kyntoconsole.png]

http://williamrob.in/ Imawesome
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 05:15 PM
Post: #5
Client API
Willy Wrote:Nice one Sam! Update, developer console has been enabled.

[Image: kyntoconsole.png]

edit... type :console

Happybracket

PHP, MySQL, xHTML, CSS, JavaScript, C#, Lingo, AS3

[Image: mfpreviewsig.png]

http://sketcher.me
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 05:28 PM
Post: #6
Client API
It's not letting me on now, just says loading.

Edit: Working fine now.
Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 06:11 PM
Post: #7
Client API
w00p w00p
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
01-01-2010, 11:37 PM (This post was last modified: 01-01-2010 11:38 PM by qoou.)
Post: #8
Client API
Nice one as usual lads, nice updates coming along.

www.qoou.net
Find all posts by this user
Like Post Quote this message in a reply
01-02-2010, 01:56 AM
Post: #9
Client API
We will ColonP

API updates!

Quote:Kynto.createAlert("creates an alert");
Kynto.sendChat("sends a chat bubble");
Kynto.createNotification("creates a notification");

Functions you can override:

function newMessage(obj)
{
// obj.U (username) obj.M (message)
}

function addUser(obj)
{
//obj.U (username)
}

function removeUser(obj)
{
//obj.U (username)
}

function userStatus(obj)
{
//obj.U (username) obj.S (status)
}
Have fun!

http://williamrob.in/ Imawesome
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
02-10-2012, 04:34 AM
Post: #10
RE: Client API
not place chat logs into php page place in a program and use the language function
Find all posts by this user
Like Post Quote this message in a reply
Post Reply 


Forum Jump: