Author Topic: Suggestion: Blockland Forums GUI  (Read 1157 times)

/title
This gui would be so simple it wouldn't cause any lag. With it you would be able to post in every board, as well as viewing posts, and replying to them. Profiles are extremely simple as well; all they have is a username, id, and signature.

Why make this? You can post dramas while in-game as well as asking questions for coding, help, etc. This could really change the community, maybe it can even be made default.
This would be truly. amazing.

Bad things: I'm not sure if this could work with torque, but if it can, then forget this line was even here.

 

you sir
have no idea how difficult this probably is.

oh yes, it'll work with torque, but to parse.. everything...

scary.

cause the forums give you this id whenever you log in
and you have to keep track of that id
or else you can't post and have to log in again

i mean yeah it could be done and yeah i could probably do it but i do not want to forget around with http headers

you sir
have no idea how difficult this probably is.

oh yes, it'll work with torque, but to parse.. everything...

scary.

cause the forums give you this id whenever you log in
and you have to keep track of that id
or else you can't post and have to log in again
I do know its very hard to do this, but if a team works together maybe it can get here sooner.

ehm

it rather go into my internet browser, it's not really hard to do that :\

ehm

it rather go into my internet browser, it's not really hard to do that :\

you sir
have no idea how difficult this probably is.

oh yes, it'll work with torque, but to parse.. everything...

scary.
That would be a nightmare.

Scripting HTTP with Torque?
I'd rather not

I swear we get one of these suggestions a week. It's either a forums app or a forums overlay, people act like it's never been suggested before

ehm

it rather go into my internet browser, it's not really hard to do that :\
That would be a nightmare.

I swear we get one of these suggestions a week. It's either a forums app or a forums overlay, people act like it's never been suggested before

And people act like it would be useful.


you sir
have no idea how difficult this probably is.

oh yes, it'll work with torque, but to parse.. everything...

scary.....


....i mean yeah it could be done and yeah i could probably do it but i do not want to forget around with http headers!

cause the forums give you this id whenever you log in
and you have to keep track of that id
or else you can't post and have to log in again

how is this hard
you just save data received in Set-Cookie headers, keep track of expiry date, domain
when requesting you read this data and send the appropriate cookies with the Cookie header

how is this hard
you just save data received in Set-Cookie headers, keep track of expiry date, domain
when requesting you read this data and send the appropriate cookies with the Cookie header
my point exactly

how is this hard
you just save data received in Set-Cookie headers, keep track of expiry date, domain
when requesting you read this data and send the appropriate cookies with the Cookie header
It's a lot of time to put in for something like this.

It's a lot of time to put in for something like this.

er what