Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   RC Idea For Stefan? (https://forums.graalonline.com/forums/showthread.php?t=134264693)

Gunderak 10-02-2011 06:20 PM

RC Idea For Stefan?
 
Me and my friend are just testing around and trying to make something useful for iDevices with the Graal RC.
Anyway here is what iv'e got so far. head to here on an iDevice to see an example of what an RC for iDevice's could look like. http://www.allscripters.com/h13-rc-login
Would be really nice if stefan could code somthing like this to actually work.
Also is it possible to access a Graal Created IRC on a server externally?

fowlplay4 10-02-2011 06:24 PM

You could use TSockets to access them.

Emera 10-02-2011 06:26 PM

The idea is really, really nice but it would take an amazing amount of money to pull this off, and then some people will complain when the app isn't free. You also need a hell of a lot of skill with other coding languages and make sure everything isn't buggy etc. Then apple has to test it and pass it for approval... But you can always use cydia :D

Gunderak 10-02-2011 06:27 PM

*cough* jailbroken..
anyway TSockets? could you possibly link me?
in the meantime il be googling.

Edit: Been googling.
How the hell would i send and receive data from a gserver?
Thanks btw.

fowlplay4 10-02-2011 06:31 PM

There isn't very much information on sockets. You can also look at cbk's web and ftp server scripts for more information on them.

There's this though:
http://forums.graalonline.com/forums...8&postcount=13

Gunderak 10-02-2011 06:33 PM

Thats just skrewed my idea up.
The domain provider doesnt support PHP.
Thanks for your help anyway.

oo_jazz_oo 10-03-2011 12:06 AM

Quote:

Originally Posted by Emera (Post 1669774)
The idea is really, really nice but it would take an amazing amount of money to pull this off, and then some people will complain when the app isn't free.

Taylorrichaards.com

A free web application.
Budget: 0$

Emera 10-03-2011 12:09 AM

Quote:

Originally Posted by oo_jazz_oo (Post 1669814)
Taylorrichaards.com

A free web application.
Budget: 0$

True :D

Gunderak 10-03-2011 06:49 AM

How is there budget $0?
Who pays for the domain :oo:

oo_jazz_oo 10-03-2011 08:31 AM

Quote:

Originally Posted by Gunderak (Post 1669849)
How is there budget $0?
Who pays for the domain :oo:

Never said anything about hosting.

But as far as the layout/programming, there was no money involved.
(Not to mention domains/hosting are dirt cheap nowadays)

Gunderak 10-03-2011 08:51 AM

True that..
anyway iv now got php hosting.
does anyone care to elaborate further with how the hell an idea like this could work?
Even just the irc bit.

fowlplay4 10-03-2011 03:02 PM

You don't even need PHP.

1. Setup cbk's http server script on your server.
2. Create a dynamic page on the graal webserver to "login" (you won't be able to use your Graal account/authentication), get and send chat messages.
3. Create a client page on your webserver and use AJAX/Javascript to communicate with your Graal server's webserver.

You're going to have to learn how to do it on your own.

Gunderak 10-03-2011 04:10 PM

So far iv'e setup the webserver, the login page is going to confuse me. Might use SQLite.
Thanks for pointing me in the right direction.

Matt 10-03-2011 04:17 PM

Good luck !

Gunderak 10-03-2011 05:57 PM

Hehe thanks :D
il need it..

Crono 10-03-2011 06:16 PM

Quote:

Originally Posted by oo_jazz_oo (Post 1669814)
Taylorrichaards.com

A free web application.
Budget: 0$

the people behind that site are geniuses

Emera 10-03-2011 06:18 PM

Quote:

Originally Posted by Crono (Post 1669886)
the people behind that site are geniuses

Lulz

Tolnaftate2004 10-03-2011 06:18 PM

Quote:

Originally Posted by fowlplay4 (Post 1669869)
1. Create a client page on your webserver and use websockets/sockjs to communicate with your graal server.

ftfy.

Gunderak 10-04-2011 01:34 PM

Quote:

Originally Posted by Tolnaftate2004 (Post 1669888)
ftfy.

ftfy? o.o

salesman 10-04-2011 04:37 PM

Quote:

Originally Posted by Gunderak (Post 1669968)
ftfy? o.o

google is your friend

Gunderak 10-05-2011 01:54 PM

There are 4 different meanings iv'e found on Google.
None of which make sense in the context.

Skyld 10-06-2011 12:18 AM

I am not sure why you would expend so much effort on creating your own (probably horrendously insecure) RC protocol when it is already possible to use a modified Scripted RC and all Client-RC features from iOS devices. :)

Astram 10-06-2011 02:33 AM

Quote:

Originally Posted by Skyld (Post 1670094)
I am not sure why you would expend so much effort on creating your own (probably horrendously insecure) RC protocol when it is already possible to use a modified Scripted RC and all Client-RC features from iOS devices. :)

... The thing your leaving out is... how.

salesman 10-06-2011 02:37 AM

Quote:

Originally Posted by Gunderak (Post 1670057)
There are 4 different meanings iv'e found on Google.
None of which make sense in the context.

first three results for me were "fixed that for you" which makes sense considering he edited the quote

oo_jazz_oo 10-06-2011 04:07 AM

Quote:

Originally Posted by Skyld (Post 1670094)
I am not sure why you would expend so much effort on creating your own (probably horrendously insecure) RC protocol when it is already possible to use a modified Scripted RC and all Client-RC features from iOS devices. :)

Yes, why would anyone spend time creating your own RC when you have this amazing full-feature RC available....oh wait! Thats because its not available, and we don't have it.

Gunderak 10-06-2011 07:12 AM

@Skyld I wasnt aware that such an app is already in existance.
Mind giving us some more info? :)

Emera 10-06-2011 05:45 PM

Quote:

Originally Posted by fowlplay4 (Post 1669869)
You don't even need PHP.

1. Setup cbk's http server script on your server.
2. Create a dynamic page on the graal webserver to "login" (you won't be able to use your Graal account/authentication), get and send chat messages.
3. Create a client page on your webserver and use AJAX/Javascript to communicate with your Graal server's webserver.

You're going to have to learn how to do it on your own.

You make everything sound so simple. You summed up making a web app RC in 3 steps.

MysticalDragon 10-06-2011 06:09 PM

so your attempting to make a Iphone FTP, because it seems like that all you can do regarding sockets with the third party software. Would be cool if you built a custom chat, to talk with the individuals(Staff) that logged into FTP. Kinda like a rc wannabe lol.
Maybe graal can add a custom feature later on that's similar to the facebook link-account feature. Then players would be able to use there graalian credentials.

Gunderak 10-07-2011 07:42 AM

Yeahp.. pretty much.

Skyld 10-07-2011 06:04 PM

Quote:

Originally Posted by oo_jazz_oo (Post 1670131)
Yes, why would anyone spend time creating your own RC when you have this amazing full-feature RC available....oh wait! Thats because its not available, and we don't have it.

I am fairly certain that iOS development tools are on Stefan's roadmap.

Astram 10-07-2011 09:39 PM

Quote:

Originally Posted by Skyld (Post 1670239)
I am fairly certain that iOS development tools are on Stefan's roadmap.

no

Mark Sir Link 10-07-2011 10:49 PM

I bet you know better than Skyld

Gunderak 10-08-2011 08:22 AM

Quote:

Originally Posted by Mark Sir Link (Post 1670257)
I bet you know better than Skyld

*Tries to find the like button*


All times are GMT +2. The time now is 02:07 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.