Hey everyone,
I am trying to make an app that can comunicate with other computers (cc computers) trough the world wide web.
I tryed pastebin (uploading values) but i then realized that i can't use it due the url being randomly generated.
I need to upload text so other computers can read it and know that other computer is trying to connect with him. I also need to be able to change the data. Is it possible? I dont really want to buy a server for a website, but it look like one of the few only options. Or is there any website that does what i intend?
Online app
Started by RoD, Jun 21 2014 02:52 PM
5 replies to this topic
#1
Posted 21 June 2014 - 02:52 PM
#2
Posted 21 June 2014 - 03:50 PM
If you register at pastebin you get a uniq ID so you can edit pastes without changing their url. And then if you make a program using HTTP contacting pastebin you 'might' get it to play.
Hope this helps - it is just a shot from the hip!
/sEi
Hope this helps - it is just a shot from the hip!
/sEi
#3
Posted 21 June 2014 - 04:08 PM
sEi, on 21 June 2014 - 03:50 PM, said:
If you register at pastebin you get a uniq ID so you can edit pastes without changing their url. And then if you make a program using HTTP contacting pastebin you 'might' get it to play.
Hope this helps - it is just a shot from the hip!
/sEi
Hope this helps - it is just a shot from the hip!
/sEi
#4
Posted 21 June 2014 - 05:19 PM
I suspect that if Cranium's SmartPaste isn't what you want, it'll at least demonstrate what you need to know.
Bear in mind that anonymous pastes can't be edited. Users will need a Pastebin account if they're going to use that server. The trick is to have your script ask the user which account to use...
Bear in mind that anonymous pastes can't be edited. Users will need a Pastebin account if they're going to use that server. The trick is to have your script ask the user which account to use...
#5
Posted 21 June 2014 - 05:40 PM
Pastebin is really the wrong thing to use for this, though. They'll start throttling your IP and eventually temporarily ban it if you pull down too many pastes too quickly. You'll want to set up a web server with a little php script that takes posted data and serves it up again.
#6
Posted 21 June 2014 - 08:36 PM
Ok thanks guys, i will try to get a webserver
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











